Import rustc_1.69.0+dfsg1.orig.tar.xz
authorFabian Grünbichler <debian@fabian.gruenbichler.email>
Tue, 12 Sep 2023 08:17:15 +0000 (09:17 +0100)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Tue, 12 Sep 2023 08:17:15 +0000 (09:17 +0100)
commit14863acd9f797b5fb777279bbd390d311f76f6e1
treee4ffd8a9374cae7b21f7cbfb352927e0e074aff6
Import rustc_1.69.0+dfsg1.orig.tar.xz

[dgit import orig rustc_1.69.0+dfsg1.orig.tar.xz]
52599 files changed:
.cargo/config.toml [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
COPYRIGHT [new file with mode: 0644]
Cargo.lock [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
LICENSE-APACHE [new file with mode: 0644]
LICENSE-MIT [new file with mode: 0644]
README.md [new file with mode: 0644]
RELEASES.md [new file with mode: 0644]
compiler/rustc/Cargo.toml [new file with mode: 0644]
compiler/rustc/Windows Manifest.xml [new file with mode: 0644]
compiler/rustc/build.rs [new file with mode: 0644]
compiler/rustc/src/main.rs [new file with mode: 0644]
compiler/rustc_abi/Cargo.toml [new file with mode: 0644]
compiler/rustc_abi/src/layout.rs [new file with mode: 0644]
compiler/rustc_abi/src/lib.rs [new file with mode: 0644]
compiler/rustc_apfloat/Cargo.toml [new file with mode: 0644]
compiler/rustc_apfloat/src/ieee.rs [new file with mode: 0644]
compiler/rustc_apfloat/src/lib.rs [new file with mode: 0644]
compiler/rustc_apfloat/src/ppc.rs [new file with mode: 0644]
compiler/rustc_apfloat/tests/ieee.rs [new file with mode: 0644]
compiler/rustc_apfloat/tests/ppc.rs [new file with mode: 0644]
compiler/rustc_arena/Cargo.toml [new file with mode: 0644]
compiler/rustc_arena/src/lib.rs [new file with mode: 0644]
compiler/rustc_arena/src/tests.rs [new file with mode: 0644]
compiler/rustc_ast/Cargo.toml [new file with mode: 0644]
compiler/rustc_ast/README.md [new file with mode: 0644]
compiler/rustc_ast/src/ast.rs [new file with mode: 0644]
compiler/rustc_ast/src/ast_traits.rs [new file with mode: 0644]
compiler/rustc_ast/src/attr/mod.rs [new file with mode: 0644]
compiler/rustc_ast/src/entry.rs [new file with mode: 0644]
compiler/rustc_ast/src/expand/allocator.rs [new file with mode: 0644]
compiler/rustc_ast/src/expand/mod.rs [new file with mode: 0644]
compiler/rustc_ast/src/format.rs [new file with mode: 0644]
compiler/rustc_ast/src/lib.rs [new file with mode: 0644]
compiler/rustc_ast/src/mut_visit.rs [new file with mode: 0644]
compiler/rustc_ast/src/node_id.rs [new file with mode: 0644]
compiler/rustc_ast/src/ptr.rs [new file with mode: 0644]
compiler/rustc_ast/src/token.rs [new file with mode: 0644]
compiler/rustc_ast/src/tokenstream.rs [new file with mode: 0644]
compiler/rustc_ast/src/util/case.rs [new file with mode: 0644]
compiler/rustc_ast/src/util/classify.rs [new file with mode: 0644]
compiler/rustc_ast/src/util/comments.rs [new file with mode: 0644]
compiler/rustc_ast/src/util/comments/tests.rs [new file with mode: 0644]
compiler/rustc_ast/src/util/literal.rs [new file with mode: 0644]
compiler/rustc_ast/src/util/parser.rs [new file with mode: 0644]
compiler/rustc_ast/src/util/unicode.rs [new file with mode: 0644]
compiler/rustc_ast/src/visit.rs [new file with mode: 0644]
compiler/rustc_ast_lowering/Cargo.toml [new file with mode: 0644]
compiler/rustc_ast_lowering/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_ast_lowering/src/asm.rs [new file with mode: 0644]
compiler/rustc_ast_lowering/src/block.rs [new file with mode: 0644]
compiler/rustc_ast_lowering/src/errors.rs [new file with mode: 0644]
compiler/rustc_ast_lowering/src/expr.rs [new file with mode: 0644]
compiler/rustc_ast_lowering/src/format.rs [new file with mode: 0644]
compiler/rustc_ast_lowering/src/index.rs [new file with mode: 0644]
compiler/rustc_ast_lowering/src/item.rs [new file with mode: 0644]
compiler/rustc_ast_lowering/src/lib.rs [new file with mode: 0644]
compiler/rustc_ast_lowering/src/lifetime_collector.rs [new file with mode: 0644]
compiler/rustc_ast_lowering/src/pat.rs [new file with mode: 0644]
compiler/rustc_ast_lowering/src/path.rs [new file with mode: 0644]
compiler/rustc_ast_passes/Cargo.toml [new file with mode: 0644]
compiler/rustc_ast_passes/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_ast_passes/src/ast_validation.rs [new file with mode: 0644]
compiler/rustc_ast_passes/src/errors.rs [new file with mode: 0644]
compiler/rustc_ast_passes/src/feature_gate.rs [new file with mode: 0644]
compiler/rustc_ast_passes/src/lib.rs [new file with mode: 0644]
compiler/rustc_ast_passes/src/node_count.rs [new file with mode: 0644]
compiler/rustc_ast_passes/src/show_span.rs [new file with mode: 0644]
compiler/rustc_ast_pretty/Cargo.toml [new file with mode: 0644]
compiler/rustc_ast_pretty/src/helpers.rs [new file with mode: 0644]
compiler/rustc_ast_pretty/src/lib.rs [new file with mode: 0644]
compiler/rustc_ast_pretty/src/pp.rs [new file with mode: 0644]
compiler/rustc_ast_pretty/src/pp/convenience.rs [new file with mode: 0644]
compiler/rustc_ast_pretty/src/pp/ring.rs [new file with mode: 0644]
compiler/rustc_ast_pretty/src/pprust/mod.rs [new file with mode: 0644]
compiler/rustc_ast_pretty/src/pprust/state.rs [new file with mode: 0644]
compiler/rustc_ast_pretty/src/pprust/state/delimited.rs [new file with mode: 0644]
compiler/rustc_ast_pretty/src/pprust/state/expr.rs [new file with mode: 0644]
compiler/rustc_ast_pretty/src/pprust/state/item.rs [new file with mode: 0644]
compiler/rustc_ast_pretty/src/pprust/tests.rs [new file with mode: 0644]
compiler/rustc_attr/Cargo.toml [new file with mode: 0644]
compiler/rustc_attr/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_attr/src/builtin.rs [new file with mode: 0644]
compiler/rustc_attr/src/lib.rs [new file with mode: 0644]
compiler/rustc_attr/src/session_diagnostics.rs [new file with mode: 0644]
compiler/rustc_baked_icu_data/Cargo.toml [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/any.rs [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/fallback/likelysubtags_v1/mod.rs [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/fallback/likelysubtags_v1/und.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/fallback/mod.rs [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/fallback/parents_v1/mod.rs [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/fallback/parents_v1/und.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/fallback/supplement/co_v1/mod.rs [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/fallback/supplement/co_v1/und.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/fallback/supplement/mod.rs [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/en.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/es.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/fr.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/it.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/ja.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/mod.rs [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/pt.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/ru.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/tr.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/und.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/zh-Hant.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/zh.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/mod.rs [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/mod.rs [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/lib.rs [new file with mode: 0644]
compiler/rustc_borrowck/Cargo.toml [new file with mode: 0644]
compiler/rustc_borrowck/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_borrowck/src/borrow_set.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/borrowck_errors.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/constraint_generation.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/constraints/graph.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/constraints/mod.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/consumers.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/dataflow.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/def_use.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/diagnostics/bound_region_errors.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/diagnostics/conflict_errors.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/diagnostics/explain_borrow.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/diagnostics/find_all_local_uses.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/diagnostics/find_use.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/diagnostics/mod.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/diagnostics/move_errors.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/diagnostics/mutability_errors.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/diagnostics/outlives_suggestion.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/diagnostics/region_errors.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/diagnostics/region_name.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/diagnostics/var_name.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/facts.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/invalidation.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/lib.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/location.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/member_constraints.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/nll.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/path_utils.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/place_ext.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/places_conflict.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/prefixes.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/region_infer/dump_mir.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/region_infer/graphviz.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/region_infer/mod.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/region_infer/opaque_types.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/region_infer/reverse_sccs.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/region_infer/values.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/renumber.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/session_diagnostics.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/type_check/canonical.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/type_check/constraint_conversion.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/type_check/free_region_relations.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/type_check/input_output.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/type_check/liveness/local_use_map.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/type_check/liveness/mod.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/type_check/liveness/polonius.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/type_check/liveness/trace.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/type_check/mod.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/type_check/relate_tys.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/universal_regions.rs [new file with mode: 0644]
compiler/rustc_borrowck/src/used_muts.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/Cargo.toml [new file with mode: 0644]
compiler/rustc_builtin_macros/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_builtin_macros/src/alloc_error_handler.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/asm.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/assert.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/assert/context.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/cfg.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/cfg_accessible.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/cfg_eval.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/cmdline_attrs.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/compile_error.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/concat.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/concat_bytes.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/concat_idents.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/derive.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/deriving/bounds.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/deriving/clone.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/deriving/cmp/eq.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/deriving/cmp/ord.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/deriving/cmp/partial_eq.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/deriving/cmp/partial_ord.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/deriving/debug.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/deriving/decodable.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/deriving/default.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/deriving/encodable.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/deriving/generic/mod.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/deriving/generic/ty.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/deriving/hash.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/deriving/mod.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/edition_panic.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/env.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/format.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/format_foreign.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/format_foreign/printf/tests.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/format_foreign/shell/tests.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/global_allocator.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/lib.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/log_syntax.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/proc_macro_harness.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/source_util.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/standard_library_imports.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/test.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/test_harness.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/trace_macros.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/type_ascribe.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/util.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/.cirrus.yml [new file with mode: 0644]
compiler/rustc_codegen_cranelift/.github/workflows/main.yml [new file with mode: 0644]
compiler/rustc_codegen_cranelift/.github/workflows/rustc.yml [new file with mode: 0644]
compiler/rustc_codegen_cranelift/.vscode/settings.json [new file with mode: 0644]
compiler/rustc_codegen_cranelift/Cargo.lock [new file with mode: 0644]
compiler/rustc_codegen_cranelift/Cargo.toml [new file with mode: 0644]
compiler/rustc_codegen_cranelift/LICENSE-APACHE [new file with mode: 0644]
compiler/rustc_codegen_cranelift/LICENSE-MIT [new file with mode: 0644]
compiler/rustc_codegen_cranelift/Readme.md [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_sysroot/Cargo.lock [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_sysroot/Cargo.toml [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_sysroot/src/lib.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_system/abi_cafe.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_system/bench.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_system/build_backend.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_system/build_sysroot.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_system/config.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_system/mod.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_system/path.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_system/prepare.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_system/rustc_info.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_system/tests.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_system/usage.txt [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_system/utils.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/clean_all.sh [new file with mode: 0755]
compiler/rustc_codegen_cranelift/config.txt [new file with mode: 0644]
compiler/rustc_codegen_cranelift/docs/dwarf.md [new file with mode: 0644]
compiler/rustc_codegen_cranelift/docs/usage.md [new file with mode: 0644]
compiler/rustc_codegen_cranelift/example/alloc_example.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/example/alloc_system.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/example/arbitrary_self_types_pointers_and_wrappers.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/example/dst-field-align.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/example/example.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/example/float-minmax-pass.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/example/issue-72793.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/example/issue-91827-extern-types.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/example/mini_core.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/example/mini_core_hello_world.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/example/mod_bench.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/example/std_example.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/example/subslice-patterns-const-eval.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/example/track-caller-attribute.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/patches/0001-abi-cafe-Disable-some-test-on-x86_64-pc-windows-gnu.patch [new file with mode: 0644]
compiler/rustc_codegen_cranelift/patches/0002-rand-Disable-failing-test.patch [new file with mode: 0644]
compiler/rustc_codegen_cranelift/patches/0003-rand-Disable-rand-tests-on-mingw.patch [new file with mode: 0644]
compiler/rustc_codegen_cranelift/patches/0022-sysroot-Disable-not-compiling-tests.patch [new file with mode: 0644]
compiler/rustc_codegen_cranelift/patches/0023-sysroot-Ignore-failing-tests.patch [new file with mode: 0644]
compiler/rustc_codegen_cranelift/patches/0027-sysroot-128bit-atomic-operations.patch [new file with mode: 0644]
compiler/rustc_codegen_cranelift/patches/0028-sysroot-Disable-long-running-tests.patch [new file with mode: 0644]
compiler/rustc_codegen_cranelift/rust-toolchain [new file with mode: 0644]
compiler/rustc_codegen_cranelift/rustfmt.toml [new file with mode: 0644]
compiler/rustc_codegen_cranelift/scripts/Readme.md [new file with mode: 0644]
compiler/rustc_codegen_cranelift/scripts/cargo-clif.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/scripts/filter_profile.rs [new file with mode: 0755]
compiler/rustc_codegen_cranelift/scripts/rustc-clif.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/scripts/rustdoc-clif.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/scripts/rustup.sh [new file with mode: 0755]
compiler/rustc_codegen_cranelift/scripts/setup_rust_fork.sh [new file with mode: 0644]
compiler/rustc_codegen_cranelift/scripts/test_bootstrap.sh [new file with mode: 0755]
compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh [new file with mode: 0755]
compiler/rustc_codegen_cranelift/src/abi/comments.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/abi/mod.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/abi/pass_mode.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/abi/returning.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/allocator.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/analyze.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/archive.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/base.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/cast.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/codegen_i128.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/common.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/compiler_builtins.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/concurrency_limiter.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/config.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/constant.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/cranelift_native.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/debuginfo/emit.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/debuginfo/line_info.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/debuginfo/mod.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/debuginfo/object.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/debuginfo/unwind.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/discriminant.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/driver/aot.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/driver/jit.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/driver/mod.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/global_asm.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/inline_asm.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/intrinsics/cpuid.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/intrinsics/llvm.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/intrinsics/llvm_aarch64.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/intrinsics/llvm_x86.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/intrinsics/mod.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/intrinsics/simd.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/lib.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/linkage.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/main_shim.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/num.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/optimize/mod.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/optimize/peephole.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/pointer.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/pretty_clif.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/toolchain.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/trap.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/unsize.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/value_and_place.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/src/vtable.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/test.sh [new file with mode: 0755]
compiler/rustc_codegen_cranelift/y.rs [new file with mode: 0755]
compiler/rustc_codegen_gcc/.github/workflows/ci.yml [new file with mode: 0644]
compiler/rustc_codegen_gcc/.rustfmt.toml [new file with mode: 0644]
compiler/rustc_codegen_gcc/Cargo.lock [new file with mode: 0644]
compiler/rustc_codegen_gcc/Cargo.toml [new file with mode: 0644]
compiler/rustc_codegen_gcc/LICENSE-APACHE [new file with mode: 0644]
compiler/rustc_codegen_gcc/LICENSE-MIT [new file with mode: 0644]
compiler/rustc_codegen_gcc/Readme.md [new file with mode: 0644]
compiler/rustc_codegen_gcc/build.sh [new file with mode: 0755]
compiler/rustc_codegen_gcc/build_sysroot/Cargo.toml [new file with mode: 0644]
compiler/rustc_codegen_gcc/build_sysroot/build_sysroot.sh [new file with mode: 0755]
compiler/rustc_codegen_gcc/build_sysroot/prepare_sysroot_src.sh [new file with mode: 0755]
compiler/rustc_codegen_gcc/build_sysroot/src/lib.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/cargo.sh [new file with mode: 0755]
compiler/rustc_codegen_gcc/clean_all.sh [new file with mode: 0755]
compiler/rustc_codegen_gcc/config.sh [new file with mode: 0644]
compiler/rustc_codegen_gcc/crate_patches/0002-rand-Disable-failing-test.patch [new file with mode: 0644]
compiler/rustc_codegen_gcc/example/alloc_example.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/example/alloc_system.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/example/arbitrary_self_types_pointers_and_wrappers.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/example/dst-field-align.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/example/example.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/example/mini_core.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/example/mini_core_hello_world.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/example/mod_bench.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/example/std_example.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/example/subslice-patterns-const-eval.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/example/track-caller-attribute.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_codegen_gcc/patches/0022-core-Disable-not-compiling-tests.patch [new file with mode: 0644]
compiler/rustc_codegen_gcc/patches/0023-core-Ignore-failing-tests.patch [new file with mode: 0644]
compiler/rustc_codegen_gcc/patches/0024-core-Disable-portable-simd-test.patch [new file with mode: 0644]
compiler/rustc_codegen_gcc/patches/0028-core-Disable-long-running-tests.patch [new file with mode: 0644]
compiler/rustc_codegen_gcc/prepare.sh [new file with mode: 0755]
compiler/rustc_codegen_gcc/prepare_build.sh [new file with mode: 0755]
compiler/rustc_codegen_gcc/rust-toolchain [new file with mode: 0644]
compiler/rustc_codegen_gcc/rustc_patches/compile_test.patch [new file with mode: 0644]
compiler/rustc_codegen_gcc/rustup.sh [new file with mode: 0755]
compiler/rustc_codegen_gcc/src/abi.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/allocator.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/archive.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/asm.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/back/mod.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/back/write.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/base.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/builder.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/callee.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/common.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/consts.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/context.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/coverageinfo.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/debuginfo.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/declare.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/errors.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/int.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/intrinsic/archs.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/intrinsic/llvm.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/intrinsic/mod.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/intrinsic/simd.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/lib.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/mono_item.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/type_.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/type_of.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/test.sh [new file with mode: 0755]
compiler/rustc_codegen_gcc/tests/lang_tests_common.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/lang_tests_debug.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/lang_tests_release.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/abort1.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/abort2.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/array.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/asm.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/assign.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/closure.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/condition.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/empty_main.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/exit.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/exit_code.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/fun_ptr.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/int.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/int_overflow.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/mut_ref.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/operations.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/ptr_cast.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/return-tuple.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/slice.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/static.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/structs.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tests/run/tuple.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/tools/generate_intrinsics.py [new file with mode: 0644]
compiler/rustc_codegen_llvm/Cargo.toml [new file with mode: 0644]
compiler/rustc_codegen_llvm/README.md [new file with mode: 0644]
compiler/rustc_codegen_llvm/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/abi.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/allocator.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/asm.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/attributes.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/back/archive.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/back/lto.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/back/profiling.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/back/write.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/base.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/builder.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/callee.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/common.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/consts.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/context.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/coverageinfo/mod.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/debuginfo/create_scope_map.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/debuginfo/doc.md [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/debuginfo/gdb.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/debuginfo/metadata.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/cpp_like.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/mod.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/native.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/debuginfo/metadata/type_map.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/debuginfo/mod.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/debuginfo/namespace.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/debuginfo/utils.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/declare.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/errors.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/intrinsic.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/lib.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/llvm/archive_ro.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/llvm/diagnostic.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/llvm/ffi.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/llvm/mod.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/llvm_util.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/mono_item.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/type_.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/type_of.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/va_arg.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/value.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/Cargo.toml [new file with mode: 0644]
compiler/rustc_codegen_ssa/README.md [new file with mode: 0644]
compiler/rustc_codegen_ssa/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/back/archive.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/back/command.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/back/link.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/back/linker.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/back/lto.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/back/metadata.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/back/mod.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/back/rpath.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/back/rpath/tests.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/back/symbol_export.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/back/write.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/base.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/codegen_attrs.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/common.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/coverageinfo/ffi.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/coverageinfo/map.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/coverageinfo/mod.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/debuginfo/mod.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/errors.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/glue.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/lib.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/meth.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/mir/analyze.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/mir/block.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/mir/constant.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/mir/coverageinfo.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/mir/debuginfo.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/mir/intrinsic.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/mir/mod.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/mir/operand.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/mir/place.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/mir/rvalue.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/mir/statement.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/mono_item.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/target_features.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/traits/abi.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/traits/asm.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/traits/backend.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/traits/builder.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/traits/consts.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/traits/coverageinfo.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/traits/debuginfo.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/traits/declare.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/traits/intrinsic.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/traits/misc.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/traits/mod.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/traits/statics.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/traits/type_.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/traits/write.rs [new file with mode: 0644]
compiler/rustc_const_eval/Cargo.toml [new file with mode: 0644]
compiler/rustc_const_eval/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_const_eval/src/const_eval/error.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/const_eval/eval_queries.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/const_eval/fn_queries.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/const_eval/machine.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/const_eval/mod.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/const_eval/valtrees.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/errors.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/cast.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/discriminant.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/eval_context.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/intern.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/intrinsics.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/intrinsics/caller_location.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/machine.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/memory.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/mod.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/operand.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/operator.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/place.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/projection.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/step.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/terminator.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/traits.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/util.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/validity.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/visitor.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/lib.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/transform/check_consts/check.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/transform/check_consts/mod.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/transform/check_consts/ops.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/transform/check_consts/post_drop_elaboration.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/transform/check_consts/qualifs.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/transform/check_consts/resolver.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/transform/mod.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/transform/promote_consts.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/transform/validate.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/util/alignment.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/util/call_kind.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/util/check_validity_requirement.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/util/collect_writes.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/util/compare_types.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/util/find_self_call.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/util/mod.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/util/type_name.rs [new file with mode: 0644]
compiler/rustc_data_structures/Cargo.toml [new file with mode: 0644]
compiler/rustc_data_structures/src/atomic_ref.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/base_n.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/base_n/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/binary_search_util/mod.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/binary_search_util/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/captures.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/fingerprint.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/fingerprint/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/flock.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/flock/linux.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/flock/unix.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/flock/unsupported.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/flock/windows.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/frozen.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/functor.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/fx.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/graph/dominators/mod.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/graph/dominators/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/graph/implementation/mod.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/graph/implementation/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/graph/iterate/mod.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/graph/iterate/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/graph/mod.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/graph/reference.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/graph/scc/mod.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/graph/scc/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/graph/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/graph/vec_graph/mod.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/graph/vec_graph/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/intern.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/intern/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/jobserver.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/lib.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/macros.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/map_in_place.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/memmap.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/obligation_forest/graphviz.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/obligation_forest/mod.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/obligation_forest/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/owning_ref/LICENSE [new file with mode: 0644]
compiler/rustc_data_structures/src/owning_ref/mod.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/owning_ref/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/profiling.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/sharded.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/sip128.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/sip128/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/small_c_str.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/small_c_str/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/small_str.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/small_str/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/snapshot_map/mod.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/snapshot_map/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/sorted_map.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/sorted_map/index_map.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/sorted_map/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/sso/either_iter.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/sso/map.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/sso/mod.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/sso/set.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/stable_hasher.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/stable_hasher/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/stack.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/steal.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/svh.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/sync.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/sync/vec.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/tagged_ptr.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/tagged_ptr/copy.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/tagged_ptr/drop.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/temp_dir.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/tiny_list.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/tiny_list/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/transitive_relation.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/transitive_relation/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/unhash.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/unord.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/vec_linked_list.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/vec_map.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/vec_map/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/work_queue.rs [new file with mode: 0644]
compiler/rustc_driver/Cargo.toml [new file with mode: 0644]
compiler/rustc_driver/src/lib.rs [new file with mode: 0644]
compiler/rustc_driver_impl/Cargo.toml [new file with mode: 0644]
compiler/rustc_driver_impl/README.md [new file with mode: 0644]
compiler/rustc_driver_impl/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_driver_impl/src/args.rs [new file with mode: 0644]
compiler/rustc_driver_impl/src/lib.rs [new file with mode: 0644]
compiler/rustc_driver_impl/src/pretty.rs [new file with mode: 0644]
compiler/rustc_driver_impl/src/session_diagnostics.rs [new file with mode: 0644]
compiler/rustc_error_codes/Cargo.toml [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes.rs [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0001.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0002.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0004.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0005.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0007.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0009.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0010.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0013.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0014.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0015.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0023.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0025.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0026.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0027.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0029.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0030.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0033.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0034.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0038.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0040.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0044.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0045.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0046.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0049.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0050.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0053.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0054.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0055.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0057.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0059.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0060.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0061.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0062.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0063.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0067.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0069.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0070.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0071.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0072.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0073.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0074.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0075.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0076.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0077.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0080.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0081.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0084.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0087.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0088.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0089.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0090.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0091.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0092.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0093.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0094.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0106.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0107.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0109.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0110.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0116.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0117.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0118.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0119.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0120.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0121.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0124.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0128.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0130.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0131.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0132.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0133.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0136.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0137.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0138.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0139.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0152.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0154.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0158.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0161.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0162.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0164.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0165.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0170.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0178.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0183.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0184.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0185.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0186.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0191.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0192.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0193.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0195.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0197.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0198.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0199.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0200.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0201.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0203.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0204.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0205.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0206.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0207.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0208.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0210.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0211.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0212.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0214.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0220.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0221.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0222.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0223.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0224.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0225.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0226.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0227.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0228.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0229.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0230.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0231.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0232.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0243.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0244.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0251.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0252.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0253.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0254.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0255.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0256.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0259.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0260.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0261.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0262.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0263.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0264.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0267.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0268.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0271.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0275.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0276.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0277.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0281.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0282.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0283.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0284.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0297.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0301.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0302.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0303.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0307.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0308.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0309.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0310.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0311.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0312.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0316.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0317.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0320.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0321.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0322.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0323.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0324.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0325.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0326.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0328.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0329.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0364.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0365.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0366.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0367.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0368.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0369.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0370.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0371.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0373.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0374.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0375.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0376.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0377.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0378.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0379.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0380.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0381.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0382.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0383.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0384.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0386.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0387.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0388.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0389.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0390.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0391.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0392.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0393.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0398.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0399.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0401.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0403.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0404.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0405.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0407.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0408.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0409.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0411.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0412.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0415.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0416.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0422.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0423.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0424.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0425.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0426.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0428.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0429.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0430.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0431.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0432.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0433.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0434.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0435.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0436.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0437.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0438.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0439.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0445.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0446.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0447.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0448.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0449.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0451.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0452.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0453.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0454.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0455.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0457.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0458.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0459.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0460.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0461.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0462.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0463.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0464.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0466.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0468.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0469.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0472.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0476.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0477.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0478.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0482.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0491.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0492.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0493.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0495.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0496.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0497.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0498.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0499.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0500.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0501.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0502.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0503.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0504.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0505.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0506.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0507.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0508.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0509.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0510.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0511.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0512.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0514.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0515.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0516.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0517.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0518.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0519.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0520.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0521.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0522.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0523.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0524.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0525.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0527.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0528.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0529.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0530.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0531.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0532.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0533.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0534.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0535.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0536.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0537.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0538.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0539.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0541.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0542.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0543.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0544.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0545.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0546.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0547.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0549.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0550.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0551.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0552.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0554.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0556.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0557.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0559.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0560.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0561.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0562.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0565.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0566.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0567.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0568.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0569.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0570.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0571.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0572.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0573.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0574.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0575.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0576.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0577.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0578.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0579.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0580.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0581.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0582.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0583.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0584.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0585.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0586.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0587.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0588.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0589.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0590.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0591.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0592.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0593.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0594.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0595.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0596.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0597.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0599.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0600.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0601.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0602.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0603.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0604.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0605.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0606.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0607.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0608.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0609.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0610.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0614.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0615.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0616.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0617.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0618.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0619.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0620.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0621.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0622.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0623.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0624.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0625.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0626.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0627.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0628.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0631.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0632.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0633.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0634.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0635.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0636.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0637.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0638.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0639.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0640.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0641.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0642.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0643.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0644.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0646.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0647.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0648.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0657.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0658.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0659.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0660.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0661.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0662.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0663.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0664.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0665.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0666.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0667.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0668.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0669.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0670.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0671.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0687.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0688.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0689.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0690.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0691.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0692.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0693.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0695.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0696.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0697.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0698.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0699.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0700.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0701.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0703.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0704.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0705.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0706.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0708.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0710.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0711.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0712.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0713.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0714.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0715.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0716.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0717.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0718.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0719.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0720.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0722.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0724.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0725.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0726.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0727.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0728.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0729.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0730.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0731.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0732.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0733.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0734.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0735.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0736.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0737.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0739.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0740.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0741.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0742.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0743.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0744.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0745.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0746.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0747.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0748.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0749.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0750.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0751.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0752.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0753.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0754.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0755.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0756.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0757.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0758.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0759.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0760.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0761.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0762.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0763.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0764.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0765.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0766.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0767.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0768.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0769.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0770.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0771.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0772.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0773.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0774.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0775.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0776.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0777.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0778.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0779.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0780.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0781.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0782.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0783.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0784.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0785.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0786.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0787.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0788.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0789.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0790.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0791.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0792.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0793.md [new file with mode: 0644]
compiler/rustc_error_codes/src/lib.rs [new file with mode: 0644]
compiler/rustc_error_messages/Cargo.toml [new file with mode: 0644]
compiler/rustc_error_messages/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_error_messages/src/lib.rs [new file with mode: 0644]
compiler/rustc_errors/Cargo.toml [new file with mode: 0644]
compiler/rustc_errors/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_errors/src/annotate_snippet_emitter_writer.rs [new file with mode: 0644]
compiler/rustc_errors/src/diagnostic.rs [new file with mode: 0644]
compiler/rustc_errors/src/diagnostic_builder.rs [new file with mode: 0644]
compiler/rustc_errors/src/diagnostic_impls.rs [new file with mode: 0644]
compiler/rustc_errors/src/emitter.rs [new file with mode: 0644]
compiler/rustc_errors/src/error.rs [new file with mode: 0644]
compiler/rustc_errors/src/json.rs [new file with mode: 0644]
compiler/rustc_errors/src/json/tests.rs [new file with mode: 0644]
compiler/rustc_errors/src/lib.rs [new file with mode: 0644]
compiler/rustc_errors/src/lock.rs [new file with mode: 0644]
compiler/rustc_errors/src/registry.rs [new file with mode: 0644]
compiler/rustc_errors/src/snippet.rs [new file with mode: 0644]
compiler/rustc_errors/src/styled_buffer.rs [new file with mode: 0644]
compiler/rustc_errors/src/tests.rs [new file with mode: 0644]
compiler/rustc_errors/src/translation.rs [new file with mode: 0644]
compiler/rustc_expand/Cargo.toml [new file with mode: 0644]
compiler/rustc_expand/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_expand/src/base.rs [new file with mode: 0644]
compiler/rustc_expand/src/build.rs [new file with mode: 0644]
compiler/rustc_expand/src/config.rs [new file with mode: 0644]
compiler/rustc_expand/src/errors.rs [new file with mode: 0644]
compiler/rustc_expand/src/expand.rs [new file with mode: 0644]
compiler/rustc_expand/src/lib.rs [new file with mode: 0644]
compiler/rustc_expand/src/mbe.rs [new file with mode: 0644]
compiler/rustc_expand/src/mbe/diagnostics.rs [new file with mode: 0644]
compiler/rustc_expand/src/mbe/macro_check.rs [new file with mode: 0644]
compiler/rustc_expand/src/mbe/macro_parser.rs [new file with mode: 0644]
compiler/rustc_expand/src/mbe/macro_rules.rs [new file with mode: 0644]
compiler/rustc_expand/src/mbe/metavar_expr.rs [new file with mode: 0644]
compiler/rustc_expand/src/mbe/quoted.rs [new file with mode: 0644]
compiler/rustc_expand/src/mbe/transcribe.rs [new file with mode: 0644]
compiler/rustc_expand/src/module.rs [new file with mode: 0644]
compiler/rustc_expand/src/mut_visit/tests.rs [new file with mode: 0644]
compiler/rustc_expand/src/parse/tests.rs [new file with mode: 0644]
compiler/rustc_expand/src/placeholders.rs [new file with mode: 0644]
compiler/rustc_expand/src/proc_macro.rs [new file with mode: 0644]
compiler/rustc_expand/src/proc_macro_server.rs [new file with mode: 0644]
compiler/rustc_expand/src/tests.rs [new file with mode: 0644]
compiler/rustc_expand/src/tokenstream/tests.rs [new file with mode: 0644]
compiler/rustc_feature/Cargo.toml [new file with mode: 0644]
compiler/rustc_feature/src/accepted.rs [new file with mode: 0644]
compiler/rustc_feature/src/active.rs [new file with mode: 0644]
compiler/rustc_feature/src/builtin_attrs.rs [new file with mode: 0644]
compiler/rustc_feature/src/lib.rs [new file with mode: 0644]
compiler/rustc_feature/src/removed.rs [new file with mode: 0644]
compiler/rustc_feature/src/tests.rs [new file with mode: 0644]
compiler/rustc_fs_util/Cargo.toml [new file with mode: 0644]
compiler/rustc_fs_util/src/lib.rs [new file with mode: 0644]
compiler/rustc_graphviz/Cargo.toml [new file with mode: 0644]
compiler/rustc_graphviz/src/lib.rs [new file with mode: 0644]
compiler/rustc_graphviz/src/tests.rs [new file with mode: 0644]
compiler/rustc_hir/Cargo.toml [new file with mode: 0644]
compiler/rustc_hir/src/arena.rs [new file with mode: 0644]
compiler/rustc_hir/src/def.rs [new file with mode: 0644]
compiler/rustc_hir/src/def_path_hash_map.rs [new file with mode: 0644]
compiler/rustc_hir/src/definitions.rs [new file with mode: 0644]
compiler/rustc_hir/src/diagnostic_items.rs [new file with mode: 0644]
compiler/rustc_hir/src/errors.rs [new file with mode: 0644]
compiler/rustc_hir/src/hir.rs [new file with mode: 0644]
compiler/rustc_hir/src/hir_id.rs [new file with mode: 0644]
compiler/rustc_hir/src/intravisit.rs [new file with mode: 0644]
compiler/rustc_hir/src/lang_items.rs [new file with mode: 0644]
compiler/rustc_hir/src/lib.rs [new file with mode: 0644]
compiler/rustc_hir/src/pat_util.rs [new file with mode: 0644]
compiler/rustc_hir/src/stable_hash_impls.rs [new file with mode: 0644]
compiler/rustc_hir/src/target.rs [new file with mode: 0644]
compiler/rustc_hir/src/tests.rs [new file with mode: 0644]
compiler/rustc_hir/src/weak_lang_items.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/Cargo.toml [new file with mode: 0644]
compiler/rustc_hir_analysis/README.md [new file with mode: 0644]
compiler/rustc_hir_analysis/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_hir_analysis/src/astconv/errors.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/astconv/generics.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/astconv/mod.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/autoderef.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/bounds.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/check/check.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/check/compare_impl_item.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/check/dropck.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/check/intrinsic.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/check/intrinsicck.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/check/mod.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/check/region.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/check/wfcheck.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/check_unused.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/coherence/builtin.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/coherence/inherent_impls.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/coherence/inherent_impls_overlap.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/coherence/mod.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/coherence/orphan.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/coherence/unsafety.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/collect.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/collect/generics_of.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/collect/item_bounds.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/collect/predicates_of.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/collect/resolve_bound_vars.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/collect/type_of.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/constrained_generic_params.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/errors.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/hir_wf_check.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/impl_wf_check.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/impl_wf_check/min_specialization.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/lib.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/outlives/explicit.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/outlives/implicit_infer.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/outlives/mod.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/outlives/test.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/outlives/utils.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/structured_errors.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/structured_errors/missing_cast_for_variadic_arg.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/structured_errors/sized_unsized_cast.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/structured_errors/wrong_number_of_generic_args.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/variance/constraints.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/variance/mod.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/variance/solve.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/variance/terms.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/variance/test.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/variance/xform.rs [new file with mode: 0644]
compiler/rustc_hir_pretty/Cargo.toml [new file with mode: 0644]
compiler/rustc_hir_pretty/src/lib.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/Cargo.toml [new file with mode: 0644]
compiler/rustc_hir_typeck/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_hir_typeck/src/_match.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/autoderef.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/callee.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/cast.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/check.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/closure.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/coercion.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/demand.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/diverges.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/errors.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/expectation.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/expr.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/expr_use_visitor.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/fallback.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/fn_ctxt/adjust_fulfillment_errors.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/fn_ctxt/arg_matrix.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/fn_ctxt/mod.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/fn_ctxt/suggestions.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/gather_locals.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/generator_interior/drop_ranges/cfg_build.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/generator_interior/drop_ranges/cfg_propagate.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/generator_interior/drop_ranges/cfg_visualize.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/generator_interior/drop_ranges/mod.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/generator_interior/drop_ranges/record_consumed_borrow.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/generator_interior/mod.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/inherited.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/intrinsicck.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/lib.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/mem_categorization.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/method/confirm.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/method/mod.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/method/prelude2021.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/method/probe.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/method/suggest.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/op.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/pat.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/place_op.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/rvalue_scopes.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/upvar.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/writeback.rs [new file with mode: 0644]
compiler/rustc_incremental/Cargo.toml [new file with mode: 0644]
compiler/rustc_incremental/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_incremental/src/assert_dep_graph.rs [new file with mode: 0644]
compiler/rustc_incremental/src/assert_module_sources.rs [new file with mode: 0644]
compiler/rustc_incremental/src/errors.rs [new file with mode: 0644]
compiler/rustc_incremental/src/lib.rs [new file with mode: 0644]
compiler/rustc_incremental/src/persist/README.md [new file with mode: 0644]
compiler/rustc_incremental/src/persist/data.rs [new file with mode: 0644]
compiler/rustc_incremental/src/persist/dirty_clean.rs [new file with mode: 0644]
compiler/rustc_incremental/src/persist/file_format.rs [new file with mode: 0644]
compiler/rustc_incremental/src/persist/fs.rs [new file with mode: 0644]
compiler/rustc_incremental/src/persist/fs/tests.rs [new file with mode: 0644]
compiler/rustc_incremental/src/persist/load.rs [new file with mode: 0644]
compiler/rustc_incremental/src/persist/mod.rs [new file with mode: 0644]
compiler/rustc_incremental/src/persist/save.rs [new file with mode: 0644]
compiler/rustc_incremental/src/persist/work_product.rs [new file with mode: 0644]
compiler/rustc_index/Cargo.toml [new file with mode: 0644]
compiler/rustc_index/src/bit_set.rs [new file with mode: 0644]
compiler/rustc_index/src/bit_set/tests.rs [new file with mode: 0644]
compiler/rustc_index/src/interval.rs [new file with mode: 0644]
compiler/rustc_index/src/interval/tests.rs [new file with mode: 0644]
compiler/rustc_index/src/lib.rs [new file with mode: 0644]
compiler/rustc_index/src/vec.rs [new file with mode: 0644]
compiler/rustc_index/src/vec/tests.rs [new file with mode: 0644]
compiler/rustc_infer/Cargo.toml [new file with mode: 0644]
compiler/rustc_infer/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_infer/src/errors/mod.rs [new file with mode: 0644]
compiler/rustc_infer/src/errors/note_and_explain.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/at.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/canonical/canonicalizer.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/canonical/mod.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/canonical/query_response.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/canonical/substitute.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/combine.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/equate.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/error_reporting/mod.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/different_lifetimes.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/find_anon_type.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/mismatched_static_lifetime.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/mod.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/named_anon_conflict.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/placeholder_error.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/placeholder_relation.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/static_impl_trait.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/trait_impl_difference.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/util.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/error_reporting/note.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/error_reporting/note_and_explain.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/error_reporting/suggest.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/free_regions.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/freshen.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/fudge.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/glb.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/higher_ranked/README.md [new file with mode: 0644]
compiler/rustc_infer/src/infer/higher_ranked/mod.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/lattice.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/lexical_region_resolve/README.md [new file with mode: 0644]
compiler/rustc_infer/src/infer/lexical_region_resolve/mod.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/lub.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/mod.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/nll_relate/mod.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/opaque_types.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/opaque_types/table.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/outlives/components.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/outlives/env.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/outlives/mod.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/outlives/obligations.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/outlives/test_type_match.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/outlives/verify.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/projection.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/region_constraints/README.md [new file with mode: 0644]
compiler/rustc_infer/src/infer/region_constraints/leak_check.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/region_constraints/mod.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/resolve.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/sub.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/type_variable.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/undo_log.rs [new file with mode: 0644]
compiler/rustc_infer/src/lib.rs [new file with mode: 0644]
compiler/rustc_infer/src/traits/engine.rs [new file with mode: 0644]
compiler/rustc_infer/src/traits/error_reporting/mod.rs [new file with mode: 0644]
compiler/rustc_infer/src/traits/mod.rs [new file with mode: 0644]
compiler/rustc_infer/src/traits/project.rs [new file with mode: 0644]
compiler/rustc_infer/src/traits/structural_impls.rs [new file with mode: 0644]
compiler/rustc_infer/src/traits/util.rs [new file with mode: 0644]
compiler/rustc_interface/Cargo.toml [new file with mode: 0644]
compiler/rustc_interface/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_interface/src/callbacks.rs [new file with mode: 0644]
compiler/rustc_interface/src/errors.rs [new file with mode: 0644]
compiler/rustc_interface/src/interface.rs [new file with mode: 0644]
compiler/rustc_interface/src/lib.rs [new file with mode: 0644]
compiler/rustc_interface/src/passes.rs [new file with mode: 0644]
compiler/rustc_interface/src/proc_macro_decls.rs [new file with mode: 0644]
compiler/rustc_interface/src/queries.rs [new file with mode: 0644]
compiler/rustc_interface/src/tests.rs [new file with mode: 0644]
compiler/rustc_interface/src/util.rs [new file with mode: 0644]
compiler/rustc_lexer/Cargo.toml [new file with mode: 0644]
compiler/rustc_lexer/src/cursor.rs [new file with mode: 0644]
compiler/rustc_lexer/src/lib.rs [new file with mode: 0644]
compiler/rustc_lexer/src/tests.rs [new file with mode: 0644]
compiler/rustc_lexer/src/unescape.rs [new file with mode: 0644]
compiler/rustc_lexer/src/unescape/tests.rs [new file with mode: 0644]
compiler/rustc_lint/Cargo.toml [new file with mode: 0644]
compiler/rustc_lint/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_lint/src/array_into_iter.rs [new file with mode: 0644]
compiler/rustc_lint/src/builtin.rs [new file with mode: 0644]
compiler/rustc_lint/src/context.rs [new file with mode: 0644]
compiler/rustc_lint/src/deref_into_dyn_supertrait.rs [new file with mode: 0644]
compiler/rustc_lint/src/early.rs [new file with mode: 0644]
compiler/rustc_lint/src/enum_intrinsics_non_enums.rs [new file with mode: 0644]
compiler/rustc_lint/src/errors.rs [new file with mode: 0644]
compiler/rustc_lint/src/expect.rs [new file with mode: 0644]
compiler/rustc_lint/src/for_loops_over_fallibles.rs [new file with mode: 0644]
compiler/rustc_lint/src/hidden_unicode_codepoints.rs [new file with mode: 0644]
compiler/rustc_lint/src/internal.rs [new file with mode: 0644]
compiler/rustc_lint/src/late.rs [new file with mode: 0644]
compiler/rustc_lint/src/let_underscore.rs [new file with mode: 0644]
compiler/rustc_lint/src/levels.rs [new file with mode: 0644]
compiler/rustc_lint/src/lib.rs [new file with mode: 0644]
compiler/rustc_lint/src/lints.rs [new file with mode: 0644]
compiler/rustc_lint/src/map_unit_fn.rs [new file with mode: 0644]
compiler/rustc_lint/src/methods.rs [new file with mode: 0644]
compiler/rustc_lint/src/multiple_supertrait_upcastable.rs [new file with mode: 0644]
compiler/rustc_lint/src/non_ascii_idents.rs [new file with mode: 0644]
compiler/rustc_lint/src/non_fmt_panic.rs [new file with mode: 0644]
compiler/rustc_lint/src/nonstandard_style.rs [new file with mode: 0644]
compiler/rustc_lint/src/nonstandard_style/tests.rs [new file with mode: 0644]
compiler/rustc_lint/src/noop_method_call.rs [new file with mode: 0644]
compiler/rustc_lint/src/opaque_hidden_inferred_bound.rs [new file with mode: 0644]
compiler/rustc_lint/src/pass_by_value.rs [new file with mode: 0644]
compiler/rustc_lint/src/passes.rs [new file with mode: 0644]
compiler/rustc_lint/src/redundant_semicolon.rs [new file with mode: 0644]
compiler/rustc_lint/src/tests.rs [new file with mode: 0644]
compiler/rustc_lint/src/traits.rs [new file with mode: 0644]
compiler/rustc_lint/src/types.rs [new file with mode: 0644]
compiler/rustc_lint/src/unused.rs [new file with mode: 0644]
compiler/rustc_lint_defs/Cargo.toml [new file with mode: 0644]
compiler/rustc_lint_defs/src/builtin.rs [new file with mode: 0644]
compiler/rustc_lint_defs/src/lib.rs [new file with mode: 0644]
compiler/rustc_llvm/Cargo.toml [new file with mode: 0644]
compiler/rustc_llvm/build.rs [new file with mode: 0644]
compiler/rustc_llvm/llvm-wrapper/.editorconfig [new file with mode: 0644]
compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp [new file with mode: 0644]
compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp [new file with mode: 0644]
compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h [new file with mode: 0644]
compiler/rustc_llvm/llvm-wrapper/Linker.cpp [new file with mode: 0644]
compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp [new file with mode: 0644]
compiler/rustc_llvm/llvm-wrapper/README [new file with mode: 0644]
compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp [new file with mode: 0644]
compiler/rustc_llvm/llvm-wrapper/SymbolWrapper.cpp [new file with mode: 0644]
compiler/rustc_llvm/src/lib.rs [new file with mode: 0644]
compiler/rustc_log/Cargo.toml [new file with mode: 0644]
compiler/rustc_log/src/lib.rs [new file with mode: 0644]
compiler/rustc_macros/Cargo.toml [new file with mode: 0644]
compiler/rustc_macros/src/diagnostics/diagnostic.rs [new file with mode: 0644]
compiler/rustc_macros/src/diagnostics/diagnostic_builder.rs [new file with mode: 0644]
compiler/rustc_macros/src/diagnostics/error.rs [new file with mode: 0644]
compiler/rustc_macros/src/diagnostics/fluent.rs [new file with mode: 0644]
compiler/rustc_macros/src/diagnostics/mod.rs [new file with mode: 0644]
compiler/rustc_macros/src/diagnostics/subdiagnostic.rs [new file with mode: 0644]
compiler/rustc_macros/src/diagnostics/utils.rs [new file with mode: 0644]
compiler/rustc_macros/src/hash_stable.rs [new file with mode: 0644]
compiler/rustc_macros/src/lib.rs [new file with mode: 0644]
compiler/rustc_macros/src/lift.rs [new file with mode: 0644]
compiler/rustc_macros/src/newtype.rs [new file with mode: 0644]
compiler/rustc_macros/src/query.rs [new file with mode: 0644]
compiler/rustc_macros/src/serialize.rs [new file with mode: 0644]
compiler/rustc_macros/src/symbols.rs [new file with mode: 0644]
compiler/rustc_macros/src/symbols/tests.rs [new file with mode: 0644]
compiler/rustc_macros/src/type_foldable.rs [new file with mode: 0644]
compiler/rustc_macros/src/type_visitable.rs [new file with mode: 0644]
compiler/rustc_metadata/Cargo.toml [new file with mode: 0644]
compiler/rustc_metadata/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_metadata/src/creader.rs [new file with mode: 0644]
compiler/rustc_metadata/src/dependency_format.rs [new file with mode: 0644]
compiler/rustc_metadata/src/errors.rs [new file with mode: 0644]
compiler/rustc_metadata/src/foreign_modules.rs [new file with mode: 0644]
compiler/rustc_metadata/src/fs.rs [new file with mode: 0644]
compiler/rustc_metadata/src/lib.rs [new file with mode: 0644]
compiler/rustc_metadata/src/locator.rs [new file with mode: 0644]
compiler/rustc_metadata/src/native_libs.rs [new file with mode: 0644]
compiler/rustc_metadata/src/rmeta/decoder.rs [new file with mode: 0644]
compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs [new file with mode: 0644]
compiler/rustc_metadata/src/rmeta/def_path_hash_map.rs [new file with mode: 0644]
compiler/rustc_metadata/src/rmeta/encoder.rs [new file with mode: 0644]
compiler/rustc_metadata/src/rmeta/mod.rs [new file with mode: 0644]
compiler/rustc_metadata/src/rmeta/table.rs [new file with mode: 0644]
compiler/rustc_middle/Cargo.toml [new file with mode: 0644]
compiler/rustc_middle/README.md [new file with mode: 0644]
compiler/rustc_middle/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_middle/src/arena.rs [new file with mode: 0644]
compiler/rustc_middle/src/dep_graph/dep_node.rs [new file with mode: 0644]
compiler/rustc_middle/src/dep_graph/mod.rs [new file with mode: 0644]
compiler/rustc_middle/src/error.rs [new file with mode: 0644]
compiler/rustc_middle/src/hir/map/mod.rs [new file with mode: 0644]
compiler/rustc_middle/src/hir/mod.rs [new file with mode: 0644]
compiler/rustc_middle/src/hir/nested_filter.rs [new file with mode: 0644]
compiler/rustc_middle/src/hir/place.rs [new file with mode: 0644]
compiler/rustc_middle/src/infer/canonical.rs [new file with mode: 0644]
compiler/rustc_middle/src/infer/mod.rs [new file with mode: 0644]
compiler/rustc_middle/src/infer/unify_key.rs [new file with mode: 0644]
compiler/rustc_middle/src/lib.rs [new file with mode: 0644]
compiler/rustc_middle/src/lint.rs [new file with mode: 0644]
compiler/rustc_middle/src/macros.rs [new file with mode: 0644]
compiler/rustc_middle/src/metadata.rs [new file with mode: 0644]
compiler/rustc_middle/src/middle/codegen_fn_attrs.rs [new file with mode: 0644]
compiler/rustc_middle/src/middle/dependency_format.rs [new file with mode: 0644]
compiler/rustc_middle/src/middle/exported_symbols.rs [new file with mode: 0644]
compiler/rustc_middle/src/middle/lang_items.rs [new file with mode: 0644]
compiler/rustc_middle/src/middle/limits.rs [new file with mode: 0644]
compiler/rustc_middle/src/middle/mod.rs [new file with mode: 0644]
compiler/rustc_middle/src/middle/privacy.rs [new file with mode: 0644]
compiler/rustc_middle/src/middle/region.rs [new file with mode: 0644]
compiler/rustc_middle/src/middle/resolve_bound_vars.rs [new file with mode: 0644]
compiler/rustc_middle/src/middle/stability.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/basic_blocks.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/coverage.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/generic_graph.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/generic_graphviz.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/graphviz.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/interpret/allocation.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/interpret/allocation/init_mask.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/interpret/allocation/provenance_map.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/interpret/allocation/tests.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/interpret/error.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/interpret/mod.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/interpret/pointer.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/interpret/queries.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/interpret/value.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/mod.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/mono.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/patch.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/pretty.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/query.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/spanview.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/syntax.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/tcx.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/terminator.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/traversal.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/type_foldable.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/visit.rs [new file with mode: 0644]
compiler/rustc_middle/src/query/keys.rs [new file with mode: 0644]
compiler/rustc_middle/src/query/mod.rs [new file with mode: 0644]
compiler/rustc_middle/src/tests.rs [new file with mode: 0644]
compiler/rustc_middle/src/thir.rs [new file with mode: 0644]
compiler/rustc_middle/src/thir/visit.rs [new file with mode: 0644]
compiler/rustc_middle/src/traits/chalk.rs [new file with mode: 0644]
compiler/rustc_middle/src/traits/mod.rs [new file with mode: 0644]
compiler/rustc_middle/src/traits/query.rs [new file with mode: 0644]
compiler/rustc_middle/src/traits/select.rs [new file with mode: 0644]
compiler/rustc_middle/src/traits/solve.rs [new file with mode: 0644]
compiler/rustc_middle/src/traits/specialization_graph.rs [new file with mode: 0644]
compiler/rustc_middle/src/traits/structural_impls.rs [new file with mode: 0644]
compiler/rustc_middle/src/traits/util.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/_match.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/abstract_const.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/adjustment.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/adt.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/assoc.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/binding.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/cast.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/closure.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/codec.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/consts.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/consts/int.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/consts/kind.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/consts/valtree.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/context.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/context/tls.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/diagnostics.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/erase_regions.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/error.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/fast_reject.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/flags.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/fold.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/generics.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/impls_ty.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/inhabitedness/inhabited_predicate.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/inhabitedness/mod.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/instance.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/layout.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/list.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/mod.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/normalize_erasing_regions.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/opaque_types.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/parameterized.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/print/mod.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/print/pretty.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/query.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/relate.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/rvalue_scopes.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/structural_impls.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/sty.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/subst.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/trait_def.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/typeck_results.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/util.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/visit.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/vtable.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/walk.rs [new file with mode: 0644]
compiler/rustc_middle/src/util/bug.rs [new file with mode: 0644]
compiler/rustc_middle/src/util/common.rs [new file with mode: 0644]
compiler/rustc_middle/src/util/common/tests.rs [new file with mode: 0644]
compiler/rustc_middle/src/values.rs [new file with mode: 0644]
compiler/rustc_mir_build/Cargo.toml [new file with mode: 0644]
compiler/rustc_mir_build/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_mir_build/src/build/block.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/cfg.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/custom/mod.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/custom/parse.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/custom/parse/instruction.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/expr/as_constant.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/expr/as_operand.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/expr/as_place.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/expr/as_rvalue.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/expr/as_temp.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/expr/category.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/expr/into.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/expr/mod.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/expr/stmt.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/matches/mod.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/matches/simplify.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/matches/test.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/matches/util.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/misc.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/mod.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/build/scope.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/check_unsafety.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/errors.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/lib.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/lints.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/thir/constant.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/thir/cx/block.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/thir/cx/expr.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/thir/cx/mod.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/thir/mod.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/thir/pattern/check_match.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/thir/pattern/const_to_pat.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/thir/pattern/deconstruct_pat.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/thir/pattern/mod.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/thir/pattern/usefulness.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/thir/print.rs [new file with mode: 0644]
compiler/rustc_mir_build/src/thir/util.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/Cargo.toml [new file with mode: 0644]
compiler/rustc_mir_dataflow/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/drop_flag_effects.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/elaborate_drops.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/errors.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/framework/cursor.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/framework/direction.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/framework/engine.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/framework/fmt.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/framework/graphviz.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/framework/lattice.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/framework/mod.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/framework/tests.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/framework/visitor.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/impls/borrowed_locals.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/impls/liveness.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/impls/mod.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/impls/storage_liveness.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/lib.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/move_paths/abs_domain.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/move_paths/builder.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/move_paths/mod.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/rustc_peek.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/storage.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/un_derefer.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/value_analysis.rs [new file with mode: 0644]
compiler/rustc_mir_transform/Cargo.toml [new file with mode: 0644]
compiler/rustc_mir_transform/src/abort_unwinding_calls.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/add_call_guards.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/add_moves_for_packed_drops.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/add_retag.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/check_const_item_mutation.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/check_packed_ref.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/check_unsafety.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/cleanup_post_borrowck.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/const_debuginfo.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/const_goto.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/const_prop.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/const_prop_lint.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/copy_prop.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/coverage/counters.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/coverage/debug.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/coverage/graph.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/coverage/mod.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/coverage/query.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/coverage/spans.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/coverage/test_macros/Cargo.toml [new file with mode: 0644]
compiler/rustc_mir_transform/src/coverage/test_macros/src/lib.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/coverage/tests.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/ctfe_limit.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/dataflow_const_prop.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/dead_store_elimination.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/deduce_param_attrs.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/deduplicate_blocks.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/deref_separator.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/dest_prop.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/dump_mir.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/early_otherwise_branch.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/elaborate_box_derefs.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/elaborate_drops.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/ffi_unwind_calls.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/function_item_references.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/generator.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/inline.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/inline/cycle.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/instcombine.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/large_enums.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/lib.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/lower_intrinsics.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/lower_slice_len.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/match_branches.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/multiple_return_terminators.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/normalize_array_len.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/nrvo.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/pass_manager.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/remove_noop_landing_pads.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/remove_storage_markers.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/remove_uninit_drops.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/remove_unneeded_drops.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/remove_zsts.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/required_consts.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/reveal_all.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/separate_const_switch.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/shim.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/simplify.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/simplify_branches.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/simplify_comparison_integral.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/sroa.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/ssa.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/uninhabited_enum_branching.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/unreachable_prop.rs [new file with mode: 0644]
compiler/rustc_monomorphize/Cargo.toml [new file with mode: 0644]
compiler/rustc_monomorphize/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_monomorphize/src/collector.rs [new file with mode: 0644]
compiler/rustc_monomorphize/src/errors.rs [new file with mode: 0644]
compiler/rustc_monomorphize/src/lib.rs [new file with mode: 0644]
compiler/rustc_monomorphize/src/partitioning/default.rs [new file with mode: 0644]
compiler/rustc_monomorphize/src/partitioning/merging.rs [new file with mode: 0644]
compiler/rustc_monomorphize/src/partitioning/mod.rs [new file with mode: 0644]
compiler/rustc_monomorphize/src/polymorphize.rs [new file with mode: 0644]
compiler/rustc_monomorphize/src/util.rs [new file with mode: 0644]
compiler/rustc_parse/Cargo.toml [new file with mode: 0644]
compiler/rustc_parse/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_parse/src/errors.rs [new file with mode: 0644]
compiler/rustc_parse/src/lexer/diagnostics.rs [new file with mode: 0644]
compiler/rustc_parse/src/lexer/mod.rs [new file with mode: 0644]
compiler/rustc_parse/src/lexer/tokentrees.rs [new file with mode: 0644]
compiler/rustc_parse/src/lexer/unescape_error_reporting.rs [new file with mode: 0644]
compiler/rustc_parse/src/lexer/unicode_chars.rs [new file with mode: 0644]
compiler/rustc_parse/src/lib.rs [new file with mode: 0644]
compiler/rustc_parse/src/parser/attr.rs [new file with mode: 0644]
compiler/rustc_parse/src/parser/attr_wrapper.rs [new file with mode: 0644]
compiler/rustc_parse/src/parser/diagnostics.rs [new file with mode: 0644]
compiler/rustc_parse/src/parser/expr.rs [new file with mode: 0644]
compiler/rustc_parse/src/parser/generics.rs [new file with mode: 0644]
compiler/rustc_parse/src/parser/item.rs [new file with mode: 0644]
compiler/rustc_parse/src/parser/mod.rs [new file with mode: 0644]
compiler/rustc_parse/src/parser/nonterminal.rs [new file with mode: 0644]
compiler/rustc_parse/src/parser/pat.rs [new file with mode: 0644]
compiler/rustc_parse/src/parser/path.rs [new file with mode: 0644]
compiler/rustc_parse/src/parser/stmt.rs [new file with mode: 0644]
compiler/rustc_parse/src/parser/ty.rs [new file with mode: 0644]
compiler/rustc_parse/src/validate_attr.rs [new file with mode: 0644]
compiler/rustc_parse_format/Cargo.toml [new file with mode: 0644]
compiler/rustc_parse_format/src/lib.rs [new file with mode: 0644]
compiler/rustc_parse_format/src/tests.rs [new file with mode: 0644]
compiler/rustc_passes/Cargo.toml [new file with mode: 0644]
compiler/rustc_passes/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_passes/src/check_attr.rs [new file with mode: 0644]
compiler/rustc_passes/src/check_const.rs [new file with mode: 0644]
compiler/rustc_passes/src/dead.rs [new file with mode: 0644]
compiler/rustc_passes/src/debugger_visualizer.rs [new file with mode: 0644]
compiler/rustc_passes/src/diagnostic_items.rs [new file with mode: 0644]
compiler/rustc_passes/src/entry.rs [new file with mode: 0644]
compiler/rustc_passes/src/errors.rs [new file with mode: 0644]
compiler/rustc_passes/src/hir_id_validator.rs [new file with mode: 0644]
compiler/rustc_passes/src/hir_stats.rs [new file with mode: 0644]
compiler/rustc_passes/src/lang_items.rs [new file with mode: 0644]
compiler/rustc_passes/src/layout_test.rs [new file with mode: 0644]
compiler/rustc_passes/src/lib.rs [new file with mode: 0644]
compiler/rustc_passes/src/lib_features.rs [new file with mode: 0644]
compiler/rustc_passes/src/liveness.rs [new file with mode: 0644]
compiler/rustc_passes/src/liveness/rwu_table.rs [new file with mode: 0644]
compiler/rustc_passes/src/loops.rs [new file with mode: 0644]
compiler/rustc_passes/src/naked_functions.rs [new file with mode: 0644]
compiler/rustc_passes/src/reachable.rs [new file with mode: 0644]
compiler/rustc_passes/src/stability.rs [new file with mode: 0644]
compiler/rustc_passes/src/upvars.rs [new file with mode: 0644]
compiler/rustc_passes/src/weak_lang_items.rs [new file with mode: 0644]
compiler/rustc_plugin_impl/Cargo.toml [new file with mode: 0644]
compiler/rustc_plugin_impl/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_plugin_impl/src/errors.rs [new file with mode: 0644]
compiler/rustc_plugin_impl/src/lib.rs [new file with mode: 0644]
compiler/rustc_plugin_impl/src/load.rs [new file with mode: 0644]
compiler/rustc_privacy/Cargo.toml [new file with mode: 0644]
compiler/rustc_privacy/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_privacy/src/errors.rs [new file with mode: 0644]
compiler/rustc_privacy/src/lib.rs [new file with mode: 0644]
compiler/rustc_query_impl/Cargo.toml [new file with mode: 0644]
compiler/rustc_query_impl/src/README.md [new file with mode: 0644]
compiler/rustc_query_impl/src/lib.rs [new file with mode: 0644]
compiler/rustc_query_impl/src/on_disk_cache.rs [new file with mode: 0644]
compiler/rustc_query_impl/src/plumbing.rs [new file with mode: 0644]
compiler/rustc_query_impl/src/profiling_support.rs [new file with mode: 0644]
compiler/rustc_query_system/Cargo.toml [new file with mode: 0644]
compiler/rustc_query_system/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_query_system/src/cache.rs [new file with mode: 0644]
compiler/rustc_query_system/src/dep_graph/README.md [new file with mode: 0644]
compiler/rustc_query_system/src/dep_graph/debug.rs [new file with mode: 0644]
compiler/rustc_query_system/src/dep_graph/dep_node.rs [new file with mode: 0644]
compiler/rustc_query_system/src/dep_graph/graph.rs [new file with mode: 0644]
compiler/rustc_query_system/src/dep_graph/mod.rs [new file with mode: 0644]
compiler/rustc_query_system/src/dep_graph/query.rs [new file with mode: 0644]
compiler/rustc_query_system/src/dep_graph/serialized.rs [new file with mode: 0644]
compiler/rustc_query_system/src/error.rs [new file with mode: 0644]
compiler/rustc_query_system/src/ich/hcx.rs [new file with mode: 0644]
compiler/rustc_query_system/src/ich/impls_hir.rs [new file with mode: 0644]
compiler/rustc_query_system/src/ich/impls_syntax.rs [new file with mode: 0644]
compiler/rustc_query_system/src/ich/mod.rs [new file with mode: 0644]
compiler/rustc_query_system/src/lib.rs [new file with mode: 0644]
compiler/rustc_query_system/src/query/README.md [new file with mode: 0644]
compiler/rustc_query_system/src/query/caches.rs [new file with mode: 0644]
compiler/rustc_query_system/src/query/config.rs [new file with mode: 0644]
compiler/rustc_query_system/src/query/job.rs [new file with mode: 0644]
compiler/rustc_query_system/src/query/mod.rs [new file with mode: 0644]
compiler/rustc_query_system/src/query/plumbing.rs [new file with mode: 0644]
compiler/rustc_query_system/src/values.rs [new file with mode: 0644]
compiler/rustc_resolve/Cargo.toml [new file with mode: 0644]
compiler/rustc_resolve/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_resolve/src/build_reduced_graph.rs [new file with mode: 0644]
compiler/rustc_resolve/src/check_unused.rs [new file with mode: 0644]
compiler/rustc_resolve/src/def_collector.rs [new file with mode: 0644]
compiler/rustc_resolve/src/diagnostics.rs [new file with mode: 0644]
compiler/rustc_resolve/src/diagnostics/tests.rs [new file with mode: 0644]
compiler/rustc_resolve/src/effective_visibilities.rs [new file with mode: 0644]
compiler/rustc_resolve/src/errors.rs [new file with mode: 0644]
compiler/rustc_resolve/src/ident.rs [new file with mode: 0644]
compiler/rustc_resolve/src/imports.rs [new file with mode: 0644]
compiler/rustc_resolve/src/late.rs [new file with mode: 0644]
compiler/rustc_resolve/src/late/diagnostics.rs [new file with mode: 0644]
compiler/rustc_resolve/src/lib.rs [new file with mode: 0644]
compiler/rustc_resolve/src/macros.rs [new file with mode: 0644]
compiler/rustc_resolve/src/rustdoc.rs [new file with mode: 0644]
compiler/rustc_serialize/Cargo.toml [new file with mode: 0644]
compiler/rustc_serialize/src/collection_impls.rs [new file with mode: 0644]
compiler/rustc_serialize/src/leb128.rs [new file with mode: 0644]
compiler/rustc_serialize/src/lib.rs [new file with mode: 0644]
compiler/rustc_serialize/src/opaque.rs [new file with mode: 0644]
compiler/rustc_serialize/src/serialize.rs [new file with mode: 0644]
compiler/rustc_serialize/tests/leb128.rs [new file with mode: 0644]
compiler/rustc_serialize/tests/opaque.rs [new file with mode: 0644]
compiler/rustc_session/Cargo.toml [new file with mode: 0644]
compiler/rustc_session/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_session/src/cgu_reuse_tracker.rs [new file with mode: 0644]
compiler/rustc_session/src/code_stats.rs [new file with mode: 0644]
compiler/rustc_session/src/config.rs [new file with mode: 0644]
compiler/rustc_session/src/config/sigpipe.rs [new file with mode: 0644]
compiler/rustc_session/src/cstore.rs [new file with mode: 0644]
compiler/rustc_session/src/errors.rs [new file with mode: 0644]
compiler/rustc_session/src/filesearch.rs [new file with mode: 0644]
compiler/rustc_session/src/lib.rs [new file with mode: 0644]
compiler/rustc_session/src/options.rs [new file with mode: 0644]
compiler/rustc_session/src/output.rs [new file with mode: 0644]
compiler/rustc_session/src/parse.rs [new file with mode: 0644]
compiler/rustc_session/src/search_paths.rs [new file with mode: 0644]
compiler/rustc_session/src/session.rs [new file with mode: 0644]
compiler/rustc_session/src/utils.rs [new file with mode: 0644]
compiler/rustc_smir/Cargo.toml [new file with mode: 0644]
compiler/rustc_smir/README.md [new file with mode: 0644]
compiler/rustc_smir/rust-toolchain.toml [new file with mode: 0644]
compiler/rustc_smir/src/lib.rs [new file with mode: 0644]
compiler/rustc_smir/src/mir.rs [new file with mode: 0644]
compiler/rustc_smir/src/very_unstable.rs [new file with mode: 0644]
compiler/rustc_span/Cargo.toml [new file with mode: 0644]
compiler/rustc_span/src/analyze_source_file.rs [new file with mode: 0644]
compiler/rustc_span/src/analyze_source_file/tests.rs [new file with mode: 0644]
compiler/rustc_span/src/caching_source_map_view.rs [new file with mode: 0644]
compiler/rustc_span/src/def_id.rs [new file with mode: 0644]
compiler/rustc_span/src/edit_distance.rs [new file with mode: 0644]
compiler/rustc_span/src/edit_distance/tests.rs [new file with mode: 0644]
compiler/rustc_span/src/edition.rs [new file with mode: 0644]
compiler/rustc_span/src/fatal_error.rs [new file with mode: 0644]
compiler/rustc_span/src/hygiene.rs [new file with mode: 0644]
compiler/rustc_span/src/lib.rs [new file with mode: 0644]
compiler/rustc_span/src/profiling.rs [new file with mode: 0644]
compiler/rustc_span/src/source_map.rs [new file with mode: 0644]
compiler/rustc_span/src/source_map/tests.rs [new file with mode: 0644]
compiler/rustc_span/src/span_encoding.rs [new file with mode: 0644]
compiler/rustc_span/src/symbol.rs [new file with mode: 0644]
compiler/rustc_span/src/symbol/tests.rs [new file with mode: 0644]
compiler/rustc_span/src/tests.rs [new file with mode: 0644]
compiler/rustc_symbol_mangling/Cargo.toml [new file with mode: 0644]
compiler/rustc_symbol_mangling/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_symbol_mangling/src/errors.rs [new file with mode: 0644]
compiler/rustc_symbol_mangling/src/legacy.rs [new file with mode: 0644]
compiler/rustc_symbol_mangling/src/lib.rs [new file with mode: 0644]
compiler/rustc_symbol_mangling/src/test.rs [new file with mode: 0644]
compiler/rustc_symbol_mangling/src/typeid.rs [new file with mode: 0644]
compiler/rustc_symbol_mangling/src/typeid/typeid_itanium_cxx_abi.rs [new file with mode: 0644]
compiler/rustc_symbol_mangling/src/v0.rs [new file with mode: 0644]
compiler/rustc_target/Cargo.toml [new file with mode: 0644]
compiler/rustc_target/README.md [new file with mode: 0644]
compiler/rustc_target/src/abi/call/aarch64.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/amdgpu.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/arm.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/avr.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/bpf.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/hexagon.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/loongarch.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/m68k.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/mips.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/mips64.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/mod.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/msp430.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/nvptx64.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/powerpc.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/powerpc64.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/riscv.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/s390x.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/sparc.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/sparc64.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/wasm.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/x86.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/x86_64.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/x86_win64.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/mod.rs [new file with mode: 0644]
compiler/rustc_target/src/asm/aarch64.rs [new file with mode: 0644]
compiler/rustc_target/src/asm/arm.rs [new file with mode: 0644]
compiler/rustc_target/src/asm/avr.rs [new file with mode: 0644]
compiler/rustc_target/src/asm/bpf.rs [new file with mode: 0644]
compiler/rustc_target/src/asm/hexagon.rs [new file with mode: 0644]
compiler/rustc_target/src/asm/mips.rs [new file with mode: 0644]
compiler/rustc_target/src/asm/mod.rs [new file with mode: 0644]
compiler/rustc_target/src/asm/msp430.rs [new file with mode: 0644]
compiler/rustc_target/src/asm/nvptx.rs [new file with mode: 0644]
compiler/rustc_target/src/asm/powerpc.rs [new file with mode: 0644]
compiler/rustc_target/src/asm/riscv.rs [new file with mode: 0644]
compiler/rustc_target/src/asm/s390x.rs [new file with mode: 0644]
compiler/rustc_target/src/asm/spirv.rs [new file with mode: 0644]
compiler/rustc_target/src/asm/wasm.rs [new file with mode: 0644]
compiler/rustc_target/src/asm/x86.rs [new file with mode: 0644]
compiler/rustc_target/src/json.rs [new file with mode: 0644]
compiler/rustc_target/src/lib.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_apple_darwin.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_apple_ios.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_apple_ios_macabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_apple_ios_sim.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_apple_tvos.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_apple_watchos_sim.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_be_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_be_unknown_linux_gnu_ilp32.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_fuchsia.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_kmc_solid_asp3.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_linux_android.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_nintendo_switch_freestanding.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_nintendo_switch_freestanding_linker_script.ld [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_pc_windows_gnullvm.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_pc_windows_msvc.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_unknown_freebsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_unknown_fuchsia.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_unknown_hermit.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_unknown_linux_gnu_ilp32.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_unknown_linux_musl.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_unknown_netbsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_unknown_none.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_unknown_none_softfloat.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_unknown_nto_qnx_710.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_unknown_openbsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_unknown_redox.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_unknown_uefi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_uwp_windows_msvc.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_wrs_vxworks.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/abi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/abi/tests.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aix_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/android_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/apple/tests.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/apple_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/arm64_32_apple_watchos.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/arm_linux_androideabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/arm_unknown_linux_gnueabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/arm_unknown_linux_gnueabihf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/arm_unknown_linux_musleabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/arm_unknown_linux_musleabihf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armeb_unknown_linux_gnueabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armebv7r_none_eabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armebv7r_none_eabihf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv4t_none_eabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv4t_unknown_linux_gnueabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv5te_none_eabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv5te_unknown_linux_gnueabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv5te_unknown_linux_musleabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv5te_unknown_linux_uclibceabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv6_unknown_freebsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv6_unknown_netbsd_eabihf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv6k_nintendo_3ds.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7_apple_ios.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7_linux_androideabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7_sony_vita_newlibeabihf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7_unknown_freebsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7_unknown_linux_gnueabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7_unknown_linux_gnueabihf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7_unknown_linux_musleabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7_unknown_linux_musleabihf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7_unknown_linux_uclibceabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7_unknown_linux_uclibceabihf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7_unknown_netbsd_eabihf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7_wrs_vxworks_eabihf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7a_kmc_solid_asp3_eabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7a_kmc_solid_asp3_eabihf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7a_none_eabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7a_none_eabihf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7k_apple_watchos.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7r_none_eabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7r_none_eabihf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/armv7s_apple_ios.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/asmjs_unknown_emscripten.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/avr_gnu_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/avr_unknown_gnu_atmega328.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/bpf_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/bpfeb_unknown_none.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/bpfel_unknown_none.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/crt_objects.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/dragonfly_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/freebsd_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/fuchsia_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/haiku_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/hermit_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/hexagon_unknown_linux_musl.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i386_apple_ios.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i386_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i486_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i586_pc_windows_msvc.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i586_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i586_unknown_linux_musl.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i686_apple_darwin.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i686_linux_android.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i686_pc_windows_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i686_pc_windows_msvc.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i686_unknown_freebsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i686_unknown_haiku.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i686_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i686_unknown_linux_musl.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i686_unknown_netbsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i686_unknown_openbsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i686_unknown_uefi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i686_uwp_windows_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i686_uwp_windows_msvc.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i686_wrs_vxworks.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/illumos_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/l4re_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/linux_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/linux_gnu_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/linux_musl_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/linux_uclibc_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/m68k_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mips64_openwrt_linux_musl.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mips64_unknown_linux_gnuabi64.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mips64_unknown_linux_muslabi64.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mips64el_unknown_linux_gnuabi64.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mips64el_unknown_linux_muslabi64.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mips_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mips_unknown_linux_musl.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mips_unknown_linux_uclibc.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mipsel_sony_psp.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mipsel_sony_psp_linker_script.ld [new file with mode: 0644]
compiler/rustc_target/src/spec/mipsel_sony_psx.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mipsel_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mipsel_unknown_linux_musl.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mipsel_unknown_linux_uclibc.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mipsel_unknown_none.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mipsisa32r6_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mipsisa32r6el_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mipsisa64r6_unknown_linux_gnuabi64.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mipsisa64r6el_unknown_linux_gnuabi64.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mod.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/msp430_none_elf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/msvc_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/netbsd_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/nto_qnx_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/nvptx64_nvidia_cuda.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/openbsd_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/powerpc64_ibm_aix.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/powerpc64_unknown_freebsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/powerpc64_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/powerpc64_unknown_linux_musl.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/powerpc64_unknown_openbsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/powerpc64_wrs_vxworks.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/powerpc64le_unknown_freebsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/powerpc64le_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/powerpc64le_unknown_linux_musl.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/powerpc_unknown_freebsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/powerpc_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/powerpc_unknown_linux_gnuspe.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/powerpc_unknown_linux_musl.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/powerpc_unknown_netbsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/powerpc_unknown_openbsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/powerpc_wrs_vxworks.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/powerpc_wrs_vxworks_spe.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/redox_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/riscv32gc_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/riscv32gc_unknown_linux_musl.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/riscv32i_unknown_none_elf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/riscv32im_unknown_none_elf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/riscv32imac_unknown_none_elf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/riscv32imac_unknown_xous_elf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/riscv32imc_esp_espidf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/riscv32imc_unknown_none_elf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/riscv64gc_unknown_freebsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/riscv64gc_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/riscv64gc_unknown_linux_musl.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/riscv64gc_unknown_none_elf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/riscv64gc_unknown_openbsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/riscv64imac_unknown_none_elf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/s390x_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/s390x_unknown_linux_musl.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/solaris_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/solid_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/sparc64_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/sparc64_unknown_netbsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/sparc64_unknown_openbsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/sparc_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/sparcv9_sun_solaris.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/tests/tests_impl.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/thumb_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/thumbv5te_none_eabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/thumbv6m_none_eabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/thumbv7a_pc_windows_msvc.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/thumbv7a_uwp_windows_msvc.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/thumbv7em_none_eabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/thumbv7em_none_eabihf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/thumbv7m_none_eabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/thumbv7neon_linux_androideabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/thumbv7neon_unknown_linux_gnueabihf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/thumbv7neon_unknown_linux_musleabihf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/thumbv8m_base_none_eabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/thumbv8m_main_none_eabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/thumbv8m_main_none_eabihf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/uefi_msvc_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/vxworks_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/wasm32_unknown_emscripten.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/wasm32_unknown_unknown.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/wasm32_wasi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/wasm64_unknown_unknown.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/wasm_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/windows_gnu_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/windows_gnullvm_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/windows_msvc_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/windows_uwp_gnu_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/windows_uwp_msvc_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_apple_darwin.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_apple_ios.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_apple_ios_macabi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_apple_tvos.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_apple_watchos_sim.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_fortanix_unknown_sgx.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_fuchsia.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_linux_android.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_pc_nto_qnx710.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_pc_solaris.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_pc_windows_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_pc_windows_gnullvm.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_pc_windows_msvc.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_sun_solaris.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_unknown_dragonfly.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_unknown_freebsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_unknown_fuchsia.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_unknown_haiku.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_unknown_hermit.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_unknown_illumos.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_unknown_l4re_uclibc.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_unknown_linux_gnux32.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_unknown_linux_musl.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_unknown_netbsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_unknown_none.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_unknown_openbsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_unknown_redox.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_unknown_uefi.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_uwp_windows_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_uwp_windows_msvc.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_wrs_vxworks.rs [new file with mode: 0644]
compiler/rustc_target/src/tests.rs [new file with mode: 0644]
compiler/rustc_trait_selection/Cargo.toml [new file with mode: 0644]
compiler/rustc_trait_selection/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_trait_selection/src/errors.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/infer.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/lib.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/assembly.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/canonical/canonicalize.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/canonical/mod.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/eval_ctxt.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/fulfill.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/mod.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/project_goals.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/search_graph/cache.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/search_graph/mod.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/search_graph/overflow.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/trait_goals.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/trait_goals/structural_traits.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/auto_trait.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/chalk_fulfill.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/coherence.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/const_evaluatable.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/engine.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/error_reporting/ambiguity.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/error_reporting/method_chain.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/error_reporting/mod.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/error_reporting/on_unimplemented.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/error_reporting/suggestions.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/fulfill.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/misc.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/mod.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/object_safety.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/outlives_bounds.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/project.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/query/dropck_outlives.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/query/evaluate_obligation.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/query/method_autoderef.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/query/mod.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/query/normalize.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/query/type_op/ascribe_user_type.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/query/type_op/custom.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/query/type_op/eq.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/query/type_op/implied_outlives_bounds.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/query/type_op/mod.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/query/type_op/normalize.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/query/type_op/outlives.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/query/type_op/prove_predicate.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/query/type_op/subtype.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/select/candidate_assembly.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/select/confirmation.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/select/mod.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/specialize/mod.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/specialize/specialization_graph.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/structural_match.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/util.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/vtable.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/wf.rs [new file with mode: 0644]
compiler/rustc_traits/Cargo.toml [new file with mode: 0644]
compiler/rustc_traits/src/chalk/db.rs [new file with mode: 0644]
compiler/rustc_traits/src/chalk/lowering.rs [new file with mode: 0644]
compiler/rustc_traits/src/chalk/mod.rs [new file with mode: 0644]
compiler/rustc_traits/src/codegen.rs [new file with mode: 0644]
compiler/rustc_traits/src/dropck_outlives.rs [new file with mode: 0644]
compiler/rustc_traits/src/evaluate_obligation.rs [new file with mode: 0644]
compiler/rustc_traits/src/implied_outlives_bounds.rs [new file with mode: 0644]
compiler/rustc_traits/src/lib.rs [new file with mode: 0644]
compiler/rustc_traits/src/normalize_erasing_regions.rs [new file with mode: 0644]
compiler/rustc_traits/src/normalize_projection_ty.rs [new file with mode: 0644]
compiler/rustc_traits/src/type_op.rs [new file with mode: 0644]
compiler/rustc_transmute/Cargo.toml [new file with mode: 0644]
compiler/rustc_transmute/src/layout/dfa.rs [new file with mode: 0644]
compiler/rustc_transmute/src/layout/mod.rs [new file with mode: 0644]
compiler/rustc_transmute/src/layout/nfa.rs [new file with mode: 0644]
compiler/rustc_transmute/src/layout/tree.rs [new file with mode: 0644]
compiler/rustc_transmute/src/layout/tree/tests.rs [new file with mode: 0644]
compiler/rustc_transmute/src/lib.rs [new file with mode: 0644]
compiler/rustc_transmute/src/maybe_transmutable/mod.rs [new file with mode: 0644]
compiler/rustc_transmute/src/maybe_transmutable/query_context.rs [new file with mode: 0644]
compiler/rustc_transmute/src/maybe_transmutable/tests.rs [new file with mode: 0644]
compiler/rustc_ty_utils/Cargo.toml [new file with mode: 0644]
compiler/rustc_ty_utils/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_ty_utils/src/abi.rs [new file with mode: 0644]
compiler/rustc_ty_utils/src/assoc.rs [new file with mode: 0644]
compiler/rustc_ty_utils/src/common_traits.rs [new file with mode: 0644]
compiler/rustc_ty_utils/src/consts.rs [new file with mode: 0644]
compiler/rustc_ty_utils/src/errors.rs [new file with mode: 0644]
compiler/rustc_ty_utils/src/implied_bounds.rs [new file with mode: 0644]
compiler/rustc_ty_utils/src/instance.rs [new file with mode: 0644]
compiler/rustc_ty_utils/src/layout.rs [new file with mode: 0644]
compiler/rustc_ty_utils/src/layout_sanity_check.rs [new file with mode: 0644]
compiler/rustc_ty_utils/src/lib.rs [new file with mode: 0644]
compiler/rustc_ty_utils/src/needs_drop.rs [new file with mode: 0644]
compiler/rustc_ty_utils/src/representability.rs [new file with mode: 0644]
compiler/rustc_ty_utils/src/structural_match.rs [new file with mode: 0644]
compiler/rustc_ty_utils/src/ty.rs [new file with mode: 0644]
compiler/rustc_type_ir/Cargo.toml [new file with mode: 0644]
compiler/rustc_type_ir/src/codec.rs [new file with mode: 0644]
compiler/rustc_type_ir/src/fold.rs [new file with mode: 0644]
compiler/rustc_type_ir/src/lib.rs [new file with mode: 0644]
compiler/rustc_type_ir/src/macros.rs [new file with mode: 0644]
compiler/rustc_type_ir/src/structural_impls.rs [new file with mode: 0644]
compiler/rustc_type_ir/src/sty.rs [new file with mode: 0644]
compiler/rustc_type_ir/src/ty_info.rs [new file with mode: 0644]
compiler/rustc_type_ir/src/visit.rs [new file with mode: 0644]
config.toml.example [new file with mode: 0644]
configure [new file with mode: 0755]
git-commit-hash [new file with mode: 0644]
git-commit-info [new file with mode: 0644]
library/alloc/Cargo.toml [new file with mode: 0644]
library/alloc/benches/binary_heap.rs [new file with mode: 0644]
library/alloc/benches/btree/map.rs [new file with mode: 0644]
library/alloc/benches/btree/mod.rs [new file with mode: 0644]
library/alloc/benches/btree/set.rs [new file with mode: 0644]
library/alloc/benches/lib.rs [new file with mode: 0644]
library/alloc/benches/linked_list.rs [new file with mode: 0644]
library/alloc/benches/slice.rs [new file with mode: 0644]
library/alloc/benches/str.rs [new file with mode: 0644]
library/alloc/benches/string.rs [new file with mode: 0644]
library/alloc/benches/vec.rs [new file with mode: 0644]
library/alloc/benches/vec_deque.rs [new file with mode: 0644]
library/alloc/benches/vec_deque_append.rs [new file with mode: 0644]
library/alloc/src/alloc.rs [new file with mode: 0644]
library/alloc/src/alloc/tests.rs [new file with mode: 0644]
library/alloc/src/borrow.rs [new file with mode: 0644]
library/alloc/src/boxed.rs [new file with mode: 0644]
library/alloc/src/boxed/thin.rs [new file with mode: 0644]
library/alloc/src/collections/binary_heap/mod.rs [new file with mode: 0644]
library/alloc/src/collections/binary_heap/tests.rs [new file with mode: 0644]
library/alloc/src/collections/btree/append.rs [new file with mode: 0644]
library/alloc/src/collections/btree/borrow.rs [new file with mode: 0644]
library/alloc/src/collections/btree/borrow/tests.rs [new file with mode: 0644]
library/alloc/src/collections/btree/dedup_sorted_iter.rs [new file with mode: 0644]
library/alloc/src/collections/btree/fix.rs [new file with mode: 0644]
library/alloc/src/collections/btree/map.rs [new file with mode: 0644]
library/alloc/src/collections/btree/map/entry.rs [new file with mode: 0644]
library/alloc/src/collections/btree/map/tests.rs [new file with mode: 0644]
library/alloc/src/collections/btree/mem.rs [new file with mode: 0644]
library/alloc/src/collections/btree/merge_iter.rs [new file with mode: 0644]
library/alloc/src/collections/btree/mod.rs [new file with mode: 0644]
library/alloc/src/collections/btree/navigate.rs [new file with mode: 0644]
library/alloc/src/collections/btree/node.rs [new file with mode: 0644]
library/alloc/src/collections/btree/node/tests.rs [new file with mode: 0644]
library/alloc/src/collections/btree/remove.rs [new file with mode: 0644]
library/alloc/src/collections/btree/search.rs [new file with mode: 0644]
library/alloc/src/collections/btree/set.rs [new file with mode: 0644]
library/alloc/src/collections/btree/set/tests.rs [new file with mode: 0644]
library/alloc/src/collections/btree/set_val.rs [new file with mode: 0644]
library/alloc/src/collections/btree/split.rs [new file with mode: 0644]
library/alloc/src/collections/linked_list.rs [new file with mode: 0644]
library/alloc/src/collections/linked_list/tests.rs [new file with mode: 0644]
library/alloc/src/collections/mod.rs [new file with mode: 0644]
library/alloc/src/collections/vec_deque/drain.rs [new file with mode: 0644]
library/alloc/src/collections/vec_deque/into_iter.rs [new file with mode: 0644]
library/alloc/src/collections/vec_deque/iter.rs [new file with mode: 0644]
library/alloc/src/collections/vec_deque/iter_mut.rs [new file with mode: 0644]
library/alloc/src/collections/vec_deque/macros.rs [new file with mode: 0644]
library/alloc/src/collections/vec_deque/mod.rs [new file with mode: 0644]
library/alloc/src/collections/vec_deque/spec_extend.rs [new file with mode: 0644]
library/alloc/src/collections/vec_deque/spec_from_iter.rs [new file with mode: 0644]
library/alloc/src/collections/vec_deque/tests.rs [new file with mode: 0644]
library/alloc/src/ffi/c_str.rs [new file with mode: 0644]
library/alloc/src/ffi/c_str/tests.rs [new file with mode: 0644]
library/alloc/src/ffi/mod.rs [new file with mode: 0644]
library/alloc/src/fmt.rs [new file with mode: 0644]
library/alloc/src/lib.rs [new file with mode: 0644]
library/alloc/src/macros.rs [new file with mode: 0644]
library/alloc/src/raw_vec.rs [new file with mode: 0644]
library/alloc/src/raw_vec/tests.rs [new file with mode: 0644]
library/alloc/src/rc.rs [new file with mode: 0644]
library/alloc/src/rc/tests.rs [new file with mode: 0644]
library/alloc/src/slice.rs [new file with mode: 0644]
library/alloc/src/slice/tests.rs [new file with mode: 0644]
library/alloc/src/str.rs [new file with mode: 0644]
library/alloc/src/string.rs [new file with mode: 0644]
library/alloc/src/sync.rs [new file with mode: 0644]
library/alloc/src/sync/tests.rs [new file with mode: 0644]
library/alloc/src/task.rs [new file with mode: 0644]
library/alloc/src/testing/crash_test.rs [new file with mode: 0644]
library/alloc/src/testing/mod.rs [new file with mode: 0644]
library/alloc/src/testing/ord_chaos.rs [new file with mode: 0644]
library/alloc/src/testing/rng.rs [new file with mode: 0644]
library/alloc/src/tests.rs [new file with mode: 0644]
library/alloc/src/vec/cow.rs [new file with mode: 0644]
library/alloc/src/vec/drain.rs [new file with mode: 0644]
library/alloc/src/vec/drain_filter.rs [new file with mode: 0644]
library/alloc/src/vec/in_place_collect.rs [new file with mode: 0644]
library/alloc/src/vec/in_place_drop.rs [new file with mode: 0644]
library/alloc/src/vec/into_iter.rs [new file with mode: 0644]
library/alloc/src/vec/is_zero.rs [new file with mode: 0644]
library/alloc/src/vec/mod.rs [new file with mode: 0644]
library/alloc/src/vec/partial_eq.rs [new file with mode: 0644]
library/alloc/src/vec/set_len_on_drop.rs [new file with mode: 0644]
library/alloc/src/vec/spec_extend.rs [new file with mode: 0644]
library/alloc/src/vec/spec_from_elem.rs [new file with mode: 0644]
library/alloc/src/vec/spec_from_iter.rs [new file with mode: 0644]
library/alloc/src/vec/spec_from_iter_nested.rs [new file with mode: 0644]
library/alloc/src/vec/splice.rs [new file with mode: 0644]
library/alloc/tests/arc.rs [new file with mode: 0644]
library/alloc/tests/autotraits.rs [new file with mode: 0644]
library/alloc/tests/borrow.rs [new file with mode: 0644]
library/alloc/tests/boxed.rs [new file with mode: 0644]
library/alloc/tests/btree_set_hash.rs [new file with mode: 0644]
library/alloc/tests/c_str.rs [new file with mode: 0644]
library/alloc/tests/const_fns.rs [new file with mode: 0644]
library/alloc/tests/cow_str.rs [new file with mode: 0644]
library/alloc/tests/fmt.rs [new file with mode: 0644]
library/alloc/tests/heap.rs [new file with mode: 0644]
library/alloc/tests/lib.rs [new file with mode: 0644]
library/alloc/tests/linked_list.rs [new file with mode: 0644]
library/alloc/tests/rc.rs [new file with mode: 0644]
library/alloc/tests/slice.rs [new file with mode: 0644]
library/alloc/tests/str.rs [new file with mode: 0644]
library/alloc/tests/string.rs [new file with mode: 0644]
library/alloc/tests/thin_box.rs [new file with mode: 0644]
library/alloc/tests/vec.rs [new file with mode: 0644]
library/alloc/tests/vec_deque.rs [new file with mode: 0644]
library/backtrace/.github/workflows/main.yml [new file with mode: 0644]
library/backtrace/Cargo.toml [new file with mode: 0644]
library/backtrace/LICENSE-APACHE [new file with mode: 0644]
library/backtrace/LICENSE-MIT [new file with mode: 0644]
library/backtrace/README.md [new file with mode: 0644]
library/backtrace/benches/benchmarks.rs [new file with mode: 0644]
library/backtrace/build.rs [new file with mode: 0644]
library/backtrace/ci/android-ndk.sh [new file with mode: 0755]
library/backtrace/ci/android-sdk.sh [new file with mode: 0755]
library/backtrace/ci/debuglink-docker.sh [new file with mode: 0755]
library/backtrace/ci/debuglink.sh [new file with mode: 0755]
library/backtrace/ci/docker/aarch64-linux-android/Dockerfile [new file with mode: 0644]
library/backtrace/ci/docker/aarch64-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
library/backtrace/ci/docker/arm-linux-androideabi/Dockerfile [new file with mode: 0644]
library/backtrace/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile [new file with mode: 0644]
library/backtrace/ci/docker/armv7-linux-androideabi/Dockerfile [new file with mode: 0644]
library/backtrace/ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile [new file with mode: 0644]
library/backtrace/ci/docker/i586-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
library/backtrace/ci/docker/i686-linux-android/Dockerfile [new file with mode: 0644]
library/backtrace/ci/docker/i686-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
library/backtrace/ci/docker/powerpc64-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
library/backtrace/ci/docker/s390x-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
library/backtrace/ci/docker/x86_64-linux-android/Dockerfile [new file with mode: 0644]
library/backtrace/ci/docker/x86_64-pc-windows-gnu/Dockerfile [new file with mode: 0644]
library/backtrace/ci/docker/x86_64-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
library/backtrace/ci/docker/x86_64-unknown-linux-musl/Dockerfile [new file with mode: 0644]
library/backtrace/ci/run-docker.sh [new file with mode: 0755]
library/backtrace/ci/run.sh [new file with mode: 0755]
library/backtrace/ci/runtest-android.rs [new file with mode: 0644]
library/backtrace/crates/as-if-std/Cargo.toml [new file with mode: 0644]
library/backtrace/crates/as-if-std/build.rs [new file with mode: 0644]
library/backtrace/crates/as-if-std/src/lib.rs [new file with mode: 0644]
library/backtrace/crates/cpp_smoke_test/Cargo.toml [new file with mode: 0644]
library/backtrace/crates/cpp_smoke_test/build.rs [new file with mode: 0644]
library/backtrace/crates/cpp_smoke_test/cpp/trampoline.cpp [new file with mode: 0644]
library/backtrace/crates/cpp_smoke_test/src/lib.rs [new file with mode: 0644]
library/backtrace/crates/cpp_smoke_test/tests/smoke.rs [new file with mode: 0644]
library/backtrace/crates/debuglink/Cargo.toml [new file with mode: 0644]
library/backtrace/crates/debuglink/src/main.rs [new file with mode: 0644]
library/backtrace/crates/dylib-dep/Cargo.toml [new file with mode: 0644]
library/backtrace/crates/dylib-dep/src/lib.rs [new file with mode: 0644]
library/backtrace/crates/line-tables-only/Cargo.toml [new file with mode: 0644]
library/backtrace/crates/line-tables-only/build.rs [new file with mode: 0644]
library/backtrace/crates/line-tables-only/src/callback.c [new file with mode: 0644]
library/backtrace/crates/line-tables-only/src/lib.rs [new file with mode: 0644]
library/backtrace/crates/macos_frames_test/Cargo.toml [new file with mode: 0644]
library/backtrace/crates/macos_frames_test/src/lib.rs [new file with mode: 0644]
library/backtrace/crates/macos_frames_test/tests/main.rs [new file with mode: 0644]
library/backtrace/crates/without_debuginfo/Cargo.toml [new file with mode: 0644]
library/backtrace/crates/without_debuginfo/src/lib.rs [new file with mode: 0644]
library/backtrace/crates/without_debuginfo/tests/smoke.rs [new file with mode: 0644]
library/backtrace/examples/backtrace.rs [new file with mode: 0644]
library/backtrace/examples/raw.rs [new file with mode: 0644]
library/backtrace/src/android-api.c [new file with mode: 0644]
library/backtrace/src/backtrace/dbghelp.rs [new file with mode: 0644]
library/backtrace/src/backtrace/libunwind.rs [new file with mode: 0644]
library/backtrace/src/backtrace/miri.rs [new file with mode: 0644]
library/backtrace/src/backtrace/mod.rs [new file with mode: 0644]
library/backtrace/src/backtrace/noop.rs [new file with mode: 0644]
library/backtrace/src/capture.rs [new file with mode: 0644]
library/backtrace/src/dbghelp.rs [new file with mode: 0644]
library/backtrace/src/lib.rs [new file with mode: 0644]
library/backtrace/src/print.rs [new file with mode: 0644]
library/backtrace/src/print/fuchsia.rs [new file with mode: 0644]
library/backtrace/src/symbolize/dbghelp.rs [new file with mode: 0644]
library/backtrace/src/symbolize/gimli.rs [new file with mode: 0644]
library/backtrace/src/symbolize/gimli/coff.rs [new file with mode: 0644]
library/backtrace/src/symbolize/gimli/elf.rs [new file with mode: 0644]
library/backtrace/src/symbolize/gimli/libs_dl_iterate_phdr.rs [new file with mode: 0644]
library/backtrace/src/symbolize/gimli/libs_haiku.rs [new file with mode: 0644]
library/backtrace/src/symbolize/gimli/libs_illumos.rs [new file with mode: 0644]
library/backtrace/src/symbolize/gimli/libs_libnx.rs [new file with mode: 0644]
library/backtrace/src/symbolize/gimli/libs_macos.rs [new file with mode: 0644]
library/backtrace/src/symbolize/gimli/libs_windows.rs [new file with mode: 0644]
library/backtrace/src/symbolize/gimli/macho.rs [new file with mode: 0644]
library/backtrace/src/symbolize/gimli/mmap_fake.rs [new file with mode: 0644]
library/backtrace/src/symbolize/gimli/mmap_unix.rs [new file with mode: 0644]
library/backtrace/src/symbolize/gimli/mmap_windows.rs [new file with mode: 0644]
library/backtrace/src/symbolize/gimli/stash.rs [new file with mode: 0644]
library/backtrace/src/symbolize/miri.rs [new file with mode: 0644]
library/backtrace/src/symbolize/mod.rs [new file with mode: 0644]
library/backtrace/src/symbolize/noop.rs [new file with mode: 0644]
library/backtrace/src/types.rs [new file with mode: 0644]
library/backtrace/src/windows.rs [new file with mode: 0644]
library/backtrace/tests/accuracy/auxiliary.rs [new file with mode: 0644]
library/backtrace/tests/accuracy/main.rs [new file with mode: 0644]
library/backtrace/tests/concurrent-panics.rs [new file with mode: 0644]
library/backtrace/tests/long_fn_name.rs [new file with mode: 0644]
library/backtrace/tests/skip_inner_frames.rs [new file with mode: 0644]
library/backtrace/tests/smoke.rs [new file with mode: 0644]
library/core/Cargo.toml [new file with mode: 0644]
library/core/benches/any.rs [new file with mode: 0644]
library/core/benches/array.rs [new file with mode: 0644]
library/core/benches/ascii.rs [new file with mode: 0644]
library/core/benches/ascii/is_ascii.rs [new file with mode: 0644]
library/core/benches/char/methods.rs [new file with mode: 0644]
library/core/benches/char/mod.rs [new file with mode: 0644]
library/core/benches/fmt.rs [new file with mode: 0644]
library/core/benches/hash/mod.rs [new file with mode: 0644]
library/core/benches/hash/sip.rs [new file with mode: 0644]
library/core/benches/iter.rs [new file with mode: 0644]
library/core/benches/lib.rs [new file with mode: 0644]
library/core/benches/num/dec2flt/mod.rs [new file with mode: 0644]
library/core/benches/num/flt2dec/mod.rs [new file with mode: 0644]
library/core/benches/num/flt2dec/strategy/dragon.rs [new file with mode: 0644]
library/core/benches/num/flt2dec/strategy/grisu.rs [new file with mode: 0644]
library/core/benches/num/int_log/mod.rs [new file with mode: 0644]
library/core/benches/num/mod.rs [new file with mode: 0644]
library/core/benches/ops.rs [new file with mode: 0644]
library/core/benches/pattern.rs [new file with mode: 0644]
library/core/benches/slice.rs [new file with mode: 0644]
library/core/benches/str.rs [new file with mode: 0644]
library/core/benches/str/char_count.rs [new file with mode: 0644]
library/core/benches/str/corpora.rs [new file with mode: 0644]
library/core/primitive_docs/box_into_raw.md [new file with mode: 0644]
library/core/primitive_docs/fs_file.md [new file with mode: 0644]
library/core/primitive_docs/io_bufread.md [new file with mode: 0644]
library/core/primitive_docs/io_read.md [new file with mode: 0644]
library/core/primitive_docs/io_seek.md [new file with mode: 0644]
library/core/primitive_docs/io_write.md [new file with mode: 0644]
library/core/primitive_docs/net_tosocketaddrs.md [new file with mode: 0644]
library/core/primitive_docs/process_exit.md [new file with mode: 0644]
library/core/primitive_docs/string_string.md [new file with mode: 0644]
library/core/src/alloc/global.rs [new file with mode: 0644]
library/core/src/alloc/layout.rs [new file with mode: 0644]
library/core/src/alloc/mod.rs [new file with mode: 0644]
library/core/src/any.rs [new file with mode: 0644]
library/core/src/arch.rs [new file with mode: 0644]
library/core/src/array/drain.rs [new file with mode: 0644]
library/core/src/array/equality.rs [new file with mode: 0644]
library/core/src/array/iter.rs [new file with mode: 0644]
library/core/src/array/mod.rs [new file with mode: 0644]
library/core/src/ascii.rs [new file with mode: 0644]
library/core/src/asserting.rs [new file with mode: 0644]
library/core/src/async_iter/async_iter.rs [new file with mode: 0644]
library/core/src/async_iter/from_iter.rs [new file with mode: 0644]
library/core/src/async_iter/mod.rs [new file with mode: 0644]
library/core/src/bool.rs [new file with mode: 0644]
library/core/src/borrow.rs [new file with mode: 0644]
library/core/src/cell.rs [new file with mode: 0644]
library/core/src/cell/lazy.rs [new file with mode: 0644]
library/core/src/cell/once.rs [new file with mode: 0644]
library/core/src/char/convert.rs [new file with mode: 0644]
library/core/src/char/decode.rs [new file with mode: 0644]
library/core/src/char/methods.rs [new file with mode: 0644]
library/core/src/char/mod.rs [new file with mode: 0644]
library/core/src/clone.rs [new file with mode: 0644]
library/core/src/cmp.rs [new file with mode: 0644]
library/core/src/cmp/bytewise.rs [new file with mode: 0644]
library/core/src/convert/mod.rs [new file with mode: 0644]
library/core/src/convert/num.rs [new file with mode: 0644]
library/core/src/default.rs [new file with mode: 0644]
library/core/src/error.md [new file with mode: 0644]
library/core/src/error.rs [new file with mode: 0644]
library/core/src/ffi/c_char.md [new file with mode: 0644]
library/core/src/ffi/c_double.md [new file with mode: 0644]
library/core/src/ffi/c_float.md [new file with mode: 0644]
library/core/src/ffi/c_int.md [new file with mode: 0644]
library/core/src/ffi/c_long.md [new file with mode: 0644]
library/core/src/ffi/c_longlong.md [new file with mode: 0644]
library/core/src/ffi/c_schar.md [new file with mode: 0644]
library/core/src/ffi/c_short.md [new file with mode: 0644]
library/core/src/ffi/c_str.rs [new file with mode: 0644]
library/core/src/ffi/c_uchar.md [new file with mode: 0644]
library/core/src/ffi/c_uint.md [new file with mode: 0644]
library/core/src/ffi/c_ulong.md [new file with mode: 0644]
library/core/src/ffi/c_ulonglong.md [new file with mode: 0644]
library/core/src/ffi/c_ushort.md [new file with mode: 0644]
library/core/src/ffi/c_void.md [new file with mode: 0644]
library/core/src/ffi/mod.rs [new file with mode: 0644]
library/core/src/fmt/builders.rs [new file with mode: 0644]
library/core/src/fmt/float.rs [new file with mode: 0644]
library/core/src/fmt/mod.rs [new file with mode: 0644]
library/core/src/fmt/nofloat.rs [new file with mode: 0644]
library/core/src/fmt/num.rs [new file with mode: 0644]
library/core/src/fmt/rt/v1.rs [new file with mode: 0644]
library/core/src/future/future.rs [new file with mode: 0644]
library/core/src/future/into_future.rs [new file with mode: 0644]
library/core/src/future/join.rs [new file with mode: 0644]
library/core/src/future/mod.rs [new file with mode: 0644]
library/core/src/future/pending.rs [new file with mode: 0644]
library/core/src/future/poll_fn.rs [new file with mode: 0644]
library/core/src/future/ready.rs [new file with mode: 0644]
library/core/src/hash/mod.rs [new file with mode: 0644]
library/core/src/hash/sip.rs [new file with mode: 0644]
library/core/src/hint.rs [new file with mode: 0644]
library/core/src/internal_macros.rs [new file with mode: 0644]
library/core/src/intrinsics.rs [new file with mode: 0644]
library/core/src/intrinsics/mir.rs [new file with mode: 0644]
library/core/src/iter/adapters/array_chunks.rs [new file with mode: 0644]
library/core/src/iter/adapters/by_ref_sized.rs [new file with mode: 0644]
library/core/src/iter/adapters/chain.rs [new file with mode: 0644]
library/core/src/iter/adapters/cloned.rs [new file with mode: 0644]
library/core/src/iter/adapters/copied.rs [new file with mode: 0644]
library/core/src/iter/adapters/cycle.rs [new file with mode: 0644]
library/core/src/iter/adapters/enumerate.rs [new file with mode: 0644]
library/core/src/iter/adapters/filter.rs [new file with mode: 0644]
library/core/src/iter/adapters/filter_map.rs [new file with mode: 0644]
library/core/src/iter/adapters/flatten.rs [new file with mode: 0644]
library/core/src/iter/adapters/fuse.rs [new file with mode: 0644]
library/core/src/iter/adapters/inspect.rs [new file with mode: 0644]
library/core/src/iter/adapters/intersperse.rs [new file with mode: 0644]
library/core/src/iter/adapters/map.rs [new file with mode: 0644]
library/core/src/iter/adapters/map_while.rs [new file with mode: 0644]
library/core/src/iter/adapters/mod.rs [new file with mode: 0644]
library/core/src/iter/adapters/peekable.rs [new file with mode: 0644]
library/core/src/iter/adapters/rev.rs [new file with mode: 0644]
library/core/src/iter/adapters/scan.rs [new file with mode: 0644]
library/core/src/iter/adapters/skip.rs [new file with mode: 0644]
library/core/src/iter/adapters/skip_while.rs [new file with mode: 0644]
library/core/src/iter/adapters/step_by.rs [new file with mode: 0644]
library/core/src/iter/adapters/take.rs [new file with mode: 0644]
library/core/src/iter/adapters/take_while.rs [new file with mode: 0644]
library/core/src/iter/adapters/zip.rs [new file with mode: 0644]
library/core/src/iter/mod.rs [new file with mode: 0644]
library/core/src/iter/range.rs [new file with mode: 0644]
library/core/src/iter/sources.rs [new file with mode: 0644]
library/core/src/iter/sources/empty.rs [new file with mode: 0644]
library/core/src/iter/sources/from_fn.rs [new file with mode: 0644]
library/core/src/iter/sources/from_generator.rs [new file with mode: 0644]
library/core/src/iter/sources/once.rs [new file with mode: 0644]
library/core/src/iter/sources/once_with.rs [new file with mode: 0644]
library/core/src/iter/sources/repeat.rs [new file with mode: 0644]
library/core/src/iter/sources/repeat_n.rs [new file with mode: 0644]
library/core/src/iter/sources/repeat_with.rs [new file with mode: 0644]
library/core/src/iter/sources/successors.rs [new file with mode: 0644]
library/core/src/iter/traits/accum.rs [new file with mode: 0644]
library/core/src/iter/traits/collect.rs [new file with mode: 0644]
library/core/src/iter/traits/double_ended.rs [new file with mode: 0644]
library/core/src/iter/traits/exact_size.rs [new file with mode: 0644]
library/core/src/iter/traits/iterator.rs [new file with mode: 0644]
library/core/src/iter/traits/marker.rs [new file with mode: 0644]
library/core/src/iter/traits/mod.rs [new file with mode: 0644]
library/core/src/iter/traits/unchecked_iterator.rs [new file with mode: 0644]
library/core/src/lib.rs [new file with mode: 0644]
library/core/src/macros/mod.rs [new file with mode: 0644]
library/core/src/macros/panic.md [new file with mode: 0644]
library/core/src/marker.rs [new file with mode: 0644]
library/core/src/mem/manually_drop.rs [new file with mode: 0644]
library/core/src/mem/maybe_uninit.rs [new file with mode: 0644]
library/core/src/mem/mod.rs [new file with mode: 0644]
library/core/src/mem/transmutability.rs [new file with mode: 0644]
library/core/src/net/display_buffer.rs [new file with mode: 0644]
library/core/src/net/ip_addr.rs [new file with mode: 0644]
library/core/src/net/mod.rs [new file with mode: 0644]
library/core/src/net/parser.rs [new file with mode: 0644]
library/core/src/net/socket_addr.rs [new file with mode: 0644]
library/core/src/num/bignum.rs [new file with mode: 0644]
library/core/src/num/dec2flt/common.rs [new file with mode: 0644]
library/core/src/num/dec2flt/decimal.rs [new file with mode: 0644]
library/core/src/num/dec2flt/float.rs [new file with mode: 0644]
library/core/src/num/dec2flt/fpu.rs [new file with mode: 0644]
library/core/src/num/dec2flt/lemire.rs [new file with mode: 0644]
library/core/src/num/dec2flt/mod.rs [new file with mode: 0644]
library/core/src/num/dec2flt/number.rs [new file with mode: 0644]
library/core/src/num/dec2flt/parse.rs [new file with mode: 0644]
library/core/src/num/dec2flt/slow.rs [new file with mode: 0644]
library/core/src/num/dec2flt/table.rs [new file with mode: 0644]
library/core/src/num/diy_float.rs [new file with mode: 0644]
library/core/src/num/error.rs [new file with mode: 0644]
library/core/src/num/f32.rs [new file with mode: 0644]
library/core/src/num/f64.rs [new file with mode: 0644]
library/core/src/num/flt2dec/decoder.rs [new file with mode: 0644]
library/core/src/num/flt2dec/estimator.rs [new file with mode: 0644]
library/core/src/num/flt2dec/mod.rs [new file with mode: 0644]
library/core/src/num/flt2dec/strategy/dragon.rs [new file with mode: 0644]
library/core/src/num/flt2dec/strategy/grisu.rs [new file with mode: 0644]
library/core/src/num/fmt.rs [new file with mode: 0644]
library/core/src/num/int_log10.rs [new file with mode: 0644]
library/core/src/num/int_macros.rs [new file with mode: 0644]
library/core/src/num/mod.rs [new file with mode: 0644]
library/core/src/num/nonzero.rs [new file with mode: 0644]
library/core/src/num/saturating.rs [new file with mode: 0644]
library/core/src/num/shells/i128.rs [new file with mode: 0644]
library/core/src/num/shells/i16.rs [new file with mode: 0644]
library/core/src/num/shells/i32.rs [new file with mode: 0644]
library/core/src/num/shells/i64.rs [new file with mode: 0644]
library/core/src/num/shells/i8.rs [new file with mode: 0644]
library/core/src/num/shells/int_macros.rs [new file with mode: 0644]
library/core/src/num/shells/isize.rs [new file with mode: 0644]
library/core/src/num/shells/u128.rs [new file with mode: 0644]
library/core/src/num/shells/u16.rs [new file with mode: 0644]
library/core/src/num/shells/u32.rs [new file with mode: 0644]
library/core/src/num/shells/u64.rs [new file with mode: 0644]
library/core/src/num/shells/u8.rs [new file with mode: 0644]
library/core/src/num/shells/usize.rs [new file with mode: 0644]
library/core/src/num/uint_macros.rs [new file with mode: 0644]
library/core/src/num/wrapping.rs [new file with mode: 0644]
library/core/src/ops/arith.rs [new file with mode: 0644]
library/core/src/ops/bit.rs [new file with mode: 0644]
library/core/src/ops/control_flow.rs [new file with mode: 0644]
library/core/src/ops/deref.rs [new file with mode: 0644]
library/core/src/ops/drop.rs [new file with mode: 0644]
library/core/src/ops/function.rs [new file with mode: 0644]
library/core/src/ops/generator.rs [new file with mode: 0644]
library/core/src/ops/index.rs [new file with mode: 0644]
library/core/src/ops/index_range.rs [new file with mode: 0644]
library/core/src/ops/mod.rs [new file with mode: 0644]
library/core/src/ops/range.rs [new file with mode: 0644]
library/core/src/ops/try_trait.rs [new file with mode: 0644]
library/core/src/ops/unsize.rs [new file with mode: 0644]
library/core/src/option.rs [new file with mode: 0644]
library/core/src/panic.rs [new file with mode: 0644]
library/core/src/panic/location.rs [new file with mode: 0644]
library/core/src/panic/panic_info.rs [new file with mode: 0644]
library/core/src/panic/unwind_safe.rs [new file with mode: 0644]
library/core/src/panicking.rs [new file with mode: 0644]
library/core/src/pin.rs [new file with mode: 0644]
library/core/src/prelude/mod.rs [new file with mode: 0644]
library/core/src/prelude/v1.rs [new file with mode: 0644]
library/core/src/primitive.rs [new file with mode: 0644]
library/core/src/primitive_docs.rs [new file with mode: 0644]
library/core/src/ptr/alignment.rs [new file with mode: 0644]
library/core/src/ptr/const_ptr.rs [new file with mode: 0644]
library/core/src/ptr/metadata.rs [new file with mode: 0644]
library/core/src/ptr/mod.rs [new file with mode: 0644]
library/core/src/ptr/mut_ptr.rs [new file with mode: 0644]
library/core/src/ptr/non_null.rs [new file with mode: 0644]
library/core/src/ptr/unique.rs [new file with mode: 0644]
library/core/src/result.rs [new file with mode: 0644]
library/core/src/slice/ascii.rs [new file with mode: 0644]
library/core/src/slice/cmp.rs [new file with mode: 0644]
library/core/src/slice/index.rs [new file with mode: 0644]
library/core/src/slice/iter.rs [new file with mode: 0644]
library/core/src/slice/iter/macros.rs [new file with mode: 0644]
library/core/src/slice/memchr.rs [new file with mode: 0644]
library/core/src/slice/mod.rs [new file with mode: 0644]
library/core/src/slice/raw.rs [new file with mode: 0644]
library/core/src/slice/rotate.rs [new file with mode: 0644]
library/core/src/slice/sort.rs [new file with mode: 0644]
library/core/src/slice/specialize.rs [new file with mode: 0644]
library/core/src/str/converts.rs [new file with mode: 0644]
library/core/src/str/count.rs [new file with mode: 0644]
library/core/src/str/error.rs [new file with mode: 0644]
library/core/src/str/iter.rs [new file with mode: 0644]
library/core/src/str/lossy.rs [new file with mode: 0644]
library/core/src/str/mod.rs [new file with mode: 0644]
library/core/src/str/pattern.rs [new file with mode: 0644]
library/core/src/str/traits.rs [new file with mode: 0644]
library/core/src/str/validations.rs [new file with mode: 0644]
library/core/src/sync/atomic.rs [new file with mode: 0644]
library/core/src/sync/exclusive.rs [new file with mode: 0644]
library/core/src/sync/mod.rs [new file with mode: 0644]
library/core/src/task/mod.rs [new file with mode: 0644]
library/core/src/task/poll.rs [new file with mode: 0644]
library/core/src/task/ready.rs [new file with mode: 0644]
library/core/src/task/wake.rs [new file with mode: 0644]
library/core/src/time.rs [new file with mode: 0644]
library/core/src/tuple.rs [new file with mode: 0644]
library/core/src/unicode/mod.rs [new file with mode: 0644]
library/core/src/unicode/printable.py [new file with mode: 0755]
library/core/src/unicode/printable.rs [new file with mode: 0644]
library/core/src/unicode/unicode_data.rs [new file with mode: 0644]
library/core/src/unit.rs [new file with mode: 0644]
library/core/tests/alloc.rs [new file with mode: 0644]
library/core/tests/any.rs [new file with mode: 0644]
library/core/tests/array.rs [new file with mode: 0644]
library/core/tests/ascii.rs [new file with mode: 0644]
library/core/tests/asserting.rs [new file with mode: 0644]
library/core/tests/atomic.rs [new file with mode: 0644]
library/core/tests/bool.rs [new file with mode: 0644]
library/core/tests/cell.rs [new file with mode: 0644]
library/core/tests/char.rs [new file with mode: 0644]
library/core/tests/clone.rs [new file with mode: 0644]
library/core/tests/cmp.rs [new file with mode: 0644]
library/core/tests/const_ptr.rs [new file with mode: 0644]
library/core/tests/convert.rs [new file with mode: 0644]
library/core/tests/fmt/builders.rs [new file with mode: 0644]
library/core/tests/fmt/float.rs [new file with mode: 0644]
library/core/tests/fmt/mod.rs [new file with mode: 0644]
library/core/tests/fmt/num.rs [new file with mode: 0644]
library/core/tests/future.rs [new file with mode: 0644]
library/core/tests/hash/mod.rs [new file with mode: 0644]
library/core/tests/hash/sip.rs [new file with mode: 0644]
library/core/tests/intrinsics.rs [new file with mode: 0644]
library/core/tests/iter/adapters/array_chunks.rs [new file with mode: 0644]
library/core/tests/iter/adapters/by_ref_sized.rs [new file with mode: 0644]
library/core/tests/iter/adapters/chain.rs [new file with mode: 0644]
library/core/tests/iter/adapters/cloned.rs [new file with mode: 0644]
library/core/tests/iter/adapters/copied.rs [new file with mode: 0644]
library/core/tests/iter/adapters/cycle.rs [new file with mode: 0644]
library/core/tests/iter/adapters/enumerate.rs [new file with mode: 0644]
library/core/tests/iter/adapters/filter.rs [new file with mode: 0644]
library/core/tests/iter/adapters/filter_map.rs [new file with mode: 0644]
library/core/tests/iter/adapters/flat_map.rs [new file with mode: 0644]
library/core/tests/iter/adapters/flatten.rs [new file with mode: 0644]
library/core/tests/iter/adapters/fuse.rs [new file with mode: 0644]
library/core/tests/iter/adapters/inspect.rs [new file with mode: 0644]
library/core/tests/iter/adapters/intersperse.rs [new file with mode: 0644]
library/core/tests/iter/adapters/map.rs [new file with mode: 0644]
library/core/tests/iter/adapters/mod.rs [new file with mode: 0644]
library/core/tests/iter/adapters/peekable.rs [new file with mode: 0644]
library/core/tests/iter/adapters/scan.rs [new file with mode: 0644]
library/core/tests/iter/adapters/skip.rs [new file with mode: 0644]
library/core/tests/iter/adapters/skip_while.rs [new file with mode: 0644]
library/core/tests/iter/adapters/step_by.rs [new file with mode: 0644]
library/core/tests/iter/adapters/take.rs [new file with mode: 0644]
library/core/tests/iter/adapters/take_while.rs [new file with mode: 0644]
library/core/tests/iter/adapters/zip.rs [new file with mode: 0644]
library/core/tests/iter/mod.rs [new file with mode: 0644]
library/core/tests/iter/range.rs [new file with mode: 0644]
library/core/tests/iter/sources.rs [new file with mode: 0644]
library/core/tests/iter/traits/accum.rs [new file with mode: 0644]
library/core/tests/iter/traits/double_ended.rs [new file with mode: 0644]
library/core/tests/iter/traits/iterator.rs [new file with mode: 0644]
library/core/tests/iter/traits/mod.rs [new file with mode: 0644]
library/core/tests/iter/traits/step.rs [new file with mode: 0644]
library/core/tests/lazy.rs [new file with mode: 0644]
library/core/tests/lib.rs [new file with mode: 0644]
library/core/tests/macros.rs [new file with mode: 0644]
library/core/tests/manually_drop.rs [new file with mode: 0644]
library/core/tests/mem.rs [new file with mode: 0644]
library/core/tests/net/ip_addr.rs [new file with mode: 0644]
library/core/tests/net/mod.rs [new file with mode: 0644]
library/core/tests/net/parser.rs [new file with mode: 0644]
library/core/tests/net/socket_addr.rs [new file with mode: 0644]
library/core/tests/nonzero.rs [new file with mode: 0644]
library/core/tests/num/bignum.rs [new file with mode: 0644]
library/core/tests/num/const_from.rs [new file with mode: 0644]
library/core/tests/num/dec2flt/float.rs [new file with mode: 0644]
library/core/tests/num/dec2flt/lemire.rs [new file with mode: 0644]
library/core/tests/num/dec2flt/mod.rs [new file with mode: 0644]
library/core/tests/num/dec2flt/parse.rs [new file with mode: 0644]
library/core/tests/num/flt2dec/estimator.rs [new file with mode: 0644]
library/core/tests/num/flt2dec/mod.rs [new file with mode: 0644]
library/core/tests/num/flt2dec/random.rs [new file with mode: 0644]
library/core/tests/num/flt2dec/strategy/dragon.rs [new file with mode: 0644]
library/core/tests/num/flt2dec/strategy/grisu.rs [new file with mode: 0644]
library/core/tests/num/i128.rs [new file with mode: 0644]
library/core/tests/num/i16.rs [new file with mode: 0644]
library/core/tests/num/i32.rs [new file with mode: 0644]
library/core/tests/num/i64.rs [new file with mode: 0644]
library/core/tests/num/i8.rs [new file with mode: 0644]
library/core/tests/num/ieee754.rs [new file with mode: 0644]
library/core/tests/num/int_log.rs [new file with mode: 0644]
library/core/tests/num/int_macros.rs [new file with mode: 0644]
library/core/tests/num/mod.rs [new file with mode: 0644]
library/core/tests/num/nan.rs [new file with mode: 0644]
library/core/tests/num/ops.rs [new file with mode: 0644]
library/core/tests/num/u128.rs [new file with mode: 0644]
library/core/tests/num/u16.rs [new file with mode: 0644]
library/core/tests/num/u32.rs [new file with mode: 0644]
library/core/tests/num/u64.rs [new file with mode: 0644]
library/core/tests/num/u8.rs [new file with mode: 0644]
library/core/tests/num/uint_macros.rs [new file with mode: 0644]
library/core/tests/num/wrapping.rs [new file with mode: 0644]
library/core/tests/ops.rs [new file with mode: 0644]
library/core/tests/ops/control_flow.rs [new file with mode: 0644]
library/core/tests/option.rs [new file with mode: 0644]
library/core/tests/panic.rs [new file with mode: 0644]
library/core/tests/panic/location.rs [new file with mode: 0644]
library/core/tests/pattern.rs [new file with mode: 0644]
library/core/tests/pin.rs [new file with mode: 0644]
library/core/tests/pin_macro.rs [new file with mode: 0644]
library/core/tests/ptr.rs [new file with mode: 0644]
library/core/tests/result.rs [new file with mode: 0644]
library/core/tests/simd.rs [new file with mode: 0644]
library/core/tests/slice.rs [new file with mode: 0644]
library/core/tests/str.rs [new file with mode: 0644]
library/core/tests/str_lossy.rs [new file with mode: 0644]
library/core/tests/task.rs [new file with mode: 0644]
library/core/tests/time.rs [new file with mode: 0644]
library/core/tests/tuple.rs [new file with mode: 0644]
library/core/tests/unicode.rs [new file with mode: 0644]
library/core/tests/waker.rs [new file with mode: 0644]
library/panic_abort/Cargo.toml [new file with mode: 0644]
library/panic_abort/src/android.rs [new file with mode: 0644]
library/panic_abort/src/lib.rs [new file with mode: 0644]
library/panic_unwind/Cargo.toml [new file with mode: 0644]
library/panic_unwind/src/dummy.rs [new file with mode: 0644]
library/panic_unwind/src/emcc.rs [new file with mode: 0644]
library/panic_unwind/src/gcc.rs [new file with mode: 0644]
library/panic_unwind/src/hermit.rs [new file with mode: 0644]
library/panic_unwind/src/lib.rs [new file with mode: 0644]
library/panic_unwind/src/miri.rs [new file with mode: 0644]
library/panic_unwind/src/seh.rs [new file with mode: 0644]
library/portable-simd/.github/ISSUE_TEMPLATE/blank_issue.md [new file with mode: 0644]
library/portable-simd/.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]
library/portable-simd/.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]
library/portable-simd/.github/ISSUE_TEMPLATE/feature_request.md [new file with mode: 0644]
library/portable-simd/.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
library/portable-simd/.github/workflows/ci.yml [new file with mode: 0644]
library/portable-simd/.github/workflows/doc.yml [new file with mode: 0644]
library/portable-simd/CONTRIBUTING.md [new file with mode: 0644]
library/portable-simd/Cargo.toml [new file with mode: 0644]
library/portable-simd/LICENSE-APACHE [new file with mode: 0644]
library/portable-simd/LICENSE-MIT [new file with mode: 0644]
library/portable-simd/README.md [new file with mode: 0644]
library/portable-simd/beginners-guide.md [new file with mode: 0644]
library/portable-simd/crates/core_simd/Cargo.toml [new file with mode: 0644]
library/portable-simd/crates/core_simd/LICENSE-APACHE [new file with mode: 0644]
library/portable-simd/crates/core_simd/LICENSE-MIT [new file with mode: 0644]
library/portable-simd/crates/core_simd/examples/matrix_inversion.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/examples/nbody.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/examples/spectral_norm.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/core_simd_docs.md [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/elements.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/elements/float.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/elements/int.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/elements/uint.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/eq.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/fmt.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/intrinsics.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/iter.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/lane_count.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/lib.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/masks.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/masks/bitmask.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/masks/full_masks.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/masks/to_bitmask.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/mod.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/ops.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/ops/assign.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/ops/deref.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/ops/unary.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/ord.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/select.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/swizzle.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/to_bytes.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/vector.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/vector/float.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/vector/int.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/vector/ptr.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/vector/uint.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/vendor.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/vendor/arm.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/vendor/powerpc.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/vendor/wasm32.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/vendor/x86.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/autoderef.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/cast.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/f32_ops.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/f64_ops.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/i16_ops.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/i32_ops.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/i64_ops.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/i8_ops.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/isize_ops.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/mask_ops.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask16.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask32.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask64.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask8.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask_macros.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/mask_ops_impl/masksize.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/mask_ops_impl/mod.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/masks.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/ops_macros.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/round.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/swizzle.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/to_bytes.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/u16_ops.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/u32_ops.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/u64_ops.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/u8_ops.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/tests/usize_ops.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/webdriver.json [new file with mode: 0644]
library/portable-simd/crates/std_float/Cargo.toml [new file with mode: 0644]
library/portable-simd/crates/std_float/src/lib.rs [new file with mode: 0644]
library/portable-simd/crates/test_helpers/Cargo.toml [new file with mode: 0644]
library/portable-simd/crates/test_helpers/src/array.rs [new file with mode: 0644]
library/portable-simd/crates/test_helpers/src/biteq.rs [new file with mode: 0644]
library/portable-simd/crates/test_helpers/src/lib.rs [new file with mode: 0644]
library/portable-simd/crates/test_helpers/src/wasm.rs [new file with mode: 0644]
library/proc_macro/Cargo.toml [new file with mode: 0644]
library/proc_macro/src/bridge/arena.rs [new file with mode: 0644]
library/proc_macro/src/bridge/buffer.rs [new file with mode: 0644]
library/proc_macro/src/bridge/client.rs [new file with mode: 0644]
library/proc_macro/src/bridge/closure.rs [new file with mode: 0644]
library/proc_macro/src/bridge/fxhash.rs [new file with mode: 0644]
library/proc_macro/src/bridge/handle.rs [new file with mode: 0644]
library/proc_macro/src/bridge/mod.rs [new file with mode: 0644]
library/proc_macro/src/bridge/rpc.rs [new file with mode: 0644]
library/proc_macro/src/bridge/scoped_cell.rs [new file with mode: 0644]
library/proc_macro/src/bridge/selfless_reify.rs [new file with mode: 0644]
library/proc_macro/src/bridge/server.rs [new file with mode: 0644]
library/proc_macro/src/bridge/symbol.rs [new file with mode: 0644]
library/proc_macro/src/diagnostic.rs [new file with mode: 0644]
library/proc_macro/src/lib.rs [new file with mode: 0644]
library/proc_macro/src/quote.rs [new file with mode: 0644]
library/profiler_builtins/Cargo.toml [new file with mode: 0644]
library/profiler_builtins/build.rs [new file with mode: 0644]
library/profiler_builtins/src/lib.rs [new file with mode: 0644]
library/rtstartup/rsbegin.rs [new file with mode: 0644]
library/rtstartup/rsend.rs [new file with mode: 0644]
library/rustc-std-workspace-alloc/Cargo.toml [new file with mode: 0644]
library/rustc-std-workspace-alloc/lib.rs [new file with mode: 0644]
library/rustc-std-workspace-core/Cargo.toml [new file with mode: 0644]
library/rustc-std-workspace-core/README.md [new file with mode: 0644]
library/rustc-std-workspace-core/lib.rs [new file with mode: 0644]
library/rustc-std-workspace-std/Cargo.toml [new file with mode: 0644]
library/rustc-std-workspace-std/README.md [new file with mode: 0644]
library/rustc-std-workspace-std/lib.rs [new file with mode: 0644]
library/std/Cargo.toml [new file with mode: 0644]
library/std/benches/hash/map.rs [new file with mode: 0644]
library/std/benches/hash/mod.rs [new file with mode: 0644]
library/std/benches/hash/set_ops.rs [new file with mode: 0644]
library/std/benches/lib.rs [new file with mode: 0644]
library/std/build.rs [new file with mode: 0644]
library/std/primitive_docs/box_into_raw.md [new file with mode: 0644]
library/std/primitive_docs/fs_file.md [new file with mode: 0644]
library/std/primitive_docs/io_bufread.md [new file with mode: 0644]
library/std/primitive_docs/io_read.md [new file with mode: 0644]
library/std/primitive_docs/io_seek.md [new file with mode: 0644]
library/std/primitive_docs/io_write.md [new file with mode: 0644]
library/std/primitive_docs/net_tosocketaddrs.md [new file with mode: 0644]
library/std/primitive_docs/process_exit.md [new file with mode: 0644]
library/std/primitive_docs/string_string.md [new file with mode: 0644]
library/std/src/alloc.rs [new file with mode: 0644]
library/std/src/ascii.rs [new file with mode: 0644]
library/std/src/backtrace.rs [new file with mode: 0644]
library/std/src/backtrace/tests.rs [new file with mode: 0644]
library/std/src/collections/hash/map.rs [new file with mode: 0644]
library/std/src/collections/hash/map/tests.rs [new file with mode: 0644]
library/std/src/collections/hash/mod.rs [new file with mode: 0644]
library/std/src/collections/hash/set.rs [new file with mode: 0644]
library/std/src/collections/hash/set/tests.rs [new file with mode: 0644]
library/std/src/collections/mod.rs [new file with mode: 0644]
library/std/src/env.rs [new file with mode: 0644]
library/std/src/env/tests.rs [new file with mode: 0644]
library/std/src/error.rs [new file with mode: 0644]
library/std/src/error/tests.rs [new file with mode: 0644]
library/std/src/f32.rs [new file with mode: 0644]
library/std/src/f32/tests.rs [new file with mode: 0644]
library/std/src/f64.rs [new file with mode: 0644]
library/std/src/f64/tests.rs [new file with mode: 0644]
library/std/src/ffi/mod.rs [new file with mode: 0644]
library/std/src/ffi/os_str.rs [new file with mode: 0644]
library/std/src/ffi/os_str/tests.rs [new file with mode: 0644]
library/std/src/fs.rs [new file with mode: 0644]
library/std/src/fs/tests.rs [new file with mode: 0644]
library/std/src/io/buffered/bufreader.rs [new file with mode: 0644]
library/std/src/io/buffered/bufreader/buffer.rs [new file with mode: 0644]
library/std/src/io/buffered/bufwriter.rs [new file with mode: 0644]
library/std/src/io/buffered/linewriter.rs [new file with mode: 0644]
library/std/src/io/buffered/linewritershim.rs [new file with mode: 0644]
library/std/src/io/buffered/mod.rs [new file with mode: 0644]
library/std/src/io/buffered/tests.rs [new file with mode: 0644]
library/std/src/io/copy.rs [new file with mode: 0644]
library/std/src/io/cursor.rs [new file with mode: 0644]
library/std/src/io/cursor/tests.rs [new file with mode: 0644]
library/std/src/io/error.rs [new file with mode: 0644]
library/std/src/io/error/repr_bitpacked.rs [new file with mode: 0644]
library/std/src/io/error/repr_unpacked.rs [new file with mode: 0644]
library/std/src/io/error/tests.rs [new file with mode: 0644]
library/std/src/io/impls.rs [new file with mode: 0644]
library/std/src/io/impls/tests.rs [new file with mode: 0644]
library/std/src/io/mod.rs [new file with mode: 0644]
library/std/src/io/prelude.rs [new file with mode: 0644]
library/std/src/io/readbuf.rs [new file with mode: 0644]
library/std/src/io/readbuf/tests.rs [new file with mode: 0644]
library/std/src/io/stdio.rs [new file with mode: 0644]
library/std/src/io/stdio/tests.rs [new file with mode: 0644]
library/std/src/io/tests.rs [new file with mode: 0644]
library/std/src/io/util.rs [new file with mode: 0644]
library/std/src/io/util/tests.rs [new file with mode: 0644]
library/std/src/keyword_docs.rs [new file with mode: 0644]
library/std/src/lib.rs [new file with mode: 0644]
library/std/src/macros.rs [new file with mode: 0644]
library/std/src/net/ip_addr.rs [new file with mode: 0644]
library/std/src/net/ip_addr/tests.rs [new file with mode: 0644]
library/std/src/net/mod.rs [new file with mode: 0644]
library/std/src/net/socket_addr.rs [new file with mode: 0644]
library/std/src/net/socket_addr/tests.rs [new file with mode: 0644]
library/std/src/net/tcp.rs [new file with mode: 0644]
library/std/src/net/tcp/tests.rs [new file with mode: 0644]
library/std/src/net/test.rs [new file with mode: 0644]
library/std/src/net/udp.rs [new file with mode: 0644]
library/std/src/net/udp/tests.rs [new file with mode: 0644]
library/std/src/num.rs [new file with mode: 0644]
library/std/src/num/benches.rs [new file with mode: 0644]
library/std/src/num/tests.rs [new file with mode: 0644]
library/std/src/os/android/fs.rs [new file with mode: 0644]
library/std/src/os/android/mod.rs [new file with mode: 0644]
library/std/src/os/android/net.rs [new file with mode: 0644]
library/std/src/os/android/raw.rs [new file with mode: 0644]
library/std/src/os/dragonfly/fs.rs [new file with mode: 0644]
library/std/src/os/dragonfly/mod.rs [new file with mode: 0644]
library/std/src/os/dragonfly/raw.rs [new file with mode: 0644]
library/std/src/os/emscripten/fs.rs [new file with mode: 0644]
library/std/src/os/emscripten/mod.rs [new file with mode: 0644]
library/std/src/os/emscripten/raw.rs [new file with mode: 0644]
library/std/src/os/espidf/fs.rs [new file with mode: 0644]
library/std/src/os/espidf/mod.rs [new file with mode: 0644]
library/std/src/os/espidf/raw.rs [new file with mode: 0644]
library/std/src/os/fd/mod.rs [new file with mode: 0644]
library/std/src/os/fd/net.rs [new file with mode: 0644]
library/std/src/os/fd/owned.rs [new file with mode: 0644]
library/std/src/os/fd/raw.rs [new file with mode: 0644]
library/std/src/os/fd/tests.rs [new file with mode: 0644]
library/std/src/os/fortanix_sgx/arch.rs [new file with mode: 0644]
library/std/src/os/fortanix_sgx/ffi.rs [new file with mode: 0644]
library/std/src/os/fortanix_sgx/io.rs [new file with mode: 0644]
library/std/src/os/fortanix_sgx/mod.rs [new file with mode: 0644]
library/std/src/os/freebsd/fs.rs [new file with mode: 0644]
library/std/src/os/freebsd/mod.rs [new file with mode: 0644]
library/std/src/os/freebsd/raw.rs [new file with mode: 0644]
library/std/src/os/fuchsia/fs.rs [new file with mode: 0644]
library/std/src/os/fuchsia/mod.rs [new file with mode: 0644]
library/std/src/os/fuchsia/raw.rs [new file with mode: 0644]
library/std/src/os/haiku/fs.rs [new file with mode: 0644]
library/std/src/os/haiku/mod.rs [new file with mode: 0644]
library/std/src/os/haiku/raw.rs [new file with mode: 0644]
library/std/src/os/hermit/ffi.rs [new file with mode: 0644]
library/std/src/os/hermit/io/mod.rs [new file with mode: 0644]
library/std/src/os/hermit/io/net.rs [new file with mode: 0644]
library/std/src/os/hermit/mod.rs [new file with mode: 0644]
library/std/src/os/horizon/fs.rs [new file with mode: 0644]
library/std/src/os/horizon/mod.rs [new file with mode: 0644]
library/std/src/os/horizon/raw.rs [new file with mode: 0644]
library/std/src/os/illumos/fs.rs [new file with mode: 0644]
library/std/src/os/illumos/mod.rs [new file with mode: 0644]
library/std/src/os/illumos/raw.rs [new file with mode: 0644]
library/std/src/os/ios/fs.rs [new file with mode: 0644]
library/std/src/os/ios/mod.rs [new file with mode: 0644]
library/std/src/os/ios/raw.rs [new file with mode: 0644]
library/std/src/os/l4re/fs.rs [new file with mode: 0644]
library/std/src/os/l4re/mod.rs [new file with mode: 0644]
library/std/src/os/l4re/raw.rs [new file with mode: 0644]
library/std/src/os/linux/fs.rs [new file with mode: 0644]
library/std/src/os/linux/mod.rs [new file with mode: 0644]
library/std/src/os/linux/net.rs [new file with mode: 0644]
library/std/src/os/linux/process.rs [new file with mode: 0644]
library/std/src/os/linux/raw.rs [new file with mode: 0644]
library/std/src/os/macos/fs.rs [new file with mode: 0644]
library/std/src/os/macos/mod.rs [new file with mode: 0644]
library/std/src/os/macos/raw.rs [new file with mode: 0644]
library/std/src/os/mod.rs [new file with mode: 0644]
library/std/src/os/net/linux_ext/addr.rs [new file with mode: 0644]
library/std/src/os/net/linux_ext/mod.rs [new file with mode: 0644]
library/std/src/os/net/linux_ext/tcp.rs [new file with mode: 0644]
library/std/src/os/net/linux_ext/tests.rs [new file with mode: 0644]
library/std/src/os/net/mod.rs [new file with mode: 0644]
library/std/src/os/netbsd/fs.rs [new file with mode: 0644]
library/std/src/os/netbsd/mod.rs [new file with mode: 0644]
library/std/src/os/netbsd/raw.rs [new file with mode: 0644]
library/std/src/os/nto/fs.rs [new file with mode: 0644]
library/std/src/os/nto/mod.rs [new file with mode: 0644]
library/std/src/os/nto/raw.rs [new file with mode: 0644]
library/std/src/os/openbsd/fs.rs [new file with mode: 0644]
library/std/src/os/openbsd/mod.rs [new file with mode: 0644]
library/std/src/os/openbsd/raw.rs [new file with mode: 0644]
library/std/src/os/raw/mod.rs [new file with mode: 0644]
library/std/src/os/raw/tests.rs [new file with mode: 0644]
library/std/src/os/redox/fs.rs [new file with mode: 0644]
library/std/src/os/redox/mod.rs [new file with mode: 0644]
library/std/src/os/redox/raw.rs [new file with mode: 0644]
library/std/src/os/solaris/fs.rs [new file with mode: 0644]
library/std/src/os/solaris/mod.rs [new file with mode: 0644]
library/std/src/os/solaris/raw.rs [new file with mode: 0644]
library/std/src/os/solid/ffi.rs [new file with mode: 0644]
library/std/src/os/solid/io.rs [new file with mode: 0644]
library/std/src/os/solid/mod.rs [new file with mode: 0644]
library/std/src/os/unix/ffi/mod.rs [new file with mode: 0644]
library/std/src/os/unix/ffi/os_str.rs [new file with mode: 0644]
library/std/src/os/unix/fs.rs [new file with mode: 0644]
library/std/src/os/unix/fs/tests.rs [new file with mode: 0644]
library/std/src/os/unix/io/mod.rs [new file with mode: 0644]
library/std/src/os/unix/io/tests.rs [new file with mode: 0644]
library/std/src/os/unix/mod.rs [new file with mode: 0644]
library/std/src/os/unix/net/addr.rs [new file with mode: 0644]
library/std/src/os/unix/net/ancillary.rs [new file with mode: 0644]
library/std/src/os/unix/net/datagram.rs [new file with mode: 0644]
library/std/src/os/unix/net/listener.rs [new file with mode: 0644]
library/std/src/os/unix/net/mod.rs [new file with mode: 0644]
library/std/src/os/unix/net/stream.rs [new file with mode: 0644]
library/std/src/os/unix/net/tests.rs [new file with mode: 0644]
library/std/src/os/unix/process.rs [new file with mode: 0644]
library/std/src/os/unix/raw.rs [new file with mode: 0644]
library/std/src/os/unix/thread.rs [new file with mode: 0644]
library/std/src/os/unix/ucred.rs [new file with mode: 0644]
library/std/src/os/unix/ucred/tests.rs [new file with mode: 0644]
library/std/src/os/vxworks/fs.rs [new file with mode: 0644]
library/std/src/os/vxworks/mod.rs [new file with mode: 0644]
library/std/src/os/vxworks/raw.rs [new file with mode: 0644]
library/std/src/os/wasi/ffi.rs [new file with mode: 0644]
library/std/src/os/wasi/fs.rs [new file with mode: 0644]
library/std/src/os/wasi/io/fd.rs [new file with mode: 0644]
library/std/src/os/wasi/io/fd/tests.rs [new file with mode: 0644]
library/std/src/os/wasi/io/mod.rs [new file with mode: 0644]
library/std/src/os/wasi/io/raw.rs [new file with mode: 0644]
library/std/src/os/wasi/mod.rs [new file with mode: 0644]
library/std/src/os/wasi/net/mod.rs [new file with mode: 0644]
library/std/src/os/watchos/fs.rs [new file with mode: 0644]
library/std/src/os/watchos/mod.rs [new file with mode: 0644]
library/std/src/os/watchos/raw.rs [new file with mode: 0644]
library/std/src/os/windows/ffi.rs [new file with mode: 0644]
library/std/src/os/windows/fs.rs [new file with mode: 0644]
library/std/src/os/windows/io/handle.rs [new file with mode: 0644]
library/std/src/os/windows/io/mod.rs [new file with mode: 0644]
library/std/src/os/windows/io/raw.rs [new file with mode: 0644]
library/std/src/os/windows/io/socket.rs [new file with mode: 0644]
library/std/src/os/windows/io/tests.rs [new file with mode: 0644]
library/std/src/os/windows/mod.rs [new file with mode: 0644]
library/std/src/os/windows/process.rs [new file with mode: 0644]
library/std/src/os/windows/raw.rs [new file with mode: 0644]
library/std/src/os/windows/thread.rs [new file with mode: 0644]
library/std/src/panic.rs [new file with mode: 0644]
library/std/src/panic/tests.rs [new file with mode: 0644]
library/std/src/panicking.rs [new file with mode: 0644]
library/std/src/path.rs [new file with mode: 0644]
library/std/src/path/tests.rs [new file with mode: 0644]
library/std/src/personality.rs [new file with mode: 0644]
library/std/src/personality/dwarf/eh.rs [new file with mode: 0644]
library/std/src/personality/dwarf/mod.rs [new file with mode: 0644]
library/std/src/personality/dwarf/tests.rs [new file with mode: 0644]
library/std/src/personality/emcc.rs [new file with mode: 0644]
library/std/src/personality/gcc.rs [new file with mode: 0644]
library/std/src/prelude/mod.rs [new file with mode: 0644]
library/std/src/prelude/v1.rs [new file with mode: 0644]
library/std/src/primitive_docs.rs [new file with mode: 0644]
library/std/src/process.rs [new file with mode: 0644]
library/std/src/process/tests.rs [new file with mode: 0644]
library/std/src/rt.rs [new file with mode: 0644]
library/std/src/sync/barrier.rs [new file with mode: 0644]
library/std/src/sync/barrier/tests.rs [new file with mode: 0644]
library/std/src/sync/condvar.rs [new file with mode: 0644]
library/std/src/sync/condvar/tests.rs [new file with mode: 0644]
library/std/src/sync/lazy_lock.rs [new file with mode: 0644]
library/std/src/sync/lazy_lock/tests.rs [new file with mode: 0644]
library/std/src/sync/mod.rs [new file with mode: 0644]
library/std/src/sync/mpmc/array.rs [new file with mode: 0644]
library/std/src/sync/mpmc/context.rs [new file with mode: 0644]
library/std/src/sync/mpmc/counter.rs [new file with mode: 0644]
library/std/src/sync/mpmc/error.rs [new file with mode: 0644]
library/std/src/sync/mpmc/list.rs [new file with mode: 0644]
library/std/src/sync/mpmc/mod.rs [new file with mode: 0644]
library/std/src/sync/mpmc/select.rs [new file with mode: 0644]
library/std/src/sync/mpmc/utils.rs [new file with mode: 0644]
library/std/src/sync/mpmc/waker.rs [new file with mode: 0644]
library/std/src/sync/mpmc/zero.rs [new file with mode: 0644]
library/std/src/sync/mpsc/mod.rs [new file with mode: 0644]
library/std/src/sync/mpsc/sync_tests.rs [new file with mode: 0644]
library/std/src/sync/mpsc/tests.rs [new file with mode: 0644]
library/std/src/sync/mutex.rs [new file with mode: 0644]
library/std/src/sync/mutex/tests.rs [new file with mode: 0644]
library/std/src/sync/once.rs [new file with mode: 0644]
library/std/src/sync/once/tests.rs [new file with mode: 0644]
library/std/src/sync/once_lock.rs [new file with mode: 0644]
library/std/src/sync/once_lock/tests.rs [new file with mode: 0644]
library/std/src/sync/poison.rs [new file with mode: 0644]
library/std/src/sync/remutex.rs [new file with mode: 0644]
library/std/src/sync/remutex/tests.rs [new file with mode: 0644]
library/std/src/sync/rwlock.rs [new file with mode: 0644]
library/std/src/sync/rwlock/tests.rs [new file with mode: 0644]
library/std/src/sys/common/alloc.rs [new file with mode: 0644]
library/std/src/sys/common/mod.rs [new file with mode: 0644]
library/std/src/sys/common/small_c_string.rs [new file with mode: 0644]
library/std/src/sys/common/tests.rs [new file with mode: 0644]
library/std/src/sys/hermit/alloc.rs [new file with mode: 0644]
library/std/src/sys/hermit/args.rs [new file with mode: 0644]
library/std/src/sys/hermit/env.rs [new file with mode: 0644]
library/std/src/sys/hermit/fd.rs [new file with mode: 0644]
library/std/src/sys/hermit/fs.rs [new file with mode: 0644]
library/std/src/sys/hermit/futex.rs [new file with mode: 0644]
library/std/src/sys/hermit/memchr.rs [new file with mode: 0644]
library/std/src/sys/hermit/mod.rs [new file with mode: 0644]
library/std/src/sys/hermit/net.rs [new file with mode: 0644]
library/std/src/sys/hermit/os.rs [new file with mode: 0644]
library/std/src/sys/hermit/stdio.rs [new file with mode: 0644]
library/std/src/sys/hermit/thread.rs [new file with mode: 0644]
library/std/src/sys/hermit/thread_local_dtor.rs [new file with mode: 0644]
library/std/src/sys/hermit/time.rs [new file with mode: 0644]
library/std/src/sys/itron/abi.rs [new file with mode: 0644]
library/std/src/sys/itron/condvar.rs [new file with mode: 0644]
library/std/src/sys/itron/error.rs [new file with mode: 0644]
library/std/src/sys/itron/mutex.rs [new file with mode: 0644]
library/std/src/sys/itron/spin.rs [new file with mode: 0644]
library/std/src/sys/itron/task.rs [new file with mode: 0644]
library/std/src/sys/itron/thread.rs [new file with mode: 0644]
library/std/src/sys/itron/thread_parking.rs [new file with mode: 0644]
library/std/src/sys/itron/time.rs [new file with mode: 0644]
library/std/src/sys/itron/time/tests.rs [new file with mode: 0644]
library/std/src/sys/mod.rs [new file with mode: 0644]
library/std/src/sys/sgx/abi/entry.S [new file with mode: 0644]
library/std/src/sys/sgx/abi/mem.rs [new file with mode: 0644]
library/std/src/sys/sgx/abi/mod.rs [new file with mode: 0644]
library/std/src/sys/sgx/abi/panic.rs [new file with mode: 0644]
library/std/src/sys/sgx/abi/reloc.rs [new file with mode: 0644]
library/std/src/sys/sgx/abi/thread.rs [new file with mode: 0644]
library/std/src/sys/sgx/abi/tls/mod.rs [new file with mode: 0644]
library/std/src/sys/sgx/abi/tls/sync_bitset.rs [new file with mode: 0644]
library/std/src/sys/sgx/abi/tls/sync_bitset/tests.rs [new file with mode: 0644]
library/std/src/sys/sgx/abi/usercalls/alloc.rs [new file with mode: 0644]
library/std/src/sys/sgx/abi/usercalls/mod.rs [new file with mode: 0644]
library/std/src/sys/sgx/abi/usercalls/raw.rs [new file with mode: 0644]
library/std/src/sys/sgx/abi/usercalls/tests.rs [new file with mode: 0644]
library/std/src/sys/sgx/alloc.rs [new file with mode: 0644]
library/std/src/sys/sgx/args.rs [new file with mode: 0644]
library/std/src/sys/sgx/condvar.rs [new file with mode: 0644]
library/std/src/sys/sgx/env.rs [new file with mode: 0644]
library/std/src/sys/sgx/fd.rs [new file with mode: 0644]
library/std/src/sys/sgx/memchr.rs [new file with mode: 0644]
library/std/src/sys/sgx/mod.rs [new file with mode: 0644]
library/std/src/sys/sgx/mutex.rs [new file with mode: 0644]
library/std/src/sys/sgx/net.rs [new file with mode: 0644]
library/std/src/sys/sgx/os.rs [new file with mode: 0644]
library/std/src/sys/sgx/path.rs [new file with mode: 0644]
library/std/src/sys/sgx/rwlock.rs [new file with mode: 0644]
library/std/src/sys/sgx/rwlock/tests.rs [new file with mode: 0644]
library/std/src/sys/sgx/stdio.rs [new file with mode: 0644]
library/std/src/sys/sgx/thread.rs [new file with mode: 0644]
library/std/src/sys/sgx/thread_local_key.rs [new file with mode: 0644]
library/std/src/sys/sgx/thread_parking.rs [new file with mode: 0644]
library/std/src/sys/sgx/time.rs [new file with mode: 0644]
library/std/src/sys/sgx/waitqueue/mod.rs [new file with mode: 0644]
library/std/src/sys/sgx/waitqueue/spin_mutex.rs [new file with mode: 0644]
library/std/src/sys/sgx/waitqueue/spin_mutex/tests.rs [new file with mode: 0644]
library/std/src/sys/sgx/waitqueue/tests.rs [new file with mode: 0644]
library/std/src/sys/sgx/waitqueue/unsafe_list.rs [new file with mode: 0644]
library/std/src/sys/sgx/waitqueue/unsafe_list/tests.rs [new file with mode: 0644]
library/std/src/sys/solid/abi/fs.rs [new file with mode: 0644]
library/std/src/sys/solid/abi/mod.rs [new file with mode: 0644]
library/std/src/sys/solid/abi/sockets.rs [new file with mode: 0644]
library/std/src/sys/solid/alloc.rs [new file with mode: 0644]
library/std/src/sys/solid/env.rs [new file with mode: 0644]
library/std/src/sys/solid/error.rs [new file with mode: 0644]
library/std/src/sys/solid/fs.rs [new file with mode: 0644]
library/std/src/sys/solid/io.rs [new file with mode: 0644]
library/std/src/sys/solid/memchr.rs [new file with mode: 0644]
library/std/src/sys/solid/mod.rs [new file with mode: 0644]
library/std/src/sys/solid/net.rs [new file with mode: 0644]
library/std/src/sys/solid/os.rs [new file with mode: 0644]
library/std/src/sys/solid/path.rs [new file with mode: 0644]
library/std/src/sys/solid/rwlock.rs [new file with mode: 0644]
library/std/src/sys/solid/stdio.rs [new file with mode: 0644]
library/std/src/sys/solid/thread_local_dtor.rs [new file with mode: 0644]
library/std/src/sys/solid/thread_local_key.rs [new file with mode: 0644]
library/std/src/sys/solid/time.rs [new file with mode: 0644]
library/std/src/sys/unix/alloc.rs [new file with mode: 0644]
library/std/src/sys/unix/android.rs [new file with mode: 0644]
library/std/src/sys/unix/args.rs [new file with mode: 0644]
library/std/src/sys/unix/cmath.rs [new file with mode: 0644]
library/std/src/sys/unix/env.rs [new file with mode: 0644]
library/std/src/sys/unix/fd.rs [new file with mode: 0644]
library/std/src/sys/unix/fd/tests.rs [new file with mode: 0644]
library/std/src/sys/unix/fs.rs [new file with mode: 0644]
library/std/src/sys/unix/futex.rs [new file with mode: 0644]
library/std/src/sys/unix/io.rs [new file with mode: 0644]
library/std/src/sys/unix/kernel_copy.rs [new file with mode: 0644]
library/std/src/sys/unix/kernel_copy/tests.rs [new file with mode: 0644]
library/std/src/sys/unix/l4re.rs [new file with mode: 0644]
library/std/src/sys/unix/locks/fuchsia_mutex.rs [new file with mode: 0644]
library/std/src/sys/unix/locks/futex_condvar.rs [new file with mode: 0644]
library/std/src/sys/unix/locks/futex_mutex.rs [new file with mode: 0644]
library/std/src/sys/unix/locks/futex_rwlock.rs [new file with mode: 0644]
library/std/src/sys/unix/locks/mod.rs [new file with mode: 0644]
library/std/src/sys/unix/locks/pthread_condvar.rs [new file with mode: 0644]
library/std/src/sys/unix/locks/pthread_mutex.rs [new file with mode: 0644]
library/std/src/sys/unix/locks/pthread_rwlock.rs [new file with mode: 0644]
library/std/src/sys/unix/memchr.rs [new file with mode: 0644]
library/std/src/sys/unix/mod.rs [new file with mode: 0644]
library/std/src/sys/unix/net.rs [new file with mode: 0644]
library/std/src/sys/unix/os.rs [new file with mode: 0644]
library/std/src/sys/unix/os/tests.rs [new file with mode: 0644]
library/std/src/sys/unix/os_str.rs [new file with mode: 0644]
library/std/src/sys/unix/os_str/tests.rs [new file with mode: 0644]
library/std/src/sys/unix/path.rs [new file with mode: 0644]
library/std/src/sys/unix/pipe.rs [new file with mode: 0644]
library/std/src/sys/unix/process/mod.rs [new file with mode: 0644]
library/std/src/sys/unix/process/process_common.rs [new file with mode: 0644]
library/std/src/sys/unix/process/process_common/tests.rs [new file with mode: 0644]
library/std/src/sys/unix/process/process_fuchsia.rs [new file with mode: 0644]
library/std/src/sys/unix/process/process_unix.rs [new file with mode: 0644]
library/std/src/sys/unix/process/process_unix/tests.rs [new file with mode: 0644]
library/std/src/sys/unix/process/process_unsupported.rs [new file with mode: 0644]
library/std/src/sys/unix/process/process_vxworks.rs [new file with mode: 0644]
library/std/src/sys/unix/process/zircon.rs [new file with mode: 0644]
library/std/src/sys/unix/rand.rs [new file with mode: 0644]
library/std/src/sys/unix/stack_overflow.rs [new file with mode: 0644]
library/std/src/sys/unix/stdio.rs [new file with mode: 0644]
library/std/src/sys/unix/thread.rs [new file with mode: 0644]
library/std/src/sys/unix/thread_local_dtor.rs [new file with mode: 0644]
library/std/src/sys/unix/thread_local_key.rs [new file with mode: 0644]
library/std/src/sys/unix/thread_parking/darwin.rs [new file with mode: 0644]
library/std/src/sys/unix/thread_parking/mod.rs [new file with mode: 0644]
library/std/src/sys/unix/thread_parking/netbsd.rs [new file with mode: 0644]
library/std/src/sys/unix/thread_parking/pthread.rs [new file with mode: 0644]
library/std/src/sys/unix/time.rs [new file with mode: 0644]
library/std/src/sys/unix/weak.rs [new file with mode: 0644]
library/std/src/sys/unsupported/alloc.rs [new file with mode: 0644]
library/std/src/sys/unsupported/args.rs [new file with mode: 0644]
library/std/src/sys/unsupported/common.rs [new file with mode: 0644]
library/std/src/sys/unsupported/env.rs [new file with mode: 0644]
library/std/src/sys/unsupported/fs.rs [new file with mode: 0644]
library/std/src/sys/unsupported/io.rs [new file with mode: 0644]
library/std/src/sys/unsupported/locks/condvar.rs [new file with mode: 0644]
library/std/src/sys/unsupported/locks/mod.rs [new file with mode: 0644]
library/std/src/sys/unsupported/locks/mutex.rs [new file with mode: 0644]
library/std/src/sys/unsupported/locks/rwlock.rs [new file with mode: 0644]
library/std/src/sys/unsupported/mod.rs [new file with mode: 0644]
library/std/src/sys/unsupported/net.rs [new file with mode: 0644]
library/std/src/sys/unsupported/once.rs [new file with mode: 0644]
library/std/src/sys/unsupported/os.rs [new file with mode: 0644]
library/std/src/sys/unsupported/pipe.rs [new file with mode: 0644]
library/std/src/sys/unsupported/process.rs [new file with mode: 0644]
library/std/src/sys/unsupported/stdio.rs [new file with mode: 0644]
library/std/src/sys/unsupported/thread.rs [new file with mode: 0644]
library/std/src/sys/unsupported/thread_local_dtor.rs [new file with mode: 0644]
library/std/src/sys/unsupported/thread_local_key.rs [new file with mode: 0644]
library/std/src/sys/unsupported/time.rs [new file with mode: 0644]
library/std/src/sys/wasi/args.rs [new file with mode: 0644]
library/std/src/sys/wasi/env.rs [new file with mode: 0644]
library/std/src/sys/wasi/fd.rs [new file with mode: 0644]
library/std/src/sys/wasi/fs.rs [new file with mode: 0644]
library/std/src/sys/wasi/io.rs [new file with mode: 0644]
library/std/src/sys/wasi/mod.rs [new file with mode: 0644]
library/std/src/sys/wasi/net.rs [new file with mode: 0644]
library/std/src/sys/wasi/os.rs [new file with mode: 0644]
library/std/src/sys/wasi/stdio.rs [new file with mode: 0644]
library/std/src/sys/wasi/thread.rs [new file with mode: 0644]
library/std/src/sys/wasi/time.rs [new file with mode: 0644]
library/std/src/sys/wasm/alloc.rs [new file with mode: 0644]
library/std/src/sys/wasm/atomics/futex.rs [new file with mode: 0644]
library/std/src/sys/wasm/atomics/thread.rs [new file with mode: 0644]
library/std/src/sys/wasm/env.rs [new file with mode: 0644]
library/std/src/sys/wasm/mod.rs [new file with mode: 0644]
library/std/src/sys/windows/alloc.rs [new file with mode: 0644]
library/std/src/sys/windows/alloc/tests.rs [new file with mode: 0644]
library/std/src/sys/windows/args.rs [new file with mode: 0644]
library/std/src/sys/windows/args/tests.rs [new file with mode: 0644]
library/std/src/sys/windows/c.rs [new file with mode: 0644]
library/std/src/sys/windows/c/errors.rs [new file with mode: 0644]
library/std/src/sys/windows/cmath.rs [new file with mode: 0644]
library/std/src/sys/windows/compat.rs [new file with mode: 0644]
library/std/src/sys/windows/env.rs [new file with mode: 0644]
library/std/src/sys/windows/fs.rs [new file with mode: 0644]
library/std/src/sys/windows/handle.rs [new file with mode: 0644]
library/std/src/sys/windows/handle/tests.rs [new file with mode: 0644]
library/std/src/sys/windows/io.rs [new file with mode: 0644]
library/std/src/sys/windows/locks/condvar.rs [new file with mode: 0644]
library/std/src/sys/windows/locks/mod.rs [new file with mode: 0644]
library/std/src/sys/windows/locks/mutex.rs [new file with mode: 0644]
library/std/src/sys/windows/locks/rwlock.rs [new file with mode: 0644]
library/std/src/sys/windows/memchr.rs [new file with mode: 0644]
library/std/src/sys/windows/mod.rs [new file with mode: 0644]
library/std/src/sys/windows/net.rs [new file with mode: 0644]
library/std/src/sys/windows/os.rs [new file with mode: 0644]
library/std/src/sys/windows/os/tests.rs [new file with mode: 0644]
library/std/src/sys/windows/os_str.rs [new file with mode: 0644]
library/std/src/sys/windows/path.rs [new file with mode: 0644]
library/std/src/sys/windows/path/tests.rs [new file with mode: 0644]
library/std/src/sys/windows/pipe.rs [new file with mode: 0644]
library/std/src/sys/windows/process.rs [new file with mode: 0644]
library/std/src/sys/windows/process/tests.rs [new file with mode: 0644]
library/std/src/sys/windows/rand.rs [new file with mode: 0644]
library/std/src/sys/windows/stack_overflow.rs [new file with mode: 0644]
library/std/src/sys/windows/stack_overflow_uwp.rs [new file with mode: 0644]
library/std/src/sys/windows/stdio.rs [new file with mode: 0644]
library/std/src/sys/windows/thread.rs [new file with mode: 0644]
library/std/src/sys/windows/thread_local_dtor.rs [new file with mode: 0644]
library/std/src/sys/windows/thread_local_key.rs [new file with mode: 0644]
library/std/src/sys/windows/thread_local_key/tests.rs [new file with mode: 0644]
library/std/src/sys/windows/thread_parking.rs [new file with mode: 0644]
library/std/src/sys/windows/time.rs [new file with mode: 0644]
library/std/src/sys_common/backtrace.rs [new file with mode: 0644]
library/std/src/sys_common/fs.rs [new file with mode: 0644]
library/std/src/sys_common/io.rs [new file with mode: 0644]
library/std/src/sys_common/lazy_box.rs [new file with mode: 0644]
library/std/src/sys_common/memchr.rs [new file with mode: 0644]
library/std/src/sys_common/memchr/tests.rs [new file with mode: 0644]
library/std/src/sys_common/mod.rs [new file with mode: 0644]
library/std/src/sys_common/net.rs [new file with mode: 0644]
library/std/src/sys_common/net/tests.rs [new file with mode: 0644]
library/std/src/sys_common/once/futex.rs [new file with mode: 0644]
library/std/src/sys_common/once/mod.rs [new file with mode: 0644]
library/std/src/sys_common/once/queue.rs [new file with mode: 0644]
library/std/src/sys_common/process.rs [new file with mode: 0644]
library/std/src/sys_common/tests.rs [new file with mode: 0644]
library/std/src/sys_common/thread.rs [new file with mode: 0644]
library/std/src/sys_common/thread_info.rs [new file with mode: 0644]
library/std/src/sys_common/thread_local_dtor.rs [new file with mode: 0644]
library/std/src/sys_common/thread_local_key.rs [new file with mode: 0644]
library/std/src/sys_common/thread_local_key/tests.rs [new file with mode: 0644]
library/std/src/sys_common/thread_parking/futex.rs [new file with mode: 0644]
library/std/src/sys_common/thread_parking/generic.rs [new file with mode: 0644]
library/std/src/sys_common/thread_parking/id.rs [new file with mode: 0644]
library/std/src/sys_common/thread_parking/mod.rs [new file with mode: 0644]
library/std/src/sys_common/wstr.rs [new file with mode: 0644]
library/std/src/sys_common/wtf8.rs [new file with mode: 0644]
library/std/src/sys_common/wtf8/tests.rs [new file with mode: 0644]
library/std/src/thread/local.rs [new file with mode: 0644]
library/std/src/thread/local/dynamic_tests.rs [new file with mode: 0644]
library/std/src/thread/local/tests.rs [new file with mode: 0644]
library/std/src/thread/mod.rs [new file with mode: 0644]
library/std/src/thread/scoped.rs [new file with mode: 0644]
library/std/src/thread/tests.rs [new file with mode: 0644]
library/std/src/time.rs [new file with mode: 0644]
library/std/src/time/tests.rs [new file with mode: 0644]
library/std/tests/common/mod.rs [new file with mode: 0644]
library/std/tests/create_dir_all_bare.rs [new file with mode: 0644]
library/std/tests/env.rs [new file with mode: 0644]
library/std/tests/run-time-detect.rs [new file with mode: 0644]
library/std/tests/thread.rs [new file with mode: 0644]
library/stdarch/.cirrus.yml [new file with mode: 0644]
library/stdarch/.github/workflows/main.yml [new file with mode: 0644]
library/stdarch/CONTRIBUTING.md [new file with mode: 0644]
library/stdarch/Cargo.toml [new file with mode: 0644]
library/stdarch/LICENSE-APACHE [new file with mode: 0644]
library/stdarch/LICENSE-MIT [new file with mode: 0644]
library/stdarch/README.md [new file with mode: 0644]
library/stdarch/ci/docker/aarch64-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
library/stdarch/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile [new file with mode: 0644]
library/stdarch/ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile [new file with mode: 0644]
library/stdarch/ci/docker/i586-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
library/stdarch/ci/docker/i686-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
library/stdarch/ci/docker/mips-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
library/stdarch/ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile [new file with mode: 0644]
library/stdarch/ci/docker/mips64el-unknown-linux-gnuabi64/Dockerfile [new file with mode: 0644]
library/stdarch/ci/docker/mipsel-unknown-linux-musl/Dockerfile [new file with mode: 0644]
library/stdarch/ci/docker/nvptx64-nvidia-cuda/Dockerfile [new file with mode: 0644]
library/stdarch/ci/docker/powerpc-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
library/stdarch/ci/docker/powerpc64-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
library/stdarch/ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
library/stdarch/ci/docker/riscv64gc-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
library/stdarch/ci/docker/s390x-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
library/stdarch/ci/docker/wasm32-wasi/Dockerfile [new file with mode: 0644]
library/stdarch/ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile [new file with mode: 0644]
library/stdarch/ci/docker/x86_64-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
library/stdarch/ci/dox.sh [new file with mode: 0755]
library/stdarch/ci/gba.json [new file with mode: 0644]
library/stdarch/ci/run-docker.sh [new file with mode: 0755]
library/stdarch/ci/run.sh [new file with mode: 0755]
library/stdarch/ci/style.sh [new file with mode: 0755]
library/stdarch/crates/assert-instr-macro/Cargo.toml [new file with mode: 0644]
library/stdarch/crates/assert-instr-macro/build.rs [new file with mode: 0644]
library/stdarch/crates/assert-instr-macro/src/lib.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/Cargo.toml [new file with mode: 0644]
library/stdarch/crates/core_arch/LICENSE-APACHE [new file with mode: 0644]
library/stdarch/crates/core_arch/LICENSE-MIT [new file with mode: 0644]
library/stdarch/crates/core_arch/MISSING.md [new file with mode: 0644]
library/stdarch/crates/core_arch/README.md [new file with mode: 0644]
library/stdarch/crates/core_arch/avx512bw.md [new file with mode: 0644]
library/stdarch/crates/core_arch/avx512f.md [new file with mode: 0644]
library/stdarch/crates/core_arch/rustfmt.toml [new file with mode: 0644]
library/stdarch/crates/core_arch/src/aarch64/armclang.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/aarch64/crc.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/aarch64/mod.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/aarch64/neon/generated.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/aarch64/neon/mod.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/aarch64/prefetch.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/aarch64/test_support.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/aarch64/tme.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/aarch64/v8.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm/armclang.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm/dsp.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm/ex.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm/mod.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm/neon.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm/sat.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm/simd32.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm/v6.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm/v7.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/barrier/common.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/barrier/cp15.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/barrier/mod.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/barrier/not_mclass.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/barrier/v8.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/crc.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/crypto.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/hints.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/mod.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/neon/generated.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/neon/load_tests.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/neon/mod.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/neon/shift_and_insert_tests.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/neon/store_tests.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/neon/table_lookup_tests.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/registers/aarch32.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/registers/mod.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/registers/v6m.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/registers/v7m.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/arm_shared/test_support.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/core_arch_docs.md [new file with mode: 0644]
library/stdarch/crates/core_arch/src/lib.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/macros.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/mips/mod.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/mips/msa.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/mips/msa/macros.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/mod.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/nvptx/mod.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/powerpc/altivec.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/powerpc/mod.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/powerpc/vsx.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/powerpc64/mod.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/riscv64/mod.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/riscv_shared/mod.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/riscv_shared/p.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/simd.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/simd_llvm.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/v64.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/wasm32/atomic.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/wasm32/memory.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/wasm32/mod.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/wasm32/simd128.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/abm.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/adx.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/aes.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/avx.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/avx2.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/avx512bf16.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/avx512bitalg.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/avx512bw.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/avx512cd.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/avx512f.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/avx512ifma.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/avx512vbmi.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/avx512vbmi2.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/avx512vnni.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/avx512vpopcntdq.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/bmi1.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/bmi2.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/bswap.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/bt.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/cpuid.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/eflags.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/f16c.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/fma.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/fxsr.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/gfni.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/macros.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/mod.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/pclmulqdq.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/rdrand.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/rdtsc.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/rtm.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/sha.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/sse.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/sse2.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/sse3.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/sse41.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/sse42.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/sse4a.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/ssse3.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/tbm.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/test.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/vaes.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/vpclmulqdq.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/xsave.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86_64/abm.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86_64/adx.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86_64/avx.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86_64/avx2.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86_64/avx512f.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86_64/bmi.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86_64/bmi2.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86_64/bswap.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86_64/bt.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86_64/cmpxchg16b.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86_64/fxsr.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86_64/macros.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86_64/mod.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86_64/rdrand.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86_64/sse.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86_64/sse2.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86_64/sse41.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86_64/sse42.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86_64/xsave.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/tests/cpu-detection.rs [new file with mode: 0644]
library/stdarch/crates/intrinsic-test/Cargo.toml [new file with mode: 0644]
library/stdarch/crates/intrinsic-test/README.md [new file with mode: 0644]
library/stdarch/crates/intrinsic-test/missing_aarch64.txt [new file with mode: 0644]
library/stdarch/crates/intrinsic-test/missing_arm.txt [new file with mode: 0644]
library/stdarch/crates/intrinsic-test/src/acle_csv_parser.rs [new file with mode: 0644]
library/stdarch/crates/intrinsic-test/src/argument.rs [new file with mode: 0644]
library/stdarch/crates/intrinsic-test/src/intrinsic.rs [new file with mode: 0644]
library/stdarch/crates/intrinsic-test/src/main.rs [new file with mode: 0644]
library/stdarch/crates/intrinsic-test/src/types.rs [new file with mode: 0644]
library/stdarch/crates/intrinsic-test/src/values.rs [new file with mode: 0644]
library/stdarch/crates/simd-test-macro/Cargo.toml [new file with mode: 0644]
library/stdarch/crates/simd-test-macro/src/lib.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/Cargo.toml [new file with mode: 0644]
library/stdarch/crates/std_detect/LICENSE-APACHE [new file with mode: 0644]
library/stdarch/crates/std_detect/LICENSE-MIT [new file with mode: 0644]
library/stdarch/crates/std_detect/README.md [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/arch/aarch64.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/arch/arm.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/arch/mips.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/arch/mips64.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/arch/mod.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/arch/powerpc.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/arch/powerpc64.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/arch/riscv.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/arch/x86.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/bit.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/cache.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/macros.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/mod.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/os/aarch64.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/os/freebsd/aarch64.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/os/freebsd/arm.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/os/freebsd/auxvec.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/os/freebsd/mod.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/os/freebsd/powerpc.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/os/linux/aarch64.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/os/linux/arm.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/os/linux/auxvec.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/os/linux/cpuinfo.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/os/linux/mips.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/os/linux/mod.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/os/linux/powerpc.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/os/linux/riscv.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/os/other.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/os/windows/aarch64.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/os/x86.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/test_data/linux-artificial-aarch64.auxv [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/test_data/linux-empty-hwcap2-aarch64.auxv [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/test_data/linux-hwcap2-aarch64.auxv [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/test_data/linux-no-hwcap2-aarch64.auxv [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/test_data/linux-rpi3.auxv [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/test_data/macos-virtualbox-linux-x86-4850HQ.auxv [new file with mode: 0644]
library/stdarch/crates/std_detect/src/lib.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/tests/cpu-detection.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/tests/macro_trailing_commas.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/tests/x86-specific.rs [new file with mode: 0644]
library/stdarch/crates/stdarch-gen/Cargo.toml [new file with mode: 0644]
library/stdarch/crates/stdarch-gen/README.md [new file with mode: 0644]
library/stdarch/crates/stdarch-gen/neon.spec [new file with mode: 0644]
library/stdarch/crates/stdarch-gen/src/main.rs [new file with mode: 0644]
library/stdarch/crates/stdarch-test/Cargo.toml [new file with mode: 0644]
library/stdarch/crates/stdarch-test/src/disassembly.rs [new file with mode: 0644]
library/stdarch/crates/stdarch-test/src/lib.rs [new file with mode: 0644]
library/stdarch/crates/stdarch-test/src/wasm.rs [new file with mode: 0644]
library/stdarch/crates/stdarch-verify/Cargo.toml [new file with mode: 0644]
library/stdarch/crates/stdarch-verify/arm-intrinsics.html [new file with mode: 0644]
library/stdarch/crates/stdarch-verify/build.rs [new file with mode: 0644]
library/stdarch/crates/stdarch-verify/mips-msa.h [new file with mode: 0644]
library/stdarch/crates/stdarch-verify/src/lib.rs [new file with mode: 0644]
library/stdarch/crates/stdarch-verify/tests/arm.rs [new file with mode: 0644]
library/stdarch/crates/stdarch-verify/tests/mips.rs [new file with mode: 0644]
library/stdarch/crates/stdarch-verify/tests/x86-intel.rs [new file with mode: 0644]
library/stdarch/crates/stdarch-verify/x86-intel.xml [new file with mode: 0644]
library/stdarch/examples/Cargo.toml [new file with mode: 0644]
library/stdarch/examples/connect5.rs [new file with mode: 0644]
library/stdarch/examples/hex.rs [new file with mode: 0644]
library/stdarch/examples/wasm.rs [new file with mode: 0644]
library/stdarch/rustfmt.toml [new file with mode: 0644]
library/stdarch/triagebot.toml [new file with mode: 0644]
library/stdarch/vendor.yml [new file with mode: 0644]
library/test/Cargo.toml [new file with mode: 0644]
library/test/src/bench.rs [new file with mode: 0644]
library/test/src/cli.rs [new file with mode: 0644]
library/test/src/console.rs [new file with mode: 0644]
library/test/src/event.rs [new file with mode: 0644]
library/test/src/formatters/json.rs [new file with mode: 0644]
library/test/src/formatters/junit.rs [new file with mode: 0644]
library/test/src/formatters/mod.rs [new file with mode: 0644]
library/test/src/formatters/pretty.rs [new file with mode: 0644]
library/test/src/formatters/terse.rs [new file with mode: 0644]
library/test/src/helpers/concurrency.rs [new file with mode: 0644]
library/test/src/helpers/exit_code.rs [new file with mode: 0644]
library/test/src/helpers/metrics.rs [new file with mode: 0644]
library/test/src/helpers/mod.rs [new file with mode: 0644]
library/test/src/helpers/shuffle.rs [new file with mode: 0644]
library/test/src/lib.rs [new file with mode: 0644]
library/test/src/options.rs [new file with mode: 0644]
library/test/src/stats.rs [new file with mode: 0644]
library/test/src/stats/tests.rs [new file with mode: 0644]
library/test/src/term.rs [new file with mode: 0644]
library/test/src/term/terminfo/mod.rs [new file with mode: 0644]
library/test/src/term/terminfo/parm.rs [new file with mode: 0644]
library/test/src/term/terminfo/parm/tests.rs [new file with mode: 0644]
library/test/src/term/terminfo/parser/compiled.rs [new file with mode: 0644]
library/test/src/term/terminfo/parser/compiled/tests.rs [new file with mode: 0644]
library/test/src/term/terminfo/searcher.rs [new file with mode: 0644]
library/test/src/term/terminfo/searcher/tests.rs [new file with mode: 0644]
library/test/src/term/win.rs [new file with mode: 0644]
library/test/src/test_result.rs [new file with mode: 0644]
library/test/src/tests.rs [new file with mode: 0644]
library/test/src/time.rs [new file with mode: 0644]
library/test/src/types.rs [new file with mode: 0644]
library/unwind/Cargo.toml [new file with mode: 0644]
library/unwind/build.rs [new file with mode: 0644]
library/unwind/src/lib.rs [new file with mode: 0644]
library/unwind/src/libunwind.rs [new file with mode: 0644]
src/README.md [new file with mode: 0644]
src/bootstrap/CHANGELOG.md [new file with mode: 0644]
src/bootstrap/Cargo.lock [new file with mode: 0644]
src/bootstrap/Cargo.toml [new file with mode: 0644]
src/bootstrap/README.md [new file with mode: 0644]
src/bootstrap/bin/main.rs [new file with mode: 0644]
src/bootstrap/bin/rustc.rs [new file with mode: 0644]
src/bootstrap/bin/rustdoc.rs [new file with mode: 0644]
src/bootstrap/bin/sccache-plus-cl.rs [new file with mode: 0644]
src/bootstrap/bolt.rs [new file with mode: 0644]
src/bootstrap/bootstrap.py [new file with mode: 0644]
src/bootstrap/bootstrap_test.py [new file with mode: 0644]
src/bootstrap/build.rs [new file with mode: 0644]
src/bootstrap/builder.rs [new file with mode: 0644]
src/bootstrap/builder/tests.rs [new file with mode: 0644]
src/bootstrap/cache.rs [new file with mode: 0644]
src/bootstrap/cc_detect.rs [new file with mode: 0644]
src/bootstrap/channel.rs [new file with mode: 0644]
src/bootstrap/check.rs [new file with mode: 0644]
src/bootstrap/clean.rs [new file with mode: 0644]
src/bootstrap/compile.rs [new file with mode: 0644]
src/bootstrap/config.rs [new file with mode: 0644]
src/bootstrap/config/tests.rs [new file with mode: 0644]
src/bootstrap/configure.py [new file with mode: 0755]
src/bootstrap/defaults/README.md [new file with mode: 0644]
src/bootstrap/defaults/config.codegen.toml [new file with mode: 0644]
src/bootstrap/defaults/config.compiler.toml [new file with mode: 0644]
src/bootstrap/defaults/config.library.toml [new file with mode: 0644]
src/bootstrap/defaults/config.tools.toml [new file with mode: 0644]
src/bootstrap/defaults/config.user.toml [new file with mode: 0644]
src/bootstrap/dist.rs [new file with mode: 0644]
src/bootstrap/doc.rs [new file with mode: 0644]
src/bootstrap/download-ci-llvm-stamp [new file with mode: 0644]
src/bootstrap/download.rs [new file with mode: 0644]
src/bootstrap/dylib_util.rs [new file with mode: 0644]
src/bootstrap/flags.rs [new file with mode: 0644]
src/bootstrap/format.rs [new file with mode: 0644]
src/bootstrap/install.rs [new file with mode: 0644]
src/bootstrap/job.rs [new file with mode: 0644]
src/bootstrap/lib.rs [new file with mode: 0644]
src/bootstrap/metadata.rs [new file with mode: 0644]
src/bootstrap/metrics.rs [new file with mode: 0644]
src/bootstrap/mk/Makefile.in [new file with mode: 0644]
src/bootstrap/native.rs [new file with mode: 0644]
src/bootstrap/run.rs [new file with mode: 0644]
src/bootstrap/sanity.rs [new file with mode: 0644]
src/bootstrap/setup.rs [new file with mode: 0644]
src/bootstrap/setup/tests.rs [new file with mode: 0644]
src/bootstrap/tarball.rs [new file with mode: 0644]
src/bootstrap/test.rs [new file with mode: 0644]
src/bootstrap/tool.rs [new file with mode: 0644]
src/bootstrap/toolstate.rs [new file with mode: 0644]
src/bootstrap/util.rs [new file with mode: 0644]
src/ci/channel [new file with mode: 0644]
src/ci/cpu-usage-over-time.py [new file with mode: 0644]
src/ci/docker/README.md [new file with mode: 0644]
src/ci/docker/host-aarch64/aarch64-gnu/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/arm-android/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/arm-android/android-sdk.lock [new file with mode: 0644]
src/ci/docker/host-x86_64/armhf-gnu/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/armhf-gnu/vexpress_config [new file with mode: 0644]
src/ci/docker/host-x86_64/disabled/asmjs/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/disabled/dist-aarch64-android/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/disabled/dist-armv7-android/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/disabled/dist-i686-android/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/disabled/dist-m68k-linux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/disabled/dist-powerpcspe-linux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/disabled/dist-sparc64-linux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/disabled/dist-x86_64-android/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/disabled/dist-x86_64-dragonfly/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/disabled/dist-x86_64-dragonfly/build-toolchain.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/disabled/dist-x86_64-dragonfly/patch-toolchain [new file with mode: 0644]
src/ci/docker/host-x86_64/disabled/dist-x86_64-haiku/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/disabled/dist-x86_64-haiku/build-toolchain.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/disabled/dist-x86_64-haiku/fetch-packages.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/disabled/dist-x86_64-haiku/llvm-config.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/disabled/dist-x86_64-redox/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/disabled/riscv64gc-linux/0001-Remove-stime-function-calls.patch [new file with mode: 0644]
src/ci/docker/host-x86_64/disabled/riscv64gc-linux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/disabled/riscv64gc-linux/linux.config [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-aarch64-linux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-aarch64-linux/aarch64-linux-gnu.config [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-aarch64-linux/build-toolchains.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-android/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-arm-linux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-arm-linux/arm-linux-gnueabi.config [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-arm-linux/build-toolchains.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-armhf-linux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-armhf-linux/arm-linux-gnueabihf.config [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-armhf-linux/build-toolchains.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-armv7-linux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-armv7-linux/armv7-linux-gnueabihf.config [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-armv7-linux/build-toolchains.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-i586-gnu-i586-i686-musl/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-i586-gnu-i586-i686-musl/build-i586-gnu-toolchain.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-i586-gnu-i586-i686-musl/i586-linux-gnu.config [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-i686-linux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-mips-linux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-mips-linux/build-mips-toolchain.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-mips-linux/mips-linux-gnu.config [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-mips-linux/patches/glibc/2.23/0001-MIPS-SPARC-fix-wrong-vfork-aliases-in-libpthread.so.patch [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-mips-linux/patches/glibc/2.23/0002-MIPS-SPARC-more-fixes-to-the-vfork-aliases-in-libpth.patch [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-mips64-linux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-mips64-linux/build-mips64-toolchain.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-mips64-linux/mips64-linux-gnu.config [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-mips64el-linux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-mips64el-linux/build-mips64el-toolchain.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-mips64el-linux/mips64el-linux-gnu.config [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-mipsel-linux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-mipsel-linux/build-mipsel-toolchain.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-mipsel-linux/mipsel-linux-gnu.config [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-powerpc-linux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-powerpc-linux/build-powerpc-toolchain.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-powerpc-linux/powerpc-linux-gnu.config [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-powerpc64-linux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-powerpc64-linux/build-powerpc64-toolchain.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-powerpc64-linux/powerpc64-linux-gnu.config [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-powerpc64-linux/shared.sh [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-powerpc64le-linux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-powerpc64le-linux/build-powerpc64le-toolchain.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-powerpc64le-linux/shared.sh [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-riscv64-linux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-riscv64-linux/build-toolchains.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-riscv64-linux/riscv64-unknown-linux-gnu.config [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-s390x-linux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-s390x-linux/build-s390x-toolchain.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-s390x-linux/s390x-linux-gnu.config [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-various-1/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-various-1/install-aarch64-none-elf.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-various-1/install-mips-musl.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-various-1/install-mipsel-musl.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-various-1/install-x86_64-redox.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-various-2/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-various-2/build-fuchsia-toolchain.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-various-2/build-solaris-toolchain.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-various-2/build-wasi-toolchain.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-various-2/build-x86_64-fortanix-unknown-sgx-toolchain.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-various-2/shared.sh [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-x86_64-freebsd/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-x86_64-illumos/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-x86_64-linux/shared.sh [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-x86_64-netbsd/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/dist-x86_64-netbsd/build-netbsd-toolchain.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/i686-gnu-nopt/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/i686-gnu/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/mingw-check/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/mingw-check/reuse-requirements.in [new file with mode: 0644]
src/ci/docker/host-x86_64/mingw-check/reuse-requirements.txt [new file with mode: 0644]
src/ci/docker/host-x86_64/mingw-check/validate-error-codes.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/mingw-check/validate-toolstate.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/test-various/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/test-various/uefi_qemu_test/Cargo.toml [new file with mode: 0644]
src/ci/docker/host-x86_64/test-various/uefi_qemu_test/run.py [new file with mode: 0644]
src/ci/docker/host-x86_64/test-various/uefi_qemu_test/src/main.rs [new file with mode: 0644]
src/ci/docker/host-x86_64/wasm32/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/x86_64-gnu-aux/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/x86_64-gnu-distcheck/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/x86_64-gnu-llvm-14-stage1/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/x86_64-gnu-llvm-14/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/x86_64-gnu-llvm-15/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/x86_64-gnu-nopt/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version [new file with mode: 0644]
src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile [new file with mode: 0644]
src/ci/docker/run.sh [new file with mode: 0755]
src/ci/docker/scripts/android-base-apt-get.sh [new file with mode: 0644]
src/ci/docker/scripts/android-ndk.sh [new file with mode: 0644]
src/ci/docker/scripts/android-sdk-manager.py [new file with mode: 0755]
src/ci/docker/scripts/android-sdk.sh [new file with mode: 0755]
src/ci/docker/scripts/android-start-emulator.sh [new file with mode: 0755]
src/ci/docker/scripts/cmake.sh [new file with mode: 0755]
src/ci/docker/scripts/cross-apt-packages.sh [new file with mode: 0644]
src/ci/docker/scripts/crosstool-ng-1.24.sh [new file with mode: 0644]
src/ci/docker/scripts/crosstool-ng.sh [new file with mode: 0644]
src/ci/docker/scripts/emscripten.sh [new file with mode: 0644]
src/ci/docker/scripts/freebsd-toolchain.sh [new file with mode: 0755]
src/ci/docker/scripts/fuchsia-test-runner.py [new file with mode: 0755]
src/ci/docker/scripts/illumos-toolchain.sh [new file with mode: 0644]
src/ci/docker/scripts/make3.sh [new file with mode: 0644]
src/ci/docker/scripts/musl-patch-configure.diff [new file with mode: 0644]
src/ci/docker/scripts/musl-toolchain.sh [new file with mode: 0644]
src/ci/docker/scripts/musl.sh [new file with mode: 0644]
src/ci/docker/scripts/qemu-bare-bones-addentropy.c [new file with mode: 0644]
src/ci/docker/scripts/qemu-bare-bones-rcS [new file with mode: 0644]
src/ci/docker/scripts/rustbuild-setup.sh [new file with mode: 0644]
src/ci/docker/scripts/sccache.sh [new file with mode: 0644]
src/ci/docker/static/gitconfig [new file with mode: 0644]
src/ci/github-actions/ci.yml [new file with mode: 0644]
src/ci/publish_toolstate.sh [new file with mode: 0755]
src/ci/run.sh [new file with mode: 0755]
src/ci/scripts/checkout-submodules.sh [new file with mode: 0755]
src/ci/scripts/collect-cpu-stats.sh [new file with mode: 0755]
src/ci/scripts/disable-git-crlf-conversion.sh [new file with mode: 0755]
src/ci/scripts/dump-environment.sh [new file with mode: 0755]
src/ci/scripts/enable-docker-ipv6.sh [new file with mode: 0755]
src/ci/scripts/install-awscli.sh [new file with mode: 0755]
src/ci/scripts/install-clang.sh [new file with mode: 0755]
src/ci/scripts/install-mingw.sh [new file with mode: 0755]
src/ci/scripts/install-msys2.sh [new file with mode: 0755]
src/ci/scripts/install-ninja.sh [new file with mode: 0755]
src/ci/scripts/install-sccache.sh [new file with mode: 0755]
src/ci/scripts/install-wix.sh [new file with mode: 0755]
src/ci/scripts/run-build-from-ci.sh [new file with mode: 0755]
src/ci/scripts/select-xcode.sh [new file with mode: 0755]
src/ci/scripts/setup-environment.sh [new file with mode: 0755]
src/ci/scripts/should-skip-this.sh [new file with mode: 0755]
src/ci/scripts/upload-artifacts.sh [new file with mode: 0755]
src/ci/scripts/verify-backported-commits.sh [new file with mode: 0755]
src/ci/scripts/verify-channel.sh [new file with mode: 0755]
src/ci/scripts/verify-line-endings.sh [new file with mode: 0755]
src/ci/scripts/verify-stable-version-number.sh [new file with mode: 0755]
src/ci/shared.sh [new file with mode: 0644]
src/ci/stage-build.py [new file with mode: 0644]
src/doc/book/.cargo/config [new file with mode: 0644]
src/doc/book/.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]
src/doc/book/.github/ISSUE_TEMPLATE/new_translation.md [new file with mode: 0644]
src/doc/book/.github/workflows/main.yml [new file with mode: 0644]
src/doc/book/2018-edition/book.toml [new file with mode: 0644]
src/doc/book/2018-edition/dot/trpl04-01.dot [new file with mode: 0644]
src/doc/book/2018-edition/dot/trpl04-02.dot [new file with mode: 0644]
src/doc/book/2018-edition/dot/trpl04-03.dot [new file with mode: 0644]
src/doc/book/2018-edition/dot/trpl04-04.dot [new file with mode: 0644]
src/doc/book/2018-edition/dot/trpl04-05.dot [new file with mode: 0644]
src/doc/book/2018-edition/dot/trpl04-06.dot [new file with mode: 0644]
src/doc/book/2018-edition/dot/trpl15-01.dot [new file with mode: 0644]
src/doc/book/2018-edition/dot/trpl15-02.dot [new file with mode: 0644]
src/doc/book/2018-edition/dot/trpl15-03.dot [new file with mode: 0644]
src/doc/book/2018-edition/ferris.css [new file with mode: 0644]
src/doc/book/2018-edition/ferris.js [new file with mode: 0644]
src/doc/book/2018-edition/src/SUMMARY.md [new file with mode: 0644]
src/doc/book/2018-edition/src/appendix-00.md [new file with mode: 0644]
src/doc/book/2018-edition/src/appendix-01-keywords.md [new file with mode: 0644]
src/doc/book/2018-edition/src/appendix-02-operators.md [new file with mode: 0644]
src/doc/book/2018-edition/src/appendix-03-derivable-traits.md [new file with mode: 0644]
src/doc/book/2018-edition/src/appendix-04-useful-development-tools.md [new file with mode: 0644]
src/doc/book/2018-edition/src/appendix-05-editions.md [new file with mode: 0644]
src/doc/book/2018-edition/src/appendix-06-translation.md [new file with mode: 0644]
src/doc/book/2018-edition/src/appendix-07-nightly-rust.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch00-00-introduction.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch01-00-getting-started.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch01-01-installation.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch01-02-hello-world.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch01-03-hello-cargo.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch02-00-guessing-game-tutorial.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch03-00-common-programming-concepts.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch03-01-variables-and-mutability.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch03-02-data-types.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch03-03-how-functions-work.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch03-04-comments.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch03-05-control-flow.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch04-00-understanding-ownership.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch04-01-what-is-ownership.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch04-02-references-and-borrowing.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch04-03-slices.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch05-00-structs.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch05-01-defining-structs.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch05-02-example-structs.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch05-03-method-syntax.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch06-00-enums.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch06-01-defining-an-enum.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch06-02-match.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch06-03-if-let.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch07-00-packages-crates-and-modules.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch07-01-packages-and-crates-for-making-libraries-and-executables.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch07-02-modules-and-use-to-control-scope-and-privacy.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch08-00-common-collections.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch08-01-vectors.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch08-02-strings.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch08-03-hash-maps.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch09-00-error-handling.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch09-01-unrecoverable-errors-with-panic.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch09-02-recoverable-errors-with-result.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch09-03-to-panic-or-not-to-panic.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch10-00-generics.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch10-01-syntax.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch10-02-traits.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch10-03-lifetime-syntax.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch11-00-testing.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch11-01-writing-tests.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch11-02-running-tests.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch11-03-test-organization.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch12-00-an-io-project.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch12-01-accepting-command-line-arguments.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch12-02-reading-a-file.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch12-03-improving-error-handling-and-modularity.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch12-04-testing-the-librarys-functionality.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch12-05-working-with-environment-variables.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch12-06-writing-to-stderr-instead-of-stdout.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch13-00-functional-features.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch13-01-closures.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch13-02-iterators.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch13-03-improving-our-io-project.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch13-04-performance.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch14-00-more-about-cargo.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch14-01-release-profiles.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch14-02-publishing-to-crates-io.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch14-03-cargo-workspaces.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch14-04-installing-binaries.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch14-05-extending-cargo.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch15-00-smart-pointers.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch15-01-box.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch15-02-deref.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch15-03-drop.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch15-04-rc.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch15-05-interior-mutability.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch15-06-reference-cycles.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch16-00-concurrency.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch16-01-threads.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch16-02-message-passing.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch16-03-shared-state.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch16-04-extensible-concurrency-sync-and-send.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch17-00-oop.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch17-01-what-is-oo.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch17-02-trait-objects.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch17-03-oo-design-patterns.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch18-00-patterns.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch18-01-all-the-places-for-patterns.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch18-02-refutability.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch18-03-pattern-syntax.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch19-00-advanced-features.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch19-01-unsafe-rust.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch19-02-advanced-lifetimes.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch19-03-advanced-traits.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch19-04-advanced-types.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch19-05-advanced-functions-and-closures.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch19-06-macros.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch20-00-final-project-a-web-server.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch20-01-single-threaded.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch20-02-multithreaded.md [new file with mode: 0644]
src/doc/book/2018-edition/src/ch20-03-graceful-shutdown-and-cleanup.md [new file with mode: 0644]
src/doc/book/2018-edition/src/foreword.md [new file with mode: 0644]
src/doc/book/2018-edition/src/img/ferris/does_not_compile.svg [new file with mode: 0644]
src/doc/book/2018-edition/src/img/ferris/not_desired_behavior.svg [new file with mode: 0644]
src/doc/book/2018-edition/src/img/ferris/panics.svg [new file with mode: 0644]
src/doc/book/2018-edition/src/img/ferris/unsafe.svg [new file with mode: 0644]
src/doc/book/2018-edition/src/img/trpl04-01.svg [new file with mode: 0644]
src/doc/book/2018-edition/src/img/trpl04-02.svg [new file with mode: 0644]
src/doc/book/2018-edition/src/img/trpl04-03.svg [new file with mode: 0644]
src/doc/book/2018-edition/src/img/trpl04-04.svg [new file with mode: 0644]
src/doc/book/2018-edition/src/img/trpl04-05.svg [new file with mode: 0644]
src/doc/book/2018-edition/src/img/trpl04-06.svg [new file with mode: 0644]
src/doc/book/2018-edition/src/img/trpl14-01.png [new file with mode: 0644]
src/doc/book/2018-edition/src/img/trpl14-02.png [new file with mode: 0644]
src/doc/book/2018-edition/src/img/trpl14-03.png [new file with mode: 0644]
src/doc/book/2018-edition/src/img/trpl14-04.png [new file with mode: 0644]
src/doc/book/2018-edition/src/img/trpl15-01.svg [new file with mode: 0644]
src/doc/book/2018-edition/src/img/trpl15-02.svg [new file with mode: 0644]
src/doc/book/2018-edition/src/img/trpl15-03.svg [new file with mode: 0644]
src/doc/book/2018-edition/src/img/trpl15-04.svg [new file with mode: 0644]
src/doc/book/2018-edition/src/img/trpl20-01.png [new file with mode: 0644]
src/doc/book/ADMIN_TASKS.md [new file with mode: 0644]
src/doc/book/CONTRIBUTING.md [new file with mode: 0644]
src/doc/book/COPYRIGHT [new file with mode: 0644]
src/doc/book/Cargo.lock [new file with mode: 0644]
src/doc/book/Cargo.toml [new file with mode: 0644]
src/doc/book/LICENSE-APACHE [new file with mode: 0644]
src/doc/book/LICENSE-MIT [new file with mode: 0644]
src/doc/book/README.md [new file with mode: 0644]
src/doc/book/TODO.md [new file with mode: 0644]
src/doc/book/book.toml [new file with mode: 0644]
src/doc/book/ci/dictionary.txt [new file with mode: 0644]
src/doc/book/ci/spellcheck.sh [new file with mode: 0755]
src/doc/book/ci/validate.sh [new file with mode: 0755]
src/doc/book/dot/trpl04-01.dot [new file with mode: 0644]
src/doc/book/dot/trpl04-02.dot [new file with mode: 0644]
src/doc/book/dot/trpl04-03.dot [new file with mode: 0644]
src/doc/book/dot/trpl04-04.dot [new file with mode: 0644]
src/doc/book/dot/trpl04-05.dot [new file with mode: 0644]
src/doc/book/dot/trpl04-06.dot [new file with mode: 0644]
src/doc/book/dot/trpl15-01.dot [new file with mode: 0644]
src/doc/book/dot/trpl15-02.dot [new file with mode: 0644]
src/doc/book/dot/trpl15-03.dot [new file with mode: 0644]
src/doc/book/dot/trpl15-04.dot [new file with mode: 0644]
src/doc/book/ferris.css [new file with mode: 0644]
src/doc/book/ferris.js [new file with mode: 0644]
src/doc/book/first-edition/book.toml [new file with mode: 0644]
src/doc/book/first-edition/src/README.md [new file with mode: 0644]
src/doc/book/first-edition/src/SUMMARY.md [new file with mode: 0644]
src/doc/book/first-edition/src/associated-types.md [new file with mode: 0644]
src/doc/book/first-edition/src/attributes.md [new file with mode: 0644]
src/doc/book/first-edition/src/bibliography.md [new file with mode: 0644]
src/doc/book/first-edition/src/borrow-and-asref.md [new file with mode: 0644]
src/doc/book/first-edition/src/casting-between-types.md [new file with mode: 0644]
src/doc/book/first-edition/src/choosing-your-guarantees.md [new file with mode: 0644]
src/doc/book/first-edition/src/closures.md [new file with mode: 0644]
src/doc/book/first-edition/src/comments.md [new file with mode: 0644]
src/doc/book/first-edition/src/concurrency.md [new file with mode: 0644]
src/doc/book/first-edition/src/conditional-compilation.md [new file with mode: 0644]
src/doc/book/first-edition/src/const-and-static.md [new file with mode: 0644]
src/doc/book/first-edition/src/crates-and-modules.md [new file with mode: 0644]
src/doc/book/first-edition/src/deref-coercions.md [new file with mode: 0644]
src/doc/book/first-edition/src/documentation.md [new file with mode: 0644]
src/doc/book/first-edition/src/drop.md [new file with mode: 0644]
src/doc/book/first-edition/src/effective-rust.md [new file with mode: 0644]
src/doc/book/first-edition/src/enums.md [new file with mode: 0644]
src/doc/book/first-edition/src/error-handling.md [new file with mode: 0644]
src/doc/book/first-edition/src/ffi.md [new file with mode: 0644]
src/doc/book/first-edition/src/functions.md [new file with mode: 0644]
src/doc/book/first-edition/src/generics.md [new file with mode: 0644]
src/doc/book/first-edition/src/getting-started.md [new file with mode: 0644]
src/doc/book/first-edition/src/glossary.md [new file with mode: 0644]
src/doc/book/first-edition/src/guessing-game.md [new file with mode: 0644]
src/doc/book/first-edition/src/if-let.md [new file with mode: 0644]
src/doc/book/first-edition/src/if.md [new file with mode: 0644]
src/doc/book/first-edition/src/iterators.md [new file with mode: 0644]
src/doc/book/first-edition/src/lifetimes.md [new file with mode: 0644]
src/doc/book/first-edition/src/loops.md [new file with mode: 0644]
src/doc/book/first-edition/src/macros.md [new file with mode: 0644]
src/doc/book/first-edition/src/match.md [new file with mode: 0644]
src/doc/book/first-edition/src/method-syntax.md [new file with mode: 0644]
src/doc/book/first-edition/src/mutability.md [new file with mode: 0644]
src/doc/book/first-edition/src/operators-and-overloading.md [new file with mode: 0644]
src/doc/book/first-edition/src/ownership.md [new file with mode: 0644]
src/doc/book/first-edition/src/patterns.md [new file with mode: 0644]
src/doc/book/first-edition/src/primitive-types.md [new file with mode: 0644]
src/doc/book/first-edition/src/procedural-macros.md [new file with mode: 0644]
src/doc/book/first-edition/src/raw-pointers.md [new file with mode: 0644]
src/doc/book/first-edition/src/references-and-borrowing.md [new file with mode: 0644]
src/doc/book/first-edition/src/release-channels.md [new file with mode: 0644]
src/doc/book/first-edition/src/strings.md [new file with mode: 0644]
src/doc/book/first-edition/src/structs.md [new file with mode: 0644]
src/doc/book/first-edition/src/syntax-and-semantics.md [new file with mode: 0644]
src/doc/book/first-edition/src/syntax-index.md [new file with mode: 0644]
src/doc/book/first-edition/src/testing.md [new file with mode: 0644]
src/doc/book/first-edition/src/the-stack-and-the-heap.md [new file with mode: 0644]
src/doc/book/first-edition/src/trait-objects.md [new file with mode: 0644]
src/doc/book/first-edition/src/traits.md [new file with mode: 0644]
src/doc/book/first-edition/src/type-aliases.md [new file with mode: 0644]
src/doc/book/first-edition/src/ufcs.md [new file with mode: 0644]
src/doc/book/first-edition/src/unsafe.md [new file with mode: 0644]
src/doc/book/first-edition/src/unsized-types.md [new file with mode: 0644]
src/doc/book/first-edition/src/using-rust-without-the-standard-library.md [new file with mode: 0644]
src/doc/book/first-edition/src/variable-bindings.md [new file with mode: 0644]
src/doc/book/first-edition/src/vectors.md [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-01/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-01/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-01/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-02/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-02/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-02/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-03/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-03/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-03/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-04/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-04/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-04/output.txt [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-04/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-05/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-05/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-05/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-06/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-06/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-06/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-01-cargo-new/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-01-cargo-new/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-01-cargo-new/output.txt [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-01-cargo-new/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-02-without-expect/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-02-without-expect/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-02-without-expect/output.txt [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-02-without-expect/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-03-convert-string-to-number/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-03-convert-string-to-number/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-03-convert-string-to-number/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-04-looping/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-04-looping/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-04-looping/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-05-quitting/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-05-quitting/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-05-quitting/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/listing-03-01/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/listing-03-01/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/listing-03-01/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/listing-03-02/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/listing-03-02/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/listing-03-02/output.txt [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/listing-03-02/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/listing-03-03/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/listing-03-03/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/listing-03-03/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/listing-03-04/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/listing-03-04/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/listing-03-04/output.txt [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/listing-03-04/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/listing-03-05/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/listing-03-05/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/listing-03-05/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-01-variables-are-immutable/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-01-variables-are-immutable/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-01-variables-are-immutable/output.txt [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-01-variables-are-immutable/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-02-adding-mut/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-02-adding-mut/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-02-adding-mut/output.txt [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-02-adding-mut/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-03-shadowing/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-03-shadowing/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-03-shadowing/output.txt [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-03-shadowing/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-04-shadowing-can-change-types/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-04-shadowing-can-change-types/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-04-shadowing-can-change-types/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-05-mut-cant-change-types/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-05-mut-cant-change-types/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-05-mut-cant-change-types/output.txt [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-05-mut-cant-change-types/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-06-floating-point/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-06-floating-point/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-06-floating-point/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-07-numeric-operations/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-07-numeric-operations/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-07-numeric-operations/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-08-boolean/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-08-boolean/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-08-boolean/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-09-char/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-09-char/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-09-char/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-10-tuples/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-10-tuples/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-10-tuples/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-11-destructuring-tuples/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-11-destructuring-tuples/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-11-destructuring-tuples/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-12-tuple-indexing/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-12-tuple-indexing/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-12-tuple-indexing/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-13-arrays/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-13-arrays/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-13-arrays/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-14-array-indexing/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-14-array-indexing/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-14-array-indexing/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-15-invalid-array-access/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-15-invalid-array-access/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-15-invalid-array-access/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-16-functions/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-16-functions/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-16-functions/output.txt [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-16-functions/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-17-functions-with-parameters/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-17-functions-with-parameters/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-17-functions-with-parameters/output.txt [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-17-functions-with-parameters/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-18-functions-with-multiple-parameters/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-18-functions-with-multiple-parameters/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-18-functions-with-multiple-parameters/output.txt [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-18-functions-with-multiple-parameters/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-19-statements-vs-expressions/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-19-statements-vs-expressions/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-19-statements-vs-expressions/output.txt [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-19-statements-vs-expressions/rustfmt-ignore [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-19-statements-vs-expressions/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-20-blocks-are-expressions/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-20-blocks-are-expressions/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-20-blocks-are-expressions/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-21-function-return-values/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-21-function-return-values/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-21-function-return-values/output.txt [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-21-function-return-values/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-22-function-parameter-and-return/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-22-function-parameter-and-return/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-22-function-parameter-and-return/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-23-statements-dont-return-values/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-23-statements-dont-return-values/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-23-statements-dont-return-values/output.txt [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-23-statements-dont-return-values/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-24-comments-end-of-line/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-24-comments-end-of-line/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-24-comments-end-of-line/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-25-comments-above-line/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-25-comments-above-line/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-25-comments-above-line/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-26-if-true/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-26-if-true/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-26-if-true/output.txt [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-26-if-true/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-27-if-false/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-27-if-false/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-27-if-false/output.txt [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-27-if-false/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-28-if-condition-must-be-bool/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-28-if-condition-must-be-bool/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-28-if-condition-must-be-bool/output.txt [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-28-if-condition-must-be-bool/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-29-if-not-equal-0/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-29-if-not-equal-0/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-29-if-not-equal-0/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-30-else-if/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-30-else-if/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-30-else-if/output.txt [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-30-else-if/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-31-arms-must-return-same-type/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-31-arms-must-return-same-type/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-31-arms-must-return-same-type/output.txt [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-31-arms-must-return-same-type/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-32-5-loop-labels/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-32-5-loop-labels/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-32-5-loop-labels/output.txt [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-32-5-loop-labels/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-32-loop/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-32-loop/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-32-loop/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-33-return-value-from-loop/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-33-return-value-from-loop/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-33-return-value-from-loop/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-34-for-range/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-34-for-range/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/no-listing-34-for-range/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/output-only-01-no-type-annotations/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/output-only-01-no-type-annotations/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/output-only-01-no-type-annotations/output.txt [new file with mode: 0644]
src/doc/book/listings/ch03-common-programming-concepts/output-only-01-no-type-annotations/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-01/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-01/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-01/rustfmt-ignore [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-01/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-02/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-02/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-02/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-03/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-03/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-03/rustfmt-ignore [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-03/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-04/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-04/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-04/rustfmt-ignore [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-04/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-05/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-05/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-05/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-06/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-06/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-06/output.txt [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-06/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-07/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-07/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-07/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-08/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-08/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-08/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-09/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-09/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/listing-04-09/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-01-can-mutate-string/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-01-can-mutate-string/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-01-can-mutate-string/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-02-string-scope/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-02-string-scope/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-02-string-scope/rustfmt-ignore [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-02-string-scope/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-03-string-move/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-03-string-move/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-03-string-move/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-04-cant-use-after-move/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-04-cant-use-after-move/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-04-cant-use-after-move/output.txt [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-04-cant-use-after-move/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-05-clone/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-05-clone/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-05-clone/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-06-copy/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-06-copy/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-06-copy/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-07-reference/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-07-reference/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-07-reference/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-08-reference-with-annotations/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-08-reference-with-annotations/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-08-reference-with-annotations/rustfmt-ignore [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-08-reference-with-annotations/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-09-fixes-listing-04-06/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-09-fixes-listing-04-06/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-09-fixes-listing-04-06/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-10-multiple-mut-not-allowed/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-10-multiple-mut-not-allowed/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-10-multiple-mut-not-allowed/output.txt [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-10-multiple-mut-not-allowed/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-11-muts-in-separate-scopes/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-11-muts-in-separate-scopes/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-11-muts-in-separate-scopes/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-12-immutable-and-mutable-not-allowed/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-12-immutable-and-mutable-not-allowed/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-12-immutable-and-mutable-not-allowed/output.txt [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-12-immutable-and-mutable-not-allowed/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-13-reference-scope-ends/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-13-reference-scope-ends/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-13-reference-scope-ends/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-14-dangling-reference/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-14-dangling-reference/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-14-dangling-reference/output.txt [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-14-dangling-reference/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-15-dangling-reference-annotated/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-15-dangling-reference-annotated/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-15-dangling-reference-annotated/rustfmt-ignore [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-15-dangling-reference-annotated/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-16-no-dangle/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-16-no-dangle/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-16-no-dangle/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-17-slice/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-17-slice/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-17-slice/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-18-first-word-slice/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-18-first-word-slice/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-18-first-word-slice/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-19-slice-error/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-19-slice-error/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-19-slice-error/output.txt [new file with mode: 0644]
src/doc/book/listings/ch04-understanding-ownership/no-listing-19-slice-error/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-01/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-01/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-01/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-02/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-02/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-02/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-03/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-03/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-03/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-04/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-04/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-04/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-05/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-05/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-05/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-06/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-06/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-06/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-07/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-07/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-07/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-08/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-08/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-08/output.txt [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-08/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-09/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-09/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-09/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-10/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-10/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-10/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-11/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-11/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-11/output.txt [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-11/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-12/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-12/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-12/output.txt [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-12/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-13/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-13/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-13/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-14/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-14/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-14/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-15/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-15/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-15/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-16/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-16/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-16/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-01-tuple-structs/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-01-tuple-structs/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-01-tuple-structs/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-02-reference-in-struct/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-02-reference-in-struct/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-02-reference-in-struct/output.txt [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-02-reference-in-struct/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-03-associated-functions/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-03-associated-functions/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-03-associated-functions/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-04-unit-like-structs/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-04-unit-like-structs/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-04-unit-like-structs/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-05-dbg-macro/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-05-dbg-macro/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-05-dbg-macro/output.txt [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-05-dbg-macro/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-06-method-field-interaction/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-06-method-field-interaction/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/no-listing-06-method-field-interaction/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/output-only-01-debug/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/output-only-01-debug/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/output-only-01-debug/output.txt [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/output-only-01-debug/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/output-only-02-pretty-debug/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/output-only-02-pretty-debug/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/output-only-02-pretty-debug/output.txt [new file with mode: 0644]
src/doc/book/listings/ch05-using-structs-to-structure-related-data/output-only-02-pretty-debug/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/listing-06-01/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/listing-06-01/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/listing-06-01/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/listing-06-02/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/listing-06-02/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/listing-06-02/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/listing-06-03/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/listing-06-03/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/listing-06-03/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/listing-06-04/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/listing-06-04/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/listing-06-04/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/listing-06-05/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/listing-06-05/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/listing-06-05/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/listing-06-06/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/listing-06-06/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/listing-06-06/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-01-defining-enums/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-01-defining-enums/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-01-defining-enums/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-02-enum-with-data/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-02-enum-with-data/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-02-enum-with-data/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-03-variants-with-different-data/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-03-variants-with-different-data/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-03-variants-with-different-data/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-04-structs-similar-to-message-enum/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-04-structs-similar-to-message-enum/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-04-structs-similar-to-message-enum/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-05-methods-on-enums/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-05-methods-on-enums/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-05-methods-on-enums/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-06-option-examples/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-06-option-examples/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-06-option-examples/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-07-cant-use-option-directly/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-07-cant-use-option-directly/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-07-cant-use-option-directly/output.txt [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-07-cant-use-option-directly/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-08-match-arm-multiple-lines/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-08-match-arm-multiple-lines/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-08-match-arm-multiple-lines/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-09-variable-in-pattern/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-09-variable-in-pattern/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-09-variable-in-pattern/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-10-non-exhaustive-match/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-10-non-exhaustive-match/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-10-non-exhaustive-match/output.txt [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-10-non-exhaustive-match/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-12-if-let/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-12-if-let/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-12-if-let/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-13-count-and-announce-match/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-13-count-and-announce-match/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-13-count-and-announce-match/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-14-count-and-announce-if-let-else/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-14-count-and-announce-if-let-else/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-14-count-and-announce-if-let-else/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-15-binding-catchall/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-15-binding-catchall/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-15-binding-catchall/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-16-underscore-catchall/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-16-underscore-catchall/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-16-underscore-catchall/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-17-underscore-unit/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-17-underscore-unit/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-17-underscore-unit/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-01/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-01/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-01/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-03/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-03/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-03/output.txt [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-03/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-05/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-05/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-05/output.txt [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-05/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-07/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-07/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-07/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-08/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-08/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-08/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-09/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-09/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-09/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-10/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-10/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-10/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-11/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-11/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-11/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-12/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-12/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-12/output.txt [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-12/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-13/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-13/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-13/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-14/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-14/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-14/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-15/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-15/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-15/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-16/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-16/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-16/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-17/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-17/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-17/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-18/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-18/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-18/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-19/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-19/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-19/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-20/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-20/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-20/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-21-and-22/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-21-and-22/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-21-and-22/src/front_of_house.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/listing-07-21-and-22/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/no-listing-01-use-std-unnested/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/no-listing-01-use-std-unnested/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/no-listing-01-use-std-unnested/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/no-listing-02-extracting-hosting/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/no-listing-02-extracting-hosting/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/no-listing-02-extracting-hosting/src/front_of_house.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/no-listing-02-extracting-hosting/src/front_of_house/hosting.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/no-listing-02-extracting-hosting/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/quick-reference-example/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/quick-reference-example/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/quick-reference-example/output.txt [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/quick-reference-example/src/garden.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/quick-reference-example/src/garden/vegetables.rs [new file with mode: 0644]
src/doc/book/listings/ch07-managing-growing-projects/quick-reference-example/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-01/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-01/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-01/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-02/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-02/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-02/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-03/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-03/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-03/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-04/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-04/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-04/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-05/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-05/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-05/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-06/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-06/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-06/output.txt [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-06/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-07/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-07/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-07/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-08/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-08/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-08/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-09/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-09/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-09/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-10/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-10/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-10/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-11/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-11/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-11/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-12/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-12/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-12/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-13/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-13/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-13/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-14/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-14/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-14/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-15/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-15/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-15/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-16/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-16/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-16/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-17/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-17/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-17/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-18/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-18/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-18/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-19/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-19/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-19/output.txt [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-19/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-20/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-20/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-20/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-21/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-21/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-21/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-22/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-22/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-22/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-23/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-23/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-23/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-24/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-24/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-24/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-25/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-25/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/listing-08-25/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/no-listing-01-concat-multiple-strings/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/no-listing-01-concat-multiple-strings/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/no-listing-01-concat-multiple-strings/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/no-listing-02-format/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/no-listing-02-format/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/no-listing-02-format/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/no-listing-03-iterate-over-hashmap/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/no-listing-03-iterate-over-hashmap/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/no-listing-03-iterate-over-hashmap/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/output-only-01-not-char-boundary/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/output-only-01-not-char-boundary/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/output-only-01-not-char-boundary/output.txt [new file with mode: 0644]
src/doc/book/listings/ch08-common-collections/output-only-01-not-char-boundary/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-01/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-01/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-01/output.txt [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-01/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-03/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-03/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-03/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-04/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-04/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-04/output.txt [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-04/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-05/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-05/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-05/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-06/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-06/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-06/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-07/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-07/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-07/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-08/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-08/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-08/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-09/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-09/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-09/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-10/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-10/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-10/output.txt [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-10/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-11/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-11/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-11/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-12/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-12/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-12/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-13/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-13/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/listing-09-13/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/no-listing-01-panic/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/no-listing-01-panic/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/no-listing-01-panic/output.txt [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/no-listing-01-panic/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/no-listing-04-unwrap/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/no-listing-04-unwrap/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/no-listing-04-unwrap/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/no-listing-05-expect/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/no-listing-05-expect/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/no-listing-05-expect/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/no-listing-08-unwrap-that-cant-fail/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/no-listing-08-unwrap-that-cant-fail/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/no-listing-08-unwrap-that-cant-fail/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/no-listing-09-guess-out-of-range/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/no-listing-09-guess-out-of-range/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch09-error-handling/no-listing-09-guess-out-of-range/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-01/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-01/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-01/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-02/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-02/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-02/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-03/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-03/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-03/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-04/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-04/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-04/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-05/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-05/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-05/output.txt [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-05/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-06/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-06/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-06/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-07/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-07/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-07/output.txt [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-07/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-08/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-08/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-08/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-09/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-09/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-09/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-10/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-10/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-10/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-11/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-11/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-11/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-12/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-12/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-12/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-13/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-13/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-13/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-14/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-14/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-14/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-15/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-15/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-15/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-16/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-16/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-16/output.txt [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-16/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-17/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-17/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-17/rustfmt-ignore [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-17/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-18/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-18/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-18/rustfmt-ignore [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-18/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-19/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-19/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-19/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-20/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-20/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-20/output.txt [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-20/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-21/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-21/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-21/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-22/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-22/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-22/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-23/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-23/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-23/output.txt [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-23/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-24/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-24/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-24/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-25/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-25/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/listing-10-25/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-01-calling-trait-method/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-01-calling-trait-method/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-01-calling-trait-method/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-01-calling-trait-method/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-02-calling-default-impl/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-02-calling-default-impl/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-02-calling-default-impl/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-02-calling-default-impl/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-03-default-impl-calls-other-methods/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-03-default-impl-calls-other-methods/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-03-default-impl-calls-other-methods/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-03-default-impl-calls-other-methods/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-04-traits-as-parameters/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-04-traits-as-parameters/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-04-traits-as-parameters/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-05-returning-impl-trait/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-05-returning-impl-trait/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-05-returning-impl-trait/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-06-impl-trait-returns-one-type/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-06-impl-trait-returns-one-type/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-06-impl-trait-returns-one-type/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-07-where-clause/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-07-where-clause/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-08-only-one-reference-with-lifetime/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-08-only-one-reference-with-lifetime/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-08-only-one-reference-with-lifetime/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-09-unrelated-lifetime/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-09-unrelated-lifetime/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-09-unrelated-lifetime/output.txt [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-09-unrelated-lifetime/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-10-lifetimes-on-methods/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-10-lifetimes-on-methods/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-10-lifetimes-on-methods/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-11-generics-traits-and-lifetimes/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-11-generics-traits-and-lifetimes/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-11-generics-traits-and-lifetimes/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-01/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-01/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-01/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-01/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-03/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-03/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-03/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-03/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-05/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-05/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-05/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-06/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-06/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-06/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-06/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-07/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-07/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-07/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-07/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-08/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-08/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-08/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-08/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-09/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-09/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-09/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-10/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-10/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-10/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-10/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-11/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-11/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-11/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-11/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-12/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-12/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-12/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-13/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-13/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-13/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-13/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/listing-11-13/tests/integration_test.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-01-changing-test-name/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-01-changing-test-name/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-01-changing-test-name/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-01-changing-test-name/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-02-adding-another-rectangle-test/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-02-adding-another-rectangle-test/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-02-adding-another-rectangle-test/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-02-adding-another-rectangle-test/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-03-introducing-a-bug/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-03-introducing-a-bug/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-03-introducing-a-bug/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-03-introducing-a-bug/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-04-bug-in-add-two/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-04-bug-in-add-two/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-04-bug-in-add-two/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-04-bug-in-add-two/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-05-greeter/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-05-greeter/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-05-greeter/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-06-greeter-with-bug/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-06-greeter-with-bug/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-06-greeter-with-bug/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-06-greeter-with-bug/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-07-custom-failure-message/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-07-custom-failure-message/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-07-custom-failure-message/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-07-custom-failure-message/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-08-guess-with-bug/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-08-guess-with-bug/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-08-guess-with-bug/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-08-guess-with-bug/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-09-guess-with-panic-msg-bug/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-09-guess-with-panic-msg-bug/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-09-guess-with-panic-msg-bug/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-09-guess-with-panic-msg-bug/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-10-result-in-tests/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-10-result-in-tests/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-10-result-in-tests/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-11-ignore-a-test/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-11-ignore-a-test/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-11-ignore-a-test/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-11-ignore-a-test/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-12-shared-test-code-problem/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-12-shared-test-code-problem/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-12-shared-test-code-problem/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-12-shared-test-code-problem/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-12-shared-test-code-problem/tests/common.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-12-shared-test-code-problem/tests/integration_test.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-13-fix-shared-test-code-problem/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-13-fix-shared-test-code-problem/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-13-fix-shared-test-code-problem/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-13-fix-shared-test-code-problem/tests/common/mod.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/no-listing-13-fix-shared-test-code-problem/tests/integration_test.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-01-show-output/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-01-show-output/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-01-show-output/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-01-show-output/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-02-single-test/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-02-single-test/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-02-single-test/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-02-single-test/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-03-multiple-tests/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-03-multiple-tests/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-03-multiple-tests/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-03-multiple-tests/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-04-running-ignored/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-04-running-ignored/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-04-running-ignored/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-04-running-ignored/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-05-single-integration/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-05-single-integration/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-05-single-integration/output.txt [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-05-single-integration/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch11-writing-automated-tests/output-only-05-single-integration/tests/integration_test.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-01/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-01/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-01/output.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-01/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-02/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-02/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-02/output.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-02/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-03/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-03/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-03/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-03/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-04/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-04/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-04/output.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-04/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-04/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-05/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-05/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-05/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-05/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-06/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-06/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-06/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-06/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-07/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-07/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-07/output.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-07/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-07/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-08/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-08/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-08/output.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-08/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-08/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-09/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-09/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-09/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-09/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-10/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-10/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-10/output.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-10/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-10/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-11/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-11/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-11/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-11/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-12/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-12/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-12/output.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-12/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-12/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-13/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-13/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-13/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-13/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-13/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-14/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-14/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-14/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-14/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-14/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-15/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-15/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-15/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-15/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-15/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-16/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-16/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-16/output.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-16/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-16/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-16/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-17/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-17/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-17/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-17/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-17/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-18/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-18/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-18/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-18/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-18/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-19/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-19/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-19/output.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-19/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-19/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-19/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-20/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-20/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-20/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-20/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-20/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-21/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-21/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-21/output.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-21/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-21/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-21/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-22/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-22/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-22/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-22/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-22/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-23/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-23/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-23/output.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-23/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-23/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-23/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-24/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-24/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-24/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-24/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/listing-12-24/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/no-listing-01-handling-errors-in-main/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/no-listing-01-handling-errors-in-main/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/no-listing-01-handling-errors-in-main/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/no-listing-01-handling-errors-in-main/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/no-listing-02-using-search-in-run/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/no-listing-02-using-search-in-run/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/no-listing-02-using-search-in-run/output.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/no-listing-02-using-search-in-run/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/no-listing-02-using-search-in-run/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/no-listing-02-using-search-in-run/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-01-with-args/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-01-with-args/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-01-with-args/output.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-01-with-args/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-02-missing-lifetimes/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-02-missing-lifetimes/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-02-missing-lifetimes/output.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-02-missing-lifetimes/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-02-missing-lifetimes/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-02-missing-lifetimes/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-03-multiple-matches/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-03-multiple-matches/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-03-multiple-matches/output.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-03-multiple-matches/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-03-multiple-matches/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-03-multiple-matches/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-04-no-matches/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-04-no-matches/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-04-no-matches/output.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-04-no-matches/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-04-no-matches/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch12-an-io-project/output-only-04-no-matches/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-12-23-reproduced/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-12-23-reproduced/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-12-23-reproduced/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-12-23-reproduced/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-12-23-reproduced/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-12-24-reproduced/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-12-24-reproduced/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-12-24-reproduced/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-12-24-reproduced/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-12-24-reproduced/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-01/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-01/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-01/output.txt [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-01/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-02/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-02/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-02/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-03/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-03/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-03/output.txt [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-03/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-04/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-04/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-04/output.txt [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-04/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-05/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-05/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-05/output.txt [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-05/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-06/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-06/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-07/.rustfmt.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-07/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-07/output.txt [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-07/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-08/.rustfmt.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-08/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-08/output.txt [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-08/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-09/.rustfmt.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-09/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-09/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-09/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-10/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-10/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-10/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-11/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-11/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-11/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-12/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-12/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-12/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-13/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-13/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-13/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-14/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-14/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-14/output.txt [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-14/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-15/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-15/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-15/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-16/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-16/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-16/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-18/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-18/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-18/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-18/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-18/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-19/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-19/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-19/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-19/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-19/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-20/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-20/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-20/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-20/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-20/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-22/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-22/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-22/poem.txt [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-22/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch13-functional-features/listing-13-22/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-01/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-01/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-01/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-02/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-02/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-02/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-03/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-03/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-03/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-04/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-04/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-04/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-04/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-05/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-05/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-05/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-06/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-06/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-06/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-06/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-07/add/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-07/add/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-07/add/add_one/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-07/add/add_one/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-07/add/adder/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/listing-14-07/add/adder/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-01-workspace-with-adder-crate/add/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-01-workspace-with-adder-crate/add/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-01-workspace-with-adder-crate/add/adder/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-01-workspace-with-adder-crate/add/adder/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-02-workspace-with-two-crates/add/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-02-workspace-with-two-crates/add/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-02-workspace-with-two-crates/add/add_one/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-02-workspace-with-two-crates/add/add_one/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-02-workspace-with-two-crates/add/adder/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-02-workspace-with-two-crates/add/adder/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-03-workspace-with-external-dependency/add/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-03-workspace-with-external-dependency/add/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-03-workspace-with-external-dependency/add/add_one/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-03-workspace-with-external-dependency/add/add_one/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-03-workspace-with-external-dependency/add/adder/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-03-workspace-with-external-dependency/add/adder/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-04-workspace-with-tests/add/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-04-workspace-with-tests/add/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-04-workspace-with-tests/add/add_one/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-04-workspace-with-tests/add/add_one/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-04-workspace-with-tests/add/adder/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/no-listing-04-workspace-with-tests/add/adder/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/output-only-01-adder-crate/add/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/output-only-01-adder-crate/add/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/output-only-01-adder-crate/add/rustfmt-ignore [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/output-only-02-add-one/add/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/output-only-02-add-one/add/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/output-only-02-add-one/add/add_one/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/output-only-02-add-one/add/add_one/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/output-only-02-add-one/add/adder/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/output-only-02-add-one/add/adder/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/output-only-03-use-rand/add/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/output-only-03-use-rand/add/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/output-only-03-use-rand/add/add_one/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/output-only-03-use-rand/add/add_one/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/output-only-03-use-rand/add/adder/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch14-more-about-cargo/output-only-03-use-rand/add/adder/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-01/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-01/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-01/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-02/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-02/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-02/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-03/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-03/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-03/output.txt [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-03/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-05/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-05/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-05/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-06/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-06/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-06/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-07/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-07/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-07/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-08/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-08/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-08/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-09/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-09/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-09/output.txt [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-09/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-10/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-10/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-10/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-11/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-11/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-11/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-12/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-12/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-12/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-13/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-13/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-13/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-14/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-14/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-14/output.txt [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-14/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-15/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-15/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-15/output.txt [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-15/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-16/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-16/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-16/output.txt [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-16/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-17/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-17/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-17/output.txt [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-17/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-18/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-18/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-18/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-19/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-19/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-19/output.txt [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-19/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-20/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-20/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-20/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-21/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-21/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-21/output.txt [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-21/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-22/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-22/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-22/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-23/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-23/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-23/output.txt [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-23/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-24/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-24/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-24/output.txt [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-24/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-25/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-25/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-25/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-26/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-26/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-26/output.txt [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-26/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-27/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-27/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-27/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-28/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-28/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-28/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-29/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-29/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/listing-15-29/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/no-listing-01-cant-borrow-immutable-as-mutable/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/no-listing-01-cant-borrow-immutable-as-mutable/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/no-listing-01-cant-borrow-immutable-as-mutable/output.txt [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/no-listing-01-cant-borrow-immutable-as-mutable/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/output-only-01-comparing-to-reference/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/output-only-01-comparing-to-reference/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/output-only-01-comparing-to-reference/output.txt [new file with mode: 0644]
src/doc/book/listings/ch15-smart-pointers/output-only-01-comparing-to-reference/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-01/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-01/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-01/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-02/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-02/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-02/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-03/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-03/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-03/output.txt [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-03/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-04/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-04/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-04/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-05/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-05/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-05/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-06/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-06/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-06/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-07/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-07/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-07/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-08/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-08/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-08/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-09/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-09/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-09/output.txt [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-09/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-10/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-10/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-10/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-11/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-11/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-11/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-12/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-12/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-12/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-13/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-13/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-13/output.txt [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-13/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-14/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-14/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-14/output.txt [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-14/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-15/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-15/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/listing-16-15/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/no-listing-01-join-too-early/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/no-listing-01-join-too-early/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/no-listing-01-join-too-early/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/no-listing-02-no-loop-to-understand-error/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/no-listing-02-no-loop-to-understand-error/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/no-listing-02-no-loop-to-understand-error/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/output-only-01-move-drop/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/output-only-01-move-drop/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/output-only-01-move-drop/output.txt [new file with mode: 0644]
src/doc/book/listings/ch16-fearless-concurrency/output-only-01-move-drop/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-01/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-01/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-01/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-02/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-02/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-02/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-03/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-03/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-03/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-04/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-04/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-04/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-05/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-05/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-05/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-06/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-06/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-06/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-07/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-07/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-07/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-08/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-08/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-08/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-08/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-09/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-09/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-09/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-09/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-10/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-10/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-10/output.txt [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-10/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-10/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-11/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-11/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-11/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-12/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-12/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-12/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-12/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-13/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-13/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-13/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-13/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-14/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-14/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-14/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-14/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-15/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-15/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-15/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-15/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-16/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-16/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-16/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-16/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-17/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-17/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-17/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-17/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-18/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-18/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-18/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-18/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-19/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-19/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-19/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-20/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-20/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-20/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-21/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-21/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-21/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch17-oop/listing-17-21/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-01/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-01/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-01/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-02/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-02/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-02/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-03/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-03/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-03/output.txt [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-03/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-04/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-04/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-04/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-05/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-05/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-05/output.txt [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-05/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-06/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-06/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-06/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-07/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-07/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-07/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-08/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-08/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-08/output.txt [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-08/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-09/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-09/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-09/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-10/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-10/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-10/output.txt [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-10/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-11/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-11/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-11/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-12/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-12/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-12/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-13/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-13/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-13/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-14/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-14/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-14/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-15/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-15/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-15/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-16/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-16/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-16/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-17/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-17/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-17/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-18/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-18/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-18/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-19/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-19/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-19/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-20/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-20/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-20/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-21/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-21/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-21/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-22/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-22/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-22/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-23/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-23/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-23/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-24/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-24/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-24/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-25/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-25/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-25/output.txt [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-25/rustfmt-ignore [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-25/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-26/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-26/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-26/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-27/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-27/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-27/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-28/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-28/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-28/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-29/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-29/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/listing-18-29/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/no-listing-01-literals/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/no-listing-01-literals/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/no-listing-01-literals/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/no-listing-02-multiple-patterns/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/no-listing-02-multiple-patterns/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/no-listing-02-multiple-patterns/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/no-listing-03-ranges/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/no-listing-03-ranges/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/no-listing-03-ranges/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/no-listing-04-ranges-of-char/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/no-listing-04-ranges-of-char/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/no-listing-04-ranges-of-char/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/no-listing-05-destructuring-structs-and-tuples/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/no-listing-05-destructuring-structs-and-tuples/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch18-patterns-and-matching/no-listing-05-destructuring-structs-and-tuples/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-01/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-01/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-01/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-02/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-02/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-02/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-03/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-03/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-03/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-04/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-04/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-04/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-05/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-05/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-05/output.txt [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-05/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-06/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-06/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-06/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-07/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-07/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-07/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-08/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-08/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-08/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-09/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-09/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-09/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-10/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-10/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-10/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-11/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-11/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-11/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-12/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-12/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-12/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-13/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-13/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-13/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-14/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-14/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-14/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-15/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-15/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-15/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-16/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-16/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-16/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-17/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-17/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-17/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-18/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-18/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-18/output.txt [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-18/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-19/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-19/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-19/output.txt [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-19/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-20/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-20/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-20/output.txt [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-20/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-21/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-21/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-21/output.txt [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-21/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-22/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-22/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-22/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-23/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-23/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-23/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-24/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-24/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-24/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-25/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-25/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-25/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-27/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-27/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-27/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-28/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-28/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-28/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-30/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-30/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-30/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-31/hello_macro/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-31/hello_macro/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-31/hello_macro/hello_macro_derive/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-31/hello_macro/hello_macro_derive/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-31/hello_macro/hello_macro_derive/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-31/hello_macro/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-31/hello_macro/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-33/hello_macro/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-33/hello_macro/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-33/hello_macro/hello_macro_derive/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-33/hello_macro/hello_macro_derive/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-33/hello_macro/hello_macro_derive/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-33/hello_macro/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/listing-19-33/hello_macro/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-01-unsafe-fn/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-01-unsafe-fn/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-01-unsafe-fn/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-02-impl-outlineprint-for-point/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-02-impl-outlineprint-for-point/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-02-impl-outlineprint-for-point/output.txt [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-02-impl-outlineprint-for-point/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-03-impl-display-for-point/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-03-impl-display-for-point/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-03-impl-display-for-point/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-04-kilometers-alias/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-04-kilometers-alias/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-04-kilometers-alias/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-05-write-trait/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-05-write-trait/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-05-write-trait/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-06-result-alias/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-06-result-alias/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-06-result-alias/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-07-never-type/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-07-never-type/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-07-never-type/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-08-match-arms-different-types/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-08-match-arms-different-types/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-08-match-arms-different-types/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-09-unwrap-definition/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-09-unwrap-definition/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-09-unwrap-definition/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-10-loop-returns-never/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-10-loop-returns-never/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-10-loop-returns-never/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-11-cant-create-str/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-11-cant-create-str/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-11-cant-create-str/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-12-generic-fn-definition/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-12-generic-fn-definition/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-12-generic-fn-definition/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-13-generic-implicit-sized-bound/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-13-generic-implicit-sized-bound/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-13-generic-implicit-sized-bound/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-14-generic-maybe-sized/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-14-generic-maybe-sized/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-14-generic-maybe-sized/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-15-map-closure/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-15-map-closure/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-15-map-closure/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-16-map-function/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-16-map-function/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-16-map-function/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-17-map-initializer/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-17-map-initializer/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-17-map-initializer/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-18-returns-closure/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-18-returns-closure/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-18-returns-closure/output.txt [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-18-returns-closure/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-19-returns-closure-trait-object/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-19-returns-closure-trait-object/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-19-returns-closure-trait-object/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-20-impl-hellomacro-for-pancakes/hello_macro/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-20-impl-hellomacro-for-pancakes/hello_macro/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-20-impl-hellomacro-for-pancakes/hello_macro/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-20-impl-hellomacro-for-pancakes/pancakes/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-20-impl-hellomacro-for-pancakes/pancakes/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-20-impl-hellomacro-for-pancakes/pancakes/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-21-pancakes/hello_macro/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-21-pancakes/hello_macro/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-21-pancakes/hello_macro/hello_macro_derive/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-21-pancakes/hello_macro/hello_macro_derive/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-21-pancakes/hello_macro/hello_macro_derive/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-21-pancakes/hello_macro/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-21-pancakes/hello_macro/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-21-pancakes/pancakes/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-21-pancakes/pancakes/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-21-pancakes/pancakes/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-22-iterator-on-counter/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-22-iterator-on-counter/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/no-listing-22-iterator-on-counter/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/output-only-01-missing-unsafe/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/output-only-01-missing-unsafe/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/output-only-01-missing-unsafe/output.txt [new file with mode: 0644]
src/doc/book/listings/ch19-advanced-features/output-only-01-missing-unsafe/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-01/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-01/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-01/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-02/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-02/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-02/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-03/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-03/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-03/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-05/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-05/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-05/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-05/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-06/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-06/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-06/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-06/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-07/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-07/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-07/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-07/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-07/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-09/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-09/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-09/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-09/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-09/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-10/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-10/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-10/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-10/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-10/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-11/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-11/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-11/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-11/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-11/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-12/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-12/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-12/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-12/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-12/output.txt [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-12/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-13/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-13/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-13/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-13/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-13/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-13/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-14/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-14/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-14/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-14/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-14/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-14/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-15/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-15/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-15/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-15/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-15/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-15/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-16/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-16/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-16/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-16/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-16/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-16/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-17/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-17/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-17/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-17/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-17/output.txt [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-17/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-17/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-18/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-18/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-18/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-18/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-18/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-18/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-19/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-19/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-19/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-19/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-19/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-19/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-20/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-20/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-20/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-20/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-20/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-20/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-21/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-21/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-21/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-21/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-21/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-21/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-22/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-22/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-22/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-22/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-22/output.txt [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-22/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-22/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-23/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-23/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-23/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-23/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-23/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-23/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-24/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-24/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-24/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-24/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-24/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-24/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-25/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-25/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-25/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-25/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-25/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/listing-20-25/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-01-define-threadpool-struct/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-01-define-threadpool-struct/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-01-define-threadpool-struct/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-01-define-threadpool-struct/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-01-define-threadpool-struct/output.txt [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-01-define-threadpool-struct/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-01-define-threadpool-struct/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-02-impl-threadpool-new/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-02-impl-threadpool-new/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-02-impl-threadpool-new/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-02-impl-threadpool-new/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-02-impl-threadpool-new/output.txt [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-02-impl-threadpool-new/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-02-impl-threadpool-new/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-03-define-execute/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-03-define-execute/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-03-define-execute/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-03-define-execute/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-03-define-execute/output.txt [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-03-define-execute/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-03-define-execute/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-04-update-worker-definition/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-04-update-worker-definition/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-04-update-worker-definition/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-04-update-worker-definition/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-04-update-worker-definition/output.txt [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-04-update-worker-definition/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-04-update-worker-definition/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-05-fix-worker-new/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-05-fix-worker-new/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-05-fix-worker-new/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-05-fix-worker-new/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-05-fix-worker-new/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-05-fix-worker-new/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-06-fix-threadpool-drop/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-06-fix-threadpool-drop/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-06-fix-threadpool-drop/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-06-fix-threadpool-drop/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-06-fix-threadpool-drop/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-06-fix-threadpool-drop/src/main.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-07-final-code/404.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-07-final-code/Cargo.lock [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-07-final-code/Cargo.toml [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-07-final-code/hello.html [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-07-final-code/src/lib.rs [new file with mode: 0644]
src/doc/book/listings/ch20-web-server/no-listing-07-final-code/src/main.rs [new file with mode: 0644]
src/doc/book/nostarch/acknowledgments.md [new file with mode: 0644]
src/doc/book/nostarch/appendix.md [new file with mode: 0644]
src/doc/book/nostarch/appendix_a.md [new file with mode: 0644]
src/doc/book/nostarch/appendix_b.md [new file with mode: 0644]
src/doc/book/nostarch/appendix_c.md [new file with mode: 0644]
src/doc/book/nostarch/appendix_d.md [new file with mode: 0644]
src/doc/book/nostarch/appendix_e.md [new file with mode: 0644]
src/doc/book/nostarch/bio.md [new file with mode: 0644]
src/doc/book/nostarch/chapter01.md [new file with mode: 0644]
src/doc/book/nostarch/chapter02.md [new file with mode: 0644]
src/doc/book/nostarch/chapter03.md [new file with mode: 0644]
src/doc/book/nostarch/chapter04.md [new file with mode: 0644]
src/doc/book/nostarch/chapter05.md [new file with mode: 0644]
src/doc/book/nostarch/chapter06.md [new file with mode: 0644]
src/doc/book/nostarch/chapter07.md [new file with mode: 0644]
src/doc/book/nostarch/chapter08.md [new file with mode: 0644]
src/doc/book/nostarch/chapter09.md [new file with mode: 0644]
src/doc/book/nostarch/chapter10.md [new file with mode: 0644]
src/doc/book/nostarch/chapter11.md [new file with mode: 0644]
src/doc/book/nostarch/chapter12.md [new file with mode: 0644]
src/doc/book/nostarch/chapter13.md [new file with mode: 0644]
src/doc/book/nostarch/chapter14.md [new file with mode: 0644]
src/doc/book/nostarch/chapter15.md [new file with mode: 0644]
src/doc/book/nostarch/chapter16.md [new file with mode: 0644]
src/doc/book/nostarch/chapter17.md [new file with mode: 0644]
src/doc/book/nostarch/chapter18.md [new file with mode: 0644]
src/doc/book/nostarch/chapter19.md [new file with mode: 0644]
src/doc/book/nostarch/chapter20.md [new file with mode: 0644]
src/doc/book/nostarch/foreword.md [new file with mode: 0644]
src/doc/book/nostarch/frontmatter.md [new file with mode: 0644]
src/doc/book/nostarch/introduction.md [new file with mode: 0644]
src/doc/book/nostarch/preface.md [new file with mode: 0644]
src/doc/book/redirects/README.md [new file with mode: 0644]
src/doc/book/redirects/SUMMARY.md [new file with mode: 0644]
src/doc/book/redirects/associated-types.md [new file with mode: 0644]
src/doc/book/redirects/attributes.md [new file with mode: 0644]
src/doc/book/redirects/bibliography.md [new file with mode: 0644]
src/doc/book/redirects/borrow-and-asref.md [new file with mode: 0644]
src/doc/book/redirects/casting-between-types.md [new file with mode: 0644]
src/doc/book/redirects/choosing-your-guarantees.md [new file with mode: 0644]
src/doc/book/redirects/closures.md [new file with mode: 0644]
src/doc/book/redirects/comments.md [new file with mode: 0644]
src/doc/book/redirects/compiler-plugins.md [new file with mode: 0644]
src/doc/book/redirects/concurrency.md [new file with mode: 0644]
src/doc/book/redirects/conditional-compilation.md [new file with mode: 0644]
src/doc/book/redirects/const-and-static.md [new file with mode: 0644]
src/doc/book/redirects/crates-and-modules.md [new file with mode: 0644]
src/doc/book/redirects/deref-coercions.md [new file with mode: 0644]
src/doc/book/redirects/documentation.md [new file with mode: 0644]
src/doc/book/redirects/drop.md [new file with mode: 0644]
src/doc/book/redirects/effective-rust.md [new file with mode: 0644]
src/doc/book/redirects/enums.md [new file with mode: 0644]
src/doc/book/redirects/error-handling.md [new file with mode: 0644]
src/doc/book/redirects/ffi.md [new file with mode: 0644]
src/doc/book/redirects/functions.md [new file with mode: 0644]
src/doc/book/redirects/generics.md [new file with mode: 0644]
src/doc/book/redirects/getting-started.md [new file with mode: 0644]
src/doc/book/redirects/glossary.md [new file with mode: 0644]
src/doc/book/redirects/guessing-game.md [new file with mode: 0644]
src/doc/book/redirects/if-let.md [new file with mode: 0644]
src/doc/book/redirects/if.md [new file with mode: 0644]
src/doc/book/redirects/iterators.md [new file with mode: 0644]
src/doc/book/redirects/lifetimes.md [new file with mode: 0644]
src/doc/book/redirects/loops.md [new file with mode: 0644]
src/doc/book/redirects/macros.md [new file with mode: 0644]
src/doc/book/redirects/match.md [new file with mode: 0644]
src/doc/book/redirects/method-syntax.md [new file with mode: 0644]
src/doc/book/redirects/mutability.md [new file with mode: 0644]
src/doc/book/redirects/operators-and-overloading.md [new file with mode: 0644]
src/doc/book/redirects/ownership.md [new file with mode: 0644]
src/doc/book/redirects/patterns.md [new file with mode: 0644]
src/doc/book/redirects/primitive-types.md [new file with mode: 0644]
src/doc/book/redirects/procedural-macros.md [new file with mode: 0644]
src/doc/book/redirects/raw-pointers.md [new file with mode: 0644]
src/doc/book/redirects/references-and-borrowing.md [new file with mode: 0644]
src/doc/book/redirects/release-channels.md [new file with mode: 0644]
src/doc/book/redirects/strings.md [new file with mode: 0644]
src/doc/book/redirects/structs.md [new file with mode: 0644]
src/doc/book/redirects/syntax-and-semantics.md [new file with mode: 0644]
src/doc/book/redirects/syntax-index.md [new file with mode: 0644]
src/doc/book/redirects/testing.md [new file with mode: 0644]
src/doc/book/redirects/the-stack-and-the-heap.md [new file with mode: 0644]
src/doc/book/redirects/trait-objects.md [new file with mode: 0644]
src/doc/book/redirects/traits.md [new file with mode: 0644]
src/doc/book/redirects/type-aliases.md [new file with mode: 0644]
src/doc/book/redirects/ufcs.md [new file with mode: 0644]
src/doc/book/redirects/unsafe.md [new file with mode: 0644]
src/doc/book/redirects/unsized-types.md [new file with mode: 0644]
src/doc/book/redirects/using-rust-without-the-standard-library.md [new file with mode: 0644]
src/doc/book/redirects/variable-bindings.md [new file with mode: 0644]
src/doc/book/redirects/vectors.md [new file with mode: 0644]
src/doc/book/rust-toolchain [new file with mode: 0644]
src/doc/book/rustfmt.toml [new file with mode: 0644]
src/doc/book/second-edition/book.toml [new file with mode: 0644]
src/doc/book/second-edition/dot/trpl04-01.dot [new file with mode: 0644]
src/doc/book/second-edition/dot/trpl04-02.dot [new file with mode: 0644]
src/doc/book/second-edition/dot/trpl04-03.dot [new file with mode: 0644]
src/doc/book/second-edition/dot/trpl04-04.dot [new file with mode: 0644]
src/doc/book/second-edition/dot/trpl04-05.dot [new file with mode: 0644]
src/doc/book/second-edition/dot/trpl04-06.dot [new file with mode: 0644]
src/doc/book/second-edition/dot/trpl15-01.dot [new file with mode: 0644]
src/doc/book/second-edition/dot/trpl15-02.dot [new file with mode: 0644]
src/doc/book/second-edition/dot/trpl15-03.dot [new file with mode: 0644]
src/doc/book/second-edition/src/SUMMARY.md [new file with mode: 0644]
src/doc/book/second-edition/src/appendix-00.md [new file with mode: 0644]
src/doc/book/second-edition/src/appendix-01-keywords.md [new file with mode: 0644]
src/doc/book/second-edition/src/appendix-02-operators.md [new file with mode: 0644]
src/doc/book/second-edition/src/appendix-03-derivable-traits.md [new file with mode: 0644]
src/doc/book/second-edition/src/appendix-04-macros.md [new file with mode: 0644]
src/doc/book/second-edition/src/appendix-05-translation.md [new file with mode: 0644]
src/doc/book/second-edition/src/appendix-06-newest-features.md [new file with mode: 0644]
src/doc/book/second-edition/src/appendix-07-nightly-rust.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch00-00-introduction.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch01-00-getting-started.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch01-01-installation.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch01-02-hello-world.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch01-03-hello-cargo.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch02-00-guessing-game-tutorial.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch03-00-common-programming-concepts.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch03-01-variables-and-mutability.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch03-02-data-types.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch03-03-how-functions-work.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch03-04-comments.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch03-05-control-flow.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch04-00-understanding-ownership.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch04-01-what-is-ownership.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch04-02-references-and-borrowing.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch04-03-slices.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch05-00-structs.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch05-01-defining-structs.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch05-02-example-structs.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch05-03-method-syntax.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch06-00-enums.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch06-01-defining-an-enum.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch06-02-match.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch06-03-if-let.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch07-00-modules.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch07-01-mod-and-the-filesystem.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch07-02-controlling-visibility-with-pub.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch07-03-importing-names-with-use.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch08-00-common-collections.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch08-01-vectors.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch08-02-strings.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch08-03-hash-maps.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch09-00-error-handling.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch09-01-unrecoverable-errors-with-panic.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch09-02-recoverable-errors-with-result.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch09-03-to-panic-or-not-to-panic.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch10-00-generics.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch10-01-syntax.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch10-02-traits.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch10-03-lifetime-syntax.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch11-00-testing.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch11-01-writing-tests.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch11-02-running-tests.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch11-03-test-organization.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch12-00-an-io-project.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch12-01-accepting-command-line-arguments.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch12-02-reading-a-file.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch12-03-improving-error-handling-and-modularity.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch12-04-testing-the-librarys-functionality.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch12-05-working-with-environment-variables.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch12-06-writing-to-stderr-instead-of-stdout.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch13-00-functional-features.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch13-01-closures.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch13-02-iterators.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch13-03-improving-our-io-project.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch13-04-performance.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch14-00-more-about-cargo.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch14-01-release-profiles.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch14-02-publishing-to-crates-io.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch14-03-cargo-workspaces.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch14-04-installing-binaries.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch14-05-extending-cargo.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch15-00-smart-pointers.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch15-01-box.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch15-02-deref.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch15-03-drop.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch15-04-rc.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch15-05-interior-mutability.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch15-06-reference-cycles.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch16-00-concurrency.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch16-01-threads.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch16-02-message-passing.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch16-03-shared-state.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch16-04-extensible-concurrency-sync-and-send.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch17-00-oop.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch17-01-what-is-oo.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch17-02-trait-objects.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch17-03-oo-design-patterns.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch18-00-patterns.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch18-01-all-the-places-for-patterns.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch18-02-refutability.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch18-03-pattern-syntax.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch19-00-advanced-features.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch19-01-unsafe-rust.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch19-02-advanced-lifetimes.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch19-03-advanced-traits.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch19-04-advanced-types.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch19-05-advanced-functions-and-closures.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch20-00-final-project-a-web-server.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch20-01-single-threaded.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch20-02-multithreaded.md [new file with mode: 0644]
src/doc/book/second-edition/src/ch20-03-graceful-shutdown-and-cleanup.md [new file with mode: 0644]
src/doc/book/second-edition/src/foreword.md [new file with mode: 0644]
src/doc/book/second-edition/src/img/trpl04-01.svg [new file with mode: 0644]
src/doc/book/second-edition/src/img/trpl04-02.svg [new file with mode: 0644]
src/doc/book/second-edition/src/img/trpl04-03.svg [new file with mode: 0644]
src/doc/book/second-edition/src/img/trpl04-04.svg [new file with mode: 0644]
src/doc/book/second-edition/src/img/trpl04-05.svg [new file with mode: 0644]
src/doc/book/second-edition/src/img/trpl04-06.svg [new file with mode: 0644]
src/doc/book/second-edition/src/img/trpl14-01.png [new file with mode: 0644]
src/doc/book/second-edition/src/img/trpl14-02.png [new file with mode: 0644]
src/doc/book/second-edition/src/img/trpl14-03.png [new file with mode: 0644]
src/doc/book/second-edition/src/img/trpl14-04.png [new file with mode: 0644]
src/doc/book/second-edition/src/img/trpl15-01.svg [new file with mode: 0644]
src/doc/book/second-edition/src/img/trpl15-02.svg [new file with mode: 0644]
src/doc/book/second-edition/src/img/trpl15-03.svg [new file with mode: 0644]
src/doc/book/second-edition/src/img/trpl15-04.svg [new file with mode: 0644]
src/doc/book/second-edition/src/img/trpl20-01.png [new file with mode: 0644]
src/doc/book/src/SUMMARY.md [new file with mode: 0644]
src/doc/book/src/appendix-00.md [new file with mode: 0644]
src/doc/book/src/appendix-01-keywords.md [new file with mode: 0644]
src/doc/book/src/appendix-02-operators.md [new file with mode: 0644]
src/doc/book/src/appendix-03-derivable-traits.md [new file with mode: 0644]
src/doc/book/src/appendix-04-useful-development-tools.md [new file with mode: 0644]
src/doc/book/src/appendix-05-editions.md [new file with mode: 0644]
src/doc/book/src/appendix-06-translation.md [new file with mode: 0644]
src/doc/book/src/appendix-07-nightly-rust.md [new file with mode: 0644]
src/doc/book/src/ch00-00-introduction.md [new file with mode: 0644]
src/doc/book/src/ch01-00-getting-started.md [new file with mode: 0644]
src/doc/book/src/ch01-01-installation.md [new file with mode: 0644]
src/doc/book/src/ch01-02-hello-world.md [new file with mode: 0644]
src/doc/book/src/ch01-03-hello-cargo.md [new file with mode: 0644]
src/doc/book/src/ch02-00-guessing-game-tutorial.md [new file with mode: 0644]
src/doc/book/src/ch03-00-common-programming-concepts.md [new file with mode: 0644]
src/doc/book/src/ch03-01-variables-and-mutability.md [new file with mode: 0644]
src/doc/book/src/ch03-02-data-types.md [new file with mode: 0644]
src/doc/book/src/ch03-03-how-functions-work.md [new file with mode: 0644]
src/doc/book/src/ch03-04-comments.md [new file with mode: 0644]
src/doc/book/src/ch03-05-control-flow.md [new file with mode: 0644]
src/doc/book/src/ch04-00-understanding-ownership.md [new file with mode: 0644]
src/doc/book/src/ch04-01-what-is-ownership.md [new file with mode: 0644]
src/doc/book/src/ch04-02-references-and-borrowing.md [new file with mode: 0644]
src/doc/book/src/ch04-03-slices.md [new file with mode: 0644]
src/doc/book/src/ch05-00-structs.md [new file with mode: 0644]
src/doc/book/src/ch05-01-defining-structs.md [new file with mode: 0644]
src/doc/book/src/ch05-02-example-structs.md [new file with mode: 0644]
src/doc/book/src/ch05-03-method-syntax.md [new file with mode: 0644]
src/doc/book/src/ch06-00-enums.md [new file with mode: 0644]
src/doc/book/src/ch06-01-defining-an-enum.md [new file with mode: 0644]
src/doc/book/src/ch06-02-match.md [new file with mode: 0644]
src/doc/book/src/ch06-03-if-let.md [new file with mode: 0644]
src/doc/book/src/ch07-00-managing-growing-projects-with-packages-crates-and-modules.md [new file with mode: 0644]
src/doc/book/src/ch07-01-packages-and-crates.md [new file with mode: 0644]
src/doc/book/src/ch07-02-defining-modules-to-control-scope-and-privacy.md [new file with mode: 0644]
src/doc/book/src/ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md [new file with mode: 0644]
src/doc/book/src/ch07-04-bringing-paths-into-scope-with-the-use-keyword.md [new file with mode: 0644]
src/doc/book/src/ch07-05-separating-modules-into-different-files.md [new file with mode: 0644]
src/doc/book/src/ch08-00-common-collections.md [new file with mode: 0644]
src/doc/book/src/ch08-01-vectors.md [new file with mode: 0644]
src/doc/book/src/ch08-02-strings.md [new file with mode: 0644]
src/doc/book/src/ch08-03-hash-maps.md [new file with mode: 0644]
src/doc/book/src/ch09-00-error-handling.md [new file with mode: 0644]
src/doc/book/src/ch09-01-unrecoverable-errors-with-panic.md [new file with mode: 0644]
src/doc/book/src/ch09-02-recoverable-errors-with-result.md [new file with mode: 0644]
src/doc/book/src/ch09-03-to-panic-or-not-to-panic.md [new file with mode: 0644]
src/doc/book/src/ch10-00-generics.md [new file with mode: 0644]
src/doc/book/src/ch10-01-syntax.md [new file with mode: 0644]
src/doc/book/src/ch10-02-traits.md [new file with mode: 0644]
src/doc/book/src/ch10-03-lifetime-syntax.md [new file with mode: 0644]
src/doc/book/src/ch11-00-testing.md [new file with mode: 0644]
src/doc/book/src/ch11-01-writing-tests.md [new file with mode: 0644]
src/doc/book/src/ch11-02-running-tests.md [new file with mode: 0644]
src/doc/book/src/ch11-03-test-organization.md [new file with mode: 0644]
src/doc/book/src/ch12-00-an-io-project.md [new file with mode: 0644]
src/doc/book/src/ch12-01-accepting-command-line-arguments.md [new file with mode: 0644]
src/doc/book/src/ch12-02-reading-a-file.md [new file with mode: 0644]
src/doc/book/src/ch12-03-improving-error-handling-and-modularity.md [new file with mode: 0644]
src/doc/book/src/ch12-04-testing-the-librarys-functionality.md [new file with mode: 0644]
src/doc/book/src/ch12-05-working-with-environment-variables.md [new file with mode: 0644]
src/doc/book/src/ch12-06-writing-to-stderr-instead-of-stdout.md [new file with mode: 0644]
src/doc/book/src/ch13-00-functional-features.md [new file with mode: 0644]
src/doc/book/src/ch13-01-closures.md [new file with mode: 0644]
src/doc/book/src/ch13-02-iterators.md [new file with mode: 0644]
src/doc/book/src/ch13-03-improving-our-io-project.md [new file with mode: 0644]
src/doc/book/src/ch13-04-performance.md [new file with mode: 0644]
src/doc/book/src/ch14-00-more-about-cargo.md [new file with mode: 0644]
src/doc/book/src/ch14-01-release-profiles.md [new file with mode: 0644]
src/doc/book/src/ch14-02-publishing-to-crates-io.md [new file with mode: 0644]
src/doc/book/src/ch14-03-cargo-workspaces.md [new file with mode: 0644]
src/doc/book/src/ch14-04-installing-binaries.md [new file with mode: 0644]
src/doc/book/src/ch14-05-extending-cargo.md [new file with mode: 0644]
src/doc/book/src/ch15-00-smart-pointers.md [new file with mode: 0644]
src/doc/book/src/ch15-01-box.md [new file with mode: 0644]
src/doc/book/src/ch15-02-deref.md [new file with mode: 0644]
src/doc/book/src/ch15-03-drop.md [new file with mode: 0644]
src/doc/book/src/ch15-04-rc.md [new file with mode: 0644]
src/doc/book/src/ch15-05-interior-mutability.md [new file with mode: 0644]
src/doc/book/src/ch15-06-reference-cycles.md [new file with mode: 0644]
src/doc/book/src/ch16-00-concurrency.md [new file with mode: 0644]
src/doc/book/src/ch16-01-threads.md [new file with mode: 0644]
src/doc/book/src/ch16-02-message-passing.md [new file with mode: 0644]
src/doc/book/src/ch16-03-shared-state.md [new file with mode: 0644]
src/doc/book/src/ch16-04-extensible-concurrency-sync-and-send.md [new file with mode: 0644]
src/doc/book/src/ch17-00-oop.md [new file with mode: 0644]
src/doc/book/src/ch17-01-what-is-oo.md [new file with mode: 0644]
src/doc/book/src/ch17-02-trait-objects.md [new file with mode: 0644]
src/doc/book/src/ch17-03-oo-design-patterns.md [new file with mode: 0644]
src/doc/book/src/ch18-00-patterns.md [new file with mode: 0644]
src/doc/book/src/ch18-01-all-the-places-for-patterns.md [new file with mode: 0644]
src/doc/book/src/ch18-02-refutability.md [new file with mode: 0644]
src/doc/book/src/ch18-03-pattern-syntax.md [new file with mode: 0644]
src/doc/book/src/ch19-00-advanced-features.md [new file with mode: 0644]
src/doc/book/src/ch19-01-unsafe-rust.md [new file with mode: 0644]
src/doc/book/src/ch19-03-advanced-traits.md [new file with mode: 0644]
src/doc/book/src/ch19-04-advanced-types.md [new file with mode: 0644]
src/doc/book/src/ch19-05-advanced-functions-and-closures.md [new file with mode: 0644]
src/doc/book/src/ch19-06-macros.md [new file with mode: 0644]
src/doc/book/src/ch20-00-final-project-a-web-server.md [new file with mode: 0644]
src/doc/book/src/ch20-01-single-threaded.md [new file with mode: 0644]
src/doc/book/src/ch20-02-multithreaded.md [new file with mode: 0644]
src/doc/book/src/ch20-03-graceful-shutdown-and-cleanup.md [new file with mode: 0644]
src/doc/book/src/foreword.md [new file with mode: 0644]
src/doc/book/src/img/ferris/does_not_compile.svg [new file with mode: 0644]
src/doc/book/src/img/ferris/not_desired_behavior.svg [new file with mode: 0644]
src/doc/book/src/img/ferris/panics.svg [new file with mode: 0644]
src/doc/book/src/img/trpl04-01.svg [new file with mode: 0644]
src/doc/book/src/img/trpl04-02.svg [new file with mode: 0644]
src/doc/book/src/img/trpl04-03.svg [new file with mode: 0644]
src/doc/book/src/img/trpl04-04.svg [new file with mode: 0644]
src/doc/book/src/img/trpl04-05.svg [new file with mode: 0644]
src/doc/book/src/img/trpl04-06.svg [new file with mode: 0644]
src/doc/book/src/img/trpl14-01.png [new file with mode: 0644]
src/doc/book/src/img/trpl14-02.png [new file with mode: 0644]
src/doc/book/src/img/trpl14-03.png [new file with mode: 0644]
src/doc/book/src/img/trpl14-04.png [new file with mode: 0644]
src/doc/book/src/img/trpl15-01.svg [new file with mode: 0644]
src/doc/book/src/img/trpl15-02.svg [new file with mode: 0644]
src/doc/book/src/img/trpl15-03.svg [new file with mode: 0644]
src/doc/book/src/img/trpl15-04.svg [new file with mode: 0644]
src/doc/book/src/img/trpl20-01.png [new file with mode: 0644]
src/doc/book/src/title-page.md [new file with mode: 0644]
src/doc/book/style-guide.md [new file with mode: 0644]
src/doc/book/theme/2018-edition.css [new file with mode: 0644]
src/doc/book/tools/convert-quotes.sh [new file with mode: 0755]
src/doc/book/tools/doc-to-md.sh [new file with mode: 0755]
src/doc/book/tools/docx-to-md.xsl [new file with mode: 0644]
src/doc/book/tools/megadiff.sh [new file with mode: 0755]
src/doc/book/tools/nostarch.sh [new file with mode: 0755]
src/doc/book/tools/src/bin/concat_chapters.rs [new file with mode: 0644]
src/doc/book/tools/src/bin/convert_quotes.rs [new file with mode: 0644]
src/doc/book/tools/src/bin/lfp.rs [new file with mode: 0644]
src/doc/book/tools/src/bin/link2print.rs [new file with mode: 0644]
src/doc/book/tools/src/bin/release_listings.rs [new file with mode: 0644]
src/doc/book/tools/src/bin/remove_hidden_lines.rs [new file with mode: 0644]
src/doc/book/tools/src/bin/remove_links.rs [new file with mode: 0644]
src/doc/book/tools/src/bin/remove_markup.rs [new file with mode: 0644]
src/doc/book/tools/update-editions.sh [new file with mode: 0755]
src/doc/book/tools/update-rustc.sh [new file with mode: 0755]
src/doc/complement-design-faq.md [new file with mode: 0644]
src/doc/complement-lang-faq.md [new file with mode: 0644]
src/doc/complement-project-faq.md [new file with mode: 0644]
src/doc/edition-guide/.github/workflows/main.yml [new file with mode: 0644]
src/doc/edition-guide/LICENSE-APACHE [new file with mode: 0644]
src/doc/edition-guide/LICENSE-MIT [new file with mode: 0644]
src/doc/edition-guide/README.md [new file with mode: 0644]
src/doc/edition-guide/book.toml [new file with mode: 0644]
src/doc/edition-guide/src/SUMMARY.md [new file with mode: 0644]
src/doc/edition-guide/src/editions/advanced-migrations.md [new file with mode: 0644]
src/doc/edition-guide/src/editions/creating-a-new-project.md [new file with mode: 0644]
src/doc/edition-guide/src/editions/index.md [new file with mode: 0644]
src/doc/edition-guide/src/editions/transitioning-an-existing-project-to-a-new-edition.md [new file with mode: 0644]
src/doc/edition-guide/src/introduction.md [new file with mode: 0644]
src/doc/edition-guide/src/rust-2015/index.md [new file with mode: 0644]
src/doc/edition-guide/src/rust-2018/cargo.md [new file with mode: 0644]
src/doc/edition-guide/src/rust-2018/index.md [new file with mode: 0644]
src/doc/edition-guide/src/rust-2018/new-keywords.md [new file with mode: 0644]
src/doc/edition-guide/src/rust-2018/path-changes.md [new file with mode: 0644]
src/doc/edition-guide/src/rust-2018/trait-fn-parameters.md [new file with mode: 0644]
src/doc/edition-guide/src/rust-2018/tyvar-behind-raw-pointer.md [new file with mode: 0644]
src/doc/edition-guide/src/rust-2021/IntoIterator-for-arrays.md [new file with mode: 0644]
src/doc/edition-guide/src/rust-2021/default-cargo-resolver.md [new file with mode: 0644]
src/doc/edition-guide/src/rust-2021/disjoint-capture-in-closures.md [new file with mode: 0644]
src/doc/edition-guide/src/rust-2021/index.md [new file with mode: 0644]
src/doc/edition-guide/src/rust-2021/or-patterns-macro-rules.md [new file with mode: 0644]
src/doc/edition-guide/src/rust-2021/panic-macro-consistency.md [new file with mode: 0644]
src/doc/edition-guide/src/rust-2021/prelude.md [new file with mode: 0644]
src/doc/edition-guide/src/rust-2021/reserving-syntax.md [new file with mode: 0644]
src/doc/edition-guide/src/rust-2021/warnings-promoted-to-error.md [new file with mode: 0644]
src/doc/edition-guide/triagebot.toml [new file with mode: 0644]
src/doc/embedded-book/.github/CODEOWNERS [new file with mode: 0644]
src/doc/embedded-book/.github/bors.toml [new file with mode: 0644]
src/doc/embedded-book/.github/workflows/ci.yml [new file with mode: 0644]
src/doc/embedded-book/CITATION.bib [new file with mode: 0644]
src/doc/embedded-book/CODE_OF_CONDUCT.md [new file with mode: 0644]
src/doc/embedded-book/LICENSE-APACHE [new file with mode: 0644]
src/doc/embedded-book/LICENSE-CC-BY-SA [new file with mode: 0644]
src/doc/embedded-book/LICENSE-MIT [new file with mode: 0644]
src/doc/embedded-book/README.md [new file with mode: 0644]
src/doc/embedded-book/book.toml [new file with mode: 0644]
src/doc/embedded-book/src/SUMMARY.md [new file with mode: 0644]
src/doc/embedded-book/src/appendix/glossary.md [new file with mode: 0644]
src/doc/embedded-book/src/assets/crates.png [new file with mode: 0644]
src/doc/embedded-book/src/assets/embedded-hal.svg [new file with mode: 0644]
src/doc/embedded-book/src/assets/f3.jpg [new file with mode: 0644]
src/doc/embedded-book/src/assets/nrf52-memory-map.png [new file with mode: 0644]
src/doc/embedded-book/src/assets/nrf52-spi-frequency-register.png [new file with mode: 0644]
src/doc/embedded-book/src/assets/rust_layers.svg [new file with mode: 0644]
src/doc/embedded-book/src/assets/verify.jpeg [new file with mode: 0644]
src/doc/embedded-book/src/c-tips/index.md [new file with mode: 0644]
src/doc/embedded-book/src/collections/index.md [new file with mode: 0644]
src/doc/embedded-book/src/concurrency/index.md [new file with mode: 0644]
src/doc/embedded-book/src/design-patterns/hal/checklist.md [new file with mode: 0644]
src/doc/embedded-book/src/design-patterns/hal/gpio.md [new file with mode: 0644]
src/doc/embedded-book/src/design-patterns/hal/index.md [new file with mode: 0644]
src/doc/embedded-book/src/design-patterns/hal/interoperability.md [new file with mode: 0644]
src/doc/embedded-book/src/design-patterns/hal/naming.md [new file with mode: 0644]
src/doc/embedded-book/src/design-patterns/hal/predictability.md [new file with mode: 0644]
src/doc/embedded-book/src/design-patterns/index.md [new file with mode: 0644]
src/doc/embedded-book/src/interoperability/c-with-rust.md [new file with mode: 0644]
src/doc/embedded-book/src/interoperability/index.md [new file with mode: 0644]
src/doc/embedded-book/src/interoperability/rust-with-c.md [new file with mode: 0644]
src/doc/embedded-book/src/intro/hardware.md [new file with mode: 0644]
src/doc/embedded-book/src/intro/index.md [new file with mode: 0644]
src/doc/embedded-book/src/intro/install.md [new file with mode: 0644]
src/doc/embedded-book/src/intro/install/linux.md [new file with mode: 0644]
src/doc/embedded-book/src/intro/install/macos.md [new file with mode: 0644]
src/doc/embedded-book/src/intro/install/verify.md [new file with mode: 0644]
src/doc/embedded-book/src/intro/install/windows.md [new file with mode: 0644]
src/doc/embedded-book/src/intro/no-std.md [new file with mode: 0644]
src/doc/embedded-book/src/intro/tooling.md [new file with mode: 0644]
src/doc/embedded-book/src/peripherals/a-first-attempt.md [new file with mode: 0644]
src/doc/embedded-book/src/peripherals/borrowck.md [new file with mode: 0644]
src/doc/embedded-book/src/peripherals/index.md [new file with mode: 0644]
src/doc/embedded-book/src/peripherals/singletons.md [new file with mode: 0644]
src/doc/embedded-book/src/portability/index.md [new file with mode: 0644]
src/doc/embedded-book/src/start/exceptions.md [new file with mode: 0644]
src/doc/embedded-book/src/start/hardware.md [new file with mode: 0644]
src/doc/embedded-book/src/start/index.md [new file with mode: 0644]
src/doc/embedded-book/src/start/interrupts.md [new file with mode: 0644]
src/doc/embedded-book/src/start/io.md [new file with mode: 0644]
src/doc/embedded-book/src/start/panicking.md [new file with mode: 0644]
src/doc/embedded-book/src/start/qemu.md [new file with mode: 0644]
src/doc/embedded-book/src/start/registers.md [new file with mode: 0644]
src/doc/embedded-book/src/start/semihosting.md [new file with mode: 0644]
src/doc/embedded-book/src/static-guarantees/design-contracts.md [new file with mode: 0644]
src/doc/embedded-book/src/static-guarantees/index.md [new file with mode: 0644]
src/doc/embedded-book/src/static-guarantees/state-machines.md [new file with mode: 0644]
src/doc/embedded-book/src/static-guarantees/typestate-programming.md [new file with mode: 0644]
src/doc/embedded-book/src/static-guarantees/zero-cost-abstractions.md [new file with mode: 0644]
src/doc/embedded-book/src/unsorted/index.md [new file with mode: 0644]
src/doc/embedded-book/src/unsorted/math.md [new file with mode: 0644]
src/doc/embedded-book/src/unsorted/speed-vs-size.md [new file with mode: 0644]
src/doc/embedded-book/triagebot.toml [new file with mode: 0644]
src/doc/favicon.inc [new file with mode: 0644]
src/doc/footer.inc [new file with mode: 0644]
src/doc/full-toc.inc [new file with mode: 0644]
src/doc/grammar.md [new file with mode: 0644]
src/doc/guide-crates.md [new file with mode: 0644]
src/doc/guide-error-handling.md [new file with mode: 0644]
src/doc/guide-ffi.md [new file with mode: 0644]
src/doc/guide-macros.md [new file with mode: 0644]
src/doc/guide-ownership.md [new file with mode: 0644]
src/doc/guide-plugins.md [new file with mode: 0644]
src/doc/guide-pointers.md [new file with mode: 0644]
src/doc/guide-strings.md [new file with mode: 0644]
src/doc/guide-tasks.md [new file with mode: 0644]
src/doc/guide-testing.md [new file with mode: 0644]
src/doc/guide-unsafe.md [new file with mode: 0644]
src/doc/guide.md [new file with mode: 0644]
src/doc/index.md [new file with mode: 0644]
src/doc/intro.md [new file with mode: 0644]
src/doc/man/rustc.1 [new file with mode: 0644]
src/doc/man/rustdoc.1 [new file with mode: 0644]
src/doc/nomicon/.github/workflows/main.yml [new file with mode: 0644]
src/doc/nomicon/LICENSE-APACHE [new file with mode: 0644]
src/doc/nomicon/LICENSE-MIT [new file with mode: 0644]
src/doc/nomicon/README.md [new file with mode: 0644]
src/doc/nomicon/book.toml [new file with mode: 0644]
src/doc/nomicon/src/SUMMARY.md [new file with mode: 0644]
src/doc/nomicon/src/aliasing.md [new file with mode: 0644]
src/doc/nomicon/src/arc-mutex/arc-and-mutex.md [new file with mode: 0644]
src/doc/nomicon/src/arc-mutex/arc-base.md [new file with mode: 0644]
src/doc/nomicon/src/arc-mutex/arc-clone.md [new file with mode: 0644]
src/doc/nomicon/src/arc-mutex/arc-drop.md [new file with mode: 0644]
src/doc/nomicon/src/arc-mutex/arc-final.md [new file with mode: 0644]
src/doc/nomicon/src/arc-mutex/arc-layout.md [new file with mode: 0644]
src/doc/nomicon/src/arc-mutex/arc.md [new file with mode: 0644]
src/doc/nomicon/src/atomics.md [new file with mode: 0644]
src/doc/nomicon/src/beneath-std.md [new file with mode: 0644]
src/doc/nomicon/src/borrow-splitting.md [new file with mode: 0644]
src/doc/nomicon/src/casts.md [new file with mode: 0644]
src/doc/nomicon/src/checked-uninit.md [new file with mode: 0644]
src/doc/nomicon/src/coercions.md [new file with mode: 0644]
src/doc/nomicon/src/concurrency.md [new file with mode: 0644]
src/doc/nomicon/src/constructors.md [new file with mode: 0644]
src/doc/nomicon/src/conversions.md [new file with mode: 0644]
src/doc/nomicon/src/data.md [new file with mode: 0644]
src/doc/nomicon/src/destructors.md [new file with mode: 0644]
src/doc/nomicon/src/dot-operator.md [new file with mode: 0644]
src/doc/nomicon/src/drop-flags.md [new file with mode: 0644]
src/doc/nomicon/src/dropck.md [new file with mode: 0644]
src/doc/nomicon/src/exception-safety.md [new file with mode: 0644]
src/doc/nomicon/src/exotic-sizes.md [new file with mode: 0644]
src/doc/nomicon/src/ffi.md [new file with mode: 0644]
src/doc/nomicon/src/hrtb.md [new file with mode: 0644]
src/doc/nomicon/src/img/safeandunsafe.svg [new file with mode: 0644]
src/doc/nomicon/src/intro.md [new file with mode: 0644]
src/doc/nomicon/src/leaking.md [new file with mode: 0644]
src/doc/nomicon/src/lifetime-elision.md [new file with mode: 0644]
src/doc/nomicon/src/lifetime-mismatch.md [new file with mode: 0644]
src/doc/nomicon/src/lifetimes.md [new file with mode: 0644]
src/doc/nomicon/src/meet-safe-and-unsafe.md [new file with mode: 0644]
src/doc/nomicon/src/obrm.md [new file with mode: 0644]
src/doc/nomicon/src/other-reprs.md [new file with mode: 0644]
src/doc/nomicon/src/ownership.md [new file with mode: 0644]
src/doc/nomicon/src/panic-handler.md [new file with mode: 0644]
src/doc/nomicon/src/phantom-data.md [new file with mode: 0644]
src/doc/nomicon/src/poisoning.md [new file with mode: 0644]
src/doc/nomicon/src/races.md [new file with mode: 0644]
src/doc/nomicon/src/references.md [new file with mode: 0644]
src/doc/nomicon/src/repr-rust.md [new file with mode: 0644]
src/doc/nomicon/src/safe-unsafe-meaning.md [new file with mode: 0644]
src/doc/nomicon/src/send-and-sync.md [new file with mode: 0644]
src/doc/nomicon/src/subtyping.md [new file with mode: 0644]
src/doc/nomicon/src/transmutes.md [new file with mode: 0644]
src/doc/nomicon/src/unbounded-lifetimes.md [new file with mode: 0644]
src/doc/nomicon/src/unchecked-uninit.md [new file with mode: 0644]
src/doc/nomicon/src/uninitialized.md [new file with mode: 0644]
src/doc/nomicon/src/unwinding.md [new file with mode: 0644]
src/doc/nomicon/src/vec/vec-alloc.md [new file with mode: 0644]
src/doc/nomicon/src/vec/vec-dealloc.md [new file with mode: 0644]
src/doc/nomicon/src/vec/vec-deref.md [new file with mode: 0644]
src/doc/nomicon/src/vec/vec-drain.md [new file with mode: 0644]
src/doc/nomicon/src/vec/vec-final.md [new file with mode: 0644]
src/doc/nomicon/src/vec/vec-insert-remove.md [new file with mode: 0644]
src/doc/nomicon/src/vec/vec-into-iter.md [new file with mode: 0644]
src/doc/nomicon/src/vec/vec-layout.md [new file with mode: 0644]
src/doc/nomicon/src/vec/vec-push-pop.md [new file with mode: 0644]
src/doc/nomicon/src/vec/vec-raw.md [new file with mode: 0644]
src/doc/nomicon/src/vec/vec-zsts.md [new file with mode: 0644]
src/doc/nomicon/src/vec/vec.md [new file with mode: 0644]
src/doc/nomicon/src/what-unsafe-does.md [new file with mode: 0644]
src/doc/nomicon/src/working-with-unsafe.md [new file with mode: 0644]
src/doc/nomicon/theme/nomicon.css [new file with mode: 0644]
src/doc/not_found.md [new file with mode: 0644]
src/doc/redirect.inc [new file with mode: 0644]
src/doc/reference.md [new file with mode: 0644]
src/doc/reference/.github/workflows/main.yml [new file with mode: 0644]
src/doc/reference/CONTRIBUTING.md [new file with mode: 0644]
src/doc/reference/LICENSE-APACHE [new file with mode: 0644]
src/doc/reference/LICENSE-MIT [new file with mode: 0644]
src/doc/reference/README.md [new file with mode: 0644]
src/doc/reference/STYLE.md [new file with mode: 0644]
src/doc/reference/book.toml [new file with mode: 0644]
src/doc/reference/reference.md [new file with mode: 0644]
src/doc/reference/src/SUMMARY.md [new file with mode: 0644]
src/doc/reference/src/abi.md [new file with mode: 0644]
src/doc/reference/src/appendices.md [new file with mode: 0644]
src/doc/reference/src/attributes-redirect.html [new file with mode: 0644]
src/doc/reference/src/attributes.md [new file with mode: 0644]
src/doc/reference/src/attributes/codegen.md [new file with mode: 0644]
src/doc/reference/src/attributes/derive.md [new file with mode: 0644]
src/doc/reference/src/attributes/diagnostics.md [new file with mode: 0644]
src/doc/reference/src/attributes/limits.md [new file with mode: 0644]
src/doc/reference/src/attributes/testing.md [new file with mode: 0644]
src/doc/reference/src/attributes/type_system.md [new file with mode: 0644]
src/doc/reference/src/behavior-considered-undefined.md [new file with mode: 0644]
src/doc/reference/src/behavior-not-considered-unsafe.md [new file with mode: 0644]
src/doc/reference/src/comments.md [new file with mode: 0644]
src/doc/reference/src/conditional-compilation.md [new file with mode: 0644]
src/doc/reference/src/const_eval.md [new file with mode: 0644]
src/doc/reference/src/crates-and-source-files.md [new file with mode: 0644]
src/doc/reference/src/destructors.md [new file with mode: 0644]
src/doc/reference/src/dynamically-sized-types.md [new file with mode: 0644]
src/doc/reference/src/expressions.md [new file with mode: 0644]
src/doc/reference/src/expressions/array-expr.md [new file with mode: 0644]
src/doc/reference/src/expressions/await-expr.md [new file with mode: 0644]
src/doc/reference/src/expressions/block-expr.md [new file with mode: 0644]
src/doc/reference/src/expressions/call-expr.md [new file with mode: 0644]
src/doc/reference/src/expressions/closure-expr.md [new file with mode: 0644]
src/doc/reference/src/expressions/field-expr.md [new file with mode: 0644]
src/doc/reference/src/expressions/grouped-expr.md [new file with mode: 0644]
src/doc/reference/src/expressions/if-expr.md [new file with mode: 0644]
src/doc/reference/src/expressions/literal-expr.md [new file with mode: 0644]
src/doc/reference/src/expressions/loop-expr.md [new file with mode: 0644]
src/doc/reference/src/expressions/match-expr.md [new file with mode: 0644]
src/doc/reference/src/expressions/method-call-expr.md [new file with mode: 0644]
src/doc/reference/src/expressions/operator-expr.md [new file with mode: 0644]
src/doc/reference/src/expressions/path-expr.md [new file with mode: 0644]
src/doc/reference/src/expressions/range-expr.md [new file with mode: 0644]
src/doc/reference/src/expressions/return-expr.md [new file with mode: 0644]
src/doc/reference/src/expressions/struct-expr.md [new file with mode: 0644]
src/doc/reference/src/expressions/tuple-expr.md [new file with mode: 0644]
src/doc/reference/src/expressions/underscore-expr.md [new file with mode: 0644]
src/doc/reference/src/glossary.md [new file with mode: 0644]
src/doc/reference/src/identifiers.md [new file with mode: 0644]
src/doc/reference/src/influences.md [new file with mode: 0644]
src/doc/reference/src/inline-assembly.md [new file with mode: 0644]
src/doc/reference/src/input-format.md [new file with mode: 0644]
src/doc/reference/src/interior-mutability.md [new file with mode: 0644]
src/doc/reference/src/introduction.md [new file with mode: 0644]
src/doc/reference/src/items.md [new file with mode: 0644]
src/doc/reference/src/items/associated-items.md [new file with mode: 0644]
src/doc/reference/src/items/constant-items.md [new file with mode: 0644]
src/doc/reference/src/items/enumerations.md [new file with mode: 0644]
src/doc/reference/src/items/extern-crates.md [new file with mode: 0644]
src/doc/reference/src/items/external-blocks.md [new file with mode: 0644]
src/doc/reference/src/items/functions.md [new file with mode: 0644]
src/doc/reference/src/items/generics.md [new file with mode: 0644]
src/doc/reference/src/items/implementations.md [new file with mode: 0644]
src/doc/reference/src/items/modules.md [new file with mode: 0644]
src/doc/reference/src/items/static-items.md [new file with mode: 0644]
src/doc/reference/src/items/structs.md [new file with mode: 0644]
src/doc/reference/src/items/traits.md [new file with mode: 0644]
src/doc/reference/src/items/type-aliases.md [new file with mode: 0644]
src/doc/reference/src/items/unions.md [new file with mode: 0644]
src/doc/reference/src/items/use-declarations.md [new file with mode: 0644]
src/doc/reference/src/keywords.md [new file with mode: 0644]
src/doc/reference/src/lexical-structure.md [new file with mode: 0644]
src/doc/reference/src/lifetime-elision.md [new file with mode: 0644]
src/doc/reference/src/linkage.md [new file with mode: 0644]
src/doc/reference/src/macro-ambiguity.md [new file with mode: 0644]
src/doc/reference/src/macros-by-example.md [new file with mode: 0644]
src/doc/reference/src/macros.md [new file with mode: 0644]
src/doc/reference/src/memory-allocation-and-lifetime.md [new file with mode: 0644]
src/doc/reference/src/memory-model.md [new file with mode: 0644]
src/doc/reference/src/names.md [new file with mode: 0644]
src/doc/reference/src/names/name-resolution.md [new file with mode: 0644]
src/doc/reference/src/names/namespaces.md [new file with mode: 0644]
src/doc/reference/src/names/preludes.md [new file with mode: 0644]
src/doc/reference/src/names/scopes.md [new file with mode: 0644]
src/doc/reference/src/notation.md [new file with mode: 0644]
src/doc/reference/src/paths.md [new file with mode: 0644]
src/doc/reference/src/patterns.md [new file with mode: 0644]
src/doc/reference/src/procedural-macros.md [new file with mode: 0644]
src/doc/reference/src/runtime.md [new file with mode: 0644]
src/doc/reference/src/special-types-and-traits.md [new file with mode: 0644]
src/doc/reference/src/statements-and-expressions.md [new file with mode: 0644]
src/doc/reference/src/statements.md [new file with mode: 0644]
src/doc/reference/src/subtyping.md [new file with mode: 0644]
src/doc/reference/src/tokens.md [new file with mode: 0644]
src/doc/reference/src/trait-bounds.md [new file with mode: 0644]
src/doc/reference/src/type-coercions.md [new file with mode: 0644]
src/doc/reference/src/type-layout.md [new file with mode: 0644]
src/doc/reference/src/type-system.md [new file with mode: 0644]
src/doc/reference/src/types-redirect.html [new file with mode: 0644]
src/doc/reference/src/types.md [new file with mode: 0644]
src/doc/reference/src/types/array.md [new file with mode: 0644]
src/doc/reference/src/types/boolean.md [new file with mode: 0644]
src/doc/reference/src/types/closure.md [new file with mode: 0644]
src/doc/reference/src/types/enum.md [new file with mode: 0644]
src/doc/reference/src/types/function-item.md [new file with mode: 0644]
src/doc/reference/src/types/function-pointer.md [new file with mode: 0644]
src/doc/reference/src/types/impl-trait.md [new file with mode: 0644]
src/doc/reference/src/types/inferred.md [new file with mode: 0644]
src/doc/reference/src/types/never.md [new file with mode: 0644]
src/doc/reference/src/types/numeric.md [new file with mode: 0644]
src/doc/reference/src/types/parameters.md [new file with mode: 0644]
src/doc/reference/src/types/pointer.md [new file with mode: 0644]
src/doc/reference/src/types/slice.md [new file with mode: 0644]
src/doc/reference/src/types/struct.md [new file with mode: 0644]
src/doc/reference/src/types/textual.md [new file with mode: 0644]
src/doc/reference/src/types/trait-object.md [new file with mode: 0644]
src/doc/reference/src/types/tuple.md [new file with mode: 0644]
src/doc/reference/src/types/union.md [new file with mode: 0644]
src/doc/reference/src/unsafe-keyword.md [new file with mode: 0644]
src/doc/reference/src/unsafety.md [new file with mode: 0644]
src/doc/reference/src/variables.md [new file with mode: 0644]
src/doc/reference/src/visibility-and-privacy.md [new file with mode: 0644]
src/doc/reference/src/whitespace.md [new file with mode: 0644]
src/doc/reference/style-check/Cargo.lock [new file with mode: 0644]
src/doc/reference/style-check/Cargo.toml [new file with mode: 0644]
src/doc/reference/style-check/src/main.rs [new file with mode: 0644]
src/doc/reference/theme/reference.css [new file with mode: 0644]
src/doc/reference/triagebot.toml [new file with mode: 0644]
src/doc/robots.txt [new file with mode: 0644]
src/doc/rust-by-example/.github/workflows/rbe.yml [new file with mode: 0644]
src/doc/rust-by-example/.travis.yml [new file with mode: 0644]
src/doc/rust-by-example/CODE_OF_CONDUCT.md [new file with mode: 0644]
src/doc/rust-by-example/CONTRIBUTING.md [new file with mode: 0644]
src/doc/rust-by-example/LICENSE-APACHE [new file with mode: 0644]
src/doc/rust-by-example/LICENSE-MIT [new file with mode: 0644]
src/doc/rust-by-example/README.md [new file with mode: 0644]
src/doc/rust-by-example/book.toml [new file with mode: 0644]
src/doc/rust-by-example/src/SUMMARY.md [new file with mode: 0644]
src/doc/rust-by-example/src/attribute.md [new file with mode: 0644]
src/doc/rust-by-example/src/attribute/cfg.md [new file with mode: 0644]
src/doc/rust-by-example/src/attribute/cfg/custom.md [new file with mode: 0644]
src/doc/rust-by-example/src/attribute/crate.md [new file with mode: 0644]
src/doc/rust-by-example/src/attribute/unused.md [new file with mode: 0644]
src/doc/rust-by-example/src/cargo.md [new file with mode: 0644]
src/doc/rust-by-example/src/cargo/build_scripts.md [new file with mode: 0644]
src/doc/rust-by-example/src/cargo/conventions.md [new file with mode: 0644]
src/doc/rust-by-example/src/cargo/deps.md [new file with mode: 0644]
src/doc/rust-by-example/src/cargo/test.md [new file with mode: 0644]
src/doc/rust-by-example/src/compatibility.md [new file with mode: 0644]
src/doc/rust-by-example/src/compatibility/raw_identifiers.md [new file with mode: 0644]
src/doc/rust-by-example/src/conversion.md [new file with mode: 0644]
src/doc/rust-by-example/src/conversion/from_into.md [new file with mode: 0644]
src/doc/rust-by-example/src/conversion/string.md [new file with mode: 0644]
src/doc/rust-by-example/src/conversion/try_from_try_into.md [new file with mode: 0644]
src/doc/rust-by-example/src/crates.md [new file with mode: 0644]
src/doc/rust-by-example/src/crates/lib.md [new file with mode: 0644]
src/doc/rust-by-example/src/crates/using_lib.md [new file with mode: 0644]
src/doc/rust-by-example/src/custom_types.md [new file with mode: 0644]
src/doc/rust-by-example/src/custom_types/constants.md [new file with mode: 0644]
src/doc/rust-by-example/src/custom_types/enum.md [new file with mode: 0644]
src/doc/rust-by-example/src/custom_types/enum/c_like.md [new file with mode: 0644]
src/doc/rust-by-example/src/custom_types/enum/enum_use.md [new file with mode: 0644]
src/doc/rust-by-example/src/custom_types/enum/testcase_linked_list.md [new file with mode: 0644]
src/doc/rust-by-example/src/custom_types/structs.md [new file with mode: 0644]
src/doc/rust-by-example/src/error.md [new file with mode: 0644]
src/doc/rust-by-example/src/error/abort_unwind.md [new file with mode: 0644]
src/doc/rust-by-example/src/error/iter_result.md [new file with mode: 0644]
src/doc/rust-by-example/src/error/multiple_error_types.md [new file with mode: 0644]
src/doc/rust-by-example/src/error/multiple_error_types/boxing_errors.md [new file with mode: 0644]
src/doc/rust-by-example/src/error/multiple_error_types/define_error_type.md [new file with mode: 0644]
src/doc/rust-by-example/src/error/multiple_error_types/option_result.md [new file with mode: 0644]
src/doc/rust-by-example/src/error/multiple_error_types/reenter_question_mark.md [new file with mode: 0644]
src/doc/rust-by-example/src/error/multiple_error_types/wrap_error.md [new file with mode: 0644]
src/doc/rust-by-example/src/error/option_unwrap.md [new file with mode: 0644]
src/doc/rust-by-example/src/error/option_unwrap/and_then.md [new file with mode: 0644]
src/doc/rust-by-example/src/error/option_unwrap/defaults.md [new file with mode: 0644]
src/doc/rust-by-example/src/error/option_unwrap/map.md [new file with mode: 0644]
src/doc/rust-by-example/src/error/option_unwrap/question_mark.md [new file with mode: 0644]
src/doc/rust-by-example/src/error/panic.md [new file with mode: 0644]
src/doc/rust-by-example/src/error/result.md [new file with mode: 0644]
src/doc/rust-by-example/src/error/result/early_returns.md [new file with mode: 0644]
src/doc/rust-by-example/src/error/result/enter_question_mark.md [new file with mode: 0644]
src/doc/rust-by-example/src/error/result/result_alias.md [new file with mode: 0644]
src/doc/rust-by-example/src/error/result/result_map.md [new file with mode: 0644]
src/doc/rust-by-example/src/expression.md [new file with mode: 0644]
src/doc/rust-by-example/src/flow_control.md [new file with mode: 0644]
src/doc/rust-by-example/src/flow_control/for.md [new file with mode: 0644]
src/doc/rust-by-example/src/flow_control/if_else.md [new file with mode: 0644]
src/doc/rust-by-example/src/flow_control/if_let.md [new file with mode: 0644]
src/doc/rust-by-example/src/flow_control/let_else.md [new file with mode: 0644]
src/doc/rust-by-example/src/flow_control/loop.md [new file with mode: 0644]
src/doc/rust-by-example/src/flow_control/loop/nested.md [new file with mode: 0644]
src/doc/rust-by-example/src/flow_control/loop/return.md [new file with mode: 0644]
src/doc/rust-by-example/src/flow_control/match.md [new file with mode: 0644]
src/doc/rust-by-example/src/flow_control/match/binding.md [new file with mode: 0644]
src/doc/rust-by-example/src/flow_control/match/destructuring.md [new file with mode: 0644]
src/doc/rust-by-example/src/flow_control/match/destructuring/destructure_enum.md [new file with mode: 0644]
src/doc/rust-by-example/src/flow_control/match/destructuring/destructure_pointers.md [new file with mode: 0644]
src/doc/rust-by-example/src/flow_control/match/destructuring/destructure_slice.md [new file with mode: 0644]
src/doc/rust-by-example/src/flow_control/match/destructuring/destructure_structures.md [new file with mode: 0644]
src/doc/rust-by-example/src/flow_control/match/destructuring/destructure_tuple.md [new file with mode: 0644]
src/doc/rust-by-example/src/flow_control/match/guard.md [new file with mode: 0644]
src/doc/rust-by-example/src/flow_control/while.md [new file with mode: 0644]
src/doc/rust-by-example/src/flow_control/while_let.md [new file with mode: 0644]
src/doc/rust-by-example/src/fn.md [new file with mode: 0644]
src/doc/rust-by-example/src/fn/closures.md [new file with mode: 0644]
src/doc/rust-by-example/src/fn/closures/anonymity.md [new file with mode: 0644]
src/doc/rust-by-example/src/fn/closures/capture.md [new file with mode: 0644]
src/doc/rust-by-example/src/fn/closures/closure_examples.md [new file with mode: 0644]
src/doc/rust-by-example/src/fn/closures/closure_examples/iter_any.md [new file with mode: 0644]
src/doc/rust-by-example/src/fn/closures/closure_examples/iter_find.md [new file with mode: 0644]
src/doc/rust-by-example/src/fn/closures/input_functions.md [new file with mode: 0644]
src/doc/rust-by-example/src/fn/closures/input_parameters.md [new file with mode: 0644]
src/doc/rust-by-example/src/fn/closures/output_parameters.md [new file with mode: 0644]
src/doc/rust-by-example/src/fn/diverging.md [new file with mode: 0644]
src/doc/rust-by-example/src/fn/hof.md [new file with mode: 0644]
src/doc/rust-by-example/src/fn/methods.md [new file with mode: 0644]
src/doc/rust-by-example/src/generics.md [new file with mode: 0644]
src/doc/rust-by-example/src/generics/assoc_items.md [new file with mode: 0644]
src/doc/rust-by-example/src/generics/assoc_items/the_problem.md [new file with mode: 0644]
src/doc/rust-by-example/src/generics/assoc_items/types.md [new file with mode: 0644]
src/doc/rust-by-example/src/generics/bounds.md [new file with mode: 0644]
src/doc/rust-by-example/src/generics/bounds/testcase_empty.md [new file with mode: 0644]
src/doc/rust-by-example/src/generics/gen_fn.md [new file with mode: 0644]
src/doc/rust-by-example/src/generics/gen_trait.md [new file with mode: 0644]
src/doc/rust-by-example/src/generics/impl.md [new file with mode: 0644]
src/doc/rust-by-example/src/generics/multi_bounds.md [new file with mode: 0644]
src/doc/rust-by-example/src/generics/new_types.md [new file with mode: 0644]
src/doc/rust-by-example/src/generics/phantom.md [new file with mode: 0644]
src/doc/rust-by-example/src/generics/phantom/testcase_units.md [new file with mode: 0644]
src/doc/rust-by-example/src/generics/where.md [new file with mode: 0644]
src/doc/rust-by-example/src/hello.md [new file with mode: 0644]
src/doc/rust-by-example/src/hello/comment.md [new file with mode: 0644]
src/doc/rust-by-example/src/hello/print.md [new file with mode: 0644]
src/doc/rust-by-example/src/hello/print/fmt.md [new file with mode: 0644]
src/doc/rust-by-example/src/hello/print/print_debug.md [new file with mode: 0644]
src/doc/rust-by-example/src/hello/print/print_display.md [new file with mode: 0644]
src/doc/rust-by-example/src/hello/print/print_display/testcase_list.md [new file with mode: 0644]
src/doc/rust-by-example/src/index.md [new file with mode: 0644]
src/doc/rust-by-example/src/macros.md [new file with mode: 0644]
src/doc/rust-by-example/src/macros/designators.md [new file with mode: 0644]
src/doc/rust-by-example/src/macros/dry.md [new file with mode: 0644]
src/doc/rust-by-example/src/macros/dsl.md [new file with mode: 0644]
src/doc/rust-by-example/src/macros/overload.md [new file with mode: 0644]
src/doc/rust-by-example/src/macros/repeat.md [new file with mode: 0644]
src/doc/rust-by-example/src/macros/syntax.md [new file with mode: 0644]
src/doc/rust-by-example/src/macros/variadics.md [new file with mode: 0644]
src/doc/rust-by-example/src/meta.md [new file with mode: 0644]
src/doc/rust-by-example/src/meta/doc.md [new file with mode: 0644]
src/doc/rust-by-example/src/meta/playground.md [new file with mode: 0644]
src/doc/rust-by-example/src/mod.md [new file with mode: 0644]
src/doc/rust-by-example/src/mod/split.md [new file with mode: 0644]
src/doc/rust-by-example/src/mod/struct_visibility.md [new file with mode: 0644]
src/doc/rust-by-example/src/mod/super.md [new file with mode: 0644]
src/doc/rust-by-example/src/mod/use.md [new file with mode: 0644]
src/doc/rust-by-example/src/mod/visibility.md [new file with mode: 0644]
src/doc/rust-by-example/src/primitives.md [new file with mode: 0644]
src/doc/rust-by-example/src/primitives/array.md [new file with mode: 0644]
src/doc/rust-by-example/src/primitives/literals.md [new file with mode: 0644]
src/doc/rust-by-example/src/primitives/tuples.md [new file with mode: 0644]
src/doc/rust-by-example/src/scope.md [new file with mode: 0644]
src/doc/rust-by-example/src/scope/borrow.md [new file with mode: 0644]
src/doc/rust-by-example/src/scope/borrow/alias.md [new file with mode: 0644]
src/doc/rust-by-example/src/scope/borrow/mut.md [new file with mode: 0644]
src/doc/rust-by-example/src/scope/borrow/ref.md [new file with mode: 0644]
src/doc/rust-by-example/src/scope/lifetime.md [new file with mode: 0644]
src/doc/rust-by-example/src/scope/lifetime/elision.md [new file with mode: 0644]
src/doc/rust-by-example/src/scope/lifetime/explicit.md [new file with mode: 0644]
src/doc/rust-by-example/src/scope/lifetime/fn.md [new file with mode: 0644]
src/doc/rust-by-example/src/scope/lifetime/lifetime_bounds.md [new file with mode: 0644]
src/doc/rust-by-example/src/scope/lifetime/lifetime_coercion.md [new file with mode: 0644]
src/doc/rust-by-example/src/scope/lifetime/methods.md [new file with mode: 0644]
src/doc/rust-by-example/src/scope/lifetime/static_lifetime.md [new file with mode: 0644]
src/doc/rust-by-example/src/scope/lifetime/struct.md [new file with mode: 0644]
src/doc/rust-by-example/src/scope/lifetime/trait.md [new file with mode: 0644]
src/doc/rust-by-example/src/scope/move.md [new file with mode: 0644]
src/doc/rust-by-example/src/scope/move/mut.md [new file with mode: 0644]
src/doc/rust-by-example/src/scope/move/partial_move.md [new file with mode: 0644]
src/doc/rust-by-example/src/scope/raii.md [new file with mode: 0644]
src/doc/rust-by-example/src/std.md [new file with mode: 0644]
src/doc/rust-by-example/src/std/arc.md [new file with mode: 0644]
src/doc/rust-by-example/src/std/box.md [new file with mode: 0644]
src/doc/rust-by-example/src/std/hash.md [new file with mode: 0644]
src/doc/rust-by-example/src/std/hash/alt_key_types.md [new file with mode: 0644]
src/doc/rust-by-example/src/std/hash/hashset.md [new file with mode: 0644]
src/doc/rust-by-example/src/std/option.md [new file with mode: 0644]
src/doc/rust-by-example/src/std/panic.md [new file with mode: 0644]
src/doc/rust-by-example/src/std/rc.md [new file with mode: 0644]
src/doc/rust-by-example/src/std/result.md [new file with mode: 0644]
src/doc/rust-by-example/src/std/result/question_mark.md [new file with mode: 0644]
src/doc/rust-by-example/src/std/str.md [new file with mode: 0644]
src/doc/rust-by-example/src/std/vec.md [new file with mode: 0644]
src/doc/rust-by-example/src/std_misc.md [new file with mode: 0644]
src/doc/rust-by-example/src/std_misc/arg.md [new file with mode: 0644]
src/doc/rust-by-example/src/std_misc/arg/matching.md [new file with mode: 0644]
src/doc/rust-by-example/src/std_misc/channels.md [new file with mode: 0644]
src/doc/rust-by-example/src/std_misc/ffi.md [new file with mode: 0644]
src/doc/rust-by-example/src/std_misc/file.md [new file with mode: 0644]
src/doc/rust-by-example/src/std_misc/file/create.md [new file with mode: 0644]
src/doc/rust-by-example/src/std_misc/file/open.md [new file with mode: 0644]
src/doc/rust-by-example/src/std_misc/file/read_lines.md [new file with mode: 0644]
src/doc/rust-by-example/src/std_misc/fs.md [new file with mode: 0644]
src/doc/rust-by-example/src/std_misc/path.md [new file with mode: 0644]
src/doc/rust-by-example/src/std_misc/process.md [new file with mode: 0644]
src/doc/rust-by-example/src/std_misc/process/pipe.md [new file with mode: 0644]
src/doc/rust-by-example/src/std_misc/process/wait.md [new file with mode: 0644]
src/doc/rust-by-example/src/std_misc/threads.md [new file with mode: 0644]
src/doc/rust-by-example/src/std_misc/threads/testcase_mapreduce.md [new file with mode: 0644]
src/doc/rust-by-example/src/testing.md [new file with mode: 0644]
src/doc/rust-by-example/src/testing/dev_dependencies.md [new file with mode: 0644]
src/doc/rust-by-example/src/testing/doc_testing.md [new file with mode: 0644]
src/doc/rust-by-example/src/testing/integration_testing.md [new file with mode: 0644]
src/doc/rust-by-example/src/testing/unit_testing.md [new file with mode: 0644]
src/doc/rust-by-example/src/trait.md [new file with mode: 0644]
src/doc/rust-by-example/src/trait/clone.md [new file with mode: 0644]
src/doc/rust-by-example/src/trait/derive.md [new file with mode: 0644]
src/doc/rust-by-example/src/trait/disambiguating.md [new file with mode: 0644]
src/doc/rust-by-example/src/trait/drop.md [new file with mode: 0644]
src/doc/rust-by-example/src/trait/dyn.md [new file with mode: 0644]
src/doc/rust-by-example/src/trait/impl_trait.md [new file with mode: 0644]
src/doc/rust-by-example/src/trait/iter.md [new file with mode: 0644]
src/doc/rust-by-example/src/trait/ops.md [new file with mode: 0644]
src/doc/rust-by-example/src/trait/supertraits.md [new file with mode: 0644]
src/doc/rust-by-example/src/types.md [new file with mode: 0644]
src/doc/rust-by-example/src/types/alias.md [new file with mode: 0644]
src/doc/rust-by-example/src/types/cast.md [new file with mode: 0644]
src/doc/rust-by-example/src/types/inference.md [new file with mode: 0644]
src/doc/rust-by-example/src/types/literals.md [new file with mode: 0644]
src/doc/rust-by-example/src/unsafe.md [new file with mode: 0644]
src/doc/rust-by-example/src/unsafe/asm.md [new file with mode: 0644]
src/doc/rust-by-example/src/variable_bindings.md [new file with mode: 0644]
src/doc/rust-by-example/src/variable_bindings/declare.md [new file with mode: 0644]
src/doc/rust-by-example/src/variable_bindings/freeze.md [new file with mode: 0644]
src/doc/rust-by-example/src/variable_bindings/mut.md [new file with mode: 0644]
src/doc/rust-by-example/src/variable_bindings/scope.md [new file with mode: 0644]
src/doc/rust-by-example/triagebot.toml [new file with mode: 0644]
src/doc/rust.css [new file with mode: 0644]
src/doc/rust.md [new file with mode: 0644]
src/doc/rustc-dev-guide/.editorconfig [new file with mode: 0644]
src/doc/rustc-dev-guide/.github/workflows/ci.yml [new file with mode: 0644]
src/doc/rustc-dev-guide/.github/workflows/date-check.yml [new file with mode: 0644]
src/doc/rustc-dev-guide/CITATION.cff [new file with mode: 0644]
src/doc/rustc-dev-guide/CNAME [new file with mode: 0644]
src/doc/rustc-dev-guide/CODE_OF_CONDUCT.md [new file with mode: 0644]
src/doc/rustc-dev-guide/LICENSE-APACHE [new file with mode: 0644]
src/doc/rustc-dev-guide/LICENSE-MIT [new file with mode: 0644]
src/doc/rustc-dev-guide/README.md [new file with mode: 0644]
src/doc/rustc-dev-guide/book.toml [new file with mode: 0644]
src/doc/rustc-dev-guide/ci/check-in.sh [new file with mode: 0755]
src/doc/rustc-dev-guide/ci/check_line_lengths.sh [new file with mode: 0755]
src/doc/rustc-dev-guide/ci/date-check/Cargo.lock [new file with mode: 0644]
src/doc/rustc-dev-guide/ci/date-check/Cargo.toml [new file with mode: 0644]
src/doc/rustc-dev-guide/ci/date-check/src/main.rs [new file with mode: 0644]
src/doc/rustc-dev-guide/ci/linkcheck.sh [new file with mode: 0755]
src/doc/rustc-dev-guide/examples/README [new file with mode: 0644]
src/doc/rustc-dev-guide/examples/rustc-driver-example.rs [new file with mode: 0644]
src/doc/rustc-dev-guide/examples/rustc-driver-getting-diagnostics.rs [new file with mode: 0644]
src/doc/rustc-dev-guide/examples/rustc-driver-interacting-with-the-ast.rs [new file with mode: 0644]
src/doc/rustc-dev-guide/mermaid-init.js [new file with mode: 0644]
src/doc/rustc-dev-guide/src/SUMMARY.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/about-this-guide.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/appendix/background.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/appendix/bibliography.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/appendix/code-index.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/appendix/compiler-lecture.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/appendix/glossary.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/appendix/humorust.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/asm.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/ast-validation.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/backend/backend-agnostic.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/backend/codegen.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/backend/debugging.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/backend/implicit-caller-location.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/backend/inline-asm.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/backend/libs-and-metadata.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/backend/lowering-mir.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/backend/monomorph.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/backend/updating-llvm.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/borrow_check.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/borrow_check/moves_and_initialization.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/borrow_check/moves_and_initialization/move_paths.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/borrow_check/region_inference.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/borrow_check/region_inference/closure_constraints.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/borrow_check/region_inference/constraint_propagation.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/borrow_check/region_inference/error_reporting.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/borrow_check/region_inference/lifetime_parameters.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/borrow_check/region_inference/member_constraints.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/borrow_check/region_inference/placeholders_and_universes.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/borrow_check/two_phase_borrows.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/borrow_check/type_check.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/bug-fix-procedure.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/building/bootstrapping.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/building/build-install-distribution-artifacts.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/building/compiler-documenting.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/building/new-target.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/building/prerequisites.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/building/suggested.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/cli.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/closure.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/compiler-debugging.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/compiler-src.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/compiler-team.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/const-eval.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/const-eval/interpret.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/constants.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/contributing.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/conventions.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/crates-io.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/debugging-support-in-rustc.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/diagnostics.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/diagnostics/diagnostic-codes.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/diagnostics/diagnostic-items.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/diagnostics/diagnostic-structs.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/diagnostics/error-guaranteed.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/diagnostics/lintstore.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/diagnostics/translation.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/early-late-bound.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/feature-gate-ck.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/feature-gates.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/generic_arguments.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/generics.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/getting-started.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/git.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/hir-debugging.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/hir.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/identifiers.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/img/coverage-branch-counting-01.png [new file with mode: 0644]
src/doc/rustc-dev-guide/src/img/coverage-graphviz-01.png [new file with mode: 0644]
src/doc/rustc-dev-guide/src/img/coverage-spanview-01.png [new file with mode: 0644]
src/doc/rustc-dev-guide/src/img/dataflow-graphviz-example.png [new file with mode: 0644]
src/doc/rustc-dev-guide/src/img/github-cli.png [new file with mode: 0644]
src/doc/rustc-dev-guide/src/img/github-whitespace-changes.png [new file with mode: 0644]
src/doc/rustc-dev-guide/src/img/llvm-cov-show-01.png [new file with mode: 0644]
src/doc/rustc-dev-guide/src/img/other-peoples-commits.png [new file with mode: 0644]
src/doc/rustc-dev-guide/src/img/rustbot-submodules.png [new file with mode: 0644]
src/doc/rustc-dev-guide/src/img/submodule-conflicts.png [new file with mode: 0644]
src/doc/rustc-dev-guide/src/img/wpa-initial-memory.png [new file with mode: 0644]
src/doc/rustc-dev-guide/src/img/wpa-stack.png [new file with mode: 0644]
src/doc/rustc-dev-guide/src/implementing_new_features.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/incrcomp-debugging.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/lang-items.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/licenses.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/lowering.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/macro-expansion.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/memory.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/method-lookup.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/mir/construction.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/mir/dataflow.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/mir/debugging.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/mir/drop-elaboration.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/mir/index.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/mir/mir_cfg.svg [new file with mode: 0644]
src/doc/rustc-dev-guide/src/mir/mir_detailed.dot [new file with mode: 0644]
src/doc/rustc-dev-guide/src/mir/mir_detailed.svg [new file with mode: 0644]
src/doc/rustc-dev-guide/src/mir/mir_overview.dot [new file with mode: 0644]
src/doc/rustc-dev-guide/src/mir/mir_overview.svg [new file with mode: 0644]
src/doc/rustc-dev-guide/src/mir/optimizations.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/mir/passes.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/mir/visitor.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/name-resolution.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/notification-groups/about.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/notification-groups/arm.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/notification-groups/cleanup-crew.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/notification-groups/llvm.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/notification-groups/risc-v.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/notification-groups/windows.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/opaque-types-impl-trait-inference.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/opaque-types-type-alias-impl-trait.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/overview.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/panic-implementation.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/parallel-rustc.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/param_env.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/part-2-intro.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/part-3-intro.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/part-4-intro.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/part-5-intro.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/pat-exhaustive-checking.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/profile-guided-optimization.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/profiling.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/profiling/with_perf.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/profiling/wpa_profiling.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/queries/example-0.counts.txt [new file with mode: 0644]
src/doc/rustc-dev-guide/src/queries/example-0.html [new file with mode: 0644]
src/doc/rustc-dev-guide/src/queries/example-0.png [new file with mode: 0644]
src/doc/rustc-dev-guide/src/queries/incremental-compilation-in-detail.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/queries/incremental-compilation.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/queries/query-evaluation-model-in-detail.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/query.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/rustbot.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/rustc-driver-getting-diagnostics.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/rustc-driver-interacting-with-the-ast.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/rustc-driver.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/rustdoc-internals.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/rustdoc.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/salsa.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/sanitizers.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/serialization.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/solve/canonicalization.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/solve/coinduction.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/solve/the-solver.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/solve/trait-solving.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/stability.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/stabilization_guide.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/syntax-intro.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/test-implementation.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/tests/adding.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/tests/ci.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/tests/compiletest.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/tests/crater.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/tests/docker.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/tests/headers.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/tests/intro.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/tests/perf.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/tests/running.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/tests/ui.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/the-parser.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/thir.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/tracing.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/traits/caching.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/traits/canonical-queries.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/traits/chalk.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/traits/goals-and-clauses.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/traits/hrtb.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/traits/lowering-to-logic.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/traits/resolution.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/traits/specialization.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/ty-fold.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/ty.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/type-checking.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/type-inference.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/variance.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/walkthrough.md [new file with mode: 0644]
src/doc/rustc-dev-guide/triagebot.toml [new file with mode: 0644]
src/doc/rustc/book.toml [new file with mode: 0644]
src/doc/rustc/src/SUMMARY.md [new file with mode: 0644]
src/doc/rustc/src/codegen-options/index.md [new file with mode: 0644]
src/doc/rustc/src/command-line-arguments.md [new file with mode: 0644]
src/doc/rustc/src/contributing.md [new file with mode: 0644]
src/doc/rustc/src/exploit-mitigations.md [new file with mode: 0644]
src/doc/rustc/src/images/image1.png [new file with mode: 0644]
src/doc/rustc/src/images/image2.png [new file with mode: 0644]
src/doc/rustc/src/images/image3.png [new file with mode: 0644]
src/doc/rustc/src/images/llvm-cov-show-01.png [new file with mode: 0644]
src/doc/rustc/src/instrument-coverage.md [new file with mode: 0644]
src/doc/rustc/src/json.md [new file with mode: 0644]
src/doc/rustc/src/linker-plugin-lto.md [new file with mode: 0644]
src/doc/rustc/src/lints/groups.md [new file with mode: 0644]
src/doc/rustc/src/lints/index.md [new file with mode: 0644]
src/doc/rustc/src/lints/levels.md [new file with mode: 0644]
src/doc/rustc/src/lints/listing/allowed-by-default.md [new file with mode: 0644]
src/doc/rustc/src/lints/listing/deny-by-default.md [new file with mode: 0644]
src/doc/rustc/src/lints/listing/index.md [new file with mode: 0644]
src/doc/rustc/src/lints/listing/warn-by-default.md [new file with mode: 0644]
src/doc/rustc/src/platform-support.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/TEMPLATE.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/aarch64-apple-ios-sim.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/aarch64-nintendo-switch-freestanding.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/android.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/apple-watchos.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/armeb-unknown-linux-gnueabi.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/armv4t-none-eabi.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/armv5te-none-eabi.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/armv6k-nintendo-3ds.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/armv7-sony-vita-eabihf.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/armv7-unknown-linux-uclibceabi.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/armv7-unknown-linux-uclibceabihf.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/fuchsia.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/kmc-solid.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/m68k-unknown-linux-gnu.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/mips64-openwrt-linux-musl.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/mipsel-sony-psx.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/nto-qnx.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/nvptx64-nvidia-cuda.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/openbsd.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/pc-windows-gnullvm.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/riscv32imac-unknown-xous-elf.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/unknown-uefi.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/wasm64-unknown-unknown.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/x86_64-fortanix-unknown-sgx.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/x86_64-unknown-none.md [new file with mode: 0644]
src/doc/rustc/src/profile-guided-optimization.md [new file with mode: 0644]
src/doc/rustc/src/target-tier-policy.md [new file with mode: 0644]
src/doc/rustc/src/targets/built-in.md [new file with mode: 0644]
src/doc/rustc/src/targets/custom.md [new file with mode: 0644]
src/doc/rustc/src/targets/index.md [new file with mode: 0644]
src/doc/rustc/src/targets/known-issues.md [new file with mode: 0644]
src/doc/rustc/src/tests/index.md [new file with mode: 0644]
src/doc/rustc/src/what-is-rustc.md [new file with mode: 0644]
src/doc/rustdoc.md [new file with mode: 0644]
src/doc/rustdoc/README.md [new file with mode: 0644]
src/doc/rustdoc/book.toml [new file with mode: 0644]
src/doc/rustdoc/src/SUMMARY.md [new file with mode: 0644]
src/doc/rustdoc/src/advanced-features.md [new file with mode: 0644]
src/doc/rustdoc/src/command-line-arguments.md [new file with mode: 0644]
src/doc/rustdoc/src/deprecated-features.md [new file with mode: 0644]
src/doc/rustdoc/src/how-to-read-rustdoc.md [new file with mode: 0644]
src/doc/rustdoc/src/how-to-write-documentation.md [new file with mode: 0644]
src/doc/rustdoc/src/lints.md [new file with mode: 0644]
src/doc/rustdoc/src/references.md [new file with mode: 0644]
src/doc/rustdoc/src/scraped-examples.md [new file with mode: 0644]
src/doc/rustdoc/src/unstable-features.md [new file with mode: 0644]
src/doc/rustdoc/src/what-is-rustdoc.md [new file with mode: 0644]
src/doc/rustdoc/src/write-documentation/documentation-tests.md [new file with mode: 0644]
src/doc/rustdoc/src/write-documentation/linking-to-items-by-name.md [new file with mode: 0644]
src/doc/rustdoc/src/write-documentation/the-doc-attribute.md [new file with mode: 0644]
src/doc/rustdoc/src/write-documentation/what-to-include.md [new file with mode: 0644]
src/doc/style-guide/book.toml [new file with mode: 0644]
src/doc/style-guide/src/README.md [new file with mode: 0644]
src/doc/style-guide/src/SUMMARY.md [new file with mode: 0644]
src/doc/style-guide/src/advice.md [new file with mode: 0644]
src/doc/style-guide/src/cargo.md [new file with mode: 0644]
src/doc/style-guide/src/expressions.md [new file with mode: 0644]
src/doc/style-guide/src/items.md [new file with mode: 0644]
src/doc/style-guide/src/principles.md [new file with mode: 0644]
src/doc/style-guide/src/statements.md [new file with mode: 0644]
src/doc/style-guide/src/types.md [new file with mode: 0644]
src/doc/tutorial.md [new file with mode: 0644]
src/doc/unstable-book/book.toml [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/branch-protection.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/cf-protection.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/check-cfg.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/codegen-backend.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/control-flow-guard.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/debug_info_for_profiling.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/dump-mono-stats-format.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/dump-mono-stats.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/dwarf-version.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/dylib-lto.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/emit-stack-sizes.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/export-executable-symbols.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/extern-options.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/instrument-xray.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/location-detail.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/move-size-limit.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/no-unique-section-names.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/profile.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/profile_sample_use.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/remap-cwd-prefix.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/report-time.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/sanitizer.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/self-profile-events.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/self-profile.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/src-hash-algorithm.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/temps-dir.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/tiny-const-eval-limit.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/tls-model.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/unsound-mir-opts.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/virtual-function-elimination.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/abi-c-cmse-nonsecure-call.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/abi-msp430-interrupt.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/abi-ptx.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/abi-thiscall.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/allocator-internals.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/asm-const.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/asm-experimental-arch.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/asm-unwind.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/auto-traits.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/box-patterns.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/box-syntax.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/c-unwind.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/c-variadic.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/cfg-sanitize.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/cfg-version.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/closure-track-caller.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/cmse-nonsecure-entry.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/compiler-builtins.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/const-eval-limit.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/custom-test-frameworks.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/debugger-visualizer.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/doc-cfg.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/doc-masked.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/doc-notable-trait.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/exclusive-range-pattern.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/extended-varargs-abi-support.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/ffi-const.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/ffi-pure.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/generators.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/half-open-range-patterns-in-slices.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/inline-const-pat.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/inline-const.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/intra-doc-pointers.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/intrinsics.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/lang-items.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/link-cfg.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/marker-trait-attr.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/more-qualified-paths.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/native-link-modifiers-as-needed.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/negative-impls.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/no-coverage.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/no-sanitize.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/plugin.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/profiler-runtime.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/raw-dylib.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/repr128.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/rustc-attrs.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/strict-provenance.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/trait-alias.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/trait-upcasting.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/transparent-unions.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/try-blocks.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/type-changing-struct-update.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/unboxed-closures.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/unix-sigpipe.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/unsized-locals.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/unsized-tuple-coercion.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/yeet-expr.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/allocator-api.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/c-variadic.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/c-void-variant.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/concat-idents.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/core-intrinsics.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/core-panic.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/core-private-bignum.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/core-private-diy-float.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/dec2flt.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/default-free-fn.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/derive-clone-copy.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/derive-eq.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/fd-read.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/fd.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/flt2dec.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/fmt-internals.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/fn-traits.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/internal-output-capture.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/is-sorted.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/libstd-sys-internals.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/libstd-thread-internals.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/print-internals.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/profiler-runtime-lib.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/rt.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/sort-internals.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/str-internals.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/test.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/thread-local-internals.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/trace-macros.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/update-panic-count.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/windows-c.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/windows-handle.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/windows-net.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/windows-stdio.md [new file with mode: 0644]
src/doc/unstable-book/src/the-unstable-book.md [new file with mode: 0644]
src/doc/version_info.html.template [new file with mode: 0644]
src/etc/CONFIGS.md [new file with mode: 0644]
src/etc/cat-and-grep.sh [new file with mode: 0755]
src/etc/cpu-usage-over-time-plot.sh [new file with mode: 0755]
src/etc/ctags.rust [new file with mode: 0644]
src/etc/dec2flt_table.py [new file with mode: 0644]
src/etc/gdb_load_rust_pretty_printers.py [new file with mode: 0644]
src/etc/gdb_lookup.py [new file with mode: 0644]
src/etc/gdb_providers.py [new file with mode: 0644]
src/etc/generate-deriving-span-tests.py [new file with mode: 0755]
src/etc/generate-keyword-tests.py [new file with mode: 0755]
src/etc/htmldocck.py [new file with mode: 0644]
src/etc/indenter [new file with mode: 0755]
src/etc/installer/README.md [new file with mode: 0644]
src/etc/installer/gfx/banner.bmp [new file with mode: 0644]
src/etc/installer/gfx/banner.xcf [new file with mode: 0644]
src/etc/installer/gfx/dialogbg.bmp [new file with mode: 0644]
src/etc/installer/gfx/dialogbg.xcf [new file with mode: 0644]
src/etc/installer/gfx/rust-logo.ico [new file with mode: 0644]
src/etc/installer/gfx/rust-logo.png [new file with mode: 0644]
src/etc/installer/msi/remove-duplicates.xsl [new file with mode: 0644]
src/etc/installer/msi/rust.wxs [new file with mode: 0644]
src/etc/installer/msi/rustwelcomedlg.wxs [new file with mode: 0644]
src/etc/installer/msi/squash-components.xsl [new file with mode: 0644]
src/etc/installer/msi/ui.wxs [new file with mode: 0644]
src/etc/installer/pkg/Distribution.xml [new file with mode: 0644]
src/etc/installer/pkg/postinstall [new file with mode: 0755]
src/etc/lldb_batchmode.py [new file with mode: 0644]
src/etc/lldb_commands [new file with mode: 0644]
src/etc/lldb_lookup.py [new file with mode: 0644]
src/etc/lldb_providers.py [new file with mode: 0644]
src/etc/natvis/intrinsic.natvis [new file with mode: 0644]
src/etc/natvis/liballoc.natvis [new file with mode: 0644]
src/etc/natvis/libcore.natvis [new file with mode: 0644]
src/etc/natvis/libstd.natvis [new file with mode: 0644]
src/etc/pre-push.sh [new file with mode: 0755]
src/etc/rust-gdb [new file with mode: 0755]
src/etc/rust-gdbgui [new file with mode: 0755]
src/etc/rust-lldb [new file with mode: 0755]
src/etc/rust-windbg.cmd [new file with mode: 0644]
src/etc/rust_types.py [new file with mode: 0644]
src/etc/test-float-parse/Cargo.toml [new file with mode: 0644]
src/etc/test-float-parse/runtests.py [new file with mode: 0644]
src/etc/test-float-parse/src/bin/few-ones.rs [new file with mode: 0644]
src/etc/test-float-parse/src/bin/huge-pow10.rs [new file with mode: 0644]
src/etc/test-float-parse/src/bin/long-fractions.rs [new file with mode: 0644]
src/etc/test-float-parse/src/bin/many-digits.rs [new file with mode: 0644]
src/etc/test-float-parse/src/bin/rand-f64.rs [new file with mode: 0644]
src/etc/test-float-parse/src/bin/short-decimals.rs [new file with mode: 0644]
src/etc/test-float-parse/src/bin/subnorm.rs [new file with mode: 0644]
src/etc/test-float-parse/src/bin/tiny-pow10.rs [new file with mode: 0644]
src/etc/test-float-parse/src/bin/u32-small.rs [new file with mode: 0644]
src/etc/test-float-parse/src/bin/u64-pow2.rs [new file with mode: 0644]
src/etc/test-float-parse/src/lib.rs [new file with mode: 0644]
src/etc/third-party/COPYING.RUNTIME [new file with mode: 0644]
src/etc/third-party/COPYING3 [new file with mode: 0644]
src/etc/third-party/README.txt [new file with mode: 0644]
src/etc/vscode_settings.json [new file with mode: 0644]
src/etc/wasm32-shim.js [new file with mode: 0644]
src/librustdoc/Cargo.toml [new file with mode: 0644]
src/librustdoc/README.md [new file with mode: 0644]
src/librustdoc/askama.toml [new file with mode: 0644]
src/librustdoc/clean/auto_trait.rs [new file with mode: 0644]
src/librustdoc/clean/blanket_impl.rs [new file with mode: 0644]
src/librustdoc/clean/cfg.rs [new file with mode: 0644]
src/librustdoc/clean/cfg/tests.rs [new file with mode: 0644]
src/librustdoc/clean/inline.rs [new file with mode: 0644]
src/librustdoc/clean/mod.rs [new file with mode: 0644]
src/librustdoc/clean/render_macro_matchers.rs [new file with mode: 0644]
src/librustdoc/clean/simplify.rs [new file with mode: 0644]
src/librustdoc/clean/types.rs [new file with mode: 0644]
src/librustdoc/clean/types/tests.rs [new file with mode: 0644]
src/librustdoc/clean/utils.rs [new file with mode: 0644]
src/librustdoc/clean/utils/tests.rs [new file with mode: 0644]
src/librustdoc/config.rs [new file with mode: 0644]
src/librustdoc/core.rs [new file with mode: 0644]
src/librustdoc/docfs.rs [new file with mode: 0644]
src/librustdoc/doctest.rs [new file with mode: 0644]
src/librustdoc/doctest/tests.rs [new file with mode: 0644]
src/librustdoc/error.rs [new file with mode: 0644]
src/librustdoc/externalfiles.rs [new file with mode: 0644]
src/librustdoc/fold.rs [new file with mode: 0644]
src/librustdoc/formats/cache.rs [new file with mode: 0644]
src/librustdoc/formats/item_type.rs [new file with mode: 0644]
src/librustdoc/formats/mod.rs [new file with mode: 0644]
src/librustdoc/formats/renderer.rs [new file with mode: 0644]
src/librustdoc/html/escape.rs [new file with mode: 0644]
src/librustdoc/html/format.rs [new file with mode: 0644]
src/librustdoc/html/highlight.rs [new file with mode: 0644]
src/librustdoc/html/highlight/fixtures/decorations.html [new file with mode: 0644]
src/librustdoc/html/highlight/fixtures/dos_line.html [new file with mode: 0644]
src/librustdoc/html/highlight/fixtures/highlight.html [new file with mode: 0644]
src/librustdoc/html/highlight/fixtures/sample.html [new file with mode: 0644]
src/librustdoc/html/highlight/fixtures/sample.rs [new file with mode: 0644]
src/librustdoc/html/highlight/fixtures/union.html [new file with mode: 0644]
src/librustdoc/html/highlight/fixtures/union.rs [new file with mode: 0644]
src/librustdoc/html/highlight/tests.rs [new file with mode: 0644]
src/librustdoc/html/layout.rs [new file with mode: 0644]
src/librustdoc/html/length_limit.rs [new file with mode: 0644]
src/librustdoc/html/length_limit/tests.rs [new file with mode: 0644]
src/librustdoc/html/markdown.rs [new file with mode: 0644]
src/librustdoc/html/markdown/tests.rs [new file with mode: 0644]
src/librustdoc/html/mod.rs [new file with mode: 0644]
src/librustdoc/html/render/context.rs [new file with mode: 0644]
src/librustdoc/html/render/mod.rs [new file with mode: 0644]
src/librustdoc/html/render/print_item.rs [new file with mode: 0644]
src/librustdoc/html/render/search_index.rs [new file with mode: 0644]
src/librustdoc/html/render/span_map.rs [new file with mode: 0644]
src/librustdoc/html/render/tests.rs [new file with mode: 0644]
src/librustdoc/html/render/write_shared.rs [new file with mode: 0644]
src/librustdoc/html/sources.rs [new file with mode: 0644]
src/librustdoc/html/static/.eslintrc.js [new file with mode: 0644]
src/librustdoc/html/static/COPYRIGHT.txt [new file with mode: 0644]
src/librustdoc/html/static/LICENSE-APACHE.txt [new file with mode: 0644]
src/librustdoc/html/static/LICENSE-MIT.txt [new file with mode: 0644]
src/librustdoc/html/static/css/normalize.css [new file with mode: 0644]
src/librustdoc/html/static/css/noscript.css [new file with mode: 0644]
src/librustdoc/html/static/css/rustdoc.css [new file with mode: 0644]
src/librustdoc/html/static/css/settings.css [new file with mode: 0644]
src/librustdoc/html/static/css/themes/ayu.css [new file with mode: 0644]
src/librustdoc/html/static/css/themes/dark.css [new file with mode: 0644]
src/librustdoc/html/static/css/themes/light.css [new file with mode: 0644]
src/librustdoc/html/static/fonts/FiraSans-LICENSE.txt [new file with mode: 0644]
src/librustdoc/html/static/fonts/FiraSans-Medium.woff2 [new file with mode: 0644]
src/librustdoc/html/static/fonts/FiraSans-Regular.woff2 [new file with mode: 0644]
src/librustdoc/html/static/fonts/NanumBarunGothic-LICENSE.txt [new file with mode: 0644]
src/librustdoc/html/static/fonts/NanumBarunGothic.ttf.woff2 [new file with mode: 0644]
src/librustdoc/html/static/fonts/README.txt [new file with mode: 0644]
src/librustdoc/html/static/fonts/SourceCodePro-It.ttf.woff2 [new file with mode: 0644]
src/librustdoc/html/static/fonts/SourceCodePro-LICENSE.txt [new file with mode: 0644]
src/librustdoc/html/static/fonts/SourceCodePro-Regular.ttf.woff2 [new file with mode: 0644]
src/librustdoc/html/static/fonts/SourceCodePro-Semibold.ttf.woff2 [new file with mode: 0644]
src/librustdoc/html/static/fonts/SourceSerif4-Bold.ttf.woff2 [new file with mode: 0644]
src/librustdoc/html/static/fonts/SourceSerif4-It.ttf.woff2 [new file with mode: 0644]
src/librustdoc/html/static/fonts/SourceSerif4-LICENSE.md [new file with mode: 0644]
src/librustdoc/html/static/fonts/SourceSerif4-Regular.ttf.woff2 [new file with mode: 0644]
src/librustdoc/html/static/images/clipboard.svg [new file with mode: 0644]
src/librustdoc/html/static/images/favicon-16x16.png [new file with mode: 0644]
src/librustdoc/html/static/images/favicon-32x32.png [new file with mode: 0644]
src/librustdoc/html/static/images/favicon.svg [new file with mode: 0644]
src/librustdoc/html/static/images/rust-logo.svg [new file with mode: 0644]
src/librustdoc/html/static/images/wheel.svg [new file with mode: 0644]
src/librustdoc/html/static/js/README.md [new file with mode: 0644]
src/librustdoc/html/static/js/externs.js [new file with mode: 0644]
src/librustdoc/html/static/js/main.js [new file with mode: 0644]
src/librustdoc/html/static/js/scrape-examples.js [new file with mode: 0644]
src/librustdoc/html/static/js/search.js [new file with mode: 0644]
src/librustdoc/html/static/js/settings.js [new file with mode: 0644]
src/librustdoc/html/static/js/source-script.js [new file with mode: 0644]
src/librustdoc/html/static/js/storage.js [new file with mode: 0644]
src/librustdoc/html/static/scrape-examples-help.md [new file with mode: 0644]
src/librustdoc/html/static_files.rs [new file with mode: 0644]
src/librustdoc/html/templates/STYLE.md [new file with mode: 0644]
src/librustdoc/html/templates/page.html [new file with mode: 0644]
src/librustdoc/html/templates/print_item.html [new file with mode: 0644]
src/librustdoc/html/tests.rs [new file with mode: 0644]
src/librustdoc/html/toc.rs [new file with mode: 0644]
src/librustdoc/html/toc/tests.rs [new file with mode: 0644]
src/librustdoc/html/url_parts_builder.rs [new file with mode: 0644]
src/librustdoc/html/url_parts_builder/tests.rs [new file with mode: 0644]
src/librustdoc/json/conversions.rs [new file with mode: 0644]
src/librustdoc/json/import_finder.rs [new file with mode: 0644]
src/librustdoc/json/mod.rs [new file with mode: 0644]
src/librustdoc/lib.rs [new file with mode: 0644]
src/librustdoc/lint.rs [new file with mode: 0644]
src/librustdoc/markdown.rs [new file with mode: 0644]
src/librustdoc/passes/calculate_doc_coverage.rs [new file with mode: 0644]
src/librustdoc/passes/check_doc_test_visibility.rs [new file with mode: 0644]
src/librustdoc/passes/collect_intra_doc_links.rs [new file with mode: 0644]
src/librustdoc/passes/collect_trait_impls.rs [new file with mode: 0644]
src/librustdoc/passes/lint.rs [new file with mode: 0644]
src/librustdoc/passes/lint/bare_urls.rs [new file with mode: 0644]
src/librustdoc/passes/lint/check_code_block_syntax.rs [new file with mode: 0644]
src/librustdoc/passes/lint/html_tags.rs [new file with mode: 0644]
src/librustdoc/passes/mod.rs [new file with mode: 0644]
src/librustdoc/passes/propagate_doc_cfg.rs [new file with mode: 0644]
src/librustdoc/passes/strip_hidden.rs [new file with mode: 0644]
src/librustdoc/passes/strip_priv_imports.rs [new file with mode: 0644]
src/librustdoc/passes/strip_private.rs [new file with mode: 0644]
src/librustdoc/passes/stripper.rs [new file with mode: 0644]
src/librustdoc/scrape_examples.rs [new file with mode: 0644]
src/librustdoc/theme.rs [new file with mode: 0644]
src/librustdoc/theme/tests.rs [new file with mode: 0644]
src/librustdoc/visit.rs [new file with mode: 0644]
src/librustdoc/visit_ast.rs [new file with mode: 0644]
src/librustdoc/visit_lib.rs [new file with mode: 0644]
src/rustdoc-json-types/Cargo.toml [new file with mode: 0644]
src/rustdoc-json-types/README.md [new file with mode: 0644]
src/rustdoc-json-types/lib.rs [new file with mode: 0644]
src/rustdoc-json-types/tests.rs [new file with mode: 0644]
src/stage0.json [new file with mode: 0644]
src/tools/build-manifest/Cargo.toml [new file with mode: 0644]
src/tools/build-manifest/README.md [new file with mode: 0644]
src/tools/build-manifest/src/checksum.rs [new file with mode: 0644]
src/tools/build-manifest/src/main.rs [new file with mode: 0644]
src/tools/build-manifest/src/manifest.rs [new file with mode: 0644]
src/tools/build-manifest/src/versions.rs [new file with mode: 0644]
src/tools/build_helper/Cargo.toml [new file with mode: 0644]
src/tools/build_helper/src/ci.rs [new file with mode: 0644]
src/tools/build_helper/src/git.rs [new file with mode: 0644]
src/tools/build_helper/src/lib.rs [new file with mode: 0644]
src/tools/bump-stage0/Cargo.toml [new file with mode: 0644]
src/tools/bump-stage0/src/main.rs [new file with mode: 0644]
src/tools/cargotest/Cargo.toml [new file with mode: 0644]
src/tools/cargotest/main.rs [new file with mode: 0644]
src/tools/cherry-pick.sh [new file with mode: 0755]
src/tools/clippy/.cargo/config.toml [new file with mode: 0644]
src/tools/clippy/.editorconfig [new file with mode: 0644]
src/tools/clippy/.github/ISSUE_TEMPLATE/blank_issue.yml [new file with mode: 0644]
src/tools/clippy/.github/ISSUE_TEMPLATE/bug_report.yml [new file with mode: 0644]
src/tools/clippy/.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]
src/tools/clippy/.github/ISSUE_TEMPLATE/false_negative.yml [new file with mode: 0644]
src/tools/clippy/.github/ISSUE_TEMPLATE/false_positive.yml [new file with mode: 0644]
src/tools/clippy/.github/ISSUE_TEMPLATE/ice.yml [new file with mode: 0644]
src/tools/clippy/.github/ISSUE_TEMPLATE/new_lint.yml [new file with mode: 0644]
src/tools/clippy/.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
src/tools/clippy/.github/deploy.sh [new file with mode: 0644]
src/tools/clippy/.github/driver.sh [new file with mode: 0644]
src/tools/clippy/.github/workflows/clippy.yml [new file with mode: 0644]
src/tools/clippy/.github/workflows/clippy_bors.yml [new file with mode: 0644]
src/tools/clippy/.github/workflows/clippy_dev.yml [new file with mode: 0644]
src/tools/clippy/.github/workflows/deploy.yml [new file with mode: 0644]
src/tools/clippy/.github/workflows/remark.yml [new file with mode: 0644]
src/tools/clippy/.remarkrc [new file with mode: 0644]
src/tools/clippy/CHANGELOG.md [new file with mode: 0644]
src/tools/clippy/CODE_OF_CONDUCT.md [new file with mode: 0644]
src/tools/clippy/CONTRIBUTING.md [new file with mode: 0644]
src/tools/clippy/COPYRIGHT [new file with mode: 0644]
src/tools/clippy/Cargo.toml [new file with mode: 0644]
src/tools/clippy/LICENSE-APACHE [new file with mode: 0644]
src/tools/clippy/LICENSE-MIT [new file with mode: 0644]
src/tools/clippy/README.md [new file with mode: 0644]
src/tools/clippy/book/README.md [new file with mode: 0644]
src/tools/clippy/book/book.toml [new file with mode: 0644]
src/tools/clippy/book/src/README.md [new file with mode: 0644]
src/tools/clippy/book/src/SUMMARY.md [new file with mode: 0644]
src/tools/clippy/book/src/configuration.md [new file with mode: 0644]
src/tools/clippy/book/src/continuous_integration/README.md [new file with mode: 0644]
src/tools/clippy/book/src/continuous_integration/github_actions.md [new file with mode: 0644]
src/tools/clippy/book/src/continuous_integration/travis.md [new file with mode: 0644]
src/tools/clippy/book/src/development/README.md [new file with mode: 0644]
src/tools/clippy/book/src/development/adding_lints.md [new file with mode: 0644]
src/tools/clippy/book/src/development/basics.md [new file with mode: 0644]
src/tools/clippy/book/src/development/common_tools_writing_lints.md [new file with mode: 0644]
src/tools/clippy/book/src/development/infrastructure/README.md [new file with mode: 0644]
src/tools/clippy/book/src/development/infrastructure/backport.md [new file with mode: 0644]
src/tools/clippy/book/src/development/infrastructure/book.md [new file with mode: 0644]
src/tools/clippy/book/src/development/infrastructure/changelog_update.md [new file with mode: 0644]
src/tools/clippy/book/src/development/infrastructure/release.md [new file with mode: 0644]
src/tools/clippy/book/src/development/infrastructure/sync.md [new file with mode: 0644]
src/tools/clippy/book/src/development/proposals/README.md [new file with mode: 0644]
src/tools/clippy/book/src/development/proposals/roadmap-2021.md [new file with mode: 0644]
src/tools/clippy/book/src/development/proposals/syntax-tree-patterns.md [new file with mode: 0644]
src/tools/clippy/book/src/installation.md [new file with mode: 0644]
src/tools/clippy/book/src/lint_configuration.md [new file with mode: 0644]
src/tools/clippy/book/src/lints.md [new file with mode: 0644]
src/tools/clippy/book/src/usage.md [new file with mode: 0644]
src/tools/clippy/build.rs [new file with mode: 0644]
src/tools/clippy/clippy.toml [new file with mode: 0644]
src/tools/clippy/clippy_dev/Cargo.toml [new file with mode: 0644]
src/tools/clippy/clippy_dev/src/bless.rs [new file with mode: 0644]
src/tools/clippy/clippy_dev/src/dogfood.rs [new file with mode: 0644]
src/tools/clippy/clippy_dev/src/fmt.rs [new file with mode: 0644]
src/tools/clippy/clippy_dev/src/lib.rs [new file with mode: 0644]
src/tools/clippy/clippy_dev/src/lint.rs [new file with mode: 0644]
src/tools/clippy/clippy_dev/src/main.rs [new file with mode: 0644]
src/tools/clippy/clippy_dev/src/new_lint.rs [new file with mode: 0644]
src/tools/clippy/clippy_dev/src/serve.rs [new file with mode: 0644]
src/tools/clippy/clippy_dev/src/setup/git_hook.rs [new file with mode: 0644]
src/tools/clippy/clippy_dev/src/setup/intellij.rs [new file with mode: 0644]
src/tools/clippy/clippy_dev/src/setup/mod.rs [new file with mode: 0644]
src/tools/clippy/clippy_dev/src/setup/vscode.rs [new file with mode: 0644]
src/tools/clippy/clippy_dev/src/update_lints.rs [new file with mode: 0644]
src/tools/clippy/clippy_dummy/Cargo.toml [new file with mode: 0644]
src/tools/clippy/clippy_dummy/PUBLISH.md [new file with mode: 0644]
src/tools/clippy/clippy_dummy/build.rs [new file with mode: 0644]
src/tools/clippy/clippy_dummy/crates-readme.md [new file with mode: 0644]
src/tools/clippy/clippy_dummy/src/main.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/Cargo.toml [new file with mode: 0644]
src/tools/clippy/clippy_lints/README.md [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/almost_complete_range.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/approx_const.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/as_conversions.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/asm_syntax.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/assertions_on_constants.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/assertions_on_result_states.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/async_yields_async.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/attrs.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/await_holding_invalid.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/blocks_in_if_conditions.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/bool_assert_comparison.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/bool_to_int_with_if.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/booleans.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/borrow_deref_ref.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/box_default.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/cargo/common_metadata.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/cargo/feature_name.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/cargo/mod.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/cargo/multiple_crate_versions.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/cargo/wildcard_dependencies.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/as_ptr_cast_mut.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/as_underscore.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/borrow_as_ptr.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/cast_abs_to_unsigned.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/cast_enum_constructor.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/cast_lossless.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/cast_nan_to_int.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/cast_possible_truncation.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/cast_possible_wrap.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/cast_precision_loss.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/cast_ptr_alignment.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/cast_ref_to_mut.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/cast_sign_loss.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/cast_slice_different_sizes.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/cast_slice_from_raw_parts.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/char_lit_as_u8.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/fn_to_numeric_cast.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/fn_to_numeric_cast_any.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/fn_to_numeric_cast_with_truncation.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/mod.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/ptr_as_ptr.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/unnecessary_cast.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/utils.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/checked_conversions.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/cognitive_complexity.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/collapsible_if.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/comparison_chain.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/copies.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/copy_iterator.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/crate_in_macro_def.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/create_dir.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/dbg_macro.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/declared_lints.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/default.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/default_instead_of_iter_empty.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/default_numeric_fallback.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/default_union_representation.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/deprecated_lints.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/dereference.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/derivable_impls.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/derive.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/disallowed_macros.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/disallowed_methods.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/disallowed_names.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/disallowed_script_idents.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/disallowed_types.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/doc.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/double_parens.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/drop_forget_ref.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/duplicate_mod.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/else_if_without_else.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/empty_drop.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/empty_enum.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/empty_structs_with_brackets.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/entry.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/enum_clike.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/enum_variants.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/equatable_if_let.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/escape.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/eta_reduction.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/excessive_bools.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/exhaustive_items.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/exit.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/explicit_write.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/extra_unused_type_parameters.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/fallible_impl_from.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/float_literal.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/floating_point_arithmetic.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/fn_null_check.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/format.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/format_args.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/format_impl.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/format_push_string.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/formatting.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/from_over_into.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/from_raw_with_void_ptr.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/from_str_radix_10.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/functions/impl_trait_in_params.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/functions/misnamed_getters.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/functions/mod.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/functions/must_use.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/functions/not_unsafe_ptr_arg_deref.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/functions/result.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/functions/too_many_arguments.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/functions/too_many_lines.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/future_not_send.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/if_let_mutex.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/if_not_else.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/if_then_some_else_none.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/implicit_hasher.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/implicit_return.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/implicit_saturating_add.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/implicit_saturating_sub.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/inconsistent_struct_constructor.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/index_refutable_slice.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/indexing_slicing.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/infinite_iter.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/inherent_impl.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/inherent_to_string.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/init_numbered_fields.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/inline_fn_without_body.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/instant_subtraction.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/int_plus_one.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/invalid_upcast_comparisons.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/invalid_utf8_in_unchecked.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/items_after_statements.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/iter_not_returning_iterator.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/large_const_arrays.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/large_enum_variant.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/large_include_file.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/large_stack_arrays.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/len_zero.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/let_if_seq.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/let_underscore.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/lib.deprecated.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/lib.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/lifetimes.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/literal_representation.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/empty_loop.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/explicit_counter_loop.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/explicit_into_iter_loop.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/explicit_iter_loop.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/for_kv_map.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/iter_next_loop.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/manual_find.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/manual_flatten.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/manual_memcpy.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/missing_spin_loop.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/mod.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/mut_range_bound.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/needless_range_loop.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/never_loop.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/same_item_push.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/single_element_loop.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/utils.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/while_immutable_condition.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/while_let_loop.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/while_let_on_iterator.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/macro_use.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/main_recursion.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/manual_assert.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/manual_async_fn.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/manual_bits.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/manual_clamp.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/manual_is_ascii_check.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/manual_let_else.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/manual_non_exhaustive.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/manual_rem_euclid.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/manual_retain.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/manual_string_new.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/manual_strip.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/map_unit_fn.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/match_result_ok.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/collapsible_match.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/infallible_destructuring_match.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/manual_filter.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/manual_map.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/manual_unwrap_or.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/manual_utils.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/match_as_ref.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/match_bool.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/match_like_matches.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/match_on_vec_items.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/match_ref_pats.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/match_same_arms.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/match_single_binding.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/match_str_case_mismatch.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/match_wild_enum.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/match_wild_err_arm.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/mod.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/needless_match.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/overlapping_arms.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/redundant_pattern_match.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/rest_pat_in_fully_bound_struct.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/significant_drop_in_scrutinee.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/single_match.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/try_err.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/wild_in_or_pats.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/mem_forget.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/mem_replace.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/bind_instead_of_map.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/bytecount.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/bytes_count_to_len.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/bytes_nth.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/case_sensitive_file_extension_comparisons.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/chars_cmp.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/chars_cmp_with_unwrap.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/chars_last_cmp.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/chars_last_cmp_with_unwrap.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/chars_next_cmp.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/chars_next_cmp_with_unwrap.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/clone_on_copy.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/clone_on_ref_ptr.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/cloned_instead_of_copied.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/collapsible_str_replace.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/err_expect.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/expect_fun_call.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/expect_used.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/extend_with_drain.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/filetype_is_file.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/filter_map.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/filter_map_identity.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/filter_map_next.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/filter_next.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/flat_map_identity.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/flat_map_option.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/from_iter_instead_of_collect.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/get_first.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/get_last_with_len.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/get_unwrap.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/implicit_clone.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/inefficient_to_string.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/inspect_for_each.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/into_iter_on_ref.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/is_digit_ascii_radix.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/iter_cloned_collect.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/iter_count.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/iter_kv_map.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/iter_next_slice.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/iter_nth.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/iter_nth_zero.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/iter_on_single_or_empty_collections.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/iter_overeager_cloned.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/iter_skip_next.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/iter_with_drain.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/iterator_step_by_zero.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/manual_ok_or.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/manual_saturating_arithmetic.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/manual_str_repeat.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/map_clone.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/map_collect_result_unit.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/map_err_ignore.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/map_flatten.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/map_identity.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/map_unwrap_or.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/mod.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/mut_mutex_lock.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/needless_collect.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/needless_option_as_deref.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/needless_option_take.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/no_effect_replace.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/obfuscated_if_else.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/ok_expect.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/open_options.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/option_as_ref_deref.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/option_map_or_none.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/option_map_unwrap_or.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/or_fun_call.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/or_then_unwrap.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/path_buf_push_overwrite.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/range_zip_with_len.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/repeat_once.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/search_is_some.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/seek_from_current.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/seek_to_start_instead_of_rewind.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/single_char_add_str.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/single_char_insert_string.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/single_char_pattern.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/single_char_push_string.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/skip_while_next.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/stable_sort_primitive.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/str_splitn.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/string_extend_chars.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/suspicious_command_arg_space.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/suspicious_map.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/suspicious_splitn.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/suspicious_to_owned.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/uninit_assumed_init.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/unit_hash.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/unnecessary_filter_map.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/unnecessary_fold.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/unnecessary_iter_cloned.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/unnecessary_join.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/unnecessary_lazy_eval.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/unnecessary_sort_by.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/unnecessary_to_owned.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/unwrap_or_else_default.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/unwrap_used.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/useless_asref.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/utils.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/vec_resize_to_zero.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/verbose_file_reads.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/wrong_self_convention.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/zst_offset.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/minmax.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/misc.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/misc_early/builtin_type_shadow.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/misc_early/double_neg.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/misc_early/literal_suffix.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/misc_early/mixed_case_hex_literals.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/misc_early/mod.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/misc_early/redundant_pattern.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/misc_early/unneeded_field_pattern.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/misc_early/unneeded_wildcard_pattern.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/misc_early/zero_prefixed_literal.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/mismatching_type_param_order.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/missing_const_for_fn.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/missing_doc.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/missing_enforced_import_rename.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/missing_inline.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/missing_trait_methods.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/mixed_read_write_in_expression.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/module_style.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/multi_assignments.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/multiple_unsafe_ops_per_block.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/mut_key.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/mut_mut.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/mut_reference.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/mutable_debug_assertion.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/mutex_atomic.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/needless_arbitrary_self_type.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/needless_bool.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/needless_borrowed_ref.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/needless_continue.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/needless_for_each.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/needless_late_init.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/needless_parens_on_range_literals.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/needless_pass_by_value.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/needless_question_mark.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/needless_update.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/neg_cmp_op_on_partial_ord.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/neg_multiply.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/new_without_default.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/no_effect.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/no_mangle_with_rust_abi.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/non_copy_const.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/non_expressive_names.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/non_octal_unix_permissions.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/non_send_fields_in_send_ty.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/nonstandard_macro_braces.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/octal_escapes.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/only_used_in_recursion.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/absurd_extreme_comparisons.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/arithmetic_side_effects.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/assign_op_pattern.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/bit_mask.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/cmp_nan.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/cmp_owned.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/double_comparison.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/duration_subsec.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/eq_op.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/erasing_op.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/float_cmp.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/float_equality_without_abs.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/identity_op.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/integer_division.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/misrefactored_assign_op.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/mod.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/modulo_arithmetic.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/modulo_one.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/needless_bitwise_bool.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/numeric_arithmetic.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/op_ref.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/ptr_eq.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/self_assignment.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/verbose_bit_mask.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/option_env_unwrap.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/option_if_let_else.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/overflow_check_conditional.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/panic_in_result_fn.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/panic_unimplemented.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/partial_pub_fields.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/partialeq_ne_impl.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/partialeq_to_none.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/pass_by_ref_or_value.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/pattern_type_mismatch.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/permissions_set_readonly_false.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/precedence.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/ptr.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/ptr_offset_with_cast.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/pub_use.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/question_mark.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/question_mark_used.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/ranges.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/rc_clone_in_vec_init.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/read_zero_byte_vec.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/redundant_clone.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/redundant_closure_call.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/redundant_else.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/redundant_field_names.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/redundant_pub_crate.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/redundant_slicing.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/redundant_static_lifetimes.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/ref_option_ref.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/reference.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/regex.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/renamed_lints.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/return_self_not_must_use.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/returns.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/same_name_method.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/self_named_constructors.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/semicolon_block.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/semicolon_if_nothing_returned.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/serde_api.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/shadow.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/significant_drop_tightening.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/single_char_lifetime_names.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/single_component_path_imports.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/size_of_in_element_count.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/size_of_ref.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/slow_vector_initialization.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/std_instead_of_core.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/strings.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/strlen_on_c_strings.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/suspicious_operation_groupings.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/suspicious_trait_impl.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/suspicious_xor_used_as_pow.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/swap.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/swap_ptr_to_ref.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/tabs_in_doc_comments.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/temporary_assignment.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/to_digit_is_some.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/trailing_empty_array.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/trait_bounds.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/crosspointer_transmute.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/mod.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/transmute_float_to_int.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/transmute_int_to_bool.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/transmute_int_to_char.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/transmute_int_to_float.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/transmute_int_to_non_zero.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/transmute_null_to_fn.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/transmute_num_to_bytes.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/transmute_ptr_to_ptr.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/transmute_ptr_to_ref.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/transmute_ref_to_ref.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/transmute_undefined_repr.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/transmutes_expressible_as_ptr_casts.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/transmuting_null.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/unsound_collection_transmute.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/useless_transmute.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/utils.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/wrong_transmute.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/types/borrowed_box.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/types/box_collection.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/types/linked_list.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/types/mod.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/types/option_option.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/types/rc_buffer.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/types/rc_mutex.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/types/redundant_allocation.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/types/type_complexity.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/types/utils.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/types/vec_box.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/undocumented_unsafe_blocks.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unicode.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/uninit_vec.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unit_return_expecting_ord.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unit_types/let_unit_value.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unit_types/mod.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unit_types/unit_arg.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unit_types/unit_cmp.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unit_types/utils.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unnamed_address.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unnecessary_owned_empty_strings.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unnecessary_self_imports.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unnecessary_wraps.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unnested_or_patterns.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unsafe_removed_from_name.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unused_async.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unused_io_amount.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unused_peekable.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unused_rounding.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unused_self.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unused_unit.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unwrap.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unwrap_in_result.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/upper_case_acronyms.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/use_self.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/useless_conversion.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/utils/author.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/utils/conf.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/utils/dump_hir.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/utils/internal_lints.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/utils/internal_lints/clippy_lints_internal.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/utils/internal_lints/collapsible_calls.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/utils/internal_lints/compiler_lint_functions.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/utils/internal_lints/if_chain_style.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/utils/internal_lints/interning_defined_symbol.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/utils/internal_lints/invalid_paths.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/utils/internal_lints/lint_without_lint_pass.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/utils/internal_lints/metadata_collector.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/utils/internal_lints/msrv_attr_impl.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/utils/internal_lints/outer_expn_data_pass.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/utils/internal_lints/produce_ice.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/utils/internal_lints/unnecessary_def_path.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/utils/mod.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/vec.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/vec_init_then_push.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/wildcard_imports.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/write.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/zero_div_zero.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/zero_sized_map_values.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/Cargo.toml [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/ast_utils.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/ast_utils/ident_iter.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/attrs.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/check_proc_macro.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/comparisons.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/consts.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/diagnostics.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/eager_or_lazy.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/higher.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/hir_utils.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/lib.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/macros.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/mir/mod.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/mir/possible_borrower.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/mir/possible_origin.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/mir/transitive_relation.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/msrvs.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/numeric_literal.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/paths.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/ptr.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/qualify_min_const_fn.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/source.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/str_utils.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/sugg.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/sym_helper.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/ty.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/usage.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/visitors.rs [new file with mode: 0644]
src/tools/clippy/declare_clippy_lint/Cargo.toml [new file with mode: 0644]
src/tools/clippy/declare_clippy_lint/src/lib.rs [new file with mode: 0644]
src/tools/clippy/etc/relicense/RELICENSE_DOCUMENTATION.md [new file with mode: 0644]
src/tools/clippy/etc/relicense/contributors.txt [new file with mode: 0644]
src/tools/clippy/etc/relicense/relicense_comments.txt [new file with mode: 0644]
src/tools/clippy/lintcheck/Cargo.toml [new file with mode: 0644]
src/tools/clippy/lintcheck/README.md [new file with mode: 0644]
src/tools/clippy/lintcheck/lintcheck_crates.toml [new file with mode: 0644]
src/tools/clippy/lintcheck/src/config.rs [new file with mode: 0644]
src/tools/clippy/lintcheck/src/driver.rs [new file with mode: 0644]
src/tools/clippy/lintcheck/src/main.rs [new file with mode: 0644]
src/tools/clippy/lintcheck/src/recursive.rs [new file with mode: 0644]
src/tools/clippy/lintcheck/test_sources.toml [new file with mode: 0644]
src/tools/clippy/rust-toolchain [new file with mode: 0644]
src/tools/clippy/rustc_tools_util/CHANGELOG.md [new file with mode: 0644]
src/tools/clippy/rustc_tools_util/Cargo.toml [new file with mode: 0644]
src/tools/clippy/rustc_tools_util/LICENSE-APACHE [new symlink]
src/tools/clippy/rustc_tools_util/LICENSE-MIT [new symlink]
src/tools/clippy/rustc_tools_util/README.md [new file with mode: 0644]
src/tools/clippy/rustc_tools_util/src/lib.rs [new file with mode: 0644]
src/tools/clippy/rustfmt.toml [new file with mode: 0644]
src/tools/clippy/src/driver.rs [new file with mode: 0644]
src/tools/clippy/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/check-fmt.rs [new file with mode: 0644]
src/tools/clippy/tests/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/compile-test.rs [new file with mode: 0644]
src/tools/clippy/tests/dogfood.rs [new file with mode: 0644]
src/tools/clippy/tests/integration.rs [new file with mode: 0644]
src/tools/clippy/tests/lint_message_convention.rs [new file with mode: 0644]
src/tools/clippy/tests/missing-test-files.rs [new file with mode: 0644]
src/tools/clippy/tests/test_utils/mod.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/fail/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/fail/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/fail/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/fail/src/main.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/fail_publish/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/fail_publish/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/fail_publish/src/main.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/fail_publish_true/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/fail_publish_true/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/fail_publish_true/src/main.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/pass/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/pass/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/pass/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/pass_publish_empty/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/pass_publish_empty/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/pass_publish_false/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/pass_publish_false/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_both_diff/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_both_diff/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_both_diff/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_both_diff/src/main.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_both_same/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_both_same/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_both_same/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_both_same/src/main.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_cargo/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_cargo/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_cargo/src/main.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_clippy/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_clippy/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_clippy/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_clippy/src/main.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_file_attr/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_file_attr/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_file_attr/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_file_attr/src/main.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/pass_both_same/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/pass_both_same/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/pass_both_same/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/pass_cargo/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/pass_cargo/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/pass_clippy/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/pass_clippy/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/pass_clippy/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/pass_file_attr/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/pass_file_attr/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/warn_both_diff/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/warn_both_diff/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/warn_both_diff/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/warn_both_diff/src/main.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/duplicate_mod/fail/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/duplicate_mod/fail/src/a.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/duplicate_mod/fail/src/b.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/duplicate_mod/fail/src/c.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/duplicate_mod/fail/src/d.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/duplicate_mod/fail/src/from_other_module.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/duplicate_mod/fail/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/duplicate_mod/fail/src/main.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/duplicate_mod/fail/src/other_module/mod.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/feature_name/fail/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/feature_name/fail/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/feature_name/fail/src/main.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/feature_name/pass/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/feature_name/pass/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/fail_mod/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/fail_mod/src/bad/inner.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/fail_mod/src/bad/inner/stuff.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/fail_mod/src/bad/inner/stuff/most.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/fail_mod/src/bad/mod.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/fail_mod/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/fail_mod/src/main.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/fail_mod_remap/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/fail_mod_remap/src/bad.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/fail_mod_remap/src/bad/inner.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/fail_mod_remap/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/fail_mod_remap/src/main.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/fail_no_mod/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/fail_no_mod/src/bad/mod.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/fail_no_mod/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/fail_no_mod/src/main.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/pass_mod/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/pass_mod/src/bad/mod.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/pass_mod/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/pass_mod/src/more/foo.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/pass_mod/src/more/inner/mod.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/pass_mod/src/more/mod.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/pass_no_mod/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/pass_no_mod/src/good.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/pass_no_mod/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_config_files/no_warn/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_config_files/no_warn/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_config_files/no_warn/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_config_files/warn/.clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_config_files/warn/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_config_files/warn/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_config_files/warn/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_config_files/warn/src/main.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/5041_allow_dev_build/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/5041_allow_dev_build/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/fail/Cargo.lock [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/fail/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/fail/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/fail/src/main.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/pass/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/pass/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/update-all-references.sh [new file with mode: 0755]
src/tools/clippy/tests/ui-cargo/wildcard_dependencies/fail/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/wildcard_dependencies/fail/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/wildcard_dependencies/fail/src/main.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/wildcard_dependencies/pass/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/wildcard_dependencies/pass/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/auxiliary/paths.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/check_clippy_version_attribute.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/check_clippy_version_attribute.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/collapsible_span_lint_calls.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/collapsible_span_lint_calls.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/collapsible_span_lint_calls.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/custom_ice_message.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/custom_ice_message.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/default_deprecation_reason.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/default_deprecation_reason.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/default_lint.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/default_lint.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/if_chain_style.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/if_chain_style.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/interning_defined_symbol.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/interning_defined_symbol.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/interning_defined_symbol.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/invalid_msrv_attr_impl.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/invalid_msrv_attr_impl.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/invalid_msrv_attr_impl.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/invalid_paths.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/invalid_paths.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/lint_without_lint_pass.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/lint_without_lint_pass.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/outer_expn_data.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/outer_expn_data.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/outer_expn_data.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/unnecessary_def_path.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/unnecessary_def_path.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/unnecessary_def_path.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/unnecessary_def_path_hardcoded_path.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/unnecessary_def_path_hardcoded_path.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/unnecessary_symbol_str.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/unnecessary_symbol_str.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/unnecessary_symbol_str.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/allow_mixed_uninlined_format_args/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/allow_mixed_uninlined_format_args/uninlined_format_args.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/allow_mixed_uninlined_format_args/uninlined_format_args.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/allow_mixed_uninlined_format_args/uninlined_format_args.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/arithmetic_side_effects_allowed/arithmetic_side_effects_allowed.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/arithmetic_side_effects_allowed/arithmetic_side_effects_allowed.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/arithmetic_side_effects_allowed/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/await_holding_invalid_type/await_holding_invalid_type.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/await_holding_invalid_type/await_holding_invalid_type.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/await_holding_invalid_type/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/bad_toml/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/bad_toml/conf_bad_toml.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/bad_toml/conf_bad_toml.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/bad_toml_type/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/bad_toml_type/conf_bad_type.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/bad_toml_type/conf_bad_type.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/conf_deprecated_key/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/conf_deprecated_key/conf_deprecated_key.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/conf_deprecated_key/conf_deprecated_key.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/dbg_macro/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/dbg_macro/dbg_macro.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/dbg_macro/dbg_macro.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/disallowed_macros/auxiliary/macros.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/disallowed_macros/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/disallowed_macros/disallowed_macros.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/disallowed_macros/disallowed_macros.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/disallowed_names_append/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/disallowed_names_append/disallowed_names.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/disallowed_names_append/disallowed_names.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/disallowed_names_replace/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/disallowed_names_replace/disallowed_names.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/disallowed_names_replace/disallowed_names.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/doc_valid_idents_append/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/doc_valid_idents_append/doc_markdown.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/doc_valid_idents_append/doc_markdown.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/doc_valid_idents_replace/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/doc_valid_idents_replace/doc_markdown.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/doc_valid_idents_replace/doc_markdown.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/duplicated_keys/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/duplicated_keys/duplicated_keys.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/duplicated_keys/duplicated_keys.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/expect_used/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/expect_used/expect_used.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/expect_used/expect_used.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/fn_params_excessive_bools/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/fn_params_excessive_bools/test.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/fn_params_excessive_bools/test.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/functions_maxlines/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/functions_maxlines/test.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/functions_maxlines/test.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/good_toml_no_false_negatives/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/good_toml_no_false_negatives/conf_no_false_negatives.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/invalid_min_rust_version/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/invalid_min_rust_version/invalid_min_rust_version.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/invalid_min_rust_version/invalid_min_rust_version.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/large_include_file/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/large_include_file/large_include_file.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/large_include_file/large_include_file.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/large_include_file/too_big.txt [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/lint_decimal_readability/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/lint_decimal_readability/test.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/lint_decimal_readability/test.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/max_suggested_slice_pattern_length/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/max_suggested_slice_pattern_length/index_refutable_slice.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/max_suggested_slice_pattern_length/index_refutable_slice.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/min_rust_version/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/min_rust_version/min_rust_version.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/min_rust_version/min_rust_version.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/missing_enforced_import_rename/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/missing_enforced_import_rename/conf_missing_enforced_import_rename.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/missing_enforced_import_rename/conf_missing_enforced_import_rename.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/mut_key/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/mut_key/mut_key.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/nonstandard_macro_braces/auxiliary/proc_macro_derive.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/nonstandard_macro_braces/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/nonstandard_macro_braces/conf_nonstandard_macro_braces.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/nonstandard_macro_braces/conf_nonstandard_macro_braces.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/nonstandard_macro_braces/conf_nonstandard_macro_braces.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/print_macro/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/print_macro/print_macro.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/print_macro/print_macro.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/pub_crate_missing_docs/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/pub_crate_missing_docs/pub_crate_missing_doc.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/pub_crate_missing_docs/pub_crate_missing_doc.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/strict_non_send_fields_in_send_ty/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/strict_non_send_fields_in_send_ty/test.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/strict_non_send_fields_in_send_ty/test.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/struct_excessive_bools/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/struct_excessive_bools/test.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/struct_excessive_bools/test.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/suppress_lint_in_const/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/suppress_lint_in_const/test.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/suppress_lint_in_const/test.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/toml_disallow/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/toml_disallow/conf_french_disallowed_name.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/toml_disallow/conf_french_disallowed_name.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/toml_disallowed_methods/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/toml_disallowed_methods/conf_disallowed_methods.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/toml_disallowed_methods/conf_disallowed_methods.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/toml_disallowed_types/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/toml_disallowed_types/conf_disallowed_types.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/toml_disallowed_types/conf_disallowed_types.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/toml_trivially_copy/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/toml_trivially_copy/test.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/toml_trivially_copy/test.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/toml_unknown_key/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/toml_unknown_key/conf_unknown_key.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/toml_unknown_key/conf_unknown_key.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/unwrap_used/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/unwrap_used/unwrap_used.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/unwrap_used/unwrap_used.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/update-all-references.sh [new file with mode: 0755]
src/tools/clippy/tests/ui-toml/upper_case_acronyms_aggressive/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/upper_case_acronyms_aggressive/upper_case_acronyms.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/upper_case_acronyms_aggressive/upper_case_acronyms.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/vec_box_sized/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/vec_box_sized/test.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/vec_box_sized/test.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/zero_single_char_names/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/zero_single_char_names/zero_single_char_names.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/absurd-extreme-comparisons.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/absurd-extreme-comparisons.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/allow_attributes_without_reason.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/allow_attributes_without_reason.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/almost_complete_range.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/almost_complete_range.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/almost_complete_range.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/approx_const.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/approx_const.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/arithmetic_side_effects.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/arithmetic_side_effects.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/as_conversions.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/as_conversions.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/as_ptr_cast_mut.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/as_ptr_cast_mut.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/as_underscore.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/as_underscore.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/as_underscore.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/asm_syntax.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/asm_syntax.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/assertions_on_constants.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/assertions_on_constants.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/assertions_on_result_states.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/assertions_on_result_states.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/assertions_on_result_states.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/assign_ops.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/assign_ops.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/assign_ops.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/assign_ops2.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/assign_ops2.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/async_yields_async.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/async_yields_async.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/async_yields_async.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/attrs.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/attrs.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/author.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/author.stdout [new file with mode: 0644]
src/tools/clippy/tests/ui/author/blocks.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/author/blocks.stdout [new file with mode: 0644]
src/tools/clippy/tests/ui/author/call.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/author/call.stdout [new file with mode: 0644]
src/tools/clippy/tests/ui/author/if.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/author/if.stdout [new file with mode: 0644]
src/tools/clippy/tests/ui/author/issue_3849.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/author/issue_3849.stdout [new file with mode: 0644]
src/tools/clippy/tests/ui/author/loop.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/author/loop.stdout [new file with mode: 0644]
src/tools/clippy/tests/ui/author/matches.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/author/matches.stdout [new file with mode: 0644]
src/tools/clippy/tests/ui/author/repeat.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/author/repeat.stdout [new file with mode: 0644]
src/tools/clippy/tests/ui/author/struct.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/author/struct.stdout [new file with mode: 0644]
src/tools/clippy/tests/ui/auxiliary/doc_unsafe_macros.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/auxiliary/implicit_hasher_macros.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/auxiliary/macro_rules.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/auxiliary/macro_use_helper.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/auxiliary/non-exhaustive-enum.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/auxiliary/option_helpers.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/auxiliary/proc_macro_attr.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/auxiliary/proc_macro_derive.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/auxiliary/proc_macro_suspicious_else_formatting.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/auxiliary/proc_macro_unsafe.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/auxiliary/proc_macro_with_span.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/auxiliary/test_macro.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/auxiliary/use_self_macro.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/auxiliary/wildcard_imports_helper.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/await_holding_lock.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/await_holding_lock.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/await_holding_refcell_ref.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/await_holding_refcell_ref.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/bind_instead_of_map.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/bind_instead_of_map.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/bind_instead_of_map.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/bind_instead_of_map_multipart.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/bind_instead_of_map_multipart.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/bind_instead_of_map_multipart.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/bit_masks.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/bit_masks.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/blanket_clippy_restriction_lints.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/blanket_clippy_restriction_lints.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/blocks_in_if_conditions.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/blocks_in_if_conditions.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/blocks_in_if_conditions.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/blocks_in_if_conditions_closure.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/blocks_in_if_conditions_closure.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/bool_assert_comparison.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/bool_assert_comparison.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/bool_assert_comparison.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/bool_comparison.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/bool_comparison.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/bool_comparison.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/bool_to_int_with_if.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/bool_to_int_with_if.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/bool_to_int_with_if.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_as_ptr.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_as_ptr.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_as_ptr.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_as_ptr_no_std.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_as_ptr_no_std.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_as_ptr_no_std.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_box.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_box.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_deref_ref.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_deref_ref.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_deref_ref.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_deref_ref_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_deref_ref_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_interior_mutable_const/auxiliary/helper.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_interior_mutable_const/enums.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_interior_mutable_const/enums.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_interior_mutable_const/others.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_interior_mutable_const/others.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_interior_mutable_const/traits.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_interior_mutable_const/traits.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/box_collection.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/box_collection.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/box_default.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/box_default.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/box_default.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/box_default_no_std.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/boxed_local.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/boxed_local.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/branches_sharing_code/false_positives.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/branches_sharing_code/shared_at_bottom.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/branches_sharing_code/shared_at_bottom.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/branches_sharing_code/shared_at_top.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/branches_sharing_code/shared_at_top.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/branches_sharing_code/shared_at_top_and_bottom.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/branches_sharing_code/shared_at_top_and_bottom.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/branches_sharing_code/valid_if_blocks.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/branches_sharing_code/valid_if_blocks.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/builtin_type_shadow.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/builtin_type_shadow.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/bytecount.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/bytecount.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/bytes_count_to_len.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/bytes_count_to_len.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/bytes_count_to_len.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/bytes_nth.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/bytes_nth.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/bytes_nth.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/case_sensitive_file_extension_comparisons.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/case_sensitive_file_extension_comparisons.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/case_sensitive_file_extension_comparisons.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cast.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cast.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_abs_to_unsigned.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_abs_to_unsigned.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_abs_to_unsigned.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_alignment.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_alignment.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_enum_constructor.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_enum_constructor.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_lossless_bool.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_lossless_bool.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_lossless_bool.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_lossless_float.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_lossless_float.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_lossless_float.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_lossless_integer.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_lossless_integer.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_lossless_integer.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_nan_to_int.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_nan_to_int.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_raw_slice_pointer_cast.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_raw_slice_pointer_cast.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_raw_slice_pointer_cast.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_ref_to_mut.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_ref_to_mut.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_size.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_size.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_size_32bit.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_size_32bit.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_slice_different_sizes.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cast_slice_different_sizes.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cfg_attr_rustfmt.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/cfg_attr_rustfmt.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cfg_attr_rustfmt.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/char_lit_as_u8.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/char_lit_as_u8.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/char_lit_as_u8_suggestions.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/char_lit_as_u8_suggestions.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/char_lit_as_u8_suggestions.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/checked_conversions.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/checked_conversions.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/checked_conversions.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/checked_unwrap/complex_conditionals.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/checked_unwrap/complex_conditionals.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/checked_unwrap/complex_conditionals_nested.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/checked_unwrap/complex_conditionals_nested.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/checked_unwrap/simple_conditionals.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/checked_unwrap/simple_conditionals.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/clone_on_copy.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/clone_on_copy.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/clone_on_copy.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/clone_on_copy_impl.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cloned_instead_of_copied.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/cloned_instead_of_copied.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cloned_instead_of_copied.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cmp_nan.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cmp_nan.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cmp_null.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cmp_null.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cmp_owned/asymmetric_partial_eq.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/cmp_owned/asymmetric_partial_eq.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cmp_owned/asymmetric_partial_eq.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cmp_owned/comparison_flip.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/cmp_owned/comparison_flip.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cmp_owned/comparison_flip.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cmp_owned/with_suggestion.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/cmp_owned/with_suggestion.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cmp_owned/with_suggestion.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cmp_owned/without_suggestion.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cmp_owned/without_suggestion.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cognitive_complexity.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cognitive_complexity.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/cognitive_complexity_attr_used.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cognitive_complexity_attr_used.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/collapsible_else_if.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/collapsible_else_if.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/collapsible_else_if.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/collapsible_if.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/collapsible_if.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/collapsible_if.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/collapsible_match.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/collapsible_match.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/collapsible_match2.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/collapsible_match2.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/collapsible_str_replace.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/collapsible_str_replace.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/collapsible_str_replace.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/comparison_chain.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/comparison_chain.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/comparison_to_empty.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/comparison_to_empty.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/comparison_to_empty.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/copy_iterator.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/copy_iterator.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/associated-constant-ice.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/auxiliary/ice-4727-aux.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/auxiliary/ice-7272-aux.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/auxiliary/ice-7868-aux.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/auxiliary/ice-7934-aux.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/auxiliary/ice-8681-aux.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/auxiliary/proc_macro_crash.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/auxiliary/use_self_macro.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/cc_seme.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/enum-glob-import-crate.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-1588.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-1782.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-1969.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-2499.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-2594.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-2727.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-2760.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-2774.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-2774.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-2862.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-2865.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-3151.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-3462.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-360.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-360.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-3717.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-3717.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-3741.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-3747.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-3891.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-3891.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-3969.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-3969.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-4121.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-4545.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-4579.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-4671.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-4727.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-4760.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-4775.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-4968.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-5207.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-5223.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-5238.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-5389.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-5497.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-5497.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-5579.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-5835.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-5835.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-5872.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-5872.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-5944.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6139.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6153.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6179.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6250.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6250.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6251.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6251.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6252.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6252.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6254.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6254.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6255.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6255.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6256.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6256.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6332.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6539.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6792.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6793.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6840.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-700.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-7012.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-7126.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-7169.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-7169.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-7231.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-7272.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-7340.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-7410.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-7423.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-7868.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-7868.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-7869.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-7869.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-7934.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-8250.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-8250.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-8386.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-8681.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-8821.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-8821.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-8850.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-8850.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-9041.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-9041.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-9238.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-9242.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-9405.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-9405.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-9414.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-9445.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-9459.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-9463.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-9463.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-9625.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-96721.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-96721.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-9746.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-rust-107877.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice_exacte_size.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/if_same_then_else.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/implements-trait.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/inherent_impl.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/issue-825.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/issues_loop_mut_cond.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/match_same_arms_const.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/mut_mut_macro.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/needless_borrow_fp.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/needless_lifetimes_impl_trait.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/needless_lifetimes_impl_trait.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/needless_pass_by_value-w-late-bound.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/needless_pass_by_value-w-late-bound.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/regressions.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/returns.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/shadow.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/single-match-else.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/third-party/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/third-party/conf_allowlisted.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/trivial_bounds.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/used_underscore_binding_macro.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crate_in_macro_def.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/crate_in_macro_def.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crate_in_macro_def.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crate_level_checks/entrypoint_recursion.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crate_level_checks/entrypoint_recursion.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crate_level_checks/no_std_main_recursion.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crate_level_checks/no_std_swap.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crate_level_checks/no_std_swap.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crate_level_checks/std_main_recursion.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crate_level_checks/std_main_recursion.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/create_dir.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/create_dir.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/create_dir.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/dbg_macro.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/dbg_macro.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/debug_assert_with_mut_call.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/debug_assert_with_mut_call.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/decimal_literal_representation.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/decimal_literal_representation.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/decimal_literal_representation.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/declare_interior_mutable_const/enums.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/declare_interior_mutable_const/enums.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/declare_interior_mutable_const/others.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/declare_interior_mutable_const/others.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/declare_interior_mutable_const/traits.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/declare_interior_mutable_const/traits.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/def_id_nocore.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/def_id_nocore.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/default_instead_of_iter_empty.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/default_instead_of_iter_empty.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/default_instead_of_iter_empty.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/default_numeric_fallback_f64.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/default_numeric_fallback_f64.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/default_numeric_fallback_f64.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/default_numeric_fallback_i32.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/default_numeric_fallback_i32.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/default_numeric_fallback_i32.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/default_trait_access.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/default_trait_access.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/default_trait_access.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/default_union_representation.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/default_union_representation.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/deprecated.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/deprecated.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/deprecated_old.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/deprecated_old.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/deref_addrof.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/deref_addrof.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/deref_addrof.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/deref_addrof_double_trigger.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/deref_addrof_double_trigger.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/deref_addrof_macro.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/deref_by_slicing.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/deref_by_slicing.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/deref_by_slicing.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/derivable_impls.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/derivable_impls.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/derivable_impls.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/derive.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/derive.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/derive_ord_xor_partial_ord.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/derive_ord_xor_partial_ord.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/derive_partial_eq_without_eq.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/derive_partial_eq_without_eq.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/derive_partial_eq_without_eq.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/derived_hash_with_manual_eq.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/derived_hash_with_manual_eq.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/disallowed_names.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/disallowed_names.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/disallowed_script_idents.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/disallowed_script_idents.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/diverging_sub_expression.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/diverging_sub_expression.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/doc/doc-fixable.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/doc/doc-fixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/doc/doc-fixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/doc/issue_1832.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/doc/issue_902.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/doc/unbalanced_ticks.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/doc/unbalanced_ticks.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/doc_errors.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/doc_errors.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/doc_link_with_quotes.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/doc_link_with_quotes.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/doc_unsafe.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/doc_unsafe.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/double_comparison.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/double_comparison.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/double_comparison.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/double_must_use.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/double_must_use.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/double_neg.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/double_neg.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/double_parens.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/double_parens.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/drop_forget_copy.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/drop_forget_copy.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/drop_non_drop.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/drop_non_drop.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/drop_ref.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/drop_ref.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/duplicate_underscore_argument.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/duplicate_underscore_argument.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/duration_subsec.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/duration_subsec.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/duration_subsec.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/else_if_without_else.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/else_if_without_else.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/empty_drop.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/empty_drop.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/empty_drop.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/empty_enum.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/empty_enum.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/empty_enum_without_never_type.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/empty_line_after_outer_attribute.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/empty_line_after_outer_attribute.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/empty_loop.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/empty_loop.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/empty_loop_no_std.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/empty_loop_no_std.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/empty_structs_with_brackets.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/empty_structs_with_brackets.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/empty_structs_with_brackets.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/entry.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/entry.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/entry.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/entry_btree.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/entry_btree.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/entry_btree.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/entry_with_else.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/entry_with_else.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/entry_with_else.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/enum_clike_unportable_variant.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/enum_clike_unportable_variant.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/enum_glob_use.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/enum_glob_use.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/enum_glob_use.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/enum_variants.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/enum_variants.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/eprint_with_newline.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/eprint_with_newline.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/eq_op.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/eq_op.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/eq_op_macros.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/eq_op_macros.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/equatable_if_let.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/equatable_if_let.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/equatable_if_let.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/erasing_op.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/erasing_op.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/err_expect.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/err_expect.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/err_expect.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/eta.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/eta.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/eta.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/excessive_precision.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/excessive_precision.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/excessive_precision.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/exhaustive_items.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/exhaustive_items.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/exhaustive_items.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/exit1.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/exit1.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/exit2.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/exit2.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/exit3.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/expect.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/expect.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/expect_fun_call.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/expect_fun_call.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/expect_fun_call.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/expect_tool_lint_rfc_2383.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/expect_tool_lint_rfc_2383.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/explicit_auto_deref.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/explicit_auto_deref.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/explicit_auto_deref.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/explicit_counter_loop.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/explicit_counter_loop.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/explicit_deref_methods.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/explicit_deref_methods.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/explicit_deref_methods.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/explicit_write.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/explicit_write.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/explicit_write.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/extend_with_drain.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/extend_with_drain.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/extend_with_drain.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/extra_unused_lifetimes.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/extra_unused_lifetimes.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/extra_unused_type_parameters.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/extra_unused_type_parameters.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/fallible_impl_from.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/fallible_impl_from.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/field_reassign_with_default.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/field_reassign_with_default.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/filetype_is_file.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/filetype_is_file.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/filter_map_identity.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/filter_map_identity.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/filter_map_identity.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/filter_map_next.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/filter_map_next.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/filter_map_next_fixable.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/filter_map_next_fixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/filter_map_next_fixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/find_map.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/flat_map_identity.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/flat_map_identity.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/flat_map_identity.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/flat_map_option.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/flat_map_option.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/flat_map_option.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/float_arithmetic.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/float_arithmetic.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/float_cmp.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/float_cmp.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/float_cmp_const.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/float_cmp_const.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/float_equality_without_abs.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/float_equality_without_abs.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_abs.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_abs.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_abs.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_exp.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_exp.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_exp.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_hypot.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_hypot.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_hypot.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_log.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_log.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_log.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_logbase.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_logbase.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_logbase.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_mul_add.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_mul_add.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_mul_add.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_powf.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_powf.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_powf.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_powi.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_powi.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_powi.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_rad.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_rad.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/floating_point_rad.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/fn_address_comparisons.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/fn_address_comparisons.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/fn_null_check.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/fn_null_check.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/fn_params_excessive_bools.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/fn_params_excessive_bools.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/fn_to_numeric_cast.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/fn_to_numeric_cast.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/fn_to_numeric_cast_32bit.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/fn_to_numeric_cast_32bit.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/fn_to_numeric_cast_any.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/fn_to_numeric_cast_any.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/for_kv_map.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/for_kv_map.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/for_loop_fixable.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/for_loop_fixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/for_loop_fixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/for_loop_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/for_loop_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/forget_non_drop.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/forget_non_drop.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/forget_ref.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/forget_ref.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/format.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/format.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/format.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/format_args.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/format_args.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/format_args.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/format_args_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/format_args_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/format_push_string.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/format_push_string.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/formatting.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/formatting.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/from_iter_instead_of_collect.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/from_iter_instead_of_collect.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/from_iter_instead_of_collect.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/from_over_into.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/from_over_into.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/from_over_into.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/from_over_into_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/from_over_into_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/from_raw_with_void_ptr.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/from_raw_with_void_ptr.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/from_str_radix_10.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/from_str_radix_10.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/functions.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/functions.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/functions_maxlines.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/functions_maxlines.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/future_not_send.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/future_not_send.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/get_first.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/get_first.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/get_first.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/get_last_with_len.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/get_last_with_len.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/get_last_with_len.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/get_unwrap.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/get_unwrap.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/get_unwrap.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/identity_op.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/identity_op.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/identity_op.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/if_let_mutex.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/if_let_mutex.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/if_not_else.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/if_not_else.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/if_same_then_else.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/if_same_then_else.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/if_same_then_else2.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/if_same_then_else2.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/if_then_some_else_none.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/if_then_some_else_none.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/ifs_same_cond.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/ifs_same_cond.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/impl.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/impl.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/impl_trait_in_params.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/impl_trait_in_params.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/implicit_clone.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/implicit_clone.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/implicit_clone.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/implicit_hasher.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/implicit_hasher.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/implicit_return.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/implicit_return.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/implicit_return.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/implicit_saturating_add.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/implicit_saturating_add.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/implicit_saturating_add.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/implicit_saturating_sub.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/implicit_saturating_sub.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/implicit_saturating_sub.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/inconsistent_digit_grouping.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/inconsistent_digit_grouping.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/inconsistent_digit_grouping.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/inconsistent_struct_constructor.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/inconsistent_struct_constructor.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/inconsistent_struct_constructor.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/index_refutable_slice/if_let_slice_binding.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/index_refutable_slice/if_let_slice_binding.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/index_refutable_slice/slice_indexing_in_macro.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/index_refutable_slice/slice_indexing_in_macro.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/indexing_slicing_index.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/indexing_slicing_index.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/indexing_slicing_slice.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/indexing_slicing_slice.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/inefficient_to_string.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/inefficient_to_string.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/inefficient_to_string.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/infallible_destructuring_match.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/infallible_destructuring_match.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/infallible_destructuring_match.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/infinite_iter.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/infinite_iter.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/infinite_loop.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/infinite_loop.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/inherent_to_string.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/inherent_to_string.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/inline_fn_without_body.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/inline_fn_without_body.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/inline_fn_without_body.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/inspect_for_each.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/inspect_for_each.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/int_plus_one.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/int_plus_one.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/int_plus_one.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/integer_arithmetic.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/integer_arithmetic.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/integer_division.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/integer_division.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/into_iter_on_ref.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/into_iter_on_ref.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/into_iter_on_ref.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/invalid_null_ptr_usage.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/invalid_null_ptr_usage.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/invalid_null_ptr_usage.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/invalid_upcast_comparisons.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/invalid_upcast_comparisons.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/invalid_utf8_in_unchecked.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/invalid_utf8_in_unchecked.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/is_digit_ascii_radix.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/is_digit_ascii_radix.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/is_digit_ascii_radix.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/issue-3145.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/issue-3145.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/issue-7447.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/issue-7447.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/issue_2356.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/issue_2356.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/issue_2356.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/issue_4266.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/issue_4266.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/item_after_statement.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/item_after_statement.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_cloned_collect.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_cloned_collect.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_cloned_collect.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_count.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_count.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_count.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_kv_map.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_kv_map.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_kv_map.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_next_slice.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_next_slice.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_next_slice.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_not_returning_iterator.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_not_returning_iterator.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_nth.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_nth.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_nth_zero.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_nth_zero.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_nth_zero.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_on_empty_collections.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_on_empty_collections.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_on_empty_collections.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_on_single_items.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_on_single_items.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_on_single_items.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_overeager_cloned.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_overeager_cloned.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_overeager_cloned.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_skip_next.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_skip_next.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_skip_next.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_skip_next_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_skip_next_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_with_drain.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_with_drain.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_with_drain.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/iterator_step_by_zero.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/iterator_step_by_zero.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/large_const_arrays.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/large_const_arrays.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/large_const_arrays.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/large_digit_groups.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/large_digit_groups.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/large_digit_groups.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/large_enum_variant.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/large_enum_variant.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/large_stack_arrays.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/large_stack_arrays.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/large_types_passed_by_value.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/large_types_passed_by_value.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/len_without_is_empty.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/len_without_is_empty.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/len_zero.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/len_zero.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/len_zero.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/len_zero_ranges.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/len_zero_ranges.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/len_zero_ranges.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/let_and_return.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/let_and_return.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/let_if_seq.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/let_if_seq.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/let_underscore_future.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/let_underscore_future.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/let_underscore_lock.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/let_underscore_lock.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/let_underscore_must_use.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/let_underscore_must_use.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/let_underscore_untyped.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/let_underscore_untyped.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/let_unit.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/let_unit.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/let_unit.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/linkedlist.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/linkedlist.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/literals.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/literals.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/lossy_float_literal.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/lossy_float_literal.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/lossy_float_literal.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/macro_use_imports.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/macro_use_imports.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/macro_use_imports.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/macro_use_imports_expect.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_assert.edition2018.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_assert.edition2018.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_assert.edition2021.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_assert.edition2021.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_assert.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_async_fn.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_async_fn.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_async_fn.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_bits.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_bits.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_bits.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_clamp.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_clamp.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_filter.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_filter.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_filter.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_filter_map.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_filter_map.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_filter_map.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_find.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_find.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_find_fixable.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_find_fixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_find_fixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_find_map.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_find_map.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_find_map.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_flatten.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_flatten.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_instant_elapsed.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_instant_elapsed.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_instant_elapsed.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_is_ascii_check.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_is_ascii_check.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_is_ascii_check.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_let_else.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_let_else.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_let_else_match.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_let_else_match.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_map_option.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_map_option.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_map_option.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_map_option_2.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_map_option_2.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_map_option_2.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_memcpy/with_loop_counters.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_memcpy/with_loop_counters.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_memcpy/without_loop_counters.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_memcpy/without_loop_counters.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_non_exhaustive_enum.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_non_exhaustive_enum.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_non_exhaustive_struct.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_non_exhaustive_struct.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_ok_or.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_ok_or.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_ok_or.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_rem_euclid.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_rem_euclid.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_rem_euclid.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_retain.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_retain.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_retain.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_saturating_arithmetic.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_saturating_arithmetic.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_saturating_arithmetic.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_split_once.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_split_once.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_split_once.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_str_repeat.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_str_repeat.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_str_repeat.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_string_new.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_string_new.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_string_new.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_strip.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_strip.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_unwrap_or.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_unwrap_or.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_unwrap_or.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/many_single_char_names.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/many_single_char_names.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/map_clone.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/map_clone.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/map_clone.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/map_collect_result_unit.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/map_collect_result_unit.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/map_collect_result_unit.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/map_err.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/map_err.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/map_flatten.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/map_flatten.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/map_flatten_fixable.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/map_flatten_fixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/map_flatten_fixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/map_identity.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/map_identity.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/map_identity.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/map_unit_fn.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/map_unwrap_or.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/map_unwrap_or.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/map_unwrap_or_fixable.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/map_unwrap_or_fixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/map_unwrap_or_fixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/match_as_ref.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/match_as_ref.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/match_as_ref.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/match_bool.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/match_bool.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/match_expr_like_matches_macro.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/match_expr_like_matches_macro.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/match_expr_like_matches_macro.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/match_on_vec_items.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/match_on_vec_items.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/match_overlapping_arm.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/match_overlapping_arm.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/match_ref_pats.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/match_ref_pats.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/match_ref_pats.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/match_result_ok.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/match_result_ok.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/match_result_ok.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/match_same_arms.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/match_same_arms.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/match_same_arms2.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/match_same_arms2.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/match_single_binding.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/match_single_binding.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/match_single_binding.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/match_single_binding2.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/match_single_binding2.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/match_single_binding2.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/match_str_case_mismatch.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/match_str_case_mismatch.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/match_str_case_mismatch.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/match_wild_err_arm.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/match_wild_err_arm.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/match_wildcard_for_single_variants.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/match_wildcard_for_single_variants.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/match_wildcard_for_single_variants.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/mem_forget.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/mem_forget.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/mem_replace.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/mem_replace.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/mem_replace.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/mem_replace_macro.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/mem_replace_macro.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/methods.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/methods.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/methods_fixable.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/methods_fixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/methods_fixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/min_max.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/min_max.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/min_rust_version_attr.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/min_rust_version_attr.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/min_rust_version_invalid_attr.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/min_rust_version_invalid_attr.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/mismatched_target_os_non_unix.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/mismatched_target_os_non_unix.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/mismatched_target_os_non_unix.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/mismatched_target_os_unix.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/mismatched_target_os_unix.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/mismatched_target_os_unix.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/mismatching_type_param_order.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/mismatching_type_param_order.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/misnamed_getters.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/misnamed_getters.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_const_for_fn/auxiliary/helper.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_const_for_fn/cant_be_const.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_const_for_fn/could_be_const.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_const_for_fn/could_be_const.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_doc.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_doc.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_doc_crate.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_doc_crate_missing.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_doc_crate_missing.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_doc_impl.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_doc_impl.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_inline.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_inline.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_inline_executable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_inline_proc_macro.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_panics_doc.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_panics_doc.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_spin_loop.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_spin_loop.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_spin_loop.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_spin_loop_no_std.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_spin_loop_no_std.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_spin_loop_no_std.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_trait_methods.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_trait_methods.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/mistyped_literal_suffix.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/mistyped_literal_suffix.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/mistyped_literal_suffix.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/mixed_read_write_in_expression.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/mixed_read_write_in_expression.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/module_inception.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/module_inception.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/module_name_repetitions.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/module_name_repetitions.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/modulo_arithmetic_float.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/modulo_arithmetic_float.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/modulo_arithmetic_integral.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/modulo_arithmetic_integral.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/modulo_arithmetic_integral_const.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/modulo_arithmetic_integral_const.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/modulo_one.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/modulo_one.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/multi_assignments.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/multi_assignments.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/multiple_unsafe_ops_per_block.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/multiple_unsafe_ops_per_block.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/must_use_candidates.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/must_use_candidates.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/must_use_candidates.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/must_use_unit.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/must_use_unit.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/must_use_unit.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/mut_from_ref.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/mut_from_ref.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/mut_key.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/mut_key.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/mut_mut.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/mut_mut.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/mut_mutex_lock.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/mut_mutex_lock.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/mut_mutex_lock.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/mut_range_bound.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/mut_range_bound.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/mut_reference.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/mut_reference.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/mutex_atomic.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/mutex_atomic.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_arbitrary_self_type.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_arbitrary_self_type.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_arbitrary_self_type.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_arbitrary_self_type_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_arbitrary_self_type_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_bitwise_bool.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_bitwise_bool.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_bitwise_bool.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_bool/fixable.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_bool/fixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_bool/fixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_bool/simple.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_bool/simple.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_borrow.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_borrow.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_borrow.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_borrow_pat.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_borrow_pat.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_borrowed_ref.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_borrowed_ref.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_borrowed_ref.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_collect.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_collect.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_collect.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_collect_indirect.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_collect_indirect.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_continue.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_continue.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_doc_main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_doc_main.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_for_each_fixable.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_for_each_fixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_for_each_fixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_for_each_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_for_each_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_late_init.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_late_init.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_late_init.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_lifetimes.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_lifetimes.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_lifetimes.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_match.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_match.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_match.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_option_as_deref.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_option_as_deref.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_option_as_deref.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_option_take.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_option_take.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_option_take.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_parens_on_range_literals.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_parens_on_range_literals.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_parens_on_range_literals.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_pass_by_value.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_pass_by_value.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_pass_by_value_proc_macro.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_question_mark.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_question_mark.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_question_mark.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_range_loop.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_range_loop.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_range_loop2.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_range_loop2.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_return.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_return.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_return.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_splitn.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_splitn.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_splitn.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_update.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_update.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/neg_cmp_op_on_partial_ord.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/neg_cmp_op_on_partial_ord.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/neg_multiply.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/neg_multiply.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/neg_multiply.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/never_loop.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/never_loop.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/new_ret_no_self.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/new_ret_no_self.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/new_without_default.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/new_without_default.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/no_effect.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/no_effect.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/no_effect_replace.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/no_effect_replace.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/no_mangle_with_rust_abi.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/no_mangle_with_rust_abi.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/no_mangle_with_rust_abi.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/non_expressive_names.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/non_expressive_names.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/non_octal_unix_permissions.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/non_octal_unix_permissions.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/non_octal_unix_permissions.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/non_send_fields_in_send_ty.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/non_send_fields_in_send_ty.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/nonminimal_bool.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/nonminimal_bool.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/nonminimal_bool_methods.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/nonminimal_bool_methods.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/nonminimal_bool_methods.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/numbered_fields.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/numbered_fields.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/numbered_fields.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/obfuscated_if_else.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/obfuscated_if_else.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/obfuscated_if_else.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/octal_escapes.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/octal_escapes.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/ok_expect.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/ok_expect.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/only_used_in_recursion.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/only_used_in_recursion.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/only_used_in_recursion2.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/only_used_in_recursion2.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/op_ref.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/op_ref.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/open_options.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/open_options.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/option_as_ref_deref.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/option_as_ref_deref.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/option_as_ref_deref.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/option_env_unwrap.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/option_env_unwrap.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/option_filter_map.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/option_filter_map.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/option_filter_map.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/option_if_let_else.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/option_if_let_else.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/option_if_let_else.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/option_map_or_none.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/option_map_or_none.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/option_map_or_none.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/option_map_unit_fn_fixable.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/option_map_unit_fn_fixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/option_map_unit_fn_fixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/option_map_unit_fn_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/option_map_unit_fn_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/option_option.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/option_option.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/or_fun_call.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/or_fun_call.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/or_fun_call.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/or_then_unwrap.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/or_then_unwrap.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/or_then_unwrap.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/out_of_bounds_indexing/issue-3102.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/out_of_bounds_indexing/issue-3102.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/out_of_bounds_indexing/simple.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/out_of_bounds_indexing/simple.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/overflow_check_conditional.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/overflow_check_conditional.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/overly_complex_bool_expr.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/overly_complex_bool_expr.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/panic_in_result_fn.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/panic_in_result_fn.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/panic_in_result_fn_assertions.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/panic_in_result_fn_assertions.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/panic_in_result_fn_debug_assertions.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/panicking_macros.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/panicking_macros.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/partial_pub_fields.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/partial_pub_fields.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/partialeq_ne_impl.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/partialeq_ne_impl.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/partialeq_to_none.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/partialeq_to_none.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/partialeq_to_none.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/path_buf_push_overwrite.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/path_buf_push_overwrite.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/path_buf_push_overwrite.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/pattern_type_mismatch/mutability.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/pattern_type_mismatch/mutability.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/pattern_type_mismatch/pattern_alternatives.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/pattern_type_mismatch/pattern_alternatives.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/pattern_type_mismatch/pattern_structs.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/pattern_type_mismatch/pattern_structs.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/pattern_type_mismatch/pattern_tuples.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/pattern_type_mismatch/pattern_tuples.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/pattern_type_mismatch/syntax.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/pattern_type_mismatch/syntax.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/patterns.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/patterns.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/patterns.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/permissions_set_readonly_false.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/permissions_set_readonly_false.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/precedence.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/precedence.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/precedence.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/print.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/print.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/print_in_format_impl.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/print_in_format_impl.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/print_literal.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/print_literal.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/print_stderr.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/print_stderr.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/print_stdout_build_script.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/print_with_newline.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/print_with_newline.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/println_empty_string.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/println_empty_string.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/println_empty_string.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/proc_macro.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/proc_macro.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/ptr_arg.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/ptr_arg.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/ptr_as_ptr.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/ptr_as_ptr.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/ptr_as_ptr.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/ptr_eq.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/ptr_eq.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/ptr_eq.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/ptr_offset_with_cast.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/ptr_offset_with_cast.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/ptr_offset_with_cast.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/pub_use.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/pub_use.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/question_mark.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/question_mark.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/question_mark.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/question_mark_used.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/question_mark_used.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/range.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/range.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/range_contains.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/range_contains.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/range_contains.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/range_plus_minus_one.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/range_plus_minus_one.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/range_plus_minus_one.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/rc_buffer.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/rc_buffer.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/rc_buffer.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/rc_buffer_arc.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/rc_buffer_arc.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/rc_buffer_arc.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/rc_buffer_redefined_string.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/rc_clone_in_vec_init/arc.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/rc_clone_in_vec_init/arc.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/rc_clone_in_vec_init/rc.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/rc_clone_in_vec_init/rc.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/rc_clone_in_vec_init/weak.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/rc_clone_in_vec_init/weak.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/rc_mutex.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/rc_mutex.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/read_zero_byte_vec.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/read_zero_byte_vec.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/recursive_format_impl.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/recursive_format_impl.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_allocation.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_allocation.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_allocation_fixable.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_allocation_fixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_allocation_fixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_clone.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_clone.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_clone.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_closure_call_early.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_closure_call_early.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_closure_call_fixable.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_closure_call_fixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_closure_call_fixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_closure_call_late.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_closure_call_late.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_else.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_else.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_field_names.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_field_names.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_field_names.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pattern_matching_drop_order.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pattern_matching_drop_order.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pattern_matching_drop_order.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pattern_matching_ipaddr.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pattern_matching_ipaddr.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pattern_matching_ipaddr.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pattern_matching_option.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pattern_matching_option.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pattern_matching_option.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pattern_matching_poll.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pattern_matching_poll.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pattern_matching_poll.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pattern_matching_result.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pattern_matching_result.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pattern_matching_result.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pub_crate.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pub_crate.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pub_crate.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_slicing.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_slicing.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_slicing.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_static_lifetimes.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_static_lifetimes.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_static_lifetimes.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_static_lifetimes_multiple.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_static_lifetimes_multiple.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/ref_binding_to_reference.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/ref_binding_to_reference.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/ref_option_ref.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/ref_option_ref.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/regex.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/regex.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/rename.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/rename.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/rename.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/renamed_builtin_attr.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/renamed_builtin_attr.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/renamed_builtin_attr.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/repeat_once.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/repeat_once.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/repeat_once.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/repl_uninit.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/repl_uninit.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/rest_pat_in_fully_bound_structs.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/rest_pat_in_fully_bound_structs.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/result_large_err.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/result_large_err.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/result_map_or_into_option.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/result_map_or_into_option.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/result_map_or_into_option.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/result_map_unit_fn_fixable.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/result_map_unit_fn_fixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/result_map_unit_fn_fixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/result_map_unit_fn_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/result_map_unit_fn_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/result_unit_error.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/result_unit_error.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/return_self_not_must_use.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/return_self_not_must_use.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/reversed_empty_ranges_fixable.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/reversed_empty_ranges_fixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/reversed_empty_ranges_fixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/reversed_empty_ranges_loops_fixable.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/reversed_empty_ranges_loops_fixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/reversed_empty_ranges_loops_fixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/reversed_empty_ranges_loops_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/reversed_empty_ranges_loops_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/reversed_empty_ranges_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/reversed_empty_ranges_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/same_functions_in_if_condition.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/same_functions_in_if_condition.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/same_item_push.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/same_item_push.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/same_name_method.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/same_name_method.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/search_is_some.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/search_is_some.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/search_is_some_fixable_none.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/search_is_some_fixable_none.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/search_is_some_fixable_none.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/search_is_some_fixable_some.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/search_is_some_fixable_some.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/search_is_some_fixable_some.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/seek_from_current.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/seek_from_current.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/seek_from_current.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/seek_to_start_instead_of_rewind.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/seek_to_start_instead_of_rewind.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/seek_to_start_instead_of_rewind.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/self_assignment.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/self_assignment.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/self_named_constructors.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/self_named_constructors.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/semicolon_if_nothing_returned.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/semicolon_if_nothing_returned.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/semicolon_inside_block.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/semicolon_inside_block.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/semicolon_inside_block.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/semicolon_outside_block.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/semicolon_outside_block.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/semicolon_outside_block.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/serde.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/serde.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/shadow.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/shadow.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/short_circuit_statement.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/short_circuit_statement.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/short_circuit_statement.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/should_impl_trait/corner_cases.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/should_impl_trait/method_list_1.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/should_impl_trait/method_list_1.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/should_impl_trait/method_list_2.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/should_impl_trait/method_list_2.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/significant_drop_in_scrutinee.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/significant_drop_in_scrutinee.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/significant_drop_tightening.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/significant_drop_tightening.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/significant_drop_tightening.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/similar_names.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/similar_names.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/single_char_add_str.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/single_char_add_str.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/single_char_add_str.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/single_char_lifetime_names.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/single_char_lifetime_names.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/single_char_pattern.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/single_char_pattern.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/single_char_pattern.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/single_component_path_imports.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/single_component_path_imports.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/single_component_path_imports.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/single_component_path_imports_macro.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/single_component_path_imports_nested_first.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/single_component_path_imports_nested_first.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/single_component_path_imports_self_after.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/single_component_path_imports_self_before.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/single_element_loop.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/single_element_loop.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/single_element_loop.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/single_match.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/single_match.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/single_match_else.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/single_match_else.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/size_of_in_element_count/expressions.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/size_of_in_element_count/expressions.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/size_of_in_element_count/functions.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/size_of_in_element_count/functions.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/size_of_ref.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/size_of_ref.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/skip_while_next.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/skip_while_next.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/slow_vector_initialization.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/slow_vector_initialization.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/stable_sort_primitive.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/stable_sort_primitive.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/stable_sort_primitive.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/starts_ends_with.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/starts_ends_with.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/starts_ends_with.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/std_instead_of_core.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/std_instead_of_core.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/str_to_string.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/str_to_string.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/string_add.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/string_add.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/string_add_assign.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/string_add_assign.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/string_add_assign.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/string_extend.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/string_extend.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/string_extend.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/string_from_utf8_as_bytes.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/string_from_utf8_as_bytes.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/string_from_utf8_as_bytes.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/string_lit_as_bytes.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/string_lit_as_bytes.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/string_lit_as_bytes.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/string_slice.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/string_slice.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/string_to_string.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/string_to_string.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/strlen_on_c_strings.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/strlen_on_c_strings.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/strlen_on_c_strings.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/struct_excessive_bools.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/struct_excessive_bools.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_arithmetic_impl.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_arithmetic_impl.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_command_arg_space.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_command_arg_space.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_else_formatting.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_else_formatting.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_map.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_map.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_operation_groupings.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_operation_groupings.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_operation_groupings.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_splitn.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_splitn.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_to_owned.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_to_owned.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_unary_op_formatting.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_unary_op_formatting.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_xor_used_as_pow.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_xor_used_as_pow.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/swap.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/swap.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/swap.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/swap_ptr_to_ref.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/swap_ptr_to_ref.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/swap_ptr_to_ref.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/swap_ptr_to_ref_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/swap_ptr_to_ref_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/tabs_in_doc_comments.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/tabs_in_doc_comments.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/tabs_in_doc_comments.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/temporary_assignment.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/temporary_assignment.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/to_digit_is_some.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/to_digit_is_some.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/to_digit_is_some.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/toplevel_ref_arg.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/toplevel_ref_arg.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/toplevel_ref_arg.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/toplevel_ref_arg_non_rustfix.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/toplevel_ref_arg_non_rustfix.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/track-diagnostics.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/track-diagnostics.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/trailing_empty_array.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/trailing_empty_array.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/trailing_zeros.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/trailing_zeros.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/trait_duplication_in_bounds.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/trait_duplication_in_bounds.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/trait_duplication_in_bounds.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/trait_duplication_in_bounds_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/trait_duplication_in_bounds_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_32bit.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_32bit.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_64bit.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_64bit.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_collection.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_collection.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_float_to_int.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_float_to_int.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_int_to_non_zero.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_int_to_non_zero.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_null_to_fn.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_null_to_fn.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_ptr_to_ptr.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_ptr_to_ptr.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_ptr_to_ref.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_ptr_to_ref.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_ptr_to_ref.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_undefined_repr.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_undefined_repr.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/transmutes_expressible_as_ptr_casts.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/transmutes_expressible_as_ptr_casts.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/transmutes_expressible_as_ptr_casts.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/transmuting_null.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/transmuting_null.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/trim_split_whitespace.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/trim_split_whitespace.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/trim_split_whitespace.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/trivially_copy_pass_by_ref.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/trivially_copy_pass_by_ref.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/try_err.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/try_err.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/try_err.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/ty_fn_sig.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/type_complexity.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/type_complexity.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/type_repetition_in_bounds.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/type_repetition_in_bounds.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/types.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/types.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/types.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unchecked_duration_subtraction.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unchecked_duration_subtraction.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unchecked_duration_subtraction.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/undocumented_unsafe_blocks.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/undocumented_unsafe_blocks.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/undropped_manually_drops.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/undropped_manually_drops.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unicode.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unicode.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unicode.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/uninit.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/uninit.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/uninit_vec.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/uninit_vec.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/uninlined_format_args.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/uninlined_format_args.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/uninlined_format_args.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/uninlined_format_args_panic.edition2018.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/uninlined_format_args_panic.edition2018.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/uninlined_format_args_panic.edition2021.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/uninlined_format_args_panic.edition2021.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/uninlined_format_args_panic.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unit_arg.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unit_arg.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unit_arg_empty_blocks.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unit_arg_empty_blocks.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unit_arg_empty_blocks.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unit_cmp.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unit_cmp.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unit_hash.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unit_hash.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unit_return_expecting_ord.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unit_return_expecting_ord.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unknown_attribute.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unknown_attribute.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unknown_clippy_lints.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unknown_clippy_lints.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unknown_clippy_lints.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_cast.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_cast.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_cast.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_clone.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_clone.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_filter_map.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_filter_map.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_find_map.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_find_map.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_fold.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_fold.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_fold.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_iter_cloned.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_iter_cloned.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_iter_cloned.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_join.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_join.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_join.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_lazy_eval.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_lazy_eval.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_lazy_eval.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_lazy_eval_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_lazy_eval_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_operation.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_operation.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_operation.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_owned_empty_strings.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_owned_empty_strings.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_owned_empty_strings.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_safety_comment.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_safety_comment.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_self_imports.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_self_imports.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_self_imports.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_sort_by.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_sort_by.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_sort_by.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_to_owned.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_to_owned.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_to_owned.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_unsafety_doc.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_unsafety_doc.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_wraps.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_wraps.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unneeded_field_pattern.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unneeded_field_pattern.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unneeded_wildcard_pattern.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unneeded_wildcard_pattern.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unneeded_wildcard_pattern.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnested_or_patterns.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unnested_or_patterns.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnested_or_patterns.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnested_or_patterns2.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unnested_or_patterns2.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnested_or_patterns2.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unreadable_literal.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unreadable_literal.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unreadable_literal.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unsafe_derive_deserialize.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unsafe_derive_deserialize.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unsafe_removed_from_name.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unsafe_removed_from_name.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unseparated_prefix_literals.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unseparated_prefix_literals.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unseparated_prefix_literals.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unused_async.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unused_async.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unused_format_specs.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unused_format_specs.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unused_format_specs.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unused_format_specs_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unused_format_specs_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unused_io_amount.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unused_io_amount.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unused_peekable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unused_peekable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unused_rounding.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unused_rounding.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unused_rounding.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unused_self.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unused_self.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unused_unit.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unused_unit.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unused_unit.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unwrap.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unwrap.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unwrap_expect_used.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unwrap_expect_used.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unwrap_in_result.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unwrap_in_result.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unwrap_or.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unwrap_or.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unwrap_or_else_default.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unwrap_or_else_default.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unwrap_or_else_default.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/update-all-references.sh [new file with mode: 0755]
src/tools/clippy/tests/ui/upper_case_acronyms.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/upper_case_acronyms.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/use_self.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/use_self.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/use_self.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/use_self_trait.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/use_self_trait.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/use_self_trait.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/used_underscore_binding.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/used_underscore_binding.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/useful_asref.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/useless_asref.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/useless_asref.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/useless_asref.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/useless_attribute.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/useless_attribute.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/useless_attribute.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/useless_conversion.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/useless_conversion.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/useless_conversion.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/useless_conversion_try.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/useless_conversion_try.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/vec.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/vec.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/vec.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/vec_box_sized.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/vec_box_sized.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/vec_box_sized.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/vec_init_then_push.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/vec_init_then_push.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/vec_resize_to_zero.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/vec_resize_to_zero.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/verbose_file_reads.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/verbose_file_reads.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/vtable_address_comparisons.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/vtable_address_comparisons.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/while_let_loop.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/while_let_loop.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/while_let_on_iterator.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/while_let_on_iterator.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/while_let_on_iterator.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/wild_in_or_pats.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/wild_in_or_pats.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/wildcard_enum_match_arm.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/wildcard_enum_match_arm.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/wildcard_enum_match_arm.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/wildcard_imports.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/wildcard_imports.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/wildcard_imports.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/wildcard_imports_2021.edition2018.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/wildcard_imports_2021.edition2018.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/wildcard_imports_2021.edition2021.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/wildcard_imports_2021.edition2021.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/wildcard_imports_2021.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/wildcard_imports_2021.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/write_literal.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/write_literal.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/write_literal_2.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/write_literal_2.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/write_with_newline.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/write_with_newline.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/writeln_empty_string.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/writeln_empty_string.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/writeln_empty_string.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/wrong_self_convention.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/wrong_self_convention.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/wrong_self_convention2.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/wrong_self_convention2.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/wrong_self_conventions_mut.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/wrong_self_conventions_mut.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/zero_div_zero.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/zero_div_zero.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/zero_offset.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/zero_offset.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/zero_ptr.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/zero_ptr.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/zero_ptr.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/zero_ptr_no_std.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/zero_ptr_no_std.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/zero_ptr_no_std.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/zero_sized_btreemap_values.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/zero_sized_btreemap_values.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/zero_sized_hashmap_values.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/zero_sized_hashmap_values.stderr [new file with mode: 0644]
src/tools/clippy/tests/versioncheck.rs [new file with mode: 0644]
src/tools/clippy/tests/workspace.rs [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/build.rs [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/path_dep/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/path_dep/src/lib.rs [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/subcrate/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/subcrate/src/lib.rs [new file with mode: 0644]
src/tools/clippy/triagebot.toml [new file with mode: 0644]
src/tools/clippy/util/etc/pre-commit.sh [new file with mode: 0755]
src/tools/clippy/util/etc/vscode-tasks.json [new file with mode: 0644]
src/tools/clippy/util/fetch_prs_between.sh [new file with mode: 0755]
src/tools/clippy/util/versions.py [new file with mode: 0755]
src/tools/collect-license-metadata/Cargo.toml [new file with mode: 0644]
src/tools/collect-license-metadata/src/licenses.rs [new file with mode: 0644]
src/tools/collect-license-metadata/src/main.rs [new file with mode: 0644]
src/tools/collect-license-metadata/src/path_tree.rs [new file with mode: 0644]
src/tools/collect-license-metadata/src/reuse.rs [new file with mode: 0644]
src/tools/compiletest/Cargo.toml [new file with mode: 0644]
src/tools/compiletest/src/common.rs [new file with mode: 0644]
src/tools/compiletest/src/compute_diff.rs [new file with mode: 0644]
src/tools/compiletest/src/errors.rs [new file with mode: 0644]
src/tools/compiletest/src/header.rs [new file with mode: 0644]
src/tools/compiletest/src/header/tests.rs [new file with mode: 0644]
src/tools/compiletest/src/json.rs [new file with mode: 0644]
src/tools/compiletest/src/main.rs [new file with mode: 0644]
src/tools/compiletest/src/raise_fd_limit.rs [new file with mode: 0644]
src/tools/compiletest/src/read2.rs [new file with mode: 0644]
src/tools/compiletest/src/read2/tests.rs [new file with mode: 0644]
src/tools/compiletest/src/runtest.rs [new file with mode: 0644]
src/tools/compiletest/src/runtest/debugger.rs [new file with mode: 0644]
src/tools/compiletest/src/runtest/tests.rs [new file with mode: 0644]
src/tools/compiletest/src/tests.rs [new file with mode: 0644]
src/tools/compiletest/src/util.rs [new file with mode: 0644]
src/tools/compiletest/src/util/tests.rs [new file with mode: 0644]
src/tools/error_index_generator/Cargo.toml [new file with mode: 0644]
src/tools/error_index_generator/book_config.toml [new file with mode: 0644]
src/tools/error_index_generator/error-index.css [new file with mode: 0644]
src/tools/error_index_generator/error-index.js [new file with mode: 0644]
src/tools/error_index_generator/main.rs [new file with mode: 0644]
src/tools/error_index_generator/redirect.js [new file with mode: 0644]
src/tools/expand-yaml-anchors/Cargo.toml [new file with mode: 0644]
src/tools/expand-yaml-anchors/src/main.rs [new file with mode: 0644]
src/tools/generate-copyright/Cargo.toml [new file with mode: 0644]
src/tools/generate-copyright/src/main.rs [new file with mode: 0644]
src/tools/html-checker/Cargo.toml [new file with mode: 0644]
src/tools/html-checker/main.rs [new file with mode: 0644]
src/tools/jsondocck/Cargo.toml [new file with mode: 0644]
src/tools/jsondocck/src/cache.rs [new file with mode: 0644]
src/tools/jsondocck/src/config.rs [new file with mode: 0644]
src/tools/jsondocck/src/error.rs [new file with mode: 0644]
src/tools/jsondocck/src/main.rs [new file with mode: 0644]
src/tools/jsondoclint/Cargo.toml [new file with mode: 0644]
src/tools/jsondoclint/src/item_kind.rs [new file with mode: 0644]
src/tools/jsondoclint/src/json_find.rs [new file with mode: 0644]
src/tools/jsondoclint/src/json_find/tests.rs [new file with mode: 0644]
src/tools/jsondoclint/src/main.rs [new file with mode: 0644]
src/tools/jsondoclint/src/validator.rs [new file with mode: 0644]
src/tools/jsondoclint/src/validator/tests.rs [new file with mode: 0644]
src/tools/linkchecker/Cargo.toml [new file with mode: 0644]
src/tools/linkchecker/linkcheck.sh [new file with mode: 0755]
src/tools/linkchecker/main.rs [new file with mode: 0644]
src/tools/linkchecker/tests/basic_broken/foo.html [new file with mode: 0644]
src/tools/linkchecker/tests/broken_fragment_local/foo.html [new file with mode: 0644]
src/tools/linkchecker/tests/broken_fragment_remote/bar.html [new file with mode: 0644]
src/tools/linkchecker/tests/broken_fragment_remote/inner/foo.html [new file with mode: 0644]
src/tools/linkchecker/tests/broken_redir/foo.html [new file with mode: 0644]
src/tools/linkchecker/tests/broken_redir/redir-bad.html [new file with mode: 0644]
src/tools/linkchecker/tests/checks.rs [new file with mode: 0644]
src/tools/linkchecker/tests/directory_link/foo.html [new file with mode: 0644]
src/tools/linkchecker/tests/directory_link/somedir/index.html [new file with mode: 0644]
src/tools/linkchecker/tests/redirect_loop/foo.html [new file with mode: 0644]
src/tools/linkchecker/tests/redirect_loop/redir-bad.html [new file with mode: 0644]
src/tools/linkchecker/tests/valid/inner/bar.html [new file with mode: 0644]
src/tools/linkchecker/tests/valid/inner/foo.html [new file with mode: 0644]
src/tools/linkchecker/tests/valid/inner/redir-bad.html [new file with mode: 0644]
src/tools/linkchecker/tests/valid/inner/redir-target.html [new file with mode: 0644]
src/tools/linkchecker/tests/valid/inner/redir.html [new file with mode: 0644]
src/tools/linkchecker/tests/valid/outer.html [new file with mode: 0644]
src/tools/lint-docs/Cargo.toml [new file with mode: 0644]
src/tools/lint-docs/src/groups.rs [new file with mode: 0644]
src/tools/lint-docs/src/lib.rs [new file with mode: 0644]
src/tools/lint-docs/src/main.rs [new file with mode: 0644]
src/tools/lld-wrapper/Cargo.toml [new file with mode: 0644]
src/tools/lld-wrapper/src/main.rs [new file with mode: 0644]
src/tools/miropt-test-tools/Cargo.toml [new file with mode: 0644]
src/tools/miropt-test-tools/src/lib.rs [new file with mode: 0644]
src/tools/publish_toolstate.py [new file with mode: 0755]
src/tools/replace-version-placeholder/Cargo.toml [new file with mode: 0644]
src/tools/replace-version-placeholder/src/main.rs [new file with mode: 0644]
src/tools/rust-analyzer/.cargo/config.toml [new file with mode: 0644]
src/tools/rust-analyzer/.editorconfig [new file with mode: 0644]
src/tools/rust-analyzer/.git-blame-ignore-revs [new file with mode: 0644]
src/tools/rust-analyzer/.vscode/extensions.json [new file with mode: 0644]
src/tools/rust-analyzer/.vscode/launch.json [new file with mode: 0644]
src/tools/rust-analyzer/.vscode/tasks.json [new file with mode: 0644]
src/tools/rust-analyzer/Cargo.lock [new file with mode: 0644]
src/tools/rust-analyzer/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/LICENSE-APACHE [new file with mode: 0644]
src/tools/rust-analyzer/LICENSE-MIT [new file with mode: 0644]
src/tools/rust-analyzer/PRIVACY.md [new file with mode: 0644]
src/tools/rust-analyzer/README.md [new file with mode: 0644]
src/tools/rust-analyzer/assets/logo-square.svg [new file with mode: 0644]
src/tools/rust-analyzer/assets/logo-wide.svg [new file with mode: 0644]
src/tools/rust-analyzer/bench_data/glorious_old_parser [new file with mode: 0644]
src/tools/rust-analyzer/bench_data/numerous_macro_rules [new file with mode: 0644]
src/tools/rust-analyzer/crates/base-db/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/base-db/src/change.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/base-db/src/fixture.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/base-db/src/input.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/base-db/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/cfg/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/cfg/src/cfg_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/cfg/src/dnf.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/cfg/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/cfg/src/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/flycheck/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/flycheck/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/adt.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/attr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/body.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/body/lower.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/body/pretty.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/body/scope.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/body/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/body/tests/block.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/builtin_attr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/builtin_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/child_by_source.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/data.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/db.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/dyn_map.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/find_path.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/generics.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/import_map.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/item_scope.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/item_tree.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/item_tree/lower.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/item_tree/pretty.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/item_tree/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/keys.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/lang_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/layout.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/builtin_derive_macro.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/builtin_fn_macro.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe/matching.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe/meta_syntax.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe/regression.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe/tt_conversion.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/proc_macros.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/nameres.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/nameres/attr_resolution.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/nameres/collector.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/nameres/diagnostics.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/nameres/mod_resolution.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/nameres/proc_macro.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/nameres/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/nameres/tests/globs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/nameres/tests/incremental.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/nameres/tests/macros.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/nameres/tests/mod_resolution.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/nameres/tests/primitives.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/path.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/path/lower.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/per_ns.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/pretty.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/resolver.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/src.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/test_db.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/trace.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/type_ref.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/visibility.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-expand/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-expand/src/ast_id_map.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-expand/src/attrs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-expand/src/builtin_attr_macro.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-expand/src/builtin_derive_macro.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-expand/src/builtin_fn_macro.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-expand/src/db.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-expand/src/eager.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-expand/src/fixup.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-expand/src/hygiene.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-expand/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-expand/src/mod_path.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-expand/src/name.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-expand/src/proc_macro.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-expand/src/quote.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/autoderef.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/builder.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/chalk_db.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/chalk_ext.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/consteval.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/consteval/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/db.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/decl_check.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/decl_check/case_conv.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/match_check.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/match_check/deconstruct_pat.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/match_check/pat_util.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/match_check/usefulness.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/unsafe_check.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/display.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/infer.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/infer/closure.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/infer/coerce.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/infer/expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/infer/pat.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/infer/path.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/infer/unify.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/inhabitedness.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/interner.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/lang_items.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/layout.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/layout/adt.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/layout/target.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/layout/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/lower.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/mapping.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/method_resolution.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/primitive.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/test_db.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/tests/coercion.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/tests/diagnostics.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/tests/display_source_code.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/tests/incremental.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/tests/macros.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/tests/method_resolution.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/tests/never_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/tests/patterns.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/tests/regression.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/tests/simple.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/tests/traits.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/tls.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/traits.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/utils.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir/src/attrs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir/src/db.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir/src/diagnostics.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir/src/display.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir/src/from_id.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir/src/has_source.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir/src/semantics.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir/src/semantics/source_to_def.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir/src/source_analyzer.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir/src/symbols.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/assist_config.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/assist_context.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_braces.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_explicit_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_label_to_loop.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_lifetime_to_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_missing_impl_members.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_missing_match_arms.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_return_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_turbo_fish.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/apply_demorgan.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/auto_import.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/change_visibility.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_bool_then.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_comment_block.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_integer_literal.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_into_to_from.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_iter_for_each_to_for.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_let_else_to_match.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_match_to_let_else.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_named_struct_to_tuple_struct.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_to_guarded_return.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_tuple_struct_to_named_struct.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_two_arm_bool_match_to_matches_macro.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_while_to_loop.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/destructure_tuple_binding.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/desugar_doc_comment.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/expand_glob_import.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/extract_expressions_from_format_string.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/extract_function.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/extract_module.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/extract_struct_from_enum_variant.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/extract_type_alias.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/extract_variable.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/fix_visibility.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/flip_binexpr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/flip_comma.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/flip_trait_bound.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_constant.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_default_from_enum_variant.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_default_from_new.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_delegate_methods.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_deref.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_derive.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_documentation_template.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_enum_is_method.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_enum_projection_method.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_enum_variant.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_from_impl_for_enum.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_function.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_getter.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_impl.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_is_empty_from_len.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_new.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_setter.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/inline_call.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/inline_local_variable.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/inline_macro.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/inline_type_alias.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/introduce_named_generic.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/introduce_named_lifetime.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/invert_if.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/merge_imports.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/merge_match_arms.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/move_bounds.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/move_const_to_impl.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/move_from_mod_rs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/move_guard.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/move_module_to_file.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/move_to_mod_rs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/number_representation.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/promote_local_to_const.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/pull_assignment_up.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/qualify_method_call.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/qualify_path.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/raw_string.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/remove_dbg.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/remove_mut.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/remove_parentheses.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/remove_unused_param.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/reorder_fields.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/reorder_impl_items.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_arith_op.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_derive_with_manual_impl.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_if_let_with_match.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_let_with_if_let.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_or_with_or_else.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_qualified_name_with_use.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_string_with_char.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_try_expr_with_match.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_turbofish_with_explicit_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/sort_items.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/split_import.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/toggle_ignore.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/unmerge_match_arm.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/unmerge_use.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/unnecessary_async.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/unqualify_method_call.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/unwrap_block.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/unwrap_result_return_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/unwrap_tuple.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/wrap_return_type_in_result.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/tests/generated.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/tests/sourcegen.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/utils.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/utils/gen_trait_fn_body.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/utils/suggest_name.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/attribute.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/attribute/cfg.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/attribute/derive.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/attribute/lint.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/attribute/repr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/dot.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/env_vars.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/extern_abi.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/field.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/flyimport.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/fn_param.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/format_string.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/item_list.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/item_list/trait_impl.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/keyword.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/lifetime.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/mod_.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/pattern.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/postfix.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/postfix/format_like.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/record.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/snippet.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/use_.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/completions/vis.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/config.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/context.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/context/analysis.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/context/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/render.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/render/const_.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/render/function.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/render/literal.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/render/macro_.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/render/pattern.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/render/type_alias.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/render/union_literal.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/render/variant.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/snippet.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/tests/attribute.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/tests/expression.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/tests/flyimport.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/tests/fn_param.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/tests/item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/tests/item_list.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/tests/pattern.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/tests/predicate.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/tests/proc_macros.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/tests/record.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/tests/special.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/tests/type_pos.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/tests/use_tree.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-completion/src/tests/visibility.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/active_parameter.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/apply_change.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/assists.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/defs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/famous_defs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/helpers.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/imports/import_assets.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/imports/insert_use.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/imports/insert_use/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/imports/merge_imports.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/items_locator.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/label.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/line_index.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/path_transform.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/rename.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/rust_doc.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/search.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/source_change.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/symbol_index.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/syntax_helpers/format_string.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/syntax_helpers/format_string_exprs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/syntax_helpers/insert_whitespace_into_node.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/syntax_helpers/node_ext.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/test_data/test_symbol_index_collection.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/tests/sourcegen_lints.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/traits.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/ty_filter.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/use_trivial_contructor.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/break_outside_of_loop.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/field_shorthand.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/inactive_code.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/incorrect_case.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/invalid_derive_target.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/json_is_not_rust.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/macro_error.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/malformed_derive.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/mismatched_arg_count.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/missing_fields.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/missing_match_arms.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/missing_unsafe.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/no_such_field.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/private_assoc_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/private_field.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/replace_filter_map_next_with_find_map.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/type_mismatch.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unimplemented_builtin_macro.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unlinked_file.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_extern_crate.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_import.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_macro_call.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_module.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_proc_macro.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/useless_braces.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/tests/sourcegen.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-ssr/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-ssr/src/errors.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-ssr/src/fragments.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-ssr/src/from_comment.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-ssr/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-ssr/src/matching.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-ssr/src/nester.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-ssr/src/parsing.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-ssr/src/replacing.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-ssr/src/resolving.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-ssr/src/search.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-ssr/src/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/annotations.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/annotations/fn_references.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/call_hierarchy.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/doc_links.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/doc_links/intra_doc_links.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/doc_links/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/expand_macro.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/extend_selection.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/file_structure.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/fixture.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/folding_ranges.rs [new file with mode: 0755]
src/tools/rust-analyzer/crates/ide/src/goto_declaration.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/goto_definition.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/goto_implementation.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/goto_type_definition.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/highlight_related.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/hover.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/hover/render.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/hover/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/inlay_hints.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/inlay_hints/adjustment.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/inlay_hints/bind_pat.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/inlay_hints/binding_mode.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/inlay_hints/chaining.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/inlay_hints/closing_brace.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/inlay_hints/closure_ret.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/inlay_hints/discriminant.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/inlay_hints/fn_lifetime_fn.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/inlay_hints/implicit_static.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/inlay_hints/param_name.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/join_lines.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/markdown_remove.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/markup.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/matching_brace.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/moniker.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/move_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/navigation_target.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/parent_module.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/prime_caches.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/prime_caches/topologic_sort.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/references.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/rename.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/runnables.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/shuffle_crate_graph.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/signature_help.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/ssr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/static_index.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/status.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/escape.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/format.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/highlight.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/highlights.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/html.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/inject.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/injector.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/macro_.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/tags.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_assoc_functions.html [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_attributes.html [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_crate_root.html [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_default_library.html [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_doctest.html [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_extern_crate.html [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_general.html [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_injection.html [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_keywords.html [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_lifetimes.html [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_macros.html [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_module_docs_inline.html [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_module_docs_outline.html [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_operators.html [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_rainbow.html [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_strings.html [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_unsafe.html [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/syntax_tree.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/typing.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/typing/on_enter.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/view_crate_graph.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/view_hir.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/view_item_tree.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/intern/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/intern/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/limit/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/limit/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/mbe/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/mbe/src/benchmark.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/mbe/src/expander.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/mbe/src/expander/matcher.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/mbe/src/expander/transcriber.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/mbe/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/mbe/src/parser.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/mbe/src/syntax_bridge.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/mbe/src/syntax_bridge/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/mbe/src/to_parser_input.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/mbe/src/token_map.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/mbe/src/tt_iter.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/event.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/grammar.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/grammar/attributes.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/grammar/expressions.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/grammar/expressions/atom.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/grammar/generic_args.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/grammar/generic_params.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/grammar/items.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/grammar/items/adt.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/grammar/items/consts.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/grammar/items/traits.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/grammar/items/use_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/grammar/params.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/grammar/paths.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/grammar/patterns.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/grammar/types.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/input.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/lexed_str.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/output.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/parser.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/shortcuts.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/syntax_kind.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/syntax_kind/generated.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/tests/prefix_entries.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/tests/sourcegen_inline_tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/tests/top_entries.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/token_set.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/empty_exponent.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/empty_exponent.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/empty_exponent.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/empty_int.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/empty_int.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/empty_int.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/lifetime_starts_with_a_number.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/lifetime_starts_with_a_number.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/lifetime_starts_with_a_number.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_block_comment_at_eof.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_block_comment_at_eof.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_block_comment_at_eof.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_block_comment_with_content.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_block_comment_with_content.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_block_comment_with_content.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_at_eof.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_at_eof.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_at_eof.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_at_eof.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_at_eof.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_at_eof.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_ascii_escape.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_ascii_escape.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_ascii_escape.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_ferris.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_ferris.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_ferris.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_slash.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_slash.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_slash.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_slash_double_quote.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_slash_double_quote.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_slash_double_quote.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_slash_n.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_slash_n.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_slash_n.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_space.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_space.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_space.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_unicode_escape.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_unicode_escape.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_string_with_unicode_escape.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_ascii_escape.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_ascii_escape.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_ascii_escape.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_ferris.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_ferris.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_ferris.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_slash.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_slash.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_slash.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_slash_n.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_slash_n.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_slash_n.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_slash_single_quote.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_slash_single_quote.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_slash_single_quote.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_space.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_space.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_space.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_unicode_escape.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_unicode_escape.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_byte_with_unicode_escape.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_at_eof.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_at_eof.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_at_eof.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_ascii_escape.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_ascii_escape.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_ascii_escape.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_ferris.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_ferris.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_ferris.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_slash.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_slash.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_slash.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_slash_n.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_slash_n.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_slash_n.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_slash_single_quote.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_slash_single_quote.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_slash_single_quote.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_space.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_space.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_space.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_unicode_escape.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_unicode_escape.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_char_with_unicode_escape.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_nested_block_comment_entirely.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_nested_block_comment_entirely.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_nested_block_comment_entirely.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_nested_block_comment_partially.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_nested_block_comment_partially.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_nested_block_comment_partially.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_at_eof.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_at_eof.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_at_eof.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_ascii_escape.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_ascii_escape.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_ascii_escape.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_ferris.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_ferris.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_ferris.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_slash.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_slash.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_slash.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_slash_n.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_slash_n.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_slash_n.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_space.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_space.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_space.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_unicode_escape.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_unicode_escape.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_unicode_escape.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_at_eof.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_at_eof.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_at_eof.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_ascii_escape.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_ascii_escape.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_ascii_escape.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_ferris.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_ferris.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_ferris.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_slash.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_slash.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_slash.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_slash_n.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_slash_n.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_slash_n.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_space.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_space.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_space.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_unicode_escape.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_unicode_escape.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_unicode_escape.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_at_eof.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_at_eof.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_at_eof.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_ascii_escape.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_ascii_escape.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_ascii_escape.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_ferris.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_ferris.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_ferris.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_slash.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_slash.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_slash.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_slash_double_quote.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_slash_double_quote.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_slash_double_quote.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_slash_n.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_slash_n.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_slash_n.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_space.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_space.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_space.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_unicode_escape.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_unicode_escape.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_string_with_unicode_escape.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unstarted_raw_byte_string_at_eof.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unstarted_raw_byte_string_at_eof.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unstarted_raw_byte_string_at_eof.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unstarted_raw_byte_string_with_ascii.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unstarted_raw_byte_string_with_ascii.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unstarted_raw_byte_string_with_ascii.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unstarted_raw_string_at_eof.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unstarted_raw_string_at_eof.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unstarted_raw_string_at_eof.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unstarted_raw_string_with_ascii.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unstarted_raw_string_with_ascii.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unstarted_raw_string_with_ascii.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/block_comment.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/block_comment.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/block_comment.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/byte_strings.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/byte_strings.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/byte_strings.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/chars.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/chars.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/chars.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/hello.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/hello.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/hello.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/ident.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/ident.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/ident.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/keywords.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/keywords.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/keywords.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/lifetimes.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/lifetimes.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/lifetimes.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/numbers.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/numbers.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/numbers.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/raw_ident.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/raw_ident.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/raw_ident.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/raw_strings.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/raw_strings.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/raw_strings.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/single_line_comments.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/single_line_comments.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/single_line_comments.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/strings.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/strings.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/strings.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/symbols.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/symbols.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/symbols.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/whitespace.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/whitespace.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/whitespace.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0000_struct_field_missing_comma.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0000_struct_field_missing_comma.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0001_item_recovery_in_file.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0001_item_recovery_in_file.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0002_duplicate_shebang.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0002_duplicate_shebang.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0003_C++_semicolon.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0003_C++_semicolon.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0004_use_path_bad_segment.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0004_use_path_bad_segment.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0005_attribute_recover.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0005_attribute_recover.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0006_named_field_recovery.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0006_named_field_recovery.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0007_stray_curly_in_file.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0007_stray_curly_in_file.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0008_item_block_recovery.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0008_item_block_recovery.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0009_broken_struct_type_parameter.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0009_broken_struct_type_parameter.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0010_unsafe_lambda_block.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0010_unsafe_lambda_block.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0011_extern_struct.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0011_extern_struct.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0012_broken_lambda.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0013_invalid_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0013_invalid_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0014_where_no_bounds.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0014_where_no_bounds.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0015_curly_in_params.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0015_curly_in_params.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0016_missing_semi.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0016_missing_semi.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0017_incomplete_binexpr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0017_incomplete_binexpr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0018_incomplete_fn.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0018_incomplete_fn.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0019_let_recover.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0019_let_recover.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0020_fn_recover.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0020_fn_recover.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0021_incomplete_param.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0021_incomplete_param.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0022_bad_exprs.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0022_bad_exprs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0023_mismatched_paren.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0023_mismatched_paren.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0024_many_type_parens.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0024_many_type_parens.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0025_nope.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0025_nope.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0026_imp_recovery.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0026_imp_recovery.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0027_incomplere_where_for.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0027_incomplere_where_for.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0029_field_completion.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0029_field_completion.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0032_match_arms_inner_attrs.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0032_match_arms_inner_attrs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0033_match_arms_outer_attrs.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0033_match_arms_outer_attrs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0034_bad_box_pattern.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0034_bad_box_pattern.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0035_use_recover.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0035_use_recover.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0036_partial_use.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0036_partial_use.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0039_lambda_recovery.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0039_lambda_recovery.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0042_weird_blocks.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0042_weird_blocks.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0043_unexpected_for_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0043_unexpected_for_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0044_item_modifiers.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0044_item_modifiers.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0047_repated_extern_modifier.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0047_repated_extern_modifier.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0048_double_fish.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0048_double_fish.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0001_array_type_missing_semi.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0001_array_type_missing_semi.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0002_misplaced_label_err.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0002_misplaced_label_err.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0003_pointer_type_no_mutability.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0003_pointer_type_no_mutability.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0004_impl_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0004_impl_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0005_fn_pointer_type_missing_fn.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0005_fn_pointer_type_missing_fn.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0006_unsafe_block_in_mod.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0006_unsafe_block_in_mod.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0007_async_without_semicolon.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0007_async_without_semicolon.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0008_pub_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0008_pub_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0013_anonymous_static.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0013_anonymous_static.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0014_record_literal_before_ellipsis_recovery.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0014_record_literal_before_ellipsis_recovery.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0014_record_literal_missing_ellipsis_recovery.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0014_record_literal_missing_ellipsis_recovery.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0014_struct_field_recover.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0014_struct_field_recover.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0015_arg_list_recovery.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0015_arg_list_recovery.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0015_empty_segment.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0015_empty_segment.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0015_missing_fn_param_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0015_missing_fn_param_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0002_use_tree_list.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0002_use_tree_list.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0003_where_pred_for.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0003_where_pred_for.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0004_value_parameters_no_patterns.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0004_value_parameters_no_patterns.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0005_function_type_params.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0005_function_type_params.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0006_self_param.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0006_self_param.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0007_type_param_bounds.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0007_type_param_bounds.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0008_path_part.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0008_path_part.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0009_loop_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0009_loop_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0010_extern_block.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0010_extern_block.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0011_field_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0011_field_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0012_type_item_where_clause.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0012_type_item_where_clause.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0013_pointer_type_mut.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0013_pointer_type_mut.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0014_never_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0014_never_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0015_continue_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0015_continue_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0017_array_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0017_array_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0018_arb_self_types.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0018_arb_self_types.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0019_unary_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0019_unary_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0021_assoc_item_list.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0021_assoc_item_list.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0022_crate_visibility.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0022_crate_visibility.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0023_placeholder_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0023_placeholder_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0024_slice_pat.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0024_slice_pat.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0025_slice_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0025_slice_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0026_tuple_pat_fields.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0026_tuple_pat_fields.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0027_ref_pat.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0027_ref_pat.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0028_impl_trait_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0028_impl_trait_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0029_cast_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0029_cast_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0030_let_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0030_let_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0031_while_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0031_while_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0032_fn_pointer_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0032_fn_pointer_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0033_reference_type;.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0033_reference_type;.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0034_break_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0034_break_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0037_qual_paths.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0037_qual_paths.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0038_full_range_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0038_full_range_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0040_crate_keyword_vis.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0040_crate_keyword_vis.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0041_trait_item.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0041_trait_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0042_call_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0042_call_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0044_block_items.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0044_block_items.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0045_param_list_opt_patterns.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0045_param_list_opt_patterns.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0046_singleton_tuple_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0046_singleton_tuple_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0048_path_type_with_bounds.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0048_path_type_with_bounds.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0050_fn_decl.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0050_fn_decl.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0051_unit_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0051_unit_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0052_path_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0052_path_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0053_path_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0053_path_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0054_record_field_attrs.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0054_record_field_attrs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0055_literal_pattern.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0055_literal_pattern.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0056_where_clause.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0056_where_clause.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0058_range_pat.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0058_range_pat.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0059_match_arms_commas.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0059_match_arms_commas.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0060_extern_crate.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0060_extern_crate.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0061_record_lit.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0061_record_lit.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0062_mod_contents.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0062_mod_contents.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0063_impl_item_neg.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0063_impl_item_neg.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0064_if_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0064_if_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0065_dyn_trait_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0065_dyn_trait_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0066_match_arm.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0066_match_arm.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0067_crate_path.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0067_crate_path.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0070_stmt_bin_expr_ambiguity.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0070_stmt_bin_expr_ambiguity.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0071_match_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0071_match_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0072_return_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0072_return_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0073_type_item_type_params.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0073_type_item_type_params.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0074_stmt_postfix_expr_ambiguity.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0074_stmt_postfix_expr_ambiguity.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0075_block.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0075_block.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0076_function_where_clause.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0076_function_where_clause.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0077_try_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0077_try_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0078_type_alias.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0078_type_alias.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0079_impl_item.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0079_impl_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0080_postfix_range.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0080_postfix_range.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0081_for_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0081_for_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0082_ref_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0082_ref_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0083_struct_items.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0084_paren_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0084_paren_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0085_expr_literals.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0085_expr_literals.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0086_function_ret_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0086_function_ret_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0088_break_ambiguity.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0088_break_ambiguity.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0090_type_param_default.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0090_type_param_default.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0092_fn_pointer_type_with_ret.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0092_fn_pointer_type_with_ret.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0093_index_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0093_index_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0095_placeholder_pat.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0095_placeholder_pat.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0096_no_semi_after_block.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0096_no_semi_after_block.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0099_param_list.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0099_param_list.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0100_for_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0100_for_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0102_record_pat_field_list.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0102_record_pat_field_list.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0103_array_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0103_array_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0104_path_fn_trait_args.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0104_path_fn_trait_args.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0106_lambda_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0106_lambda_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0107_method_call_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0107_method_call_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0108_tuple_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0108_tuple_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0109_label.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0109_label.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0111_tuple_pat.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0111_tuple_pat.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0112_bind_pat.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0112_bind_pat.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0113_nocontentexpr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0113_nocontentexpr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0114_tuple_struct_where.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0114_tuple_struct_where.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0115_tuple_field_attrs.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0115_tuple_field_attrs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0117_macro_call_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0117_macro_call_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0118_match_guard.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0118_match_guard.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0120_match_arms_inner_attribute.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0120_match_arms_inner_attribute.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0121_match_arms_outer_attributes.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0121_match_arms_outer_attributes.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0123_param_list_vararg.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0123_param_list_vararg.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0125_crate_keyword_path.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0125_crate_keyword_path.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0125_record_literal_field_with_attr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0125_record_literal_field_with_attr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0126_attr_on_expr_stmt.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0126_attr_on_expr_stmt.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0129_marco_pat.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0129_marco_pat.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0130_let_stmt.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0130_let_stmt.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0130_try_block_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0130_try_block_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0131_existential_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0131_existential_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0132_box_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0132_box_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0134_nocontentexpr_after_item.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0134_nocontentexpr_after_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0137_await_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0137_await_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0138_associated_type_bounds.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0138_associated_type_bounds.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0138_expression_after_block.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0138_expression_after_block.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0138_self_param_outer_attr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0138_self_param_outer_attr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0139_param_outer_arg.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0139_param_outer_arg.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0142_for_range_from.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0142_for_range_from.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0143_box_pat.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0143_box_pat.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0144_dot_dot_pat.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0144_dot_dot_pat.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0145_record_pat_field.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0145_record_pat_field.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0146_as_precedence.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0146_as_precedence.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0147_const_param.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0147_const_param.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0147_macro_def.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0147_macro_def.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0150_array_attrs.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0150_array_attrs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0150_impl_type_params.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0150_impl_type_params.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0151_fn.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0151_fn.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0151_trait_alias.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0151_trait_alias.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0152_arg_with_attr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0152_arg_with_attr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0153_pub_parens_typepath.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0153_pub_parens_typepath.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0154_fn_pointer_param_ident_path.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0154_fn_pointer_param_ident_path.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0154_no_dyn_trait_leading_for.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0154_no_dyn_trait_leading_for.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0154_tuple_attrs.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0154_tuple_attrs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0155_closure_params.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0155_closure_params.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0156_const_block_pat.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0156_const_block_pat.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0156_fn_def_param.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0156_fn_def_param.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0156_or_pattern.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0156_or_pattern.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0157_fn_pointer_unnamed_arg.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0157_fn_pointer_unnamed_arg.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0157_variant_discriminant.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0157_variant_discriminant.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0158_binop_resets_statementness.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0158_binop_resets_statementness.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0158_lambda_ret_block.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0158_lambda_ret_block.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0158_macro_rules_non_brace.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0158_macro_rules_non_brace.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0159_try_macro_fallback.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0159_try_macro_fallback.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0159_yield_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0159_yield_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0160_crate_visibility_in.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0160_crate_visibility_in.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0160_try_macro_rules.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0160_try_macro_rules.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0161_impl_item_const.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0161_impl_item_const.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0161_labeled_block.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0161_labeled_block.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0162_default_async_unsafe_fn.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0162_default_async_unsafe_fn.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0163_default_async_fn.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0163_default_async_fn.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0163_default_unsafe_item.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0163_default_unsafe_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0164_default_item.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0164_default_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0164_type_path_in_pattern.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0164_type_path_in_pattern.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0166_half_open_range_pat.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0166_half_open_range_pat.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0168_extern_crate_rename.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0168_extern_crate_rename.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0168_extern_crate_self.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0168_extern_crate_self.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0169_mod_item.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0169_mod_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0170_mod_item_curly.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0170_mod_item_curly.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0170_tuple_struct.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0170_tuple_struct.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0171_struct_item.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0171_struct_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0172_const_item.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0172_const_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0172_record_field_list.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0172_record_field_list.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0173_anonymous_const.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0173_anonymous_const.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0173_macro_def_curly.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0173_macro_def_curly.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0173_union_item.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0173_union_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0174_trait_item_generic_params.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0174_trait_item_generic_params.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0174_unit_struct.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0174_unit_struct.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0174_use_tree_star.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0174_use_tree_star.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0175_trait_item_bounds.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0175_trait_item_bounds.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0176_trait_item_where_clause.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0176_trait_item_where_clause.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0176_use_tree_alias.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0176_use_tree_alias.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0177_assoc_item_list_inner_attrs.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0177_assoc_item_list_inner_attrs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0177_trait_alias_where_clause.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0177_trait_alias_where_clause.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0177_use_tree.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0177_use_tree.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0177_use_tree_path.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0177_use_tree_path.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0178_use_tree_path_use_tree.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0178_use_tree_path_use_tree.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0179_use_tree_abs_star.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0179_use_tree_abs_star.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0180_use_tree_path_star.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0180_use_tree_path_star.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0181_generic_param_attribute.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0181_generic_param_attribute.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0181_use_item.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0181_use_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0182_lifetime_param.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0182_lifetime_param.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0183_const_arg_block.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0183_const_arg_block.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0183_type_param.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0183_type_param.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0184_const_arg.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0184_const_arg.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0184_generic_param_list.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0184_generic_param_list.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0185_assoc_type_bound.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0185_assoc_type_bound.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0186_lifetime_arg.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0186_lifetime_arg.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0187_assoc_type_eq.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0187_assoc_type_eq.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0188_const_param_default_path.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0188_const_param_default_path.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0189_const_arg_literal.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0189_const_arg_literal.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0190_generic_arg.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0190_generic_arg.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0191_const_arg_negative_number.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0191_const_arg_negative_number.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0192_const_arg_bool_literal.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0192_const_arg_bool_literal.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0193_let_stmt_init.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0193_let_stmt_init.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0194_let_else.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0194_let_else.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0194_let_stmt_ascription.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0194_let_stmt_ascription.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0194_macro_inside_generic_arg.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0194_macro_inside_generic_arg.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0196_pub_tuple_field.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0196_pub_tuple_field.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0197_destructuring_assignment_struct_rest_pattern.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0197_destructuring_assignment_struct_rest_pattern.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0198_destructuring_assignment_wildcard_pat.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0198_destructuring_assignment_wildcard_pat.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0199_const_param_default_expression.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0199_const_param_default_expression.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0199_effect_blocks.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0199_effect_blocks.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0199_type_item_where_clause_deprecated.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0199_type_item_where_clause_deprecated.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0200_assoc_const_eq.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0200_assoc_const_eq.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0200_const_param_default_literal.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0200_const_param_default_literal.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0201_question_for_type_trait_bound.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0201_question_for_type_trait_bound.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0202_typepathfn_with_coloncolon.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0202_typepathfn_with_coloncolon.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0203_closure_body_underscore_assignment.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0203_closure_body_underscore_assignment.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0204_yeet_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0204_yeet_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0205_const_closure.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0205_const_closure.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0000_empty.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0000_empty.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0001_struct_item.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0001_struct_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0002_struct_item_field.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0002_struct_item_field.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0004_file_shebang.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0004_file_shebang.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0005_fn_item.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0005_fn_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0006_inner_attributes.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0006_inner_attributes.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0007_extern_crate.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0007_extern_crate.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0008_mod_item.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0008_mod_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0009_use_item.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0009_use_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0010_use_path_segments.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0010_use_path_segments.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0011_outer_attribute.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0011_outer_attribute.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0012_visibility.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0012_visibility.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0013_use_path_self_super.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0013_use_path_self_super.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0014_use_tree.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0014_use_tree.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0015_use_tree.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0015_use_tree.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0016_struct_flavors.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0016_struct_flavors.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0017_attr_trailing_comma.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0017_attr_trailing_comma.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0018_struct_type_params.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0018_struct_type_params.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0019_enums.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0019_enums.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0020_type_param_bounds.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0020_type_param_bounds.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0022_empty_extern_block.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0022_empty_extern_block.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0023_static_items.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0023_static_items.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0024_const_item.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0024_const_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0025_extern_fn_in_block.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0025_extern_fn_in_block.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0026_const_fn_in_block.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0026_const_fn_in_block.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0027_unsafe_fn_in_block.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0027_unsafe_fn_in_block.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0028_operator_binding_power.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0028_operator_binding_power.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0029_range_forms.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0029_range_forms.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0030_string_suffixes.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0030_string_suffixes.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0030_traits.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0030_traits.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0031_extern.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0031_extern.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0032_where_for.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0032_where_for.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0033_label_break.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0033_label_break.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0034_crate_path_in_call.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0034_crate_path_in_call.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0035_weird_exprs.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0035_weird_exprs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0036_fully_qualified.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0036_fully_qualified.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0037_mod.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0037_mod.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0038_where_pred_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0038_where_pred_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0039_raw_fn_item.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0039_raw_fn_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0040_raw_struct_item_field.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0040_raw_struct_item_field.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0041_raw_keywords.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0041_raw_keywords.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0042_ufcs_call_list.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0042_ufcs_call_list.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0043_complex_assignment.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0043_complex_assignment.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0044_let_attrs.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0044_let_attrs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0045_block_attrs.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0045_block_attrs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0046_extern_inner_attributes.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0046_extern_inner_attributes.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0047_minus_in_inner_pattern.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0047_minus_in_inner_pattern.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0048_compound_assignment.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0048_compound_assignment.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0049_async_block.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0049_async_block.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0050_async_block_as_argument.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0050_async_block_as_argument.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0051_parameter_attrs.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0051_parameter_attrs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0052_for_range_block.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0052_for_range_block.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0053_outer_attribute_on_macro_rules.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0053_outer_attribute_on_macro_rules.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0054_qual_path_in_type_arg.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0054_qual_path_in_type_arg.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0055_dot_dot_dot.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0055_dot_dot_dot.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0056_neq_in_type.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0056_neq_in_type.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0057_loop_in_call.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0057_loop_in_call.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0058_unary_expr_precedence.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0058_unary_expr_precedence.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0059_loops_in_parens.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0059_loops_in_parens.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0060_as_range.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0060_as_range.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0061_match_full_range.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0061_match_full_range.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0062_macro_2.0.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0062_macro_2.0.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0063_trait_fn_patterns.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0063_trait_fn_patterns.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0063_variadic_fun.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0063_variadic_fun.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0064_impl_fn_params.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0064_impl_fn_params.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0065_comment_newline.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0065_comment_newline.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0065_plus_after_fn_trait_bound.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0065_plus_after_fn_trait_bound.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0066_default_modifier.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0066_default_modifier.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0067_where_for_pred.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0067_where_for_pred.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0068_item_modifiers.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0068_item_modifiers.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0069_multi_trait_object.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0069_multi_trait_object.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0070_expr_attr_placement.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0070_expr_attr_placement.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0071_stmt_attr_placement.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0071_stmt_attr_placement.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0072_destructuring_assignment.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0072_destructuring_assignment.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/paths/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/paths/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-api/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-api/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-api/src/msg.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-api/src/msg/flat.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-api/src/process.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-api/src/version.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv-cli/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv-cli/src/main.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/build.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/mod.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/bridge/buffer.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/bridge/client.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/bridge/closure.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/bridge/handle.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/bridge/mod.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/bridge/rpc.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/bridge/scoped_cell.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/bridge/selfless_reify.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/bridge/server.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/diagnostic.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/mod.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/quote.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/ra_server.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_sysroot/mod.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_sysroot/ra_server.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_sysroot/ra_server/symbol.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_sysroot/ra_server/token_stream.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/mod.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/cli.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/dylib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/tests/mod.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/tests/utils.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-test/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-test/build.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-test/imp/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-test/imp/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-test/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/profile/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/profile/src/google_cpu_profiler.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/profile/src/hprof.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/profile/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/profile/src/memory_usage.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/profile/src/stop_watch.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/profile/src/tree.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/src/build_scripts.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/src/cargo_workspace.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/src/cfg_flag.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/src/manifest_path.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/src/project_json.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/src/rustc_cfg.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/src/sysroot.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/src/target_data_layout.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/src/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/src/workspace.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/test_data/fake-sysroot/alloc/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/test_data/fake-sysroot/core/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/test_data/fake-sysroot/panic_abort/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/test_data/fake-sysroot/panic_unwind/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/test_data/fake-sysroot/proc_macro/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/test_data/fake-sysroot/profiler_builtins/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/test_data/fake-sysroot/std/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/test_data/fake-sysroot/stdarch/crates/std_detect/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/test_data/fake-sysroot/term/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/test_data/fake-sysroot/test/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/test_data/fake-sysroot/unwind/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/test_data/hello-world-metadata.json [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/test_data/hello-world-project.json [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/test_data/is-proc-macro-project.json [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/build.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/bin/logger.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/bin/main.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/bin/rustc_wrapper.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/caps.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/cargo_target_spec.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/cli.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/analysis_stats.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/diagnostics.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/flags.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/highlight.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/load_cargo.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/lsif.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/parse.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/progress_report.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/scip.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/ssr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/symbols.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/config.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/config/patch_old_style.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics/test_data/clippy_pass_by_ref.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics/test_data/handles_macro_location.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics/test_data/macro_compiler_error.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics/test_data/reasonable_line_numbers_from_empty_file.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics/test_data/rustc_incompatible_type_for_trait.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics/test_data/rustc_mismatched_type.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics/test_data/rustc_range_map_lsp_position.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics/test_data/rustc_unused_variable.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics/test_data/rustc_unused_variable_as_hint.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics/test_data/rustc_unused_variable_as_info.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics/test_data/rustc_wrong_number_of_parameters.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics/test_data/snap_multi_line_fix.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics/to_proto.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/diff.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/dispatch.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/from_proto.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/global_state.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/handlers.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/integrated_benchmarks.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/line_index.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/lsp_ext.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/lsp_utils.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/main_loop.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/markdown.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/mem_docs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/op_queue.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/reload.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/semantic_tokens.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/task_pool.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/to_proto.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/version.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/main.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/sourcegen.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/support.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/testdir.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/tidy.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/sourcegen/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/sourcegen/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/stdx/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/stdx/src/hash.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/stdx/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/stdx/src/macros.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/stdx/src/non_empty_vec.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/stdx/src/panic_context.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/stdx/src/process.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/stdx/src/rand.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/fuzz/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/fuzz/fuzz_targets/parser.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/fuzz/fuzz_targets/reparse.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/rust.ungram [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/algo.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/ast.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/ast/edit.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/ast/edit_in_place.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/ast/expr_ext.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/ast/generated.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/ast/generated/nodes.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/ast/generated/tokens.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/ast/make.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/ast/node_ext.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/ast/operators.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/ast/prec.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/ast/token_ext.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/ast/traits.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/fuzz.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/hacks.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/parsing.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/parsing/reparsing.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/ptr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/syntax_error.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/syntax_node.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/ted.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/tests/ast_src.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/tests/sourcegen_ast.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/token_text.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/utils.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/validation.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/src/validation/block.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/fuzz-failures/0000.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/fuzz-failures/0001.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/fuzz-failures/0002.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/fuzz-failures/0003.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/fuzz-failures/0004.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/validation/0031_block_inner_attrs.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/validation/0031_block_inner_attrs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/validation/0037_visibility_in_traits.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/validation/0037_visibility_in_traits.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/validation/0038_endless_inclusive_range.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/validation/0038_endless_inclusive_range.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/validation/0040_illegal_crate_kw_location.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/validation/0040_illegal_crate_kw_location.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/validation/0041_illegal_self_keyword_location.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/validation/0041_illegal_self_keyword_location.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/validation/0045_ambiguous_trait_object.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/validation/0045_ambiguous_trait_object.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/validation/0046_mutable_const_item.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/validation/0046_mutable_const_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/validation/invalid_let_expr.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/parser/validation/invalid_let_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/reparse/fuzz-failures/0000.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/reparse/fuzz-failures/0001.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/reparse/fuzz-failures/0002.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/reparse/fuzz-failures/0003.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/reparse/fuzz-failures/0004.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/test_data/reparse/fuzz-failures/0005.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/test-utils/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/test-utils/src/assert_linear.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/test-utils/src/bench_fixture.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/test-utils/src/fixture.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/test-utils/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/test-utils/src/minicore.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/text-edit/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/text-edit/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/toolchain/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/toolchain/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/tt/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/tt/src/buffer.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/tt/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/vfs-notify/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/vfs-notify/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/vfs/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/vfs/src/anchored_path.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/vfs/src/file_set.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/vfs/src/file_set/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/vfs/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/vfs/src/loader.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/vfs/src/path_interner.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/vfs/src/vfs_path.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/vfs/src/vfs_path/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/docs/dev/README.md [new file with mode: 0644]
src/tools/rust-analyzer/docs/dev/architecture.md [new file with mode: 0644]
src/tools/rust-analyzer/docs/dev/debugging.md [new file with mode: 0644]
src/tools/rust-analyzer/docs/dev/guide.md [new file with mode: 0644]
src/tools/rust-analyzer/docs/dev/lsp-extensions.md [new file with mode: 0644]
src/tools/rust-analyzer/docs/dev/style.md [new file with mode: 0644]
src/tools/rust-analyzer/docs/dev/syntax.md [new file with mode: 0644]
src/tools/rust-analyzer/docs/user/generated_config.adoc [new file with mode: 0644]
src/tools/rust-analyzer/docs/user/manual.adoc [new file with mode: 0644]
src/tools/rust-analyzer/lib/README.md [new file with mode: 0644]
src/tools/rust-analyzer/lib/la-arena/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/lib/la-arena/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/lib/la-arena/src/map.rs [new file with mode: 0644]
src/tools/rust-analyzer/lib/lsp-server/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/lib/lsp-server/examples/goto_def.rs [new file with mode: 0644]
src/tools/rust-analyzer/lib/lsp-server/src/error.rs [new file with mode: 0644]
src/tools/rust-analyzer/lib/lsp-server/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/lib/lsp-server/src/msg.rs [new file with mode: 0644]
src/tools/rust-analyzer/lib/lsp-server/src/req_queue.rs [new file with mode: 0644]
src/tools/rust-analyzer/lib/lsp-server/src/socket.rs [new file with mode: 0644]
src/tools/rust-analyzer/lib/lsp-server/src/stdio.rs [new file with mode: 0644]
src/tools/rust-analyzer/rustfmt.toml [new file with mode: 0644]
src/tools/rust-analyzer/triagebot.toml [new file with mode: 0644]
src/tools/rust-analyzer/xtask/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/xtask/src/dist.rs [new file with mode: 0644]
src/tools/rust-analyzer/xtask/src/flags.rs [new file with mode: 0644]
src/tools/rust-analyzer/xtask/src/install.rs [new file with mode: 0644]
src/tools/rust-analyzer/xtask/src/main.rs [new file with mode: 0644]
src/tools/rust-analyzer/xtask/src/metrics.rs [new file with mode: 0644]
src/tools/rust-analyzer/xtask/src/publish.rs [new file with mode: 0644]
src/tools/rust-analyzer/xtask/src/publish/notes.rs [new file with mode: 0644]
src/tools/rust-analyzer/xtask/src/release.rs [new file with mode: 0644]
src/tools/rust-analyzer/xtask/src/release/changelog.rs [new file with mode: 0644]
src/tools/rust-analyzer/xtask/test_data/expected.md [new file with mode: 0644]
src/tools/rust-analyzer/xtask/test_data/input.adoc [new file with mode: 0644]
src/tools/rust-demangler/Cargo.toml [new file with mode: 0644]
src/tools/rust-demangler/README.md [new file with mode: 0644]
src/tools/rust-demangler/src/lib.rs [new file with mode: 0644]
src/tools/rust-demangler/src/main.rs [new file with mode: 0644]
src/tools/rust-demangler/tests/lib.rs [new file with mode: 0644]
src/tools/rust-installer/.github/workflows/ci.yml [new file with mode: 0644]
src/tools/rust-installer/Cargo.toml [new file with mode: 0644]
src/tools/rust-installer/LICENSE-APACHE [new file with mode: 0644]
src/tools/rust-installer/LICENSE-MIT [new file with mode: 0644]
src/tools/rust-installer/README.md [new file with mode: 0644]
src/tools/rust-installer/combine-installers.sh [new file with mode: 0755]
src/tools/rust-installer/gen-install-script.sh [new file with mode: 0755]
src/tools/rust-installer/gen-installer.sh [new file with mode: 0755]
src/tools/rust-installer/install-template.sh [new file with mode: 0644]
src/tools/rust-installer/make-tarballs.sh [new file with mode: 0755]
src/tools/rust-installer/rust-installer-version [new file with mode: 0644]
src/tools/rust-installer/src/combiner.rs [new file with mode: 0644]
src/tools/rust-installer/src/compression.rs [new file with mode: 0644]
src/tools/rust-installer/src/generator.rs [new file with mode: 0644]
src/tools/rust-installer/src/lib.rs [new file with mode: 0644]
src/tools/rust-installer/src/main.rs [new file with mode: 0644]
src/tools/rust-installer/src/remove_dir_all.rs [new file with mode: 0644]
src/tools/rust-installer/src/scripter.rs [new file with mode: 0644]
src/tools/rust-installer/src/tarballer.rs [new file with mode: 0644]
src/tools/rust-installer/src/util.rs [new file with mode: 0644]
src/tools/rust-installer/test.sh [new file with mode: 0755]
src/tools/rust-installer/test/image-docdir1/share/doc/rust/README [new file with mode: 0644]
src/tools/rust-installer/test/image-docdir1/share/doc/rust/rustdocs.txt [new file with mode: 0644]
src/tools/rust-installer/test/image-docdir2/share/doc/cargo/README [new file with mode: 0644]
src/tools/rust-installer/test/image-docdir2/share/doc/cargo/cargodocs.txt [new file with mode: 0644]
src/tools/rust-installer/test/image1/bin/bad-bin [new file with mode: 0644]
src/tools/rust-installer/test/image1/bin/program [new file with mode: 0755]
src/tools/rust-installer/test/image1/bin/program2 [new file with mode: 0755]
src/tools/rust-installer/test/image1/dir-to-install/foo [new file with mode: 0644]
src/tools/rust-installer/test/image1/dir-to-not-install/foo [new file with mode: 0644]
src/tools/rust-installer/test/image1/something-to-install [new file with mode: 0644]
src/tools/rust-installer/test/image1/something-to-not-install [new file with mode: 0644]
src/tools/rust-installer/test/image2/bin/oldprogram [new file with mode: 0755]
src/tools/rust-installer/test/image2/dir-to-install/bar [new file with mode: 0644]
src/tools/rust-installer/test/image2/something-to-install [new file with mode: 0644]
src/tools/rust-installer/test/image3/bin/cargo [new file with mode: 0755]
src/tools/rust-installer/test/image4/baz [new file with mode: 0644]
src/tools/rust-installer/test/image4/dir-to-install/qux/bar [new file with mode: 0644]
src/tools/rust-installer/test/image5/dir-to-install/foo [new file with mode: 0644]
src/tools/rust-installer/triagebot.toml [new file with mode: 0644]
src/tools/rustbook/Cargo.toml [new file with mode: 0644]
src/tools/rustbook/src/main.rs [new file with mode: 0644]
src/tools/rustc-workspace-hack/Cargo.toml [new file with mode: 0644]
src/tools/rustc-workspace-hack/README.md [new file with mode: 0644]
src/tools/rustc-workspace-hack/lib.rs [new file with mode: 0644]
src/tools/rustdoc-gui/tester.js [new file with mode: 0644]
src/tools/rustdoc-js/tester.js [new file with mode: 0644]
src/tools/rustdoc-themes/Cargo.toml [new file with mode: 0644]
src/tools/rustdoc-themes/main.rs [new file with mode: 0644]
src/tools/rustdoc/Cargo.toml [new file with mode: 0644]
src/tools/rustdoc/main.rs [new file with mode: 0644]
src/tools/rustfmt/.editorconfig [new file with mode: 0644]
src/tools/rustfmt/.github/workflows/check_diff.yml [new file with mode: 0644]
src/tools/rustfmt/.github/workflows/integration.yml [new file with mode: 0644]
src/tools/rustfmt/.github/workflows/linux.yml [new file with mode: 0644]
src/tools/rustfmt/.github/workflows/mac.yml [new file with mode: 0644]
src/tools/rustfmt/.github/workflows/rustdoc_check.yml [new file with mode: 0644]
src/tools/rustfmt/.github/workflows/upload-assets.yml [new file with mode: 0644]
src/tools/rustfmt/.github/workflows/windows.yml [new file with mode: 0644]
src/tools/rustfmt/.travis.yml [new file with mode: 0644]
src/tools/rustfmt/CHANGELOG.md [new file with mode: 0644]
src/tools/rustfmt/CODE_OF_CONDUCT.md [new file with mode: 0644]
src/tools/rustfmt/Cargo.lock [new file with mode: 0644]
src/tools/rustfmt/Cargo.toml [new file with mode: 0644]
src/tools/rustfmt/Configurations.md [new file with mode: 0644]
src/tools/rustfmt/Contributing.md [new file with mode: 0644]
src/tools/rustfmt/Design.md [new file with mode: 0644]
src/tools/rustfmt/LICENSE-APACHE [new file with mode: 0644]
src/tools/rustfmt/LICENSE-MIT [new file with mode: 0644]
src/tools/rustfmt/Makefile.toml [new file with mode: 0644]
src/tools/rustfmt/Processes.md [new file with mode: 0644]
src/tools/rustfmt/README.md [new file with mode: 0644]
src/tools/rustfmt/atom.md [new file with mode: 0644]
src/tools/rustfmt/bootstrap.sh [new file with mode: 0755]
src/tools/rustfmt/build.rs [new file with mode: 0644]
src/tools/rustfmt/ci/build_and_test.bat [new file with mode: 0755]
src/tools/rustfmt/ci/build_and_test.sh [new file with mode: 0755]
src/tools/rustfmt/ci/check_diff.sh [new file with mode: 0755]
src/tools/rustfmt/ci/integration.sh [new file with mode: 0755]
src/tools/rustfmt/config_proc_macro/Cargo.lock [new file with mode: 0644]
src/tools/rustfmt/config_proc_macro/Cargo.toml [new file with mode: 0644]
src/tools/rustfmt/config_proc_macro/src/attrs.rs [new file with mode: 0644]
src/tools/rustfmt/config_proc_macro/src/config_type.rs [new file with mode: 0644]
src/tools/rustfmt/config_proc_macro/src/item_enum.rs [new file with mode: 0644]
src/tools/rustfmt/config_proc_macro/src/item_struct.rs [new file with mode: 0644]
src/tools/rustfmt/config_proc_macro/src/lib.rs [new file with mode: 0644]
src/tools/rustfmt/config_proc_macro/src/utils.rs [new file with mode: 0644]
src/tools/rustfmt/config_proc_macro/tests/smoke.rs [new file with mode: 0644]
src/tools/rustfmt/intellij.md [new file with mode: 0644]
src/tools/rustfmt/rust-toolchain [new file with mode: 0644]
src/tools/rustfmt/rustfmt.toml [new file with mode: 0644]
src/tools/rustfmt/src/attr.rs [new file with mode: 0644]
src/tools/rustfmt/src/attr/doc_comment.rs [new file with mode: 0644]
src/tools/rustfmt/src/bin/main.rs [new file with mode: 0644]
src/tools/rustfmt/src/cargo-fmt/main.rs [new file with mode: 0644]
src/tools/rustfmt/src/cargo-fmt/test/message_format.rs [new file with mode: 0644]
src/tools/rustfmt/src/cargo-fmt/test/mod.rs [new file with mode: 0644]
src/tools/rustfmt/src/cargo-fmt/test/targets.rs [new file with mode: 0644]
src/tools/rustfmt/src/chains.rs [new file with mode: 0644]
src/tools/rustfmt/src/closures.rs [new file with mode: 0644]
src/tools/rustfmt/src/comment.rs [new file with mode: 0644]
src/tools/rustfmt/src/config/config_type.rs [new file with mode: 0644]
src/tools/rustfmt/src/config/file_lines.rs [new file with mode: 0644]
src/tools/rustfmt/src/config/lists.rs [new file with mode: 0644]
src/tools/rustfmt/src/config/macro_names.rs [new file with mode: 0644]
src/tools/rustfmt/src/config/mod.rs [new file with mode: 0644]
src/tools/rustfmt/src/config/options.rs [new file with mode: 0644]
src/tools/rustfmt/src/coverage.rs [new file with mode: 0644]
src/tools/rustfmt/src/emitter.rs [new file with mode: 0644]
src/tools/rustfmt/src/emitter/checkstyle.rs [new file with mode: 0644]
src/tools/rustfmt/src/emitter/checkstyle/xml.rs [new file with mode: 0644]
src/tools/rustfmt/src/emitter/diff.rs [new file with mode: 0644]
src/tools/rustfmt/src/emitter/files.rs [new file with mode: 0644]
src/tools/rustfmt/src/emitter/files_with_backup.rs [new file with mode: 0644]
src/tools/rustfmt/src/emitter/json.rs [new file with mode: 0644]
src/tools/rustfmt/src/emitter/modified_lines.rs [new file with mode: 0644]
src/tools/rustfmt/src/emitter/stdout.rs [new file with mode: 0644]
src/tools/rustfmt/src/expr.rs [new file with mode: 0644]
src/tools/rustfmt/src/format-diff/main.rs [new file with mode: 0644]
src/tools/rustfmt/src/format-diff/test/bindgen.diff [new file with mode: 0644]
src/tools/rustfmt/src/format_report_formatter.rs [new file with mode: 0644]
src/tools/rustfmt/src/formatting.rs [new file with mode: 0644]
src/tools/rustfmt/src/formatting/generated.rs [new file with mode: 0644]
src/tools/rustfmt/src/formatting/newline_style.rs [new file with mode: 0644]
src/tools/rustfmt/src/git-rustfmt/main.rs [new file with mode: 0644]
src/tools/rustfmt/src/ignore_path.rs [new file with mode: 0644]
src/tools/rustfmt/src/imports.rs [new file with mode: 0644]
src/tools/rustfmt/src/items.rs [new file with mode: 0644]
src/tools/rustfmt/src/lib.rs [new file with mode: 0644]
src/tools/rustfmt/src/lists.rs [new file with mode: 0644]
src/tools/rustfmt/src/macros.rs [new file with mode: 0644]
src/tools/rustfmt/src/matches.rs [new file with mode: 0644]
src/tools/rustfmt/src/missed_spans.rs [new file with mode: 0644]
src/tools/rustfmt/src/modules.rs [new file with mode: 0644]
src/tools/rustfmt/src/modules/visitor.rs [new file with mode: 0644]
src/tools/rustfmt/src/overflow.rs [new file with mode: 0644]
src/tools/rustfmt/src/pairs.rs [new file with mode: 0644]
src/tools/rustfmt/src/parse/macros/asm.rs [new file with mode: 0644]
src/tools/rustfmt/src/parse/macros/cfg_if.rs [new file with mode: 0644]
src/tools/rustfmt/src/parse/macros/lazy_static.rs [new file with mode: 0644]
src/tools/rustfmt/src/parse/macros/mod.rs [new file with mode: 0644]
src/tools/rustfmt/src/parse/mod.rs [new file with mode: 0644]
src/tools/rustfmt/src/parse/parser.rs [new file with mode: 0644]
src/tools/rustfmt/src/parse/session.rs [new file with mode: 0644]
src/tools/rustfmt/src/patterns.rs [new file with mode: 0644]
src/tools/rustfmt/src/release_channel.rs [new file with mode: 0644]
src/tools/rustfmt/src/reorder.rs [new file with mode: 0644]
src/tools/rustfmt/src/rewrite.rs [new file with mode: 0644]
src/tools/rustfmt/src/rustfmt_diff.rs [new file with mode: 0644]
src/tools/rustfmt/src/shape.rs [new file with mode: 0644]
src/tools/rustfmt/src/skip.rs [new file with mode: 0644]
src/tools/rustfmt/src/source_file.rs [new file with mode: 0644]
src/tools/rustfmt/src/source_map.rs [new file with mode: 0644]
src/tools/rustfmt/src/spanned.rs [new file with mode: 0644]
src/tools/rustfmt/src/stmt.rs [new file with mode: 0644]
src/tools/rustfmt/src/string.rs [new file with mode: 0644]
src/tools/rustfmt/src/syntux.rs [new file with mode: 0644]
src/tools/rustfmt/src/test/configuration_snippet.rs [new file with mode: 0644]
src/tools/rustfmt/src/test/mod.rs [new file with mode: 0644]
src/tools/rustfmt/src/test/mod_resolver.rs [new file with mode: 0644]
src/tools/rustfmt/src/test/parser.rs [new file with mode: 0644]
src/tools/rustfmt/src/types.rs [new file with mode: 0644]
src/tools/rustfmt/src/utils.rs [new file with mode: 0644]
src/tools/rustfmt/src/vertical.rs [new file with mode: 0644]
src/tools/rustfmt/src/visitor.rs [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/main.rs [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/divergent-crate-dir-names/Cargo.toml [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/divergent-crate-dir-names/dependency-dir-name/Cargo.toml [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/divergent-crate-dir-names/dependency-dir-name/src/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/divergent-crate-dir-names/dependency-dir-name/subdep-dir-name/Cargo.toml [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/divergent-crate-dir-names/dependency-dir-name/subdep-dir-name/src/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/divergent-crate-dir-names/src/main.rs [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/issue_3164/Cargo.toml [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/issue_3164/src/main.rs [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/workspaces/path-dep-above/e/Cargo.toml [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/workspaces/path-dep-above/e/src/main.rs [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/workspaces/path-dep-above/ws/Cargo.toml [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/workspaces/path-dep-above/ws/a/Cargo.toml [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/workspaces/path-dep-above/ws/a/d/Cargo.toml [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/workspaces/path-dep-above/ws/a/d/f/Cargo.toml [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/workspaces/path-dep-above/ws/a/d/f/src/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/workspaces/path-dep-above/ws/a/d/src/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/workspaces/path-dep-above/ws/a/src/main.rs [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/workspaces/path-dep-above/ws/b/Cargo.toml [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/workspaces/path-dep-above/ws/b/src/main.rs [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/workspaces/path-dep-above/ws/c/Cargo.toml [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/workspaces/path-dep-above/ws/c/src/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/config/disable_all_formatting.toml [new file with mode: 0644]
src/tools/rustfmt/tests/config/issue-1111.toml [new file with mode: 0644]
src/tools/rustfmt/tests/config/issue-2641.toml [new file with mode: 0644]
src/tools/rustfmt/tests/config/issue-3779.toml [new file with mode: 0644]
src/tools/rustfmt/tests/config/skip_children.toml [new file with mode: 0644]
src/tools/rustfmt/tests/config/small_tabs.toml [new file with mode: 0644]
src/tools/rustfmt/tests/coverage/source/comments.rs [new file with mode: 0644]
src/tools/rustfmt/tests/coverage/target/comments.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-4874/bar/baz.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-4874/foo.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-4874/foo/qux.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-4874/main.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-5063/foo.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-5063/foo/bar/baz.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-5063/main.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-5167/src/a.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-5167/src/a/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-5167/src/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-5198/a.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-5198/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-5198/lib/b.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-5198/lib/c/d.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-5198/lib/c/d/explanation.txt [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-5198/lib/c/d/f.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-5198/lib/c/d/g/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-5198/lib/c/e.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-5198/lib/c/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/issue-5198/lib/explanation.txt [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/module-not-found/bad_path_attribute/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/module-not-found/relative_module/a.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/module-not-found/relative_module/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/module-not-found/sibling_module/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/skip-files-issue-5065/foo.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/skip-files-issue-5065/foo/bar/baz.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/skip-files-issue-5065/main.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/skip-files-issue-5065/one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/test-submodule-issue-5119/Cargo.toml [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/test-submodule-issue-5119/src/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/test-submodule-issue-5119/tests/test1.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/test-submodule-issue-5119/tests/test1/sub1.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/test-submodule-issue-5119/tests/test1/sub2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/test-submodule-issue-5119/tests/test1/sub3/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/mod-resolver/test-submodule-issue-5119/tests/test1/sub3/sub4.rs [new file with mode: 0644]
src/tools/rustfmt/tests/parser/issue-4126/invalid.rs [new file with mode: 0644]
src/tools/rustfmt/tests/parser/issue-4126/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/parser/issue_4418.rs [new file with mode: 0644]
src/tools/rustfmt/tests/parser/unclosed-delims/issue_4466.rs [new file with mode: 0644]
src/tools/rustfmt/tests/rustfmt/main.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/5131_crate.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/5131_module.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/5131_one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/alignment_2633/block_style.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/alignment_2633/visual_style.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/array_comment.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/assignment.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/associated-types-bounds-wrapping.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/associated_type_bounds.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/async_block.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/async_fn.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/attrib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/big-impl-block.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/big-impl-visual.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/binary-expr.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/binop-separator-back/bitwise.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/binop-separator-back/comp.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/binop-separator-back/logic.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/binop-separator-back/math.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/binop-separator-back/patterns.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/binop-separator-back/range.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/break-and-continue.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/catch.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/arch/aarch64.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/arch/arm.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/arch/mips.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/arch/mips64.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/arch/powerpc.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/arch/powerpc64.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/arch/x86.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/bit.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/cache.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/error_macros.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/os/aarch64.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/os/freebsd/aarch64.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/os/freebsd/arm.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/os/freebsd/auxvec.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/os/freebsd/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/os/freebsd/powerpc.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/os/linux/aarch64.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/os/linux/arm.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/os/linux/auxvec.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/os/linux/cpuinfo.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/os/linux/mips.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/os/linux/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/os/linux/powerpc.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/os/other.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/detect/os/x86.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_if/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_mod/bar.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_mod/dir/dir1/dir2/wasm32.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_mod/dir/dir1/dir3/wasm32.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_mod/foo.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_mod/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_mod/other.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/cfg_mod/wasm32.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/chains-visual.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/chains.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/chains_with_comment.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/closure-block-inside-macro.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/closure.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/comment.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/comment2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/comment3.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/comment4.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/comment5.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/comment6.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/comment_crlf_newline.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/comments-in-lists/wrap-comments-not-normalized.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/comments-in-lists/wrap-comments-true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/comments_unicode.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/blank_lines_lower_bound/1.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/brace_style/fn_always_next_line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/brace_style/fn_prefer_same_line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/brace_style/fn_same_line_where.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/brace_style/item_always_next_line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/brace_style/item_prefer_same_line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/brace_style/item_same_line_where.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/chain_width/always.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/chain_width/small.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/chain_width/tiny.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/comment_width/above.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/comment_width/below.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/comment_width/ignore.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/condense_wildcard_suffixes/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/condense_wildcard_suffixes/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/control_brace_style/always_next_line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/control_brace_style/always_same_line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/control_brace_style/closing_next_line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/disable_all_formatting/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/disable_all_formatting/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/doc_comment_code_block_width/100.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/doc_comment_code_block_width/100_greater_max_width.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/doc_comment_code_block_width/50.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/empty_item_single_line/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/empty_item_single_line/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/enum_discrim_align_threshold/40.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/error_on_line_overflow/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/fn_params_layout/compressed.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/fn_params_layout/tall.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/fn_params_layout/vertical.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/fn_single_line/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/fn_single_line/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/force_explicit_abi/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/force_explicit_abi/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/force_multiline_block/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/force_multiline_block/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/format_generated_files/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/format_generated_files/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/format_macro_bodies/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/format_macro_bodies/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/format_macro_matchers/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/format_macro_matchers/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/format_strings/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/format_strings/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/group_imports/One-merge_imports.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/group_imports/One-nested.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/group_imports/One-no_reorder.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/group_imports/One.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/group_imports/StdExternalCrate-merge_imports.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/group_imports/StdExternalCrate-nested.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/group_imports/StdExternalCrate-no_reorder.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/group_imports/StdExternalCrate-non_consecutive.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/group_imports/StdExternalCrate.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/hard_tabs/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/hard_tabs/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/imports_layout/merge_mixed.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/indent_style/block_args.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/indent_style/block_array.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/indent_style/block_call.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/indent_style/block_chain.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/indent_style/block_generic.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/indent_style/block_struct_lit.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/indent_style/block_trailing_comma_call/one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/indent_style/block_trailing_comma_call/two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/indent_style/block_where_pred.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/indent_style/default.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/indent_style/rfc_where.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/indent_style/visual_args.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/indent_style/visual_array.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/indent_style/visual_call.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/indent_style/visual_chain.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/indent_style/visual_generics.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/indent_style/visual_struct_lit.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/indent_style/visual_trailing_comma.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/indent_style/visual_where_pred.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/match_arm_blocks/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/match_arm_blocks/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/match_arm_leading_pipes/always.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/match_arm_leading_pipes/never.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/match_arm_leading_pipes/preserve.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/match_block_trailing_comma/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/match_block_trailing_comma/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/merge_derives/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/normalize_comments/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/normalize_comments/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/normalize_doc_attributes/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/normalize_doc_attributes/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/remove_nested_parens/remove_nested_parens.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/reorder_impl_items/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/reorder_impl_items/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/reorder_imports/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/reorder_imports/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/reorder_modules/dolor/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/reorder_modules/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/reorder_modules/ipsum/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/reorder_modules/lorem/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/reorder_modules/sit/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/reorder_modules/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/short_array_element_width_threshold/10.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/short_array_element_width_threshold/20.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/short_array_element_width_threshold/greater_than_max_width.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/skip_children/foo/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/skip_children/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/space_before_colon/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/spaces_around_ranges/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/spaces_around_ranges/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/struct_field_align_threshold/20.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/struct_lit_single_line/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/tab_spaces/2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/tab_spaces/4.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/trailing_comma/always.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/trailing_comma/never.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/trailing_comma/vertical.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/type_punctuation_density/compressed.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/type_punctuation_density/wide.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/use_field_init_shorthand/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/use_field_init_shorthand/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/use_small_heuristics/default.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/use_small_heuristics/max.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/use_small_heuristics/off.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/use_try_shorthand/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/use_try_shorthand/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/where_single_line/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/wrap_comments/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/wrap_comments/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/const_generics.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/control-brace-style-always-next-line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/control-brace-style-always-same-line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/doc-attrib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/doc-comment-with-example.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/doc.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/dyn_trait.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/else-if-brace-style-always-next-line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/else-if-brace-style-always-same-line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/else-if-brace-style-closing-next-line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/empty-item-single-line-false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/empty_file.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/enum.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/existential_type.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/expr-block.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/expr-overflow-delimited.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/expr.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/extern.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/extern_not_explicit.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/file-lines-1.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/file-lines-2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/file-lines-3.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/file-lines-4.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/file-lines-5.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/file-lines-6.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/file-lines-7.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/file-lines-item.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/fn-custom-2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/fn-custom-3.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/fn-custom-4.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/fn-custom-6.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/fn-custom-7.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/fn-custom-8.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/fn-custom.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/fn-param-attributes.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/fn-simple.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/fn-single-line/version_one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/fn-single-line/version_two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/fn_args_indent-block.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/fn_args_layout-vertical.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/hard-tabs.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/hello.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/hello2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/hex_literal_lower.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/hex_literal_upper.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/if_while_or_patterns.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/immovable_generators.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/impls.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/imports/imports-impl-only-use.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/imports/imports-reorder-lines-and-items.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/imports/imports-reorder-lines.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/imports/imports-reorder.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/imports/imports.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/imports/imports_block_indent.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/imports/imports_granularity_crate.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/imports/imports_granularity_default-with-dups.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/imports/imports_granularity_item-with-dups-StdExternalCrate-no-reorder.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/imports/imports_granularity_item-with-dups.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/imports/imports_granularity_item.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/imports/imports_granularity_module.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/imports_granularity_one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/imports_raw_identifiers/version_One.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/imports_raw_identifiers/version_Two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/invalid-rust-code-in-doc-comment.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1021.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1049.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1111.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1120.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1124.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1127.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1158.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1177.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1192.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1210/a.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1210/b.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1210/c.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1210/d.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1210/e.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1211.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1216.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1239.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1278.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1350.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1366.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1468.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1693.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1800.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-1914.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2025.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2111.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2164.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2179/one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2179/two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2256.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2342.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2445.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2446.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2479.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2482/a.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2482/b.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2482/c.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2496.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2520.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2523.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2582.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2641.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2644.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2728.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2761.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2781.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2794.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2835.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2863.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2869.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2896.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2916.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2917/packed_simd.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2922.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2927-2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2927.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2930.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2936.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2955.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2973.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2977/impl.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2977/trait.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2985.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-2995.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3029.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3038.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3049.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3055/original.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3059.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3066.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3131.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3153.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3158.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3194.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3198.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3213/version_one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3213/version_two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3217.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3227/two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3234.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3241.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3253/bar.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3253/foo.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3253/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3253/paths/bar_foo.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3253/paths/excluded.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3253/paths/foo_bar.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3265.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3270/one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3270/two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3272/v1.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3272/v2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3278/version_one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3278/version_two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3295/two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3302.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3343.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3423.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3434/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3434/no_entry.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3434/not_skip_macro.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3465.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3494/crlf.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3494/lf.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3508.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3515.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3532.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3585/extern_crate.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3585/reorder_imports_disabled.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3585/reorder_imports_enabled.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3585/use.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3636.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3639.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3651.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3665/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3665/not_skip_attribute.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3665/sub_mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3672.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3675.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3701/one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3701/two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3709.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3740.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3750.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3751.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3779/ice.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3779/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3786.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3787.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3840/version-one_hard-tabs.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3840/version-one_soft-tabs.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3840/version-two_hard-tabs.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3840/version-two_soft-tabs.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-3987/format_macro_bodies_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4018.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4036/one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4036/three.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4036/two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4079.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4120.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4243.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4244.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4245.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4312.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4382.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4398.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4427.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-447.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4530.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4577.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4603.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4615/minimum_example.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4643.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4646.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4656/format_me_please.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4656/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4656/lib2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4689/one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4689/two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4791/buggy.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4791/trailing_comma.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4816/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4926/deeply_nested_struct.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4926/deeply_nested_struct_with_long_field_names.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4926/deeply_nested_struct_with_many_fields.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4926/enum_struct_field.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4926/minimum_example.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4926/struct_with_long_field_names.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4926/struct_with_many_fields.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4984/minimum_example.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4984/multi_line_derive.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4984/multiple_comments_within.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5011.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5023.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5030.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5042/multi-line_comment_with_trailing_comma.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5042/multi-line_comment_without_trailing_comma.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5042/single-line_comment_with_trailing_comma.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5042/single-line_comment_without_trailing_comma.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5088/deeply_nested_long_comment_wrap_comments_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5088/start_with_empty_comment_very_long_itemized_block_wrap_comments_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5088/very_long_comment_wrap_comments_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-510.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5157/indented_itemized_markdown_blockquote.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5157/nested_itemized_markdown_blockquote.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5157/support_itemized_markdown_blockquote.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5238/markdown_header_wrap_comments_false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5238/markdown_header_wrap_comments_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5260.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5270/merge_derives_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-539.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-683.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-811.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-850.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-855.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-913.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-945.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-977.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_1306.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_3245.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_3561.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_3839.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_3844.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_3853.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_3868.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_4032.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_4057.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_4086.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_4257.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_4322.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_4374.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_4475.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_4528.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_4579.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_4584.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_4636.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_4675.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_4823.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_4854.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_4911.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_4943.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_4954.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_4963.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_5027.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_5086.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/item-brace-style-always-next-line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/item-brace-style-prefer-same-line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/item-brace-style-same-line-where.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/itemized-blocks/no_wrap.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/itemized-blocks/rewrite_fail.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/itemized-blocks/urls.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/itemized-blocks/wrap.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/label_break.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/large-block.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/large_vec.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/lazy_static.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/let_else.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/long-fn-1/version_one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/long-fn-1/version_two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/long-match-arms-brace-newline.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/long-use-statement-issue-3154.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/long_field_access.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/loop.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/macro_not_expr.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/macro_rules.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/macros.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/markdown-comment-with-options.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/markdown-comment.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/match-block-trailing-comma.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/match-flattening.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/match-nowrap-trailing-comma.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/match-nowrap.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/match.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/match_overflow_expr.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/max-line-length-in-chars.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/merge_imports_true_compat.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/mod-1.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/mod-2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/mod_skip_child.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/multiple.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/negative-impl.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/nested-if-else.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/nested_skipped/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/nestedmod/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/nestedmod/mod2a.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/nestedmod/mod2b.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/nestedmod/mod2c.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/nestedmod/mymod1/mod3a.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/nestedmod/submod2/a.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/nestedmod/submod2/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/no_arg_with_commnet.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/no_new_line_beginning.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/normalize_doc_attributes_should_not_imply_format_doc_comments.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/normalize_multiline_doc_attribute.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/one_line_if_v1.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/one_line_if_v2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/other.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/paren.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/path_clarity/foo.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/path_clarity/foo/bar.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/paths.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/pattern-condense-wildcards.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/pattern.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/preserves_carriage_return_for_unix.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/preserves_carriage_return_for_windows.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/pub-restricted.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/remove_blank_lines.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/reorder-impl-items.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/single-line-if-else.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/single-line-macro/v1.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/single-line-macro/v2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/all.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/all_and_name.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/empty.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/name.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/name_unknown.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/names.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/path_qualified_invocation_mismatch.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/path_qualified_match.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/path_qualified_name_mismatch.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/use_alias_examples.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/soft-wrapping.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/space-not-before-newline.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/spaces-around-ranges.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/statements.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/static.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/string-lit-2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/string-lit.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/string_punctuation.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/struct-field-attributes.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/struct_field_doc_comment.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/struct_lits.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/struct_lits_multiline.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/struct_lits_visual.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/struct_lits_visual_multiline.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/struct_tuple_visual.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/structs.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/trailing-comma-never.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/trailing_commas.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/trailing_comments/hard_tabs.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/trailing_comments/soft_tabs.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/trait.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/try-conversion.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/try_block.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/tuple.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/tuple_v2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/type-ascription.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/type.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/type_alias.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/unicode.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/unions.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/unsafe-mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/visibility.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/visual-fn-type.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/where-clause-rfc.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/where-clause.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/width-heuristics.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/wrap_comments_should_not_imply_format_doc_comments.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/5131_crate.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/5131_module.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/5131_one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/alignment_2633/block_style.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/alignment_2633/horizontal_tactic.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/alignment_2633/visual_style.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/array_comment.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/assignment.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/associated-items.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/associated-types-bounds-wrapping.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/associated_type_bounds.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/associated_type_defaults.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/async_block.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/async_closure.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/async_fn.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/attrib-block-expr.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/attrib-extern-crate.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/attrib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/big-impl-block.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/big-impl-visual.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/binary-expr.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/binop-separator-back/bitwise.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/binop-separator-back/comp.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/binop-separator-back/logic.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/binop-separator-back/math.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/binop-separator-back/patterns.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/binop-separator-back/range.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/break-and-continue.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/catch.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/arch/aarch64.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/arch/arm.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/arch/mips.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/arch/mips64.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/arch/powerpc.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/arch/powerpc64.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/arch/x86.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/bit.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/cache.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/error_macros.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/os/aarch64.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/os/freebsd/aarch64.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/os/freebsd/arm.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/os/freebsd/auxvec.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/os/freebsd/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/os/freebsd/powerpc.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/os/linux/aarch64.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/os/linux/arm.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/os/linux/auxvec.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/os/linux/cpuinfo.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/os/linux/mips.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/os/linux/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/os/linux/powerpc.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/os/other.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/detect/os/x86.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_if/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_mod/bar.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_mod/dir/dir1/dir2/wasm32.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_mod/dir/dir1/dir3/wasm32.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_mod/foo.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_mod/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_mod/other.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/cfg_mod/wasm32.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/chains-visual.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/chains.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/chains_with_comment.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/closure-block-inside-macro.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/closure.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/comment-inside-const.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/comment-not-disappear.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/comment.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/comment2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/comment3.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/comment4.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/comment5.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/comment6.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/comment_crlf_newline.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/comments-fn.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/comments-in-lists/format-doc-comments.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/comments-in-lists/wrap-comments-false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/comments-in-lists/wrap-comments-not-normalized.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/comments-in-lists/wrap-comments-true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/comments_unicode.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/blank_lines_lower_bound/1.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/brace_style/fn_always_next_line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/brace_style/fn_prefer_same_line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/brace_style/fn_same_line_where.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/brace_style/item_always_next_line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/brace_style/item_prefer_same_line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/brace_style/item_same_line_where.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/chain_width/always.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/chain_width/small.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/chain_width/tiny.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/combine_control_expr/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/combine_control_expr/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/comment_width/above.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/comment_width/below.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/comment_width/ignore.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/condense_wildcard_suffixes/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/condense_wildcard_suffixes/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/control_brace_style/always_next_line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/control_brace_style/always_same_line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/control_brace_style/closing_next_line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/disable_all_formatting/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/disable_all_formatting/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/doc_comment_code_block_width/100.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/doc_comment_code_block_width/100_greater_max_width.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/doc_comment_code_block_width/50.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/empty_item_single_line/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/empty_item_single_line/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/enum_discrim_align_threshold/40.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/error_on_line_overflow/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/error_on_unformatted/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/fn_params_layout/compressed.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/fn_params_layout/tall.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/fn_params_layout/vertical.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/fn_single_line/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/fn_single_line/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/force_explicit_abi/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/force_explicit_abi/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/force_multiline_block/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/force_multiline_block/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/format_generated_files/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/format_generated_files/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/format_macro_bodies/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/format_macro_bodies/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/format_macro_matchers/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/format_macro_matchers/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/format_strings/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/format_strings/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/group_imports/One-merge_imports.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/group_imports/One-nested.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/group_imports/One-no_reorder.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/group_imports/One.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/group_imports/StdExternalCrate-merge_imports.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/group_imports/StdExternalCrate-nested.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/group_imports/StdExternalCrate-no_reorder.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/group_imports/StdExternalCrate-non_consecutive.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/group_imports/StdExternalCrate.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/hard_tabs/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/hard_tabs/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/imports_indent/block.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/imports_layout/horizontal_vertical.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/imports_layout/merge_mixed.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/imports_layout/mixed.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/block_args.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/block_array.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/block_call.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/block_chain.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/block_generic.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/block_struct_lit.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/block_tab_spaces_call.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/block_trailing_comma_call/one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/block_trailing_comma_call/two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/block_where_pred.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/default.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/rfc_control.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/rfc_where.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/visual_args.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/visual_array.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/visual_call.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/visual_chain.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/visual_generics.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/visual_struct_lit.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/visual_trailing_comma.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/indent_style/visual_where_pred.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/match_arm_blocks/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/match_arm_blocks/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/match_arm_leading_pipes/always.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/match_arm_leading_pipes/never.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/match_arm_leading_pipes/preserve.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/match_block_trailing_comma/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/match_block_trailing_comma/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/merge_derives/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/normalize_comments/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/normalize_comments/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/normalize_doc_attributes/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/normalize_doc_attributes/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/remove_nested_parens/remove_nested_parens.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/reorder_impl_items/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/reorder_impl_items/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/reorder_imports/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/reorder_imports/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/reorder_modules/dolor/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/reorder_modules/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/reorder_modules/ipsum/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/reorder_modules/lorem/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/reorder_modules/sit/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/reorder_modules/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/short_array_element_width_threshold/10.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/short_array_element_width_threshold/20.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/short_array_element_width_threshold/greater_than_max_width.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/skip_children/foo/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/skip_children/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/space_before_colon/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/spaces_around_ranges/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/spaces_around_ranges/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/struct_field_align_threshold/20.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/struct_lit_single_line/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/tab_spaces/2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/tab_spaces/4.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/trailing_comma/always.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/trailing_comma/never.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/trailing_comma/vertical.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/trailing_semicolon/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/trailing_semicolon/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/type_punctuation_density/compressed.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/type_punctuation_density/wide.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/use_field_init_shorthand/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/use_field_init_shorthand/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/use_small_heuristics/default.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/use_small_heuristics/max.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/use_small_heuristics/off.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/use_try_shorthand/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/use_try_shorthand/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/where_single_line/true-with-brace-style.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/where_single_line/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/wrap_comments/false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/wrap_comments/true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/const_generics.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/control-brace-style-always-next-line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/control-brace-style-always-same-line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/doc-attrib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/doc-comment-with-example.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/doc-of-generic-item.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/doc.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/dyn_trait.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/else-if-brace-style-always-next-line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/else-if-brace-style-always-same-line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/else-if-brace-style-closing-next-line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/empty-item-single-line-false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/empty-tuple-no-conversion-to-unit-struct.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/empty_file.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/enum.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/existential_type.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/expr-block.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/expr-overflow-delimited.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/expr.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/extern.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/extern_not_explicit.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/file-lines-1.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/file-lines-2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/file-lines-3.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/file-lines-4.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/file-lines-5.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/file-lines-6.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/file-lines-7.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/file-lines-item.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/fn-args-with-last-line-comment.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/fn-custom-2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/fn-custom-3.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/fn-custom-4.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/fn-custom-6.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/fn-custom-7.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/fn-custom-8.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/fn-custom.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/fn-param-attributes.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/fn-simple.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/fn-single-line/version_one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/fn-single-line/version_two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/fn-ty.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/fn.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/fn_args_indent-block.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/fn_args_layout-vertical.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/fn_once.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/format_strings/issue-202.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/format_strings/issue-2833.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/format_strings/issue-3263.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/format_strings/issue-687.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/format_strings/issue564.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/hard-tabs.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/hello.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/hex_literal_lower.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/hex_literal_preserve.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/hex_literal_upper.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/if_while_or_patterns.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/immovable_generators.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/impl.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/impls.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/imports/import-fencepost-length.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/imports/imports-impl-only-use.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/imports/imports-reorder-lines-and-items.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/imports/imports-reorder-lines.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/imports/imports-reorder.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/imports/imports.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/imports/imports_2021_edition.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/imports/imports_block_indent.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/imports/imports_granularity_crate.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/imports/imports_granularity_default-with-dups.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/imports/imports_granularity_item-with-dups-StdExternalCrate-no-reorder.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/imports/imports_granularity_item-with-dups.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/imports/imports_granularity_item.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/imports/imports_granularity_module.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/imports_granularity_one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/imports_raw_identifiers/version_One.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/imports_raw_identifiers/version_Two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/indented-impl.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/inner-module-path/b.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/inner-module-path/c/d.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/inner-module-path/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/invalid-rust-code-in-doc-comment.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1021.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1049.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1055.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1096.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1111.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1113.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1120.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1124.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1127.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1158.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1177.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1192.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1210/a.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1210/b.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1210/c.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1210/d.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1210/e.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1211.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1214.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1216.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1239.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1247.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1255.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1278.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1350.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1366.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1397.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1468.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1598.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1624.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1681.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1693.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1703.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1800.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1802.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1824.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-1914.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2025.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2103.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2111.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2123.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2164.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2179/one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2179/two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2197.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2256.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2324.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2329.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2342.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2346.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2401.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2445.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2446.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2479.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2482/a.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2482/b.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2482/c.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2496.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2520.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2523.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2526.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2534/format_macro_matchers_false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2534/format_macro_matchers_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2551.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2554.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2582.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2641.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2644.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2673-nonmodrs-mods/foo.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2673-nonmodrs-mods/foo/bar.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2673-nonmodrs-mods/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2728.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2759.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2761.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2781.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2794.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2810.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2835.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2863.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2869.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2896.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2916.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2917/minimal.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2917/packed_simd.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2922.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2927-2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2927.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2930.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2936.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2941.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2955.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2973.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2976.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2977/block.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2977/impl.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2977/item.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2977/trait.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2985.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2995.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3029.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3032.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3038.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3043.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3049.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3055/backtick.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3055/empty-code-block.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3055/original.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3059.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3066.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3105.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3118.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3124.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3131.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3132.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3153.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3158.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3182.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3184.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3194.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3198.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3213/version_one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3213/version_two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3217.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3224.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3227/one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3227/two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3234.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3241.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3253/bar.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3253/foo.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3253/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3253/paths/bar_foo.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3253/paths/excluded.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3253/paths/foo_bar.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3265.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3270/one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3270/two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3270/wrap.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3272/v1.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3272/v2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3278/version_one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3278/version_two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3295/two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3302.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3304.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3314.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3343.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3423.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3434/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3434/no_entry.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3434/not_skip_macro.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3442.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3465.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3494/crlf.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3494/lf.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3499.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3508.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3515.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3532.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3539.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3554.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3567.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3568.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3585/extern_crate.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3585/reorder_imports_disabled.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3585/reorder_imports_enabled.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3585/use.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3595.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3601.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3614/version_one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3614/version_two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3636.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3639.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3645.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3651.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3665/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3665/not_skip_attribute.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3665/sub_mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3672.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3675.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3701/one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3701/two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3709.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3711.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3717.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3718.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3740.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3741.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3750.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3751.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3759.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3779/ice.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3779/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3786.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3787.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3815.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3840/version-one_hard-tabs.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3840/version-one_soft-tabs.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3840/version-two_hard-tabs.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3840/version-two_soft-tabs.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3845.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3882.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3974.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3987/format_macro_bodies_false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3987/format_macro_bodies_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4018.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4020.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4029.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4036/one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4036/three.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4036/two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4068.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4079.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4115.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4120.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4152.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4159.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4243.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4244.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4245.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4310.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4312.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4313.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4382.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4398.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4427.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-447.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4530.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4577.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4603.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4615/minimum_example.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4643.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4646.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4656/format_me_please.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4656/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4656/lib2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4689/one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4689/two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4791/buggy.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4791/issue_4928.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4791/no_trailing_comma.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4791/trailing_comma.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4816/lib.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4908-2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4908.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4926/deeply_nested_struct.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4926/deeply_nested_struct_with_long_field_names.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4926/deeply_nested_struct_with_many_fields.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4926/enum_struct_field.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4926/minimum_example.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4926/struct_with_long_field_names.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4926/struct_with_many_fields.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4984/minimum_example.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4984/multi_line_derive.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4984/multiple_comments_within.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4984/should_not_change.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5005/minimum_example.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5009/1_minimum_example.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5009/2_many_in_connectors_in_pattern.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5009/3_nested_for_loop_with_connector_in_pattern.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5009/4_nested_for_loop_with_if_elseif_else.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5009/5_nested_for_loop_with_connector_in_if_elseif_else.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5009/6_deeply_nested_for_loop_with_connector_in_pattern.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5011.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5012/trailing_comma_always.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5012/trailing_comma_never.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5023.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5030.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5033/minimum_example.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5033/nested_modules.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5042/multi-line_comment_with_trailing_comma.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5042/multi-line_comment_without_trailing_comma.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5042/single-line_comment_with_trailing_comma.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5042/single-line_comment_without_trailing_comma.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5066/multi_line_struct_trailing_comma_always_struct_lit_width_0.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5066/multi_line_struct_trailing_comma_never_struct_lit_width_0.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5066/multi_line_struct_with_trailing_comma_always.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5066/multi_line_struct_with_trailing_comma_never.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5066/with_trailing_comma_always.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5066/with_trailing_comma_never.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5088/deeply_nested_long_comment_wrap_comments_false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5088/deeply_nested_long_comment_wrap_comments_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5088/multi_line_itemized_block_wrap_comments_false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5088/multi_line_itemized_block_wrap_comments_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5088/multi_line_text_with_itemized_block_wrap_comments_false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5088/multi_line_text_with_itemized_block_wrap_comments_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5088/single_line_itemized_block_wrap_comments_false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5088/single_line_itemized_block_wrap_comments_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5088/start_with_empty_comment_very_long_itemized_block_wrap_comments_false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5088/start_with_empty_comment_very_long_itemized_block_wrap_comments_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5088/start_with_empty_comment_wrap_comments_false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5088/start_with_empty_comment_wrap_comments_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5088/very_long_comment_wrap_comments_false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5088/very_long_comment_wrap_comments_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5095.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-510.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5125/attributes_in_formal_fuction_parameter.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5125/long_parameter_in_different_positions.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5125/minimum_example.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5125/with_leading_and_inline_comments.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5151/minimum_example.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5157/indented_itemized_markdown_blockquote.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5157/nested_itemized_markdown_blockquote.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5157/support_itemized_markdown_blockquote.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5238/markdown_header_wrap_comments_false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5238/markdown_header_wrap_comments_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5260.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5270/merge_derives_false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5270/merge_derives_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5358.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-539.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-64.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-683.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-691.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-770.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-811.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-831.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-850.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-855.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-913.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-945.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-977.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_1306.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_3033.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_3245.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_3561.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_3839.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_3844.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_3853.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_3854.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_3868.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_3934.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_3937.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4031.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4032.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4049.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4057.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4086.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4110.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4257.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4322.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4350.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4374.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4467.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4475.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4522.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4528.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4545.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4573.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4579.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4584.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4636.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4675.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4823.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4850.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4854.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4868.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4911.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4936.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4943.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4954.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4963.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_5027.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_5086.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_5273.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_5399.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_5668.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/item-brace-style-always-next-line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/item-brace-style-prefer-same-line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/item-brace-style-same-line-where.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/itemized-blocks/no_wrap.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/itemized-blocks/rewrite_fail.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/itemized-blocks/urls.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/itemized-blocks/wrap.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/label_break.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/large-block.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/large_vec.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/lazy_static.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/let_else.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/long-fn-1/version_one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/long-fn-1/version_two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/long-match-arms-brace-newline.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/long-use-statement-issue-3154.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/long_field_access.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/loop.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/macro_not_expr.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/macro_rules.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/macro_rules_semi.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/macros.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/markdown-comment-with-options.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/markdown-comment.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/match-block-trailing-comma.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/match-flattening.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/match-nowrap-trailing-comma.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/match-nowrap.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/match.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/match_overflow_expr.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/max-line-length-in-chars.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/merge_imports_true_compat.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/mod-1.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/mod-2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/mod_skip_child.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/mulit-file.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/multiline_string_in_macro_def.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/multiple.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/negative-impl.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/nested-if-else.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/nested-visual-block.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/nested_skipped/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/nestedmod/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/nestedmod/mod2a.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/nestedmod/mod2b.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/nestedmod/mod2c.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/nestedmod/mymod1/mod3a.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/nestedmod/submod2/a.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/nestedmod/submod2/mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/no_arg_with_commnet.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/no_new_line_beginning.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/normalize_doc_attributes_should_not_imply_format_doc_comments.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/normalize_multiline_doc_attribute.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/obsolete_in_place.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/one_line_if_v1.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/one_line_if_v2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/other.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/paren.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/path_clarity/foo.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/path_clarity/foo/bar.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/paths.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/pattern-condense-wildcards.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/pattern.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/preserves_carriage_return_for_unix.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/preserves_carriage_return_for_windows.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/pub-restricted.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/raw_identifiers.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/remove_blank_lines.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/reorder-impl-items.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/should_not_format_string_when_format_strings_is_not_set.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/single-line-if-else.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/single-line-macro/v1.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/single-line-macro/v2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip/foo.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip/main.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip/preserve_trailing_comment.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/all.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/all_and_name.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/empty.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/name.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/name_unknown.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/names.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/path_qualified_invocation_mismatch.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/path_qualified_match.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/path_qualified_name_mismatch.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/use_alias_examples.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/soft-wrapping.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/space-not-before-newline.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/spaces-around-ranges.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/statements.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/static.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/string-lit-2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/string-lit-custom.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/string-lit.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/string_punctuation.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/struct-field-attributes.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/struct_field_doc_comment.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/struct_lits.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/struct_lits_multiline.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/struct_lits_visual.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/struct_lits_visual_multiline.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/struct_tuple_visual.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/structs.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/trailing-comma-never.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/trailing_commas.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/trailing_comments/hard_tabs.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/trailing_comments/soft_tabs.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/trait.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/try-conversion.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/try_block.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/tuple.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/tuple_v2.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/type-ascription.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/type.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/type_alias.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/unicode.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/unindent_if_else_cond_comment.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/unions.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/unsafe-mod.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/visibility.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/visual-fn-type.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/where-clause-rfc.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/where-clause.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/width-heuristics.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/wrap_comments_should_not_imply_format_doc_comments.rs [new file with mode: 0644]
src/tools/rustfmt/tests/writemode/source/fn-single-line.rs [new file with mode: 0644]
src/tools/rustfmt/tests/writemode/source/json.rs [new file with mode: 0644]
src/tools/rustfmt/tests/writemode/source/modified.rs [new file with mode: 0644]
src/tools/rustfmt/tests/writemode/source/stdin.rs [new file with mode: 0644]
src/tools/rustfmt/tests/writemode/target/checkstyle.xml [new file with mode: 0644]
src/tools/rustfmt/tests/writemode/target/modified.txt [new file with mode: 0644]
src/tools/rustfmt/tests/writemode/target/output.json [new file with mode: 0644]
src/tools/rustfmt/tests/writemode/target/stdin.json [new file with mode: 0644]
src/tools/rustfmt/tests/writemode/target/stdin.xml [new file with mode: 0644]
src/tools/rustfmt/triagebot.toml [new file with mode: 0644]
src/tools/tidy/Cargo.toml [new file with mode: 0644]
src/tools/tidy/src/alphabetical.rs [new file with mode: 0644]
src/tools/tidy/src/bins.rs [new file with mode: 0644]
src/tools/tidy/src/debug_artifacts.rs [new file with mode: 0644]
src/tools/tidy/src/deps.rs [new file with mode: 0644]
src/tools/tidy/src/edition.rs [new file with mode: 0644]
src/tools/tidy/src/error_codes.rs [new file with mode: 0644]
src/tools/tidy/src/extdeps.rs [new file with mode: 0644]
src/tools/tidy/src/features.rs [new file with mode: 0644]
src/tools/tidy/src/features/tests.rs [new file with mode: 0644]
src/tools/tidy/src/features/version.rs [new file with mode: 0644]
src/tools/tidy/src/features/version/tests.rs [new file with mode: 0644]
src/tools/tidy/src/lib.rs [new file with mode: 0644]
src/tools/tidy/src/main.rs [new file with mode: 0644]
src/tools/tidy/src/mir_opt_tests.rs [new file with mode: 0644]
src/tools/tidy/src/pal.rs [new file with mode: 0644]
src/tools/tidy/src/primitive_docs.rs [new file with mode: 0644]
src/tools/tidy/src/rustdoc_gui_tests.rs [new file with mode: 0644]
src/tools/tidy/src/style.rs [new file with mode: 0644]
src/tools/tidy/src/target_specific_tests.rs [new file with mode: 0644]
src/tools/tidy/src/tests_placement.rs [new file with mode: 0644]
src/tools/tidy/src/ui_tests.rs [new file with mode: 0644]
src/tools/tidy/src/unit_tests.rs [new file with mode: 0644]
src/tools/tidy/src/unstable_book.rs [new file with mode: 0644]
src/tools/tidy/src/walk.rs [new file with mode: 0644]
src/tools/tidy/src/x_version.rs [new file with mode: 0644]
src/tools/tier-check/Cargo.toml [new file with mode: 0644]
src/tools/tier-check/src/main.rs [new file with mode: 0644]
src/tools/unicode-table-generator/Cargo.toml [new file with mode: 0644]
src/tools/unicode-table-generator/src/cascading_map.rs [new file with mode: 0644]
src/tools/unicode-table-generator/src/case_mapping.rs [new file with mode: 0644]
src/tools/unicode-table-generator/src/main.rs [new file with mode: 0644]
src/tools/unicode-table-generator/src/range_search.rs [new file with mode: 0644]
src/tools/unicode-table-generator/src/raw_emitter.rs [new file with mode: 0644]
src/tools/unicode-table-generator/src/skiplist.rs [new file with mode: 0644]
src/tools/unicode-table-generator/src/unicode_download.rs [new file with mode: 0644]
src/tools/unstable-book-gen/Cargo.toml [new file with mode: 0644]
src/tools/unstable-book-gen/src/SUMMARY.md [new file with mode: 0644]
src/tools/unstable-book-gen/src/main.rs [new file with mode: 0644]
src/tools/unstable-book-gen/src/stub-issue.md [new file with mode: 0644]
src/tools/unstable-book-gen/src/stub-no-issue.md [new file with mode: 0644]
src/tools/x/Cargo.lock [new file with mode: 0644]
src/tools/x/Cargo.toml [new file with mode: 0644]
src/tools/x/README.md [new file with mode: 0644]
src/tools/x/src/main.rs [new file with mode: 0644]
src/version [new file with mode: 0644]
tests/COMPILER_TESTS.md [new file with mode: 0644]
tests/assembly/aarch64-naked-fn-no-bti-prolog.rs [new file with mode: 0644]
tests/assembly/aarch64-pointer-auth.rs [new file with mode: 0644]
tests/assembly/align_offset.rs [new file with mode: 0644]
tests/assembly/asm/aarch64-el2vmsa.rs [new file with mode: 0644]
tests/assembly/asm/aarch64-modifiers.rs [new file with mode: 0644]
tests/assembly/asm/aarch64-outline-atomics.rs [new file with mode: 0644]
tests/assembly/asm/aarch64-types.rs [new file with mode: 0644]
tests/assembly/asm/arm-modifiers.rs [new file with mode: 0644]
tests/assembly/asm/arm-types.rs [new file with mode: 0644]
tests/assembly/asm/avr-modifiers.rs [new file with mode: 0644]
tests/assembly/asm/avr-types.rs [new file with mode: 0644]
tests/assembly/asm/bpf-types.rs [new file with mode: 0644]
tests/assembly/asm/global_asm.rs [new file with mode: 0644]
tests/assembly/asm/hexagon-types.rs [new file with mode: 0644]
tests/assembly/asm/mips-types.rs [new file with mode: 0644]
tests/assembly/asm/msp430-types.rs [new file with mode: 0644]
tests/assembly/asm/nvptx-types.rs [new file with mode: 0644]
tests/assembly/asm/powerpc-types.rs [new file with mode: 0644]
tests/assembly/asm/riscv-types.rs [new file with mode: 0644]
tests/assembly/asm/s390x-types.rs [new file with mode: 0644]
tests/assembly/asm/wasm-types.rs [new file with mode: 0644]
tests/assembly/asm/x86-modifiers.rs [new file with mode: 0644]
tests/assembly/asm/x86-types.rs [new file with mode: 0644]
tests/assembly/auxiliary/breakpoint-panic-handler.rs [new file with mode: 0644]
tests/assembly/auxiliary/non-inline-dependency.rs [new file with mode: 0644]
tests/assembly/dwarf5.rs [new file with mode: 0644]
tests/assembly/is_aligned.rs [new file with mode: 0644]
tests/assembly/niche-prefer-zero.rs [new file with mode: 0644]
tests/assembly/nvptx-arch-default.rs [new file with mode: 0644]
tests/assembly/nvptx-arch-emit-asm.rs [new file with mode: 0644]
tests/assembly/nvptx-arch-link-arg.rs [new file with mode: 0644]
tests/assembly/nvptx-arch-target-cpu.rs [new file with mode: 0644]
tests/assembly/nvptx-atomics.rs [new file with mode: 0644]
tests/assembly/nvptx-internalizing.rs [new file with mode: 0644]
tests/assembly/nvptx-kernel-abi/nvptx-kernel-args-abi-v7.rs [new file with mode: 0644]
tests/assembly/nvptx-linking-binary.rs [new file with mode: 0644]
tests/assembly/nvptx-linking-cdylib.rs [new file with mode: 0644]
tests/assembly/nvptx-safe-naming.rs [new file with mode: 0644]
tests/assembly/panic-no-unwind-no-uwtable.rs [new file with mode: 0644]
tests/assembly/panic-unwind-no-uwtable.rs [new file with mode: 0644]
tests/assembly/pic-relocation-model.rs [new file with mode: 0644]
tests/assembly/pie-relocation-model.rs [new file with mode: 0644]
tests/assembly/sparc-struct-abi.rs [new file with mode: 0644]
tests/assembly/stack-protector/stack-protector-heuristics-effect.rs [new file with mode: 0644]
tests/assembly/stack-protector/stack-protector-target-support.rs [new file with mode: 0644]
tests/assembly/static-relocation-model.rs [new file with mode: 0644]
tests/assembly/strict_provenance.rs [new file with mode: 0644]
tests/assembly/target-feature-multiple.rs [new file with mode: 0644]
tests/assembly/x86-stack-probes.rs [new file with mode: 0644]
tests/assembly/x86_64-floating-point-clamp.rs [new file with mode: 0644]
tests/assembly/x86_64-fortanix-unknown-sgx-lvi-generic-load.rs [new file with mode: 0644]
tests/assembly/x86_64-fortanix-unknown-sgx-lvi-generic-ret.rs [new file with mode: 0644]
tests/assembly/x86_64-fortanix-unknown-sgx-lvi-inline-assembly.rs [new file with mode: 0644]
tests/assembly/x86_64-naked-fn-no-cet-prolog.rs [new file with mode: 0644]
tests/assembly/x86_64-no-jump-tables.rs [new file with mode: 0644]
tests/assembly/x86_64-sse_crc.rs [new file with mode: 0644]
tests/auxiliary/rust_test_helpers.c [new file with mode: 0644]
tests/codegen-units/item-collection/asm-sym.rs [new file with mode: 0644]
tests/codegen-units/item-collection/auxiliary/cgu_export_trait_method.rs [new file with mode: 0644]
tests/codegen-units/item-collection/auxiliary/cgu_extern_closures.rs [new file with mode: 0644]
tests/codegen-units/item-collection/auxiliary/cgu_generic_function.rs [new file with mode: 0644]
tests/codegen-units/item-collection/cross-crate-closures.rs [new file with mode: 0644]
tests/codegen-units/item-collection/cross-crate-generic-functions.rs [new file with mode: 0644]
tests/codegen-units/item-collection/cross-crate-trait-method.rs [new file with mode: 0644]
tests/codegen-units/item-collection/drop_in_place_intrinsic.rs [new file with mode: 0644]
tests/codegen-units/item-collection/function-as-argument.rs [new file with mode: 0644]
tests/codegen-units/item-collection/generic-drop-glue.rs [new file with mode: 0644]
tests/codegen-units/item-collection/generic-functions.rs [new file with mode: 0644]
tests/codegen-units/item-collection/generic-impl.rs [new file with mode: 0644]
tests/codegen-units/item-collection/impl-in-non-instantiated-generic.rs [new file with mode: 0644]
tests/codegen-units/item-collection/implicit-panic-call.rs [new file with mode: 0644]
tests/codegen-units/item-collection/instantiation-through-vtable.rs [new file with mode: 0644]
tests/codegen-units/item-collection/items-within-generic-items.rs [new file with mode: 0644]
tests/codegen-units/item-collection/non-generic-closures.rs [new file with mode: 0644]
tests/codegen-units/item-collection/non-generic-drop-glue.rs [new file with mode: 0644]
tests/codegen-units/item-collection/non-generic-functions.rs [new file with mode: 0644]
tests/codegen-units/item-collection/overloaded-operators.rs [new file with mode: 0644]
tests/codegen-units/item-collection/static-init.rs [new file with mode: 0644]
tests/codegen-units/item-collection/statics-and-consts.rs [new file with mode: 0644]
tests/codegen-units/item-collection/trait-implementations.rs [new file with mode: 0644]
tests/codegen-units/item-collection/trait-method-as-argument.rs [new file with mode: 0644]
tests/codegen-units/item-collection/trait-method-default-impl.rs [new file with mode: 0644]
tests/codegen-units/item-collection/transitive-drop-glue.rs [new file with mode: 0644]
tests/codegen-units/item-collection/tuple-drop-glue.rs [new file with mode: 0644]
tests/codegen-units/item-collection/unreferenced-const-fn.rs [new file with mode: 0644]
tests/codegen-units/item-collection/unreferenced-inline-function.rs [new file with mode: 0644]
tests/codegen-units/item-collection/unsizing.rs [new file with mode: 0644]
tests/codegen-units/item-collection/unused-traits-and-generics.rs [new file with mode: 0644]
tests/codegen-units/partitioning/auxiliary/cgu_explicit_inlining.rs [new file with mode: 0644]
tests/codegen-units/partitioning/auxiliary/cgu_extern_drop_glue.rs [new file with mode: 0644]
tests/codegen-units/partitioning/auxiliary/cgu_generic_function.rs [new file with mode: 0644]
tests/codegen-units/partitioning/auxiliary/shared_generics_aux.rs [new file with mode: 0644]
tests/codegen-units/partitioning/extern-drop-glue.rs [new file with mode: 0644]
tests/codegen-units/partitioning/extern-generic.rs [new file with mode: 0644]
tests/codegen-units/partitioning/incremental-merging.rs [new file with mode: 0644]
tests/codegen-units/partitioning/inlining-from-extern-crate.rs [new file with mode: 0644]
tests/codegen-units/partitioning/local-drop-glue.rs [new file with mode: 0644]
tests/codegen-units/partitioning/local-generic.rs [new file with mode: 0644]
tests/codegen-units/partitioning/local-inlining-but-not-all.rs [new file with mode: 0644]
tests/codegen-units/partitioning/local-inlining.rs [new file with mode: 0644]
tests/codegen-units/partitioning/local-transitive-inlining.rs [new file with mode: 0644]
tests/codegen-units/partitioning/methods-are-with-self-type.rs [new file with mode: 0644]
tests/codegen-units/partitioning/regular-modules.rs [new file with mode: 0644]
tests/codegen-units/partitioning/shared-generics.rs [new file with mode: 0644]
tests/codegen-units/partitioning/statics.rs [new file with mode: 0644]
tests/codegen-units/partitioning/vtable-through-const.rs [new file with mode: 0644]
tests/codegen-units/polymorphization/unused_type_parameters.rs [new file with mode: 0644]
tests/codegen/README.md [new file with mode: 0644]
tests/codegen/abi-efiapi.rs [new file with mode: 0644]
tests/codegen/abi-main-signature-16bit-c-int.rs [new file with mode: 0644]
tests/codegen/abi-main-signature-32bit-c-int.rs [new file with mode: 0644]
tests/codegen/abi-repr-ext.rs [new file with mode: 0644]
tests/codegen/abi-sysv64.rs [new file with mode: 0644]
tests/codegen/abi-x86-interrupt.rs [new file with mode: 0644]
tests/codegen/abi-x86_64_sysv.rs [new file with mode: 0644]
tests/codegen/adjustments.rs [new file with mode: 0644]
tests/codegen/align-enum.rs [new file with mode: 0644]
tests/codegen/align-fn.rs [new file with mode: 0644]
tests/codegen/align-struct.rs [new file with mode: 0644]
tests/codegen/alloc-optimisation.rs [new file with mode: 0644]
tests/codegen/array-clone.rs [new file with mode: 0644]
tests/codegen/array-equality.rs [new file with mode: 0644]
tests/codegen/array-map.rs [new file with mode: 0644]
tests/codegen/asm-clobber_abi.rs [new file with mode: 0644]
tests/codegen/asm-clobbers.rs [new file with mode: 0644]
tests/codegen/asm-may_unwind.rs [new file with mode: 0644]
tests/codegen/asm-multiple-options.rs [new file with mode: 0644]
tests/codegen/asm-options.rs [new file with mode: 0644]
tests/codegen/asm-powerpc-clobbers.rs [new file with mode: 0644]
tests/codegen/asm-sanitize-llvm.rs [new file with mode: 0644]
tests/codegen/asm-target-clobbers.rs [new file with mode: 0644]
tests/codegen/async-fn-debug-awaitee-field.rs [new file with mode: 0644]
tests/codegen/async-fn-debug-msvc.rs [new file with mode: 0644]
tests/codegen/async-fn-debug.rs [new file with mode: 0644]
tests/codegen/atomic-operations.rs [new file with mode: 0644]
tests/codegen/autovectorize-f32x4.rs [new file with mode: 0644]
tests/codegen/auxiliary/extern_decl.rs [new file with mode: 0644]
tests/codegen/auxiliary/nounwind.rs [new file with mode: 0644]
tests/codegen/auxiliary/static_dllimport_aux.rs [new file with mode: 0644]
tests/codegen/auxiliary/thread_local_aux.rs [new file with mode: 0644]
tests/codegen/avr/avr-func-addrspace.rs [new file with mode: 0644]
tests/codegen/binary-search-index-no-bound-check.rs [new file with mode: 0644]
tests/codegen/bool-cmp.rs [new file with mode: 0644]
tests/codegen/box-maybe-uninit-llvm14.rs [new file with mode: 0644]
tests/codegen/box-maybe-uninit.rs [new file with mode: 0644]
tests/codegen/bpf-alu32.rs [new file with mode: 0644]
tests/codegen/branch-protection.rs [new file with mode: 0644]
tests/codegen/c-variadic-copy.rs [new file with mode: 0644]
tests/codegen/c-variadic-opt.rs [new file with mode: 0644]
tests/codegen/c-variadic.rs [new file with mode: 0644]
tests/codegen/call-llvm-intrinsics.rs [new file with mode: 0644]
tests/codegen/call-metadata.rs [new file with mode: 0644]
tests/codegen/catch-unwind.rs [new file with mode: 0644]
tests/codegen/cdylib-external-inline-fns.rs [new file with mode: 0644]
tests/codegen/cf-protection.rs [new file with mode: 0644]
tests/codegen/cfguard-checks.rs [new file with mode: 0644]
tests/codegen/cfguard-disabled.rs [new file with mode: 0644]
tests/codegen/cfguard-nochecks.rs [new file with mode: 0644]
tests/codegen/cfguard-non-msvc.rs [new file with mode: 0644]
tests/codegen/codemodels.rs [new file with mode: 0644]
tests/codegen/coercions.rs [new file with mode: 0644]
tests/codegen/cold-call-declare-and-call.rs [new file with mode: 0644]
tests/codegen/comparison-operators-newtype.rs [new file with mode: 0644]
tests/codegen/consts.rs [new file with mode: 0644]
tests/codegen/dealloc-no-unwind.rs [new file with mode: 0644]
tests/codegen/debug-alignment.rs [new file with mode: 0644]
tests/codegen/debug-column-msvc.rs [new file with mode: 0644]
tests/codegen/debug-column.rs [new file with mode: 0644]
tests/codegen/debug-compile-unit-path.rs [new file with mode: 0644]
tests/codegen/debug-linkage-name.rs [new file with mode: 0644]
tests/codegen/debug-vtable.rs [new file with mode: 0644]
tests/codegen/debuginfo-generic-closure-env-names.rs [new file with mode: 0644]
tests/codegen/deduced-param-attrs.rs [new file with mode: 0644]
tests/codegen/default-requires-uwtable.rs [new file with mode: 0644]
tests/codegen/dllimports/auxiliary/dummy.rs [new file with mode: 0644]
tests/codegen/dllimports/auxiliary/wrapper.rs [new file with mode: 0644]
tests/codegen/dllimports/main.rs [new file with mode: 0644]
tests/codegen/drop.rs [new file with mode: 0644]
tests/codegen/dst-vtable-align-nonzero.rs [new file with mode: 0644]
tests/codegen/dst-vtable-size-range.rs [new file with mode: 0644]
tests/codegen/enum-bounds-check-derived-idx.rs [new file with mode: 0644]
tests/codegen/enum-bounds-check-issue-13926.rs [new file with mode: 0644]
tests/codegen/enum-bounds-check-issue-82871.rs [new file with mode: 0644]
tests/codegen/enum-bounds-check.rs [new file with mode: 0644]
tests/codegen/enum-debug-clike.rs [new file with mode: 0644]
tests/codegen/enum-debug-niche-2.rs [new file with mode: 0644]
tests/codegen/enum-debug-niche.rs [new file with mode: 0644]
tests/codegen/enum-debug-tagged.rs [new file with mode: 0644]
tests/codegen/enum-discriminant-value.rs [new file with mode: 0644]
tests/codegen/enum-match.rs [new file with mode: 0644]
tests/codegen/export-no-mangle.rs [new file with mode: 0644]
tests/codegen/external-no-mangle-fns.rs [new file with mode: 0644]
tests/codegen/external-no-mangle-statics.rs [new file with mode: 0644]
tests/codegen/fastcall-inreg.rs [new file with mode: 0644]
tests/codegen/fatptr.rs [new file with mode: 0644]
tests/codegen/fewer-names.rs [new file with mode: 0644]
tests/codegen/ffi-const.rs [new file with mode: 0644]
tests/codegen/ffi-out-of-bounds-loads.rs [new file with mode: 0644]
tests/codegen/ffi-pure.rs [new file with mode: 0644]
tests/codegen/ffi-returns-twice.rs [new file with mode: 0644]
tests/codegen/float_math.rs [new file with mode: 0644]
tests/codegen/fn-impl-trait-self.rs [new file with mode: 0644]
tests/codegen/foo.s [new file with mode: 0644]
tests/codegen/force-frame-pointers.rs [new file with mode: 0644]
tests/codegen/force-no-unwind-tables.rs [new file with mode: 0644]
tests/codegen/force-unwind-tables.rs [new file with mode: 0644]
tests/codegen/frame-pointer.rs [new file with mode: 0644]
tests/codegen/function-arguments-noopt.rs [new file with mode: 0644]
tests/codegen/function-arguments.rs [new file with mode: 0644]
tests/codegen/gdb_debug_script_load.rs [new file with mode: 0644]
tests/codegen/generator-debug-msvc.rs [new file with mode: 0644]
tests/codegen/generator-debug.rs [new file with mode: 0644]
tests/codegen/generic-debug.rs [new file with mode: 0644]
tests/codegen/global_asm.rs [new file with mode: 0644]
tests/codegen/global_asm_include.rs [new file with mode: 0644]
tests/codegen/global_asm_x2.rs [new file with mode: 0644]
tests/codegen/i686-macosx-deployment-target.rs [new file with mode: 0644]
tests/codegen/i686-no-macosx-deployment-target.rs [new file with mode: 0644]
tests/codegen/inherit_overflow.rs [new file with mode: 0644]
tests/codegen/inline-always-works-always.rs [new file with mode: 0644]
tests/codegen/inline-debuginfo.rs [new file with mode: 0644]
tests/codegen/inline-hint.rs [new file with mode: 0644]
tests/codegen/instrument-coverage.rs [new file with mode: 0644]
tests/codegen/instrument-mcount.rs [new file with mode: 0644]
tests/codegen/instrument-xray/basic.rs [new file with mode: 0644]
tests/codegen/instrument-xray/options-combine.rs [new file with mode: 0644]
tests/codegen/instrument-xray/options-override.rs [new file with mode: 0644]
tests/codegen/integer-cmp.rs [new file with mode: 0644]
tests/codegen/integer-overflow.rs [new file with mode: 0644]
tests/codegen/internalize-closures.rs [new file with mode: 0644]
tests/codegen/intrinsic-no-unnamed-attr.rs [new file with mode: 0644]
tests/codegen/intrinsics/const_eval_select.rs [new file with mode: 0644]
tests/codegen/intrinsics/exact_div.rs [new file with mode: 0644]
tests/codegen/intrinsics/likely.rs [new file with mode: 0644]
tests/codegen/intrinsics/mask.rs [new file with mode: 0644]
tests/codegen/intrinsics/nearby.rs [new file with mode: 0644]
tests/codegen/intrinsics/nontemporal.rs [new file with mode: 0644]
tests/codegen/intrinsics/offset_from.rs [new file with mode: 0644]
tests/codegen/intrinsics/prefetch.rs [new file with mode: 0644]
tests/codegen/intrinsics/unchecked_math.rs [new file with mode: 0644]
tests/codegen/intrinsics/volatile.rs [new file with mode: 0644]
tests/codegen/intrinsics/volatile_order.rs [new file with mode: 0644]
tests/codegen/issue-103285-ptr-addr-overflow-check.rs [new file with mode: 0644]
tests/codegen/issue-103840.rs [new file with mode: 0644]
tests/codegen/issue-105386-ub-in-debuginfo.rs [new file with mode: 0644]
tests/codegen/issue-13018.rs [new file with mode: 0644]
tests/codegen/issue-15953.rs [new file with mode: 0644]
tests/codegen/issue-27130.rs [new file with mode: 0644]
tests/codegen/issue-32031.rs [new file with mode: 0644]
tests/codegen/issue-32364.rs [new file with mode: 0644]
tests/codegen/issue-34634.rs [new file with mode: 0644]
tests/codegen/issue-34947-pow-i32.rs [new file with mode: 0644]
tests/codegen/issue-37945.rs [new file with mode: 0644]
tests/codegen/issue-44056-macos-tls-align.rs [new file with mode: 0644]
tests/codegen/issue-45222.rs [new file with mode: 0644]
tests/codegen/issue-45466.rs [new file with mode: 0644]
tests/codegen/issue-45964-bounds-check-slice-pos.rs [new file with mode: 0644]
tests/codegen/issue-47278.rs [new file with mode: 0644]
tests/codegen/issue-47442.rs [new file with mode: 0644]
tests/codegen/issue-56267-2.rs [new file with mode: 0644]
tests/codegen/issue-56267.rs [new file with mode: 0644]
tests/codegen/issue-56927.rs [new file with mode: 0644]
tests/codegen/issue-58881.rs [new file with mode: 0644]
tests/codegen/issue-59352.rs [new file with mode: 0644]
tests/codegen/issue-69101-bounds-check.rs [new file with mode: 0644]
tests/codegen/issue-73031.rs [new file with mode: 0644]
tests/codegen/issue-73338-effecient-cmp.rs [new file with mode: 0644]
tests/codegen/issue-73396-bounds-check-after-position.rs [new file with mode: 0644]
tests/codegen/issue-73827-bounds-check-index-in-subexpr.rs [new file with mode: 0644]
tests/codegen/issue-75525-bounds-checks.rs [new file with mode: 0644]
tests/codegen/issue-75546.rs [new file with mode: 0644]
tests/codegen/issue-75659.rs [new file with mode: 0644]
tests/codegen/issue-77812.rs [new file with mode: 0644]
tests/codegen/issue-81408-dllimport-thinlto-windows.rs [new file with mode: 0644]
tests/codegen/issue-84268.rs [new file with mode: 0644]
tests/codegen/issue-85872-multiple-reverse.rs [new file with mode: 0644]
tests/codegen/issue-86106.rs [new file with mode: 0644]
tests/codegen/issue-96274.rs [new file with mode: 0644]
tests/codegen/issue-96497-slice-size-nowrap.rs [new file with mode: 0644]
tests/codegen/issue-98156-const-arg-temp-lifetime.rs [new file with mode: 0644]
tests/codegen/issue-98294-get-mut-copy-from-slice-opt.rs [new file with mode: 0644]
tests/codegen/iter-repeat-n-trivial-drop.rs [new file with mode: 0644]
tests/codegen/layout-size-checks.rs [new file with mode: 0644]
tests/codegen/lifetime_start_end.rs [new file with mode: 0644]
tests/codegen/link-dead-code.rs [new file with mode: 0644]
tests/codegen/link_section.rs [new file with mode: 0644]
tests/codegen/loads.rs [new file with mode: 0644]
tests/codegen/local-generics-in-exe-internalized.rs [new file with mode: 0644]
tests/codegen/lto-removes-invokes.rs [new file with mode: 0644]
tests/codegen/mainsubprogram.rs [new file with mode: 0644]
tests/codegen/mainsubprogramstart.rs [new file with mode: 0644]
tests/codegen/match-optimized.rs [new file with mode: 0644]
tests/codegen/match-optimizes-away.rs [new file with mode: 0644]
tests/codegen/match-unoptimized.rs [new file with mode: 0644]
tests/codegen/mem-replace-direct-memcpy.rs [new file with mode: 0644]
tests/codegen/merge-functions.rs [new file with mode: 0644]
tests/codegen/mir-inlined-line-numbers.rs [new file with mode: 0644]
tests/codegen/mir_zst_stores.rs [new file with mode: 0644]
tests/codegen/move-operands.rs [new file with mode: 0644]
tests/codegen/naked-functions.rs [new file with mode: 0644]
tests/codegen/naked-nocoverage.rs [new file with mode: 0644]
tests/codegen/naked-noinline.rs [new file with mode: 0644]
tests/codegen/no-assumes-on-casts.rs [new file with mode: 0644]
tests/codegen/no-dllimport-w-cross-lang-lto.rs [new file with mode: 0644]
tests/codegen/no-jump-tables.rs [new file with mode: 0644]
tests/codegen/no-plt.rs [new file with mode: 0644]
tests/codegen/noalias-box-off.rs [new file with mode: 0644]
tests/codegen/noalias-box.rs [new file with mode: 0644]
tests/codegen/noalias-flag.rs [new file with mode: 0644]
tests/codegen/noalias-refcell.rs [new file with mode: 0644]
tests/codegen/noalias-rwlockreadguard.rs [new file with mode: 0644]
tests/codegen/noalias-unpin.rs [new file with mode: 0644]
tests/codegen/non-terminate/infinite-loop-1.rs [new file with mode: 0644]
tests/codegen/non-terminate/infinite-loop-2.rs [new file with mode: 0644]
tests/codegen/non-terminate/infinite-recursion.rs [new file with mode: 0644]
tests/codegen/non-terminate/nonempty-infinite-loop.rs [new file with mode: 0644]
tests/codegen/noreturn-uninhabited.rs [new file with mode: 0644]
tests/codegen/noreturnflag.rs [new file with mode: 0644]
tests/codegen/nounwind.rs [new file with mode: 0644]
tests/codegen/nrvo.rs [new file with mode: 0644]
tests/codegen/optimize-attr-1.rs [new file with mode: 0644]
tests/codegen/option-as-slice.rs [new file with mode: 0644]
tests/codegen/option-nonzero-eq.rs [new file with mode: 0644]
tests/codegen/packed.rs [new file with mode: 0644]
tests/codegen/panic-abort-windows.rs [new file with mode: 0644]
tests/codegen/panic-in-drop-abort.rs [new file with mode: 0644]
tests/codegen/panic-unwind-default-uwtable.rs [new file with mode: 0644]
tests/codegen/personality_lifetimes.rs [new file with mode: 0644]
tests/codegen/pgo-counter-bias.rs [new file with mode: 0644]
tests/codegen/pgo-instrumentation.rs [new file with mode: 0644]
tests/codegen/pic-relocation-model.rs [new file with mode: 0644]
tests/codegen/pie-relocation-model.rs [new file with mode: 0644]
tests/codegen/refs.rs [new file with mode: 0644]
tests/codegen/remap_path_prefix/aux_mod.rs [new file with mode: 0644]
tests/codegen/remap_path_prefix/auxiliary/remap_path_prefix_aux.rs [new file with mode: 0644]
tests/codegen/remap_path_prefix/auxiliary/xcrate-generic.rs [new file with mode: 0644]
tests/codegen/remap_path_prefix/issue-73167-remap-std.rs [new file with mode: 0644]
tests/codegen/remap_path_prefix/main.rs [new file with mode: 0644]
tests/codegen/remap_path_prefix/xcrate-generic.rs [new file with mode: 0644]
tests/codegen/repeat-trusted-len.rs [new file with mode: 0644]
tests/codegen/repr-transparent-aggregates-1.rs [new file with mode: 0644]
tests/codegen/repr-transparent-aggregates-2.rs [new file with mode: 0644]
tests/codegen/repr-transparent-aggregates-3.rs [new file with mode: 0644]
tests/codegen/repr-transparent-sysv64.rs [new file with mode: 0644]
tests/codegen/repr-transparent.rs [new file with mode: 0644]
tests/codegen/riscv-abi/call-llvm-intrinsics.rs [new file with mode: 0644]
tests/codegen/riscv-abi/riscv64-lp64-lp64f-lp64d-abi.rs [new file with mode: 0644]
tests/codegen/riscv-abi/riscv64-lp64d-abi.rs [new file with mode: 0644]
tests/codegen/riscv-abi/riscv64-lp64f-lp64d-abi.rs [new file with mode: 0644]
tests/codegen/sanitizer-cfi-add-canonical-jump-tables-flag.rs [new file with mode: 0644]
tests/codegen/sanitizer-cfi-emit-type-checks.rs [new file with mode: 0644]
tests/codegen/sanitizer-cfi-emit-type-metadata-id-itanium-cxx-abi.rs [new file with mode: 0644]
tests/codegen/sanitizer-cfi-emit-type-metadata-itanium-cxx-abi.rs [new file with mode: 0644]
tests/codegen/sanitizer-kasan-emits-instrumentation.rs [new file with mode: 0644]
tests/codegen/sanitizer-kcfi-add-kcfi-flag.rs [new file with mode: 0644]
tests/codegen/sanitizer-kcfi-emit-kcfi-operand-bundle-itanium-cxx-abi.rs [new file with mode: 0644]
tests/codegen/sanitizer-memory-track-orgins.rs [new file with mode: 0644]
tests/codegen/sanitizer-no-sanitize-inlining.rs [new file with mode: 0644]
tests/codegen/sanitizer-no-sanitize.rs [new file with mode: 0644]
tests/codegen/sanitizer-recover.rs [new file with mode: 0644]
tests/codegen/sanitizer_memtag_attr_check.rs [new file with mode: 0644]
tests/codegen/sanitizer_scs_attr_check.rs [new file with mode: 0644]
tests/codegen/scalar-pair-bool.rs [new file with mode: 0644]
tests/codegen/set-discriminant-invalid.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-float-abs.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-float-ceil.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-float-cos.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-float-exp.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-float-exp2.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-float-floor.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-float-fma.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-float-fsqrt.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-float-log.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-float-log10.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-float-log2.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-float-minmax.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-float-pow.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-float-powi.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-float-sin.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-generic-arithmetic-saturating.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-generic-bitmask.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-generic-extract-insert.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-generic-gather.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-generic-scatter.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-generic-select.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-transmute-array.rs [new file with mode: 0644]
tests/codegen/simd-wide-sum.rs [new file with mode: 0644]
tests/codegen/simd_arith_offset.rs [new file with mode: 0644]
tests/codegen/slice-as_chunks.rs [new file with mode: 0644]
tests/codegen/slice-init.rs [new file with mode: 0644]
tests/codegen/slice-iter-len-eq-zero.rs [new file with mode: 0644]
tests/codegen/slice-position-bounds-check.rs [new file with mode: 0644]
tests/codegen/slice-ref-equality.rs [new file with mode: 0644]
tests/codegen/slice-reverse.rs [new file with mode: 0644]
tests/codegen/slice-windows-no-bounds-check.rs [new file with mode: 0644]
tests/codegen/slice_as_from_ptr_range.rs [new file with mode: 0644]
tests/codegen/some-abis-do-extend-params-to-32-bits.rs [new file with mode: 0644]
tests/codegen/some-global-nonnull.rs [new file with mode: 0644]
tests/codegen/sparc-struct-abi.rs [new file with mode: 0644]
tests/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs [new file with mode: 0644]
tests/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs [new file with mode: 0644]
tests/codegen/src-hash-algorithm/src-hash-algorithm-sha256.rs [new file with mode: 0644]
tests/codegen/sse42-implies-crc32.rs [new file with mode: 0644]
tests/codegen/stack-probes-call.rs [new file with mode: 0644]
tests/codegen/stack-probes-inline.rs [new file with mode: 0644]
tests/codegen/stack-protector.rs [new file with mode: 0644]
tests/codegen/static-relocation-model-msvc.rs [new file with mode: 0644]
tests/codegen/staticlib-external-inline-fns.rs [new file with mode: 0644]
tests/codegen/stores.rs [new file with mode: 0644]
tests/codegen/swap-large-types.rs [new file with mode: 0644]
tests/codegen/swap-simd-types.rs [new file with mode: 0644]
tests/codegen/swap-small-types.rs [new file with mode: 0644]
tests/codegen/target-cpu-on-functions.rs [new file with mode: 0644]
tests/codegen/target-feature-overrides.rs [new file with mode: 0644]
tests/codegen/thread-local.rs [new file with mode: 0644]
tests/codegen/to_vec.rs [new file with mode: 0644]
tests/codegen/transmute-scalar.rs [new file with mode: 0644]
tests/codegen/try_identity.rs [new file with mode: 0644]
tests/codegen/try_question_mark_nop.rs [new file with mode: 0644]
tests/codegen/tune-cpu-on-functions.rs [new file with mode: 0644]
tests/codegen/tuple-layout-opt.rs [new file with mode: 0644]
tests/codegen/unchecked-float-casts.rs [new file with mode: 0644]
tests/codegen/unchecked_shifts.rs [new file with mode: 0644]
tests/codegen/uninit-consts.rs [new file with mode: 0644]
tests/codegen/union-abi.rs [new file with mode: 0644]
tests/codegen/unpadded-simd.rs [new file with mode: 0644]
tests/codegen/unwind-abis/aapcs-unwind-abi.rs [new file with mode: 0644]
tests/codegen/unwind-abis/c-unwind-abi-panic-abort.rs [new file with mode: 0644]
tests/codegen/unwind-abis/c-unwind-abi.rs [new file with mode: 0644]
tests/codegen/unwind-abis/cdecl-unwind-abi.rs [new file with mode: 0644]
tests/codegen/unwind-abis/fastcall-unwind-abi.rs [new file with mode: 0644]
tests/codegen/unwind-abis/nounwind-on-stable-panic-abort.rs [new file with mode: 0644]
tests/codegen/unwind-abis/nounwind-on-stable-panic-unwind.rs [new file with mode: 0644]
tests/codegen/unwind-abis/nounwind.rs [new file with mode: 0644]
tests/codegen/unwind-abis/stdcall-unwind-abi.rs [new file with mode: 0644]
tests/codegen/unwind-abis/system-unwind-abi.rs [new file with mode: 0644]
tests/codegen/unwind-abis/sysv64-unwind-abi.rs [new file with mode: 0644]
tests/codegen/unwind-abis/thiscall-unwind-abi.rs [new file with mode: 0644]
tests/codegen/unwind-abis/vectorcall-unwind-abi.rs [new file with mode: 0644]
tests/codegen/unwind-abis/win64-unwind-abi.rs [new file with mode: 0644]
tests/codegen/unwind-and-panic-abort.rs [new file with mode: 0644]
tests/codegen/unwind-extern-exports.rs [new file with mode: 0644]
tests/codegen/unwind-extern-imports.rs [new file with mode: 0644]
tests/codegen/used_with_arg.rs [new file with mode: 0644]
tests/codegen/var-names.rs [new file with mode: 0644]
tests/codegen/vec-calloc-llvm14.rs [new file with mode: 0644]
tests/codegen/vec-calloc.rs [new file with mode: 0644]
tests/codegen/vec-in-place.rs [new file with mode: 0644]
tests/codegen/vec-iter-collect-len.rs [new file with mode: 0644]
tests/codegen/vec-optimizes-away.rs [new file with mode: 0644]
tests/codegen/vec-shrink-panik.rs [new file with mode: 0644]
tests/codegen/vecdeque_no_panic.rs [new file with mode: 0644]
tests/codegen/virtual-function-elimination-32bit.rs [new file with mode: 0644]
tests/codegen/virtual-function-elimination.rs [new file with mode: 0644]
tests/codegen/wasm_casts_trapping.rs [new file with mode: 0644]
tests/codegen/x86_64-macosx-deployment-target.rs [new file with mode: 0644]
tests/codegen/x86_64-no-macosx-deployment-target.rs [new file with mode: 0644]
tests/codegen/zip.rs [new file with mode: 0644]
tests/codegen/zst-offset.rs [new file with mode: 0644]
tests/debuginfo/associated-types.rs [new file with mode: 0644]
tests/debuginfo/auxiliary/cross_crate_debuginfo_type_uniquing.rs [new file with mode: 0644]
tests/debuginfo/auxiliary/cross_crate_spans.rs [new file with mode: 0644]
tests/debuginfo/auxiliary/dependency-with-embedded-visualizers.natvis [new file with mode: 0644]
tests/debuginfo/auxiliary/dependency-with-embedded-visualizers.py [new file with mode: 0644]
tests/debuginfo/auxiliary/dependency-with-embedded-visualizers.rs [new file with mode: 0644]
tests/debuginfo/auxiliary/issue-13213-aux.rs [new file with mode: 0644]
tests/debuginfo/auxiliary/macro-stepping.rs [new file with mode: 0644]
tests/debuginfo/basic-types-globals-metadata.rs [new file with mode: 0644]
tests/debuginfo/basic-types-globals.rs [new file with mode: 0644]
tests/debuginfo/basic-types-metadata.rs [new file with mode: 0644]
tests/debuginfo/basic-types-mut-globals.rs [new file with mode: 0644]
tests/debuginfo/basic-types.rs [new file with mode: 0644]
tests/debuginfo/borrowed-basic.rs [new file with mode: 0644]
tests/debuginfo/borrowed-c-style-enum.rs [new file with mode: 0644]
tests/debuginfo/borrowed-enum.rs [new file with mode: 0644]
tests/debuginfo/borrowed-struct.rs [new file with mode: 0644]
tests/debuginfo/borrowed-tuple.rs [new file with mode: 0644]
tests/debuginfo/borrowed-unique-basic.rs [new file with mode: 0644]
tests/debuginfo/box.rs [new file with mode: 0644]
tests/debuginfo/boxed-struct.rs [new file with mode: 0644]
tests/debuginfo/by-value-non-immediate-argument.rs [new file with mode: 0644]
tests/debuginfo/by-value-self-argument-in-trait-impl.rs [new file with mode: 0644]
tests/debuginfo/c-style-enum-in-composite.rs [new file with mode: 0644]
tests/debuginfo/c-style-enum.rs [new file with mode: 0644]
tests/debuginfo/captured-fields-1.rs [new file with mode: 0644]
tests/debuginfo/captured-fields-2.rs [new file with mode: 0644]
tests/debuginfo/closure-in-generic-function.rs [new file with mode: 0644]
tests/debuginfo/collapse-debuginfo-no-attr-flag.rs [new file with mode: 0644]
tests/debuginfo/collapse-debuginfo-no-attr.rs [new file with mode: 0644]
tests/debuginfo/collapse-debuginfo-with-attr-flag.rs [new file with mode: 0644]
tests/debuginfo/collapse-debuginfo-with-attr.rs [new file with mode: 0644]
tests/debuginfo/constant-debug-locs.rs [new file with mode: 0644]
tests/debuginfo/constant-in-match-pattern.rs [new file with mode: 0644]
tests/debuginfo/cross-crate-spans.rs [new file with mode: 0644]
tests/debuginfo/cross-crate-type-uniquing.rs [new file with mode: 0644]
tests/debuginfo/destructured-fn-argument.rs [new file with mode: 0644]
tests/debuginfo/destructured-for-loop-variable.rs [new file with mode: 0644]
tests/debuginfo/destructured-local.rs [new file with mode: 0644]
tests/debuginfo/drop-locations.rs [new file with mode: 0644]
tests/debuginfo/duration-type.rs [new file with mode: 0644]
tests/debuginfo/embedded-visualizer-point.natvis [new file with mode: 0644]
tests/debuginfo/embedded-visualizer-point.py [new file with mode: 0644]
tests/debuginfo/embedded-visualizer.natvis [new file with mode: 0644]
tests/debuginfo/embedded-visualizer.py [new file with mode: 0644]
tests/debuginfo/embedded-visualizer.rs [new file with mode: 0644]
tests/debuginfo/empty-string.rs [new file with mode: 0644]
tests/debuginfo/enum-thinlto.rs [new file with mode: 0644]
tests/debuginfo/evec-in-struct.rs [new file with mode: 0644]
tests/debuginfo/extern-c-fn.rs [new file with mode: 0644]
tests/debuginfo/fixed-sized-array.rs [new file with mode: 0644]
tests/debuginfo/function-arg-initialization.rs [new file with mode: 0644]
tests/debuginfo/function-arguments.rs [new file with mode: 0644]
tests/debuginfo/function-call.rs [new file with mode: 0644]
tests/debuginfo/function-names.rs [new file with mode: 0644]
tests/debuginfo/function-prologue-stepping-regular.rs [new file with mode: 0644]
tests/debuginfo/gdb-char.rs [new file with mode: 0644]
tests/debuginfo/gdb-pretty-struct-and-enums.rs [new file with mode: 0644]
tests/debuginfo/generator-locals.rs [new file with mode: 0644]
tests/debuginfo/generator-objects.rs [new file with mode: 0644]
tests/debuginfo/generic-enum-with-different-disr-sizes.rs [new file with mode: 0644]
tests/debuginfo/generic-function.rs [new file with mode: 0644]
tests/debuginfo/generic-functions-nested.rs [new file with mode: 0644]
tests/debuginfo/generic-method-on-generic-struct.rs [new file with mode: 0644]
tests/debuginfo/generic-static-method-on-struct-and-enum.rs [new file with mode: 0644]
tests/debuginfo/generic-struct-style-enum.rs [new file with mode: 0644]
tests/debuginfo/generic-struct.rs [new file with mode: 0644]
tests/debuginfo/generic-tuple-style-enum.rs [new file with mode: 0644]
tests/debuginfo/include_string.rs [new file with mode: 0644]
tests/debuginfo/issue-12886.rs [new file with mode: 0644]
tests/debuginfo/issue-13213.rs [new file with mode: 0644]
tests/debuginfo/issue-14411.rs [new file with mode: 0644]
tests/debuginfo/issue-22656.rs [new file with mode: 0644]
tests/debuginfo/issue-57822.rs [new file with mode: 0644]
tests/debuginfo/issue-7712.rs [new file with mode: 0644]
tests/debuginfo/lexical-scope-in-for-loop.rs [new file with mode: 0644]
tests/debuginfo/lexical-scope-in-if-let.rs [new file with mode: 0644]
tests/debuginfo/lexical-scope-in-if.rs [new file with mode: 0644]
tests/debuginfo/lexical-scope-in-match.rs [new file with mode: 0644]
tests/debuginfo/lexical-scope-in-parameterless-closure.rs [new file with mode: 0644]
tests/debuginfo/lexical-scope-in-stack-closure.rs [new file with mode: 0644]
tests/debuginfo/lexical-scope-in-unconditional-loop.rs [new file with mode: 0644]
tests/debuginfo/lexical-scope-in-unique-closure.rs [new file with mode: 0644]
tests/debuginfo/lexical-scope-in-while.rs [new file with mode: 0644]
tests/debuginfo/lexical-scope-with-macro.rs [new file with mode: 0644]
tests/debuginfo/lexical-scopes-in-block-expression.rs [new file with mode: 0644]
tests/debuginfo/limited-debuginfo.rs [new file with mode: 0644]
tests/debuginfo/macro-stepping.inc [new file with mode: 0644]
tests/debuginfo/macro-stepping.rs [new file with mode: 0644]
tests/debuginfo/marker-types.rs [new file with mode: 0644]
tests/debuginfo/method-on-enum.rs [new file with mode: 0644]
tests/debuginfo/method-on-generic-struct.rs [new file with mode: 0644]
tests/debuginfo/method-on-struct.rs [new file with mode: 0644]
tests/debuginfo/method-on-trait.rs [new file with mode: 0644]
tests/debuginfo/method-on-tuple-struct.rs [new file with mode: 0644]
tests/debuginfo/msvc-pretty-enums.rs [new file with mode: 0644]
tests/debuginfo/msvc-scalarpair-params.rs [new file with mode: 0644]
tests/debuginfo/multi-byte-chars.rs [new file with mode: 0644]
tests/debuginfo/multi-cgu.rs [new file with mode: 0644]
tests/debuginfo/multiple-functions-equal-var-names.rs [new file with mode: 0644]
tests/debuginfo/multiple-functions.rs [new file with mode: 0644]
tests/debuginfo/mutable-locs.rs [new file with mode: 0644]
tests/debuginfo/mutex.rs [new file with mode: 0644]
tests/debuginfo/name-shadowing-and-scope-nesting.rs [new file with mode: 0644]
tests/debuginfo/no_mangle-info.rs [new file with mode: 0644]
tests/debuginfo/numeric-types.rs [new file with mode: 0644]
tests/debuginfo/option-like-enum.rs [new file with mode: 0644]
tests/debuginfo/packed-struct-with-destructor.rs [new file with mode: 0644]
tests/debuginfo/packed-struct.rs [new file with mode: 0644]
tests/debuginfo/pretty-huge-vec.rs [new file with mode: 0644]
tests/debuginfo/pretty-slices.rs [new file with mode: 0644]
tests/debuginfo/pretty-std-collections-hash.rs [new file with mode: 0644]
tests/debuginfo/pretty-std-collections.rs [new file with mode: 0644]
tests/debuginfo/pretty-std.rs [new file with mode: 0644]
tests/debuginfo/pretty-uninitialized-vec.rs [new file with mode: 0644]
tests/debuginfo/range-types.rs [new file with mode: 0644]
tests/debuginfo/rc_arc.rs [new file with mode: 0644]
tests/debuginfo/recursive-enum.rs [new file with mode: 0644]
tests/debuginfo/recursive-struct.rs [new file with mode: 0644]
tests/debuginfo/result-types.rs [new file with mode: 0644]
tests/debuginfo/rwlock-read.rs [new file with mode: 0644]
tests/debuginfo/rwlock-write.rs [new file with mode: 0644]
tests/debuginfo/self-in-default-method.rs [new file with mode: 0644]
tests/debuginfo/self-in-generic-default-method.rs [new file with mode: 0644]
tests/debuginfo/shadowed-argument.rs [new file with mode: 0644]
tests/debuginfo/shadowed-variable.rs [new file with mode: 0644]
tests/debuginfo/should-fail.rs [new file with mode: 0644]
tests/debuginfo/simd.rs [new file with mode: 0644]
tests/debuginfo/simple-lexical-scope.rs [new file with mode: 0644]
tests/debuginfo/simple-struct.rs [new file with mode: 0644]
tests/debuginfo/simple-tuple.rs [new file with mode: 0644]
tests/debuginfo/static-method-on-struct-and-enum.rs [new file with mode: 0644]
tests/debuginfo/step-into-match.rs [new file with mode: 0644]
tests/debuginfo/struct-in-enum.rs [new file with mode: 0644]
tests/debuginfo/struct-in-struct.rs [new file with mode: 0644]
tests/debuginfo/struct-namespace.rs [new file with mode: 0644]
tests/debuginfo/struct-style-enum.rs [new file with mode: 0644]
tests/debuginfo/struct-with-destructor.rs [new file with mode: 0644]
tests/debuginfo/text-to-include-1.txt [new file with mode: 0644]
tests/debuginfo/text-to-include-2.txt [new file with mode: 0644]
tests/debuginfo/text-to-include-3.txt [new file with mode: 0644]
tests/debuginfo/thread-names.rs [new file with mode: 0644]
tests/debuginfo/thread.rs [new file with mode: 0644]
tests/debuginfo/trait-pointers.rs [new file with mode: 0644]
tests/debuginfo/tuple-in-struct.rs [new file with mode: 0644]
tests/debuginfo/tuple-in-tuple.rs [new file with mode: 0644]
tests/debuginfo/tuple-struct.rs [new file with mode: 0644]
tests/debuginfo/tuple-style-enum.rs [new file with mode: 0644]
tests/debuginfo/type-names.cdb.js [new file with mode: 0644]
tests/debuginfo/type-names.rs [new file with mode: 0644]
tests/debuginfo/union-smoke.rs [new file with mode: 0644]
tests/debuginfo/unique-enum.rs [new file with mode: 0644]
tests/debuginfo/unit-type.rs [new file with mode: 0644]
tests/debuginfo/unreachable-locals.rs [new file with mode: 0644]
tests/debuginfo/unsized.rs [new file with mode: 0644]
tests/debuginfo/var-captured-in-nested-closure.rs [new file with mode: 0644]
tests/debuginfo/var-captured-in-sendable-closure.rs [new file with mode: 0644]
tests/debuginfo/var-captured-in-stack-closure.rs [new file with mode: 0644]
tests/debuginfo/vec-slices.rs [new file with mode: 0644]
tests/debuginfo/vec.rs [new file with mode: 0644]
tests/incremental/add_private_fn_at_krate_root_cc/auxiliary/point.rs [new file with mode: 0644]
tests/incremental/add_private_fn_at_krate_root_cc/struct_point.rs [new file with mode: 0644]
tests/incremental/async-lifetimes.rs [new file with mode: 0644]
tests/incremental/auxiliary/incremental_proc_macro_aux.rs [new file with mode: 0644]
tests/incremental/auxiliary/issue-49482-macro-def.rs [new file with mode: 0644]
tests/incremental/auxiliary/issue-49482-reexport.rs [new file with mode: 0644]
tests/incremental/auxiliary/issue-54059.rs [new file with mode: 0644]
tests/incremental/auxiliary/issue-79661.rs [new file with mode: 0644]
tests/incremental/auxiliary/issue-79890.rs [new file with mode: 0644]
tests/incremental/auxiliary/rustc-rust-log-aux.rs [new file with mode: 0644]
tests/incremental/cache_file_headers.rs [new file with mode: 0644]
tests/incremental/callee_caller_cross_crate/auxiliary/a.rs [new file with mode: 0644]
tests/incremental/callee_caller_cross_crate/b.rs [new file with mode: 0644]
tests/incremental/change_add_field/struct_point.rs [new file with mode: 0644]
tests/incremental/change_crate_dep_kind.rs [new file with mode: 0644]
tests/incremental/change_crate_order/auxiliary/a.rs [new file with mode: 0644]
tests/incremental/change_crate_order/auxiliary/b.rs [new file with mode: 0644]
tests/incremental/change_crate_order/main.rs [new file with mode: 0644]
tests/incremental/change_implementation_cross_crate/auxiliary/a.rs [new file with mode: 0644]
tests/incremental/change_implementation_cross_crate/main.rs [new file with mode: 0644]
tests/incremental/change_name_of_static_in_fn.rs [new file with mode: 0644]
tests/incremental/change_private_fn/struct_point.rs [new file with mode: 0644]
tests/incremental/change_private_fn_cc/auxiliary/point.rs [new file with mode: 0644]
tests/incremental/change_private_fn_cc/struct_point.rs [new file with mode: 0644]
tests/incremental/change_private_impl_method/struct_point.rs [new file with mode: 0644]
tests/incremental/change_private_impl_method_cc/auxiliary/point.rs [new file with mode: 0644]
tests/incremental/change_private_impl_method_cc/struct_point.rs [new file with mode: 0644]
tests/incremental/change_pub_inherent_method_body/struct_point.rs [new file with mode: 0644]
tests/incremental/change_pub_inherent_method_sig/struct_point.rs [new file with mode: 0644]
tests/incremental/change_symbol_export_status.rs [new file with mode: 0644]
tests/incremental/commandline-args.rs [new file with mode: 0644]
tests/incremental/const-generics/hash-tyvid-regression-1.rs [new file with mode: 0644]
tests/incremental/const-generics/hash-tyvid-regression-2.rs [new file with mode: 0644]
tests/incremental/const-generics/hash-tyvid-regression-3.rs [new file with mode: 0644]
tests/incremental/const-generics/hash-tyvid-regression-4.rs [new file with mode: 0644]
tests/incremental/const-generics/issue-61338.rs [new file with mode: 0644]
tests/incremental/const-generics/issue-61516.rs [new file with mode: 0644]
tests/incremental/const-generics/issue-62536.rs [new file with mode: 0644]
tests/incremental/const-generics/issue-64087.rs [new file with mode: 0644]
tests/incremental/const-generics/issue-65623.rs [new file with mode: 0644]
tests/incremental/const-generics/issue-68477.rs [new file with mode: 0644]
tests/incremental/const-generics/try_unify_abstract_const_regression_tests/issue-77708-1.rs [new file with mode: 0644]
tests/incremental/const-generics/try_unify_abstract_const_regression_tests/issue-77708-2.rs [new file with mode: 0644]
tests/incremental/const-generics/try_unify_abstract_const_regression_tests/issue-77708-3.rs [new file with mode: 0644]
tests/incremental/const-generics/try_unify_abstract_const_regression_tests/issue-82034.rs [new file with mode: 0644]
tests/incremental/const-generics/try_unify_abstract_const_regression_tests/issue-85031-1.rs [new file with mode: 0644]
tests/incremental/const-generics/try_unify_abstract_const_regression_tests/issue-85031-3.rs [new file with mode: 0644]
tests/incremental/const-generics/try_unify_abstract_const_regression_tests/issue-86953.rs [new file with mode: 0644]
tests/incremental/const-generics/try_unify_abstract_const_regression_tests/issue-88022.rs [new file with mode: 0644]
tests/incremental/crate_hash_reorder.rs [new file with mode: 0644]
tests/incremental/cyclic-trait-hierarchy.rs [new file with mode: 0644]
tests/incremental/delayed_span_bug.rs [new file with mode: 0644]
tests/incremental/dirty_clean.rs [new file with mode: 0644]
tests/incremental/extern_static/issue-49153.rs [new file with mode: 0644]
tests/incremental/feature_gate.rs [new file with mode: 0644]
tests/incremental/foreign.rs [new file with mode: 0644]
tests/incremental/hash-module-order.rs [new file with mode: 0644]
tests/incremental/hashes/call_expressions.rs [new file with mode: 0644]
tests/incremental/hashes/closure_expressions.rs [new file with mode: 0644]
tests/incremental/hashes/consts.rs [new file with mode: 0644]
tests/incremental/hashes/enum_constructors.rs [new file with mode: 0644]
tests/incremental/hashes/enum_defs.rs [new file with mode: 0644]
tests/incremental/hashes/exported_vs_not.rs [new file with mode: 0644]
tests/incremental/hashes/extern_mods.rs [new file with mode: 0644]
tests/incremental/hashes/for_loops.rs [new file with mode: 0644]
tests/incremental/hashes/function_interfaces.rs [new file with mode: 0644]
tests/incremental/hashes/if_expressions.rs [new file with mode: 0644]
tests/incremental/hashes/indexing_expressions.rs [new file with mode: 0644]
tests/incremental/hashes/inherent_impls.rs [new file with mode: 0644]
tests/incremental/hashes/inline_asm.rs [new file with mode: 0644]
tests/incremental/hashes/let_expressions.rs [new file with mode: 0644]
tests/incremental/hashes/loop_expressions.rs [new file with mode: 0644]
tests/incremental/hashes/match_expressions.rs [new file with mode: 0644]
tests/incremental/hashes/panic_exprs.rs [new file with mode: 0644]
tests/incremental/hashes/statics.rs [new file with mode: 0644]
tests/incremental/hashes/struct_constructors.rs [new file with mode: 0644]
tests/incremental/hashes/struct_defs.rs [new file with mode: 0644]
tests/incremental/hashes/trait_defs.rs [new file with mode: 0644]
tests/incremental/hashes/trait_impls.rs [new file with mode: 0644]
tests/incremental/hashes/type_defs.rs [new file with mode: 0644]
tests/incremental/hashes/unary_and_binary_exprs.rs [new file with mode: 0644]
tests/incremental/hashes/while_let_loops.rs [new file with mode: 0644]
tests/incremental/hashes/while_loops.rs [new file with mode: 0644]
tests/incremental/hello_world.rs [new file with mode: 0644]
tests/incremental/hygiene/auxiliary/cached_hygiene.rs [new file with mode: 0644]
tests/incremental/hygiene/load_cached_hygiene.rs [new file with mode: 0644]
tests/incremental/ich_method_call_trait_scope.rs [new file with mode: 0644]
tests/incremental/ich_nested_items.rs [new file with mode: 0644]
tests/incremental/ich_resolve_results.rs [new file with mode: 0644]
tests/incremental/incremental_proc_macro.rs [new file with mode: 0644]
tests/incremental/inlined_hir_34991/main.rs [new file with mode: 0644]
tests/incremental/issue-100521-change-struct-name-assocty.rs [new file with mode: 0644]
tests/incremental/issue-101518.rs [new file with mode: 0644]
tests/incremental/issue-35593.rs [new file with mode: 0644]
tests/incremental/issue-38222.rs [new file with mode: 0644]
tests/incremental/issue-39569.rs [new file with mode: 0644]
tests/incremental/issue-39828/auxiliary/generic.rs [new file with mode: 0644]
tests/incremental/issue-39828/issue-39828.rs [new file with mode: 0644]
tests/incremental/issue-42602.rs [new file with mode: 0644]
tests/incremental/issue-49043.rs [new file with mode: 0644]
tests/incremental/issue-49482.rs [new file with mode: 0644]
tests/incremental/issue-49595/auxiliary/lit_a.rs [new file with mode: 0644]
tests/incremental/issue-49595/auxiliary/lit_b.rs [new file with mode: 0644]
tests/incremental/issue-49595/issue-49595.rs [new file with mode: 0644]
tests/incremental/issue-51409.rs [new file with mode: 0644]
tests/incremental/issue-54059.rs [new file with mode: 0644]
tests/incremental/issue-54242.rs [new file with mode: 0644]
tests/incremental/issue-59523-on-implemented-is-not-unused.rs [new file with mode: 0644]
tests/incremental/issue-59524-layout-scalar-valid-range-is-not-unused.rs [new file with mode: 0644]
tests/incremental/issue-60629.rs [new file with mode: 0644]
tests/incremental/issue-61323.rs [new file with mode: 0644]
tests/incremental/issue-61530.rs [new file with mode: 0644]
tests/incremental/issue-62649-path-collisions-happen.rs [new file with mode: 0644]
tests/incremental/issue-69596.rs [new file with mode: 0644]
tests/incremental/issue-72386.rs [new file with mode: 0644]
tests/incremental/issue-79661-missing-def-path-hash.rs [new file with mode: 0644]
tests/incremental/issue-79890-imported-crates-changed.rs [new file with mode: 0644]
tests/incremental/issue-80336-invalid-span.rs [new file with mode: 0644]
tests/incremental/issue-80691-bad-eval-cache.rs [new file with mode: 0644]
tests/incremental/issue-82920-predicate-order-miscompile.rs [new file with mode: 0644]
tests/incremental/issue-84252-global-alloc.rs [new file with mode: 0644]
tests/incremental/issue-85197-invalid-span/auxiliary/invalid-span-helper-lib.rs [new file with mode: 0644]
tests/incremental/issue-85197-invalid-span/auxiliary/invalid-span-helper-mod.rs [new file with mode: 0644]
tests/incremental/issue-85197-invalid-span/auxiliary/respan.rs [new file with mode: 0644]
tests/incremental/issue-85197-invalid-span/invalid_span_main.rs [new file with mode: 0644]
tests/incremental/issue-85360-eval-obligation-ice.rs [new file with mode: 0644]
tests/incremental/issue-86753.rs [new file with mode: 0644]
tests/incremental/issue-92163-missing-sourcefile/auxiliary/first_crate.rs [new file with mode: 0644]
tests/incremental/issue-92163-missing-sourcefile/auxiliary/second_crate.rs [new file with mode: 0644]
tests/incremental/issue-92163-missing-sourcefile/issue_92163_main.rs [new file with mode: 0644]
tests/incremental/issue-92987-provisional-dep-node.rs [new file with mode: 0644]
tests/incremental/issue-96319-coinductive-cycle.rs [new file with mode: 0644]
tests/incremental/krate-inherent.rs [new file with mode: 0644]
tests/incremental/krate-inlined.rs [new file with mode: 0644]
tests/incremental/krate_reassign_34991/auxiliary/a.rs [new file with mode: 0644]
tests/incremental/krate_reassign_34991/main.rs [new file with mode: 0644]
tests/incremental/link_order/auxiliary/my_lib.rs [new file with mode: 0644]
tests/incremental/link_order/main.rs [new file with mode: 0644]
tests/incremental/lto-in-linker.rs [new file with mode: 0644]
tests/incremental/lto.rs [new file with mode: 0644]
tests/incremental/macro_export.rs [new file with mode: 0644]
tests/incremental/mir-opt.rs [new file with mode: 0644]
tests/incremental/no_mangle.rs [new file with mode: 0644]
tests/incremental/remapped_paths_cc/auxiliary/extern_crate.rs [new file with mode: 0644]
tests/incremental/remapped_paths_cc/main.rs [new file with mode: 0644]
tests/incremental/remove-private-item-cross-crate/auxiliary/a.rs [new file with mode: 0644]
tests/incremental/remove-private-item-cross-crate/main.rs [new file with mode: 0644]
tests/incremental/remove_crate/auxiliary/extern_crate.rs [new file with mode: 0644]
tests/incremental/remove_crate/main.rs [new file with mode: 0644]
tests/incremental/remove_source_file/auxiliary/mod.rs [new file with mode: 0644]
tests/incremental/remove_source_file/main.rs [new file with mode: 0644]
tests/incremental/reorder_vtable.rs [new file with mode: 0644]
tests/incremental/rlib-lto.rs [new file with mode: 0644]
tests/incremental/rlib_cross_crate/auxiliary/a.rs [new file with mode: 0644]
tests/incremental/rlib_cross_crate/b.rs [new file with mode: 0644]
tests/incremental/rustc-rust-log.rs [new file with mode: 0644]
tests/incremental/source_loc_macros.rs [new file with mode: 0644]
tests/incremental/span_hash_stable/auxiliary/mod.rs [new file with mode: 0644]
tests/incremental/span_hash_stable/auxiliary/sub1.rs [new file with mode: 0644]
tests/incremental/span_hash_stable/auxiliary/sub2.rs [new file with mode: 0644]
tests/incremental/span_hash_stable/main.rs [new file with mode: 0644]
tests/incremental/spans_in_type_debuginfo.rs [new file with mode: 0644]
tests/incremental/spans_significant_w_debuginfo.rs [new file with mode: 0644]
tests/incremental/spans_significant_w_panic.rs [new file with mode: 0644]
tests/incremental/spike-neg1.rs [new file with mode: 0644]
tests/incremental/spike-neg2.rs [new file with mode: 0644]
tests/incremental/spike.rs [new file with mode: 0644]
tests/incremental/split_debuginfo_cached.rs [new file with mode: 0644]
tests/incremental/split_debuginfo_mode.rs [new file with mode: 0644]
tests/incremental/static_cycle/b.rs [new file with mode: 0644]
tests/incremental/static_refering_to_other_static/issue-49081.rs [new file with mode: 0644]
tests/incremental/static_refering_to_other_static2/issue.rs [new file with mode: 0644]
tests/incremental/static_refering_to_other_static3/issue.rs [new file with mode: 0644]
tests/incremental/static_stable_hash/issue-49301.rs [new file with mode: 0644]
tests/incremental/string_constant.rs [new file with mode: 0644]
tests/incremental/struct_add_field.rs [new file with mode: 0644]
tests/incremental/struct_change_field_name.rs [new file with mode: 0644]
tests/incremental/struct_change_field_type.rs [new file with mode: 0644]
tests/incremental/struct_change_field_type_cross_crate/auxiliary/a.rs [new file with mode: 0644]
tests/incremental/struct_change_field_type_cross_crate/b.rs [new file with mode: 0644]
tests/incremental/struct_change_nothing.rs [new file with mode: 0644]
tests/incremental/struct_remove_field.rs [new file with mode: 0644]
tests/incremental/thinlto/cgu_invalidated_via_import.rs [new file with mode: 0644]
tests/incremental/thinlto/cgu_invalidated_when_export_added.rs [new file with mode: 0644]
tests/incremental/thinlto/cgu_invalidated_when_export_removed.rs [new file with mode: 0644]
tests/incremental/thinlto/cgu_invalidated_when_import_added.rs [new file with mode: 0644]
tests/incremental/thinlto/cgu_invalidated_when_import_removed.rs [new file with mode: 0644]
tests/incremental/thinlto/cgu_keeps_identical_fn.rs [new file with mode: 0644]
tests/incremental/thinlto/independent_cgus_dont_affect_each_other.rs [new file with mode: 0644]
tests/incremental/type_alias_cross_crate/auxiliary/a.rs [new file with mode: 0644]
tests/incremental/type_alias_cross_crate/b.rs [new file with mode: 0644]
tests/incremental/unchecked_dirty_clean.rs [new file with mode: 0644]
tests/incremental/warnings-reemitted.rs [new file with mode: 0644]
tests/mir-opt/README.md [new file with mode: 0644]
tests/mir-opt/address_of.address_of_reborrow.SimplifyCfg-initial.after.mir [new file with mode: 0644]
tests/mir-opt/address_of.borrow_and_cast.SimplifyCfg-initial.after.mir [new file with mode: 0644]
tests/mir-opt/address_of.rs [new file with mode: 0644]
tests/mir-opt/array_index_is_temporary.main.SimplifyCfg-elaborate-drops.after.mir [new file with mode: 0644]
tests/mir-opt/array_index_is_temporary.rs [new file with mode: 0644]
tests/mir-opt/asm_unwind_panic_abort.main.AbortUnwindingCalls.after.mir [new file with mode: 0644]
tests/mir-opt/asm_unwind_panic_abort.rs [new file with mode: 0644]
tests/mir-opt/basic_assignment.main.SimplifyCfg-initial.after.mir [new file with mode: 0644]
tests/mir-opt/basic_assignment.rs [new file with mode: 0644]
tests/mir-opt/bool_compare.opt1.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/bool_compare.opt2.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/bool_compare.opt3.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/bool_compare.opt4.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/bool_compare.rs [new file with mode: 0644]
tests/mir-opt/box_expr.main.ElaborateDrops.before.mir [new file with mode: 0644]
tests/mir-opt/box_expr.rs [new file with mode: 0644]
tests/mir-opt/building/async_await.a-{closure#0}.generator_resume.0.mir [new file with mode: 0644]
tests/mir-opt/building/async_await.b-{closure#0}.generator_resume.0.mir [new file with mode: 0644]
tests/mir-opt/building/async_await.rs [new file with mode: 0644]
tests/mir-opt/building/custom/arbitrary_let.arbitrary_let.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/arbitrary_let.rs [new file with mode: 0644]
tests/mir-opt/building/custom/arrays.arrays.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/arrays.rs [new file with mode: 0644]
tests/mir-opt/building/custom/consts.consts.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/consts.rs [new file with mode: 0644]
tests/mir-opt/building/custom/consts.statics.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/enums.rs [new file with mode: 0644]
tests/mir-opt/building/custom/enums.set_discr.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/enums.set_discr_repr.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/enums.switch_bool.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/enums.switch_option.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/enums.switch_option_repr.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/operators.f.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/operators.rs [new file with mode: 0644]
tests/mir-opt/building/custom/projections.rs [new file with mode: 0644]
tests/mir-opt/building/custom/projections.set.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/projections.simple_index.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/projections.tuples.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/projections.unions.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/projections.unwrap.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/projections.unwrap_deref.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/references.immut_ref.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/references.mut_ref.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/references.raw_pointer.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/references.rs [new file with mode: 0644]
tests/mir-opt/building/custom/simple_assign.rs [new file with mode: 0644]
tests/mir-opt/building/custom/simple_assign.simple.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/simple_assign.simple_ref.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/terminators.assert_nonzero.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/terminators.direct_call.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/terminators.drop_first.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/terminators.drop_second.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/terminators.indirect_call.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/terminators.rs [new file with mode: 0644]
tests/mir-opt/building/enum_cast.bar.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/enum_cast.boo.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/enum_cast.droppy.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/enum_cast.foo.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/enum_cast.rs [new file with mode: 0644]
tests/mir-opt/building/issue_101867.main.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/issue_101867.rs [new file with mode: 0644]
tests/mir-opt/building/issue_49232.main.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/issue_49232.rs [new file with mode: 0644]
tests/mir-opt/building/match_false_edges.full_tested_match.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/match_false_edges.full_tested_match2.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/match_false_edges.main.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/match_false_edges.rs [new file with mode: 0644]
tests/mir-opt/building/receiver_ptr_mutability.main.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/receiver_ptr_mutability.rs [new file with mode: 0644]
tests/mir-opt/building/simple_match.match_bool.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/simple_match.rs [new file with mode: 0644]
tests/mir-opt/building/storage_live_dead_in_statics.XXX.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/storage_live_dead_in_statics.rs [new file with mode: 0644]
tests/mir-opt/building/uniform_array_move_out.move_out_by_subslice.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/uniform_array_move_out.move_out_from_end.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/uniform_array_move_out.rs [new file with mode: 0644]
tests/mir-opt/byte_slice.main.SimplifyCfg-elaborate-drops.after.mir [new file with mode: 0644]
tests/mir-opt/byte_slice.rs [new file with mode: 0644]
tests/mir-opt/casts.redundant.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/casts.redundant.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/casts.roundtrip.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/casts.rs [new file with mode: 0644]
tests/mir-opt/combine_array_len.norm2.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/combine_array_len.rs [new file with mode: 0644]
tests/mir-opt/combine_clone_of_primitives.rs [new file with mode: 0644]
tests/mir-opt/combine_clone_of_primitives.{impl#0}-clone.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/const_allocation.main.ConstProp.after.32bit.mir [new file with mode: 0644]
tests/mir-opt/const_allocation.main.ConstProp.after.64bit.mir [new file with mode: 0644]
tests/mir-opt/const_allocation.rs [new file with mode: 0644]
tests/mir-opt/const_allocation2.main.ConstProp.after.32bit.mir [new file with mode: 0644]
tests/mir-opt/const_allocation2.main.ConstProp.after.64bit.mir [new file with mode: 0644]
tests/mir-opt/const_allocation2.rs [new file with mode: 0644]
tests/mir-opt/const_allocation3.main.ConstProp.after.32bit.mir [new file with mode: 0644]
tests/mir-opt/const_allocation3.main.ConstProp.after.64bit.mir [new file with mode: 0644]
tests/mir-opt/const_allocation3.rs [new file with mode: 0644]
tests/mir-opt/const_debuginfo.main.ConstDebugInfo.diff [new file with mode: 0644]
tests/mir-opt/const_debuginfo.rs [new file with mode: 0644]
tests/mir-opt/const_goto.issue_77355_opt.ConstGoto.diff [new file with mode: 0644]
tests/mir-opt/const_goto.rs [new file with mode: 0644]
tests/mir-opt/const_goto_const_eval_fail.f.ConstGoto.diff [new file with mode: 0644]
tests/mir-opt/const_goto_const_eval_fail.rs [new file with mode: 0644]
tests/mir-opt/const_goto_storage.match_nested_if.ConstGoto.diff [new file with mode: 0644]
tests/mir-opt/const_goto_storage.rs [new file with mode: 0644]
tests/mir-opt/const_promotion_extern_static.BAR-promoted[0].SimplifyCfg-elaborate-drops.after.mir [new file with mode: 0644]
tests/mir-opt/const_promotion_extern_static.BAR.PromoteTemps.diff [new file with mode: 0644]
tests/mir-opt/const_promotion_extern_static.BOP.built.after.mir [new file with mode: 0644]
tests/mir-opt/const_promotion_extern_static.FOO-promoted[0].SimplifyCfg-elaborate-drops.after.mir [new file with mode: 0644]
tests/mir-opt/const_promotion_extern_static.FOO.PromoteTemps.diff [new file with mode: 0644]
tests/mir-opt/const_promotion_extern_static.rs [new file with mode: 0644]
tests/mir-opt/const_prop/aggregate.foo.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/aggregate.foo.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/const_prop/aggregate.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/aggregate.main.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/const_prop/aggregate.rs [new file with mode: 0644]
tests/mir-opt/const_prop/array_index.main.ConstProp.32bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/array_index.main.ConstProp.64bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/array_index.rs [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_div_by_zero.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_div_by_zero.rs [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_mod_by_zero.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_mod_by_zero.rs [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.32bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.64bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.rs [new file with mode: 0644]
tests/mir-opt/const_prop/boolean_identities.rs [new file with mode: 0644]
tests/mir-opt/const_prop/boolean_identities.test.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/boxes.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/boxes.rs [new file with mode: 0644]
tests/mir-opt/const_prop/cast.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/cast.rs [new file with mode: 0644]
tests/mir-opt/const_prop/checked_add.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/checked_add.rs [new file with mode: 0644]
tests/mir-opt/const_prop/const_prop_fails_gracefully.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/const_prop_fails_gracefully.rs [new file with mode: 0644]
tests/mir-opt/const_prop/control_flow_simplification.hello.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/control_flow_simplification.hello.PreCodegen.before.mir [new file with mode: 0644]
tests/mir-opt/const_prop/control_flow_simplification.rs [new file with mode: 0644]
tests/mir-opt/const_prop/discriminant.main.ConstProp.32bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/discriminant.main.ConstProp.64bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/discriminant.rs [new file with mode: 0644]
tests/mir-opt/const_prop/indirect.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/indirect.rs [new file with mode: 0644]
tests/mir-opt/const_prop/inherit_overflow.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/inherit_overflow.rs [new file with mode: 0644]
tests/mir-opt/const_prop/invalid_constant.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/invalid_constant.rs [new file with mode: 0644]
tests/mir-opt/const_prop/issue_66971.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/issue_66971.rs [new file with mode: 0644]
tests/mir-opt/const_prop/issue_67019.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/issue_67019.rs [new file with mode: 0644]
tests/mir-opt/const_prop/large_array_index.main.ConstProp.32bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/large_array_index.main.ConstProp.64bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/large_array_index.rs [new file with mode: 0644]
tests/mir-opt/const_prop/mult_by_zero.rs [new file with mode: 0644]
tests/mir-opt/const_prop/mult_by_zero.test.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable.rs [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable_aggregate.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable_aggregate.rs [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable_aggregate_mut_ref.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable_aggregate_mut_ref.rs [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable_aggregate_partial_read.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable_aggregate_partial_read.rs [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable_no_prop.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable_no_prop.rs [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable_unprop_assign.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable_unprop_assign.rs [new file with mode: 0644]
tests/mir-opt/const_prop/optimizes_into_variable.main.ConstProp.32bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/optimizes_into_variable.main.ConstProp.64bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/optimizes_into_variable.main.PreCodegen.after.32bit.mir [new file with mode: 0644]
tests/mir-opt/const_prop/optimizes_into_variable.main.PreCodegen.after.64bit.mir [new file with mode: 0644]
tests/mir-opt/const_prop/optimizes_into_variable.main.ScalarReplacementOfAggregates.32bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/optimizes_into_variable.main.ScalarReplacementOfAggregates.64bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/optimizes_into_variable.main.SimplifyLocals-final.after.32bit.mir [new file with mode: 0644]
tests/mir-opt/const_prop/optimizes_into_variable.main.SimplifyLocals-final.after.64bit.mir [new file with mode: 0644]
tests/mir-opt/const_prop/optimizes_into_variable.rs [new file with mode: 0644]
tests/mir-opt/const_prop/read_immutable_static.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/read_immutable_static.rs [new file with mode: 0644]
tests/mir-opt/const_prop/ref_deref.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/ref_deref.rs [new file with mode: 0644]
tests/mir-opt/const_prop/ref_deref_project.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/ref_deref_project.rs [new file with mode: 0644]
tests/mir-opt/const_prop/reify_fn_ptr.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/reify_fn_ptr.rs [new file with mode: 0644]
tests/mir-opt/const_prop/repeat.main.ConstProp.32bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/repeat.main.ConstProp.64bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/repeat.rs [new file with mode: 0644]
tests/mir-opt/const_prop/return_place.add.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/return_place.add.PreCodegen.before.mir [new file with mode: 0644]
tests/mir-opt/const_prop/return_place.rs [new file with mode: 0644]
tests/mir-opt/const_prop/scalar_literal_propagation.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/scalar_literal_propagation.rs [new file with mode: 0644]
tests/mir-opt/const_prop/slice_len.main.ConstProp.32bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/slice_len.main.ConstProp.64bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/slice_len.rs [new file with mode: 0644]
tests/mir-opt/const_prop/switch_int.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/switch_int.main.SimplifyConstCondition-after-const-prop.diff [new file with mode: 0644]
tests/mir-opt/const_prop/switch_int.rs [new file with mode: 0644]
tests/mir-opt/const_prop/tuple_literal_propagation.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/tuple_literal_propagation.rs [new file with mode: 0644]
tests/mir-opt/const_prop_miscompile.bar.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop_miscompile.foo.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop_miscompile.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/borrowed_local.f.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/borrowed_local.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/branch.foo.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/branch.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/copy_propagation_arg.arg_src.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/copy_propagation_arg.bar.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/copy_propagation_arg.baz.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/copy_propagation_arg.foo.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/copy_propagation_arg.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/custom_move_arg.f.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/custom_move_arg.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/cycle.main.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/cycle.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/dead_stores_79191.f.CopyProp.after.mir [new file with mode: 0644]
tests/mir-opt/copy-prop/dead_stores_79191.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/dead_stores_better.f.CopyProp.after.mir [new file with mode: 0644]
tests/mir-opt/copy-prop/dead_stores_better.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/issue_107511.main.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/issue_107511.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/move_arg.f.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/move_arg.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/move_projection.f.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/move_projection.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/mutate_through_pointer.f.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/mutate_through_pointer.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/non_dominate.f.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/non_dominate.rs [new file with mode: 0644]
tests/mir-opt/coverage_graphviz.bar.InstrumentCoverage.0.dot [new file with mode: 0644]
tests/mir-opt/coverage_graphviz.main.InstrumentCoverage.0.dot [new file with mode: 0644]
tests/mir-opt/coverage_graphviz.rs [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/cast.main.DataflowConstProp.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/cast.rs [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/checked.main.DataflowConstProp.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/checked.rs [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/enum.multiple.DataflowConstProp.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/enum.mutate_discriminant.DataflowConstProp.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/enum.rs [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/enum.simple.DataflowConstProp.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/if.main.DataflowConstProp.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/if.rs [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/inherit_overflow.main.DataflowConstProp.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/inherit_overflow.rs [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/issue_81605.f.DataflowConstProp.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/issue_81605.rs [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/ref_without_sb.main.DataflowConstProp.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/ref_without_sb.rs [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/repr_transparent.main.DataflowConstProp.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/repr_transparent.rs [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/self_assign.main.DataflowConstProp.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/self_assign.rs [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/self_assign_add.main.DataflowConstProp.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/self_assign_add.rs [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/sibling_ptr.main.DataflowConstProp.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/sibling_ptr.rs [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/struct.main.DataflowConstProp.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/struct.rs [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/terminator.main.DataflowConstProp.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/terminator.rs [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/tuple.main.DataflowConstProp.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/tuple.rs [new file with mode: 0644]
tests/mir-opt/dead-store-elimination/cycle.cycle.DeadStoreElimination.diff [new file with mode: 0644]
tests/mir-opt/dead-store-elimination/cycle.rs [new file with mode: 0644]
tests/mir-opt/dead-store-elimination/provenance_soundness.pointer_to_int.DeadStoreElimination.diff [new file with mode: 0644]
tests/mir-opt/dead-store-elimination/provenance_soundness.retags.DeadStoreElimination.diff [new file with mode: 0644]
tests/mir-opt/dead-store-elimination/provenance_soundness.rs [new file with mode: 0644]
tests/mir-opt/deduplicate_blocks.is_line_doc_comment_2.DeduplicateBlocks.diff [new file with mode: 0644]
tests/mir-opt/deduplicate_blocks.rs [new file with mode: 0644]
tests/mir-opt/deref-patterns/string.foo.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/deref-patterns/string.rs [new file with mode: 0644]
tests/mir-opt/derefer_complex_case.main.Derefer.diff [new file with mode: 0644]
tests/mir-opt/derefer_complex_case.rs [new file with mode: 0644]
tests/mir-opt/derefer_inline_test.main.Derefer.diff [new file with mode: 0644]
tests/mir-opt/derefer_inline_test.rs [new file with mode: 0644]
tests/mir-opt/derefer_terminator_test.main.Derefer.diff [new file with mode: 0644]
tests/mir-opt/derefer_terminator_test.rs [new file with mode: 0644]
tests/mir-opt/derefer_test.main.Derefer.diff [new file with mode: 0644]
tests/mir-opt/derefer_test.rs [new file with mode: 0644]
tests/mir-opt/derefer_test_multiple.main.Derefer.diff [new file with mode: 0644]
tests/mir-opt/derefer_test_multiple.rs [new file with mode: 0644]
tests/mir-opt/dest-prop/branch.foo.DestinationPropagation.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/branch.rs [new file with mode: 0644]
tests/mir-opt/dest-prop/copy_propagation_arg.arg_src.DestinationPropagation.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/copy_propagation_arg.bar.DestinationPropagation.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/copy_propagation_arg.baz.DestinationPropagation.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/copy_propagation_arg.foo.DestinationPropagation.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/copy_propagation_arg.rs [new file with mode: 0644]
tests/mir-opt/dest-prop/cycle.main.DestinationPropagation.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/cycle.rs [new file with mode: 0644]
tests/mir-opt/dest-prop/dead_stores_79191.f.DestinationPropagation.after.mir [new file with mode: 0644]
tests/mir-opt/dest-prop/dead_stores_79191.rs [new file with mode: 0644]
tests/mir-opt/dest-prop/dead_stores_better.f.DestinationPropagation.after.mir [new file with mode: 0644]
tests/mir-opt/dest-prop/dead_stores_better.rs [new file with mode: 0644]
tests/mir-opt/dest-prop/simple.nrvo.DestinationPropagation.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/simple.rs [new file with mode: 0644]
tests/mir-opt/dest-prop/union.main.DestinationPropagation.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/union.rs [new file with mode: 0644]
tests/mir-opt/dest-prop/unreachable.f.DestinationPropagation.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/unreachable.rs [new file with mode: 0644]
tests/mir-opt/div_overflow.const_dividend.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/div_overflow.const_divisor.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/div_overflow.rs [new file with mode: 0644]
tests/mir-opt/dont_yeet_assert.generic.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/dont_yeet_assert.rs [new file with mode: 0644]
tests/mir-opt/early_otherwise_branch.opt1.EarlyOtherwiseBranch.diff [new file with mode: 0644]
tests/mir-opt/early_otherwise_branch.opt2.EarlyOtherwiseBranch.diff [new file with mode: 0644]
tests/mir-opt/early_otherwise_branch.opt3.EarlyOtherwiseBranch.diff [new file with mode: 0644]
tests/mir-opt/early_otherwise_branch.rs [new file with mode: 0644]
tests/mir-opt/early_otherwise_branch_3_element_tuple.opt1.EarlyOtherwiseBranch.diff [new file with mode: 0644]
tests/mir-opt/early_otherwise_branch_3_element_tuple.rs [new file with mode: 0644]
tests/mir-opt/early_otherwise_branch_68867.rs [new file with mode: 0644]
tests/mir-opt/early_otherwise_branch_68867.try_sum.EarlyOtherwiseBranch.diff [new file with mode: 0644]
tests/mir-opt/early_otherwise_branch_noopt.noopt1.EarlyOtherwiseBranch.diff [new file with mode: 0644]
tests/mir-opt/early_otherwise_branch_noopt.rs [new file with mode: 0644]
tests/mir-opt/early_otherwise_branch_soundness.no_deref_ptr.EarlyOtherwiseBranch.diff [new file with mode: 0644]
tests/mir-opt/early_otherwise_branch_soundness.no_downcast.EarlyOtherwiseBranch.diff [new file with mode: 0644]
tests/mir-opt/early_otherwise_branch_soundness.rs [new file with mode: 0644]
tests/mir-opt/enum_opt.cand.EnumSizeOpt.32bit.diff [new file with mode: 0644]
tests/mir-opt/enum_opt.cand.EnumSizeOpt.64bit.diff [new file with mode: 0644]
tests/mir-opt/enum_opt.invalid.EnumSizeOpt.32bit.diff [new file with mode: 0644]
tests/mir-opt/enum_opt.invalid.EnumSizeOpt.64bit.diff [new file with mode: 0644]
tests/mir-opt/enum_opt.rs [new file with mode: 0644]
tests/mir-opt/enum_opt.trunc.EnumSizeOpt.32bit.diff [new file with mode: 0644]
tests/mir-opt/enum_opt.trunc.EnumSizeOpt.64bit.diff [new file with mode: 0644]
tests/mir-opt/enum_opt.unin.EnumSizeOpt.32bit.diff [new file with mode: 0644]
tests/mir-opt/enum_opt.unin.EnumSizeOpt.64bit.diff [new file with mode: 0644]
tests/mir-opt/equal_true.opt.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/equal_true.rs [new file with mode: 0644]
tests/mir-opt/exponential_or.match_tuple.SimplifyCfg-initial.after.mir [new file with mode: 0644]
tests/mir-opt/exponential_or.rs [new file with mode: 0644]
tests/mir-opt/fn_ptr_shim.core.ops-function-Fn-call.AddMovesForPackedDrops.before.mir [new file with mode: 0644]
tests/mir-opt/fn_ptr_shim.rs [new file with mode: 0644]
tests/mir-opt/funky_arms.float_to_exponential_common.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/funky_arms.rs [new file with mode: 0644]
tests/mir-opt/generator_drop_cleanup.main-{closure#0}.generator_drop.0.mir [new file with mode: 0644]
tests/mir-opt/generator_drop_cleanup.rs [new file with mode: 0644]
tests/mir-opt/generator_storage_dead_unwind.main-{closure#0}.StateTransform.before.mir [new file with mode: 0644]
tests/mir-opt/generator_storage_dead_unwind.rs [new file with mode: 0644]
tests/mir-opt/generator_tiny.main-{closure#0}.generator_resume.0.mir [new file with mode: 0644]
tests/mir-opt/generator_tiny.rs [new file with mode: 0644]
tests/mir-opt/graphviz.main.built.after.dot [new file with mode: 0644]
tests/mir-opt/graphviz.rs [new file with mode: 0644]
tests/mir-opt/if_condition_int.dont_opt_bool.SimplifyComparisonIntegral.diff [new file with mode: 0644]
tests/mir-opt/if_condition_int.dont_opt_floats.SimplifyComparisonIntegral.diff [new file with mode: 0644]
tests/mir-opt/if_condition_int.dont_remove_comparison.SimplifyComparisonIntegral.diff [new file with mode: 0644]
tests/mir-opt/if_condition_int.opt_char.SimplifyComparisonIntegral.diff [new file with mode: 0644]
tests/mir-opt/if_condition_int.opt_i8.SimplifyComparisonIntegral.diff [new file with mode: 0644]
tests/mir-opt/if_condition_int.opt_multiple_ifs.SimplifyComparisonIntegral.diff [new file with mode: 0644]
tests/mir-opt/if_condition_int.opt_negative.SimplifyComparisonIntegral.diff [new file with mode: 0644]
tests/mir-opt/if_condition_int.opt_u32.SimplifyComparisonIntegral.diff [new file with mode: 0644]
tests/mir-opt/if_condition_int.rs [new file with mode: 0644]
tests/mir-opt/inline/asm_unwind.main.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/asm_unwind.rs [new file with mode: 0644]
tests/mir-opt/inline/caller_with_trivial_bound.foo.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/caller_with_trivial_bound.rs [new file with mode: 0644]
tests/mir-opt/inline/cycle.f.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/cycle.g.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/cycle.main.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/cycle.rs [new file with mode: 0644]
tests/mir-opt/inline/dyn_trait.get_query.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/dyn_trait.mk_cycle.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/dyn_trait.rs [new file with mode: 0644]
tests/mir-opt/inline/dyn_trait.try_execute_query.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/exponential_runtime.main.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/exponential_runtime.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_any_operand.bar.Inline.after.mir [new file with mode: 0644]
tests/mir-opt/inline/inline_any_operand.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_async.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_closure.foo.Inline.after.mir [new file with mode: 0644]
tests/mir-opt/inline/inline_closure.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_closure_borrows_arg.foo.Inline.after.mir [new file with mode: 0644]
tests/mir-opt/inline/inline_closure_borrows_arg.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_closure_captures.foo.Inline.after.mir [new file with mode: 0644]
tests/mir-opt/inline/inline_closure_captures.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_compatibility.inlined_no_sanitize.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_compatibility.inlined_target_feature.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_compatibility.not_inlined_c_variadic.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_compatibility.not_inlined_no_sanitize.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_compatibility.not_inlined_target_feature.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_compatibility.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_cycle.one.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_cycle.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_cycle.two.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_cycle_generic.main.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_cycle_generic.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_diverging.f.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_diverging.g.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_diverging.h.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_diverging.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_generator.main.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_generator.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_instruction_set.default.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_instruction_set.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_instruction_set.t32.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_into_box_place.main.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_into_box_place.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_options.main.Inline.after.mir [new file with mode: 0644]
tests/mir-opt/inline/inline_options.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_retag.bar.Inline.after.mir [new file with mode: 0644]
tests/mir-opt/inline/inline_retag.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_shims.clone.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_shims.drop.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_shims.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_specialization.main.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_specialization.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_trait_method.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_trait_method.test.Inline.after.mir [new file with mode: 0644]
tests/mir-opt/inline/inline_trait_method_2.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_trait_method_2.test2.Inline.after.mir [new file with mode: 0644]
tests/mir-opt/inline/issue_106141.outer.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/issue_106141.rs [new file with mode: 0644]
tests/mir-opt/inline/issue_58867_inline_as_ref_as_mut.a.Inline.after.mir [new file with mode: 0644]
tests/mir-opt/inline/issue_58867_inline_as_ref_as_mut.b.Inline.after.mir [new file with mode: 0644]
tests/mir-opt/inline/issue_58867_inline_as_ref_as_mut.c.Inline.after.mir [new file with mode: 0644]
tests/mir-opt/inline/issue_58867_inline_as_ref_as_mut.d.Inline.after.mir [new file with mode: 0644]
tests/mir-opt/inline/issue_58867_inline_as_ref_as_mut.rs [new file with mode: 0644]
tests/mir-opt/inline/issue_76997_inline_scopes_parenting.main.Inline.after.mir [new file with mode: 0644]
tests/mir-opt/inline/issue_76997_inline_scopes_parenting.rs [new file with mode: 0644]
tests/mir-opt/inline/issue_78442.bar.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/issue_78442.bar.RevealAll.diff [new file with mode: 0644]
tests/mir-opt/inline/issue_78442.rs [new file with mode: 0644]
tests/mir-opt/inline/polymorphic_recursion.rs [new file with mode: 0644]
tests/mir-opt/instrument_coverage.bar.InstrumentCoverage.diff [new file with mode: 0644]
tests/mir-opt/instrument_coverage.main.InstrumentCoverage.diff [new file with mode: 0644]
tests/mir-opt/instrument_coverage.rs [new file with mode: 0644]
tests/mir-opt/intrinsic_asserts.generic.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/intrinsic_asserts.panics.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/intrinsic_asserts.removable.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/intrinsic_asserts.rs [new file with mode: 0644]
tests/mir-opt/issue_101973.inner.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/issue_101973.rs [new file with mode: 0644]
tests/mir-opt/issue_38669.main.SimplifyCfg-initial.after.mir [new file with mode: 0644]
tests/mir-opt/issue_38669.rs [new file with mode: 0644]
tests/mir-opt/issue_41110.main.ElaborateDrops.diff [new file with mode: 0644]
tests/mir-opt/issue_41110.rs [new file with mode: 0644]
tests/mir-opt/issue_41110.test.ElaborateDrops.diff [new file with mode: 0644]
tests/mir-opt/issue_41697.rs [new file with mode: 0644]
tests/mir-opt/issue_41697.{impl#0}-{constant#0}.SimplifyCfg-promote-consts.after.mir [new file with mode: 0644]
tests/mir-opt/issue_41888.main.ElaborateDrops.diff [new file with mode: 0644]
tests/mir-opt/issue_41888.rs [new file with mode: 0644]
tests/mir-opt/issue_62289.rs [new file with mode: 0644]
tests/mir-opt/issue_62289.test.ElaborateDrops.before.mir [new file with mode: 0644]
tests/mir-opt/issue_72181.bar.built.after.mir [new file with mode: 0644]
tests/mir-opt/issue_72181.foo.built.after.mir [new file with mode: 0644]
tests/mir-opt/issue_72181.main.built.after.mir [new file with mode: 0644]
tests/mir-opt/issue_72181.rs [new file with mode: 0644]
tests/mir-opt/issue_72181_1.f.built.after.mir [new file with mode: 0644]
tests/mir-opt/issue_72181_1.main.built.after.mir [new file with mode: 0644]
tests/mir-opt/issue_72181_1.rs [new file with mode: 0644]
tests/mir-opt/issue_76432.rs [new file with mode: 0644]
tests/mir-opt/issue_76432.test.SimplifyComparisonIntegral.diff [new file with mode: 0644]
tests/mir-opt/issue_78192.f.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/issue_78192.rs [new file with mode: 0644]
tests/mir-opt/issue_91633.bar.built.after.mir [new file with mode: 0644]
tests/mir-opt/issue_91633.foo.built.after.mir [new file with mode: 0644]
tests/mir-opt/issue_91633.fun.built.after.mir [new file with mode: 0644]
tests/mir-opt/issue_91633.hey.built.after.mir [new file with mode: 0644]
tests/mir-opt/issue_91633.rs [new file with mode: 0644]
tests/mir-opt/issue_99325.main.built.after.mir [new file with mode: 0644]
tests/mir-opt/issue_99325.rs [new file with mode: 0644]
tests/mir-opt/issues/issue_59352.num_to_digit.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/issues/issue_59352.rs [new file with mode: 0644]
tests/mir-opt/issues/issue_75439.foo.MatchBranchSimplification.diff [new file with mode: 0644]
tests/mir-opt/issues/issue_75439.rs [new file with mode: 0644]
tests/mir-opt/loop_test.main.SimplifyCfg-promote-consts.after.mir [new file with mode: 0644]
tests/mir-opt/loop_test.rs [new file with mode: 0644]
tests/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.array_bound_mut.NormalizeArrayLen.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.array_len.NormalizeArrayLen.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.array_len_by_value.NormalizeArrayLen.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.array_len_raw.NormalizeArrayLen.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.array_len_reborrow.NormalizeArrayLen.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.rs [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.align_of.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.assume.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.discriminant.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.f_copy_nonoverlapping.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.forget.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.non_const.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.rs [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.size_of.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.unreachable.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.with_overflow.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.wrapping.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics_e2e.f_u64.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/lower_intrinsics_e2e.f_unit.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/lower_intrinsics_e2e.rs [new file with mode: 0644]
tests/mir-opt/lower_slice_len.bound.LowerSliceLenCalls.diff [new file with mode: 0644]
tests/mir-opt/lower_slice_len.rs [new file with mode: 0644]
tests/mir-opt/match_arm_scopes.complicated_match.SimplifyCfg-initial.after-ElaborateDrops.after.diff [new file with mode: 0644]
tests/mir-opt/match_arm_scopes.rs [new file with mode: 0644]
tests/mir-opt/match_test.main.SimplifyCfg-initial.after.mir [new file with mode: 0644]
tests/mir-opt/match_test.rs [new file with mode: 0644]
tests/mir-opt/matches_reduce_branches.bar.MatchBranchSimplification.diff [new file with mode: 0644]
tests/mir-opt/matches_reduce_branches.foo.MatchBranchSimplification.diff [new file with mode: 0644]
tests/mir-opt/matches_reduce_branches.match_nested_if.MatchBranchSimplification.diff [new file with mode: 0644]
tests/mir-opt/matches_reduce_branches.rs [new file with mode: 0644]
tests/mir-opt/matches_u8.exhaustive_match.MatchBranchSimplification.diff [new file with mode: 0644]
tests/mir-opt/matches_u8.exhaustive_match_i8.MatchBranchSimplification.diff [new file with mode: 0644]
tests/mir-opt/matches_u8.rs [new file with mode: 0644]
tests/mir-opt/multiple_return_terminators.rs [new file with mode: 0644]
tests/mir-opt/multiple_return_terminators.test.MultipleReturnTerminators.diff [new file with mode: 0644]
tests/mir-opt/nll/named_lifetimes_basic.rs [new file with mode: 0644]
tests/mir-opt/nll/named_lifetimes_basic.use_x.nll.0.mir [new file with mode: 0644]
tests/mir-opt/nll/region_subtyping_basic.main.nll.0.32bit.mir [new file with mode: 0644]
tests/mir-opt/nll/region_subtyping_basic.main.nll.0.64bit.mir [new file with mode: 0644]
tests/mir-opt/nll/region_subtyping_basic.rs [new file with mode: 0644]
tests/mir-opt/no_drop_for_inactive_variant.rs [new file with mode: 0644]
tests/mir-opt/no_drop_for_inactive_variant.unwrap.SimplifyCfg-elaborate-drops.after.mir [new file with mode: 0644]
tests/mir-opt/no_spurious_drop_after_call.main.ElaborateDrops.before.mir [new file with mode: 0644]
tests/mir-opt/no_spurious_drop_after_call.rs [new file with mode: 0644]
tests/mir-opt/not_equal_false.opt.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/not_equal_false.rs [new file with mode: 0644]
tests/mir-opt/nrvo_simple.nrvo.RenameReturnPlace.diff [new file with mode: 0644]
tests/mir-opt/nrvo_simple.rs [new file with mode: 0644]
tests/mir-opt/packed_struct_drop_aligned.main.SimplifyCfg-elaborate-drops.after.mir [new file with mode: 0644]
tests/mir-opt/packed_struct_drop_aligned.rs [new file with mode: 0644]
tests/mir-opt/remove_fake_borrows.match_guard.CleanupPostBorrowck.diff [new file with mode: 0644]
tests/mir-opt/remove_fake_borrows.rs [new file with mode: 0644]
tests/mir-opt/remove_never_const.no_codegen.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/remove_never_const.rs [new file with mode: 0644]
tests/mir-opt/remove_storage_markers.main.RemoveStorageMarkers.diff [new file with mode: 0644]
tests/mir-opt/remove_storage_markers.rs [new file with mode: 0644]
tests/mir-opt/remove_unneeded_drops.cannot_opt_generic.RemoveUnneededDrops.diff [new file with mode: 0644]
tests/mir-opt/remove_unneeded_drops.dont_opt.RemoveUnneededDrops.diff [new file with mode: 0644]
tests/mir-opt/remove_unneeded_drops.opt.RemoveUnneededDrops.diff [new file with mode: 0644]
tests/mir-opt/remove_unneeded_drops.opt_generic_copy.RemoveUnneededDrops.diff [new file with mode: 0644]
tests/mir-opt/remove_unneeded_drops.rs [new file with mode: 0644]
tests/mir-opt/remove_zsts.get_union.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/remove_zsts.get_union.RemoveZsts.diff [new file with mode: 0644]
tests/mir-opt/remove_zsts.rs [new file with mode: 0644]
tests/mir-opt/retag.array_casts.SimplifyCfg-elaborate-drops.after.mir [new file with mode: 0644]
tests/mir-opt/retag.core.ptr-drop_in_place.Test.SimplifyCfg-make_shim.after.mir [new file with mode: 0644]
tests/mir-opt/retag.main-{closure#0}.SimplifyCfg-elaborate-drops.after.mir [new file with mode: 0644]
tests/mir-opt/retag.main.SimplifyCfg-elaborate-drops.after.mir [new file with mode: 0644]
tests/mir-opt/retag.rs [new file with mode: 0644]
tests/mir-opt/retag.{impl#0}-foo.SimplifyCfg-elaborate-drops.after.mir [new file with mode: 0644]
tests/mir-opt/retag.{impl#0}-foo_shr.SimplifyCfg-elaborate-drops.after.mir [new file with mode: 0644]
tests/mir-opt/return_an_array.rs [new file with mode: 0644]
tests/mir-opt/separate_const_switch.identity.SeparateConstSwitch.diff [new file with mode: 0644]
tests/mir-opt/separate_const_switch.rs [new file with mode: 0644]
tests/mir-opt/separate_const_switch.too_complex.SeparateConstSwitch.diff [new file with mode: 0644]
tests/mir-opt/simple_option_map_e2e.ezmap.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/simple_option_map_e2e.rs [new file with mode: 0644]
tests/mir-opt/simplify_arm.id_try.SimplifyArmIdentity.diff [new file with mode: 0644]
tests/mir-opt/simplify_arm.id_try.SimplifyBranchSame.diff [new file with mode: 0644]
tests/mir-opt/simplify_arm.rs [new file with mode: 0644]
tests/mir-opt/simplify_arm_identity.rs [new file with mode: 0644]
tests/mir-opt/simplify_cfg.main.SimplifyCfg-early-opt.diff [new file with mode: 0644]
tests/mir-opt/simplify_cfg.main.SimplifyCfg-initial.diff [new file with mode: 0644]
tests/mir-opt/simplify_cfg.rs [new file with mode: 0644]
tests/mir-opt/simplify_if.main.SimplifyConstCondition-after-const-prop.diff [new file with mode: 0644]
tests/mir-opt/simplify_if.rs [new file with mode: 0644]
tests/mir-opt/simplify_locals.c.SimplifyLocals-before-const-prop.diff [new file with mode: 0644]
tests/mir-opt/simplify_locals.d1.SimplifyLocals-before-const-prop.diff [new file with mode: 0644]
tests/mir-opt/simplify_locals.d2.SimplifyLocals-before-const-prop.diff [new file with mode: 0644]
tests/mir-opt/simplify_locals.expose_addr.SimplifyLocals-before-const-prop.diff [new file with mode: 0644]
tests/mir-opt/simplify_locals.r.SimplifyLocals-before-const-prop.diff [new file with mode: 0644]
tests/mir-opt/simplify_locals.rs [new file with mode: 0644]
tests/mir-opt/simplify_locals.t1.SimplifyLocals-before-const-prop.diff [new file with mode: 0644]
tests/mir-opt/simplify_locals.t2.SimplifyLocals-before-const-prop.diff [new file with mode: 0644]
tests/mir-opt/simplify_locals.t3.SimplifyLocals-before-const-prop.diff [new file with mode: 0644]
tests/mir-opt/simplify_locals.t4.SimplifyLocals-before-const-prop.diff [new file with mode: 0644]
tests/mir-opt/simplify_locals_fixedpoint.foo.SimplifyLocals-final.diff [new file with mode: 0644]
tests/mir-opt/simplify_locals_fixedpoint.rs [new file with mode: 0644]
tests/mir-opt/simplify_locals_removes_unused_consts.main.SimplifyLocals-before-const-prop.diff [new file with mode: 0644]
tests/mir-opt/simplify_locals_removes_unused_consts.rs [new file with mode: 0644]
tests/mir-opt/simplify_locals_removes_unused_discriminant_reads.map.SimplifyLocals-before-const-prop.diff [new file with mode: 0644]
tests/mir-opt/simplify_locals_removes_unused_discriminant_reads.rs [new file with mode: 0644]
tests/mir-opt/simplify_match.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/simplify_match.rs [new file with mode: 0644]
tests/mir-opt/simplify_try_if_let.rs [new file with mode: 0644]
tests/mir-opt/simplify_try_if_let.{impl#0}-append.SimplifyArmIdentity.diff [new file with mode: 0644]
tests/mir-opt/slice_drop_shim.core.ptr-drop_in_place.[String].AddMovesForPackedDrops.before.mir [new file with mode: 0644]
tests/mir-opt/slice_drop_shim.rs [new file with mode: 0644]
tests/mir-opt/slice_filter.rs [new file with mode: 0644]
tests/mir-opt/slice_filter.variant_a-{closure#0}.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/slice_filter.variant_a-{closure#0}.DestinationPropagation.diff [new file with mode: 0644]
tests/mir-opt/slice_filter.variant_b-{closure#0}.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/slice_filter.variant_b-{closure#0}.DestinationPropagation.diff [new file with mode: 0644]
tests/mir-opt/spanview_block.main.built.after.html [new file with mode: 0644]
tests/mir-opt/spanview_block.rs [new file with mode: 0644]
tests/mir-opt/spanview_statement.main.built.after.html [new file with mode: 0644]
tests/mir-opt/spanview_statement.rs [new file with mode: 0644]
tests/mir-opt/spanview_terminator.main.built.after.html [new file with mode: 0644]
tests/mir-opt/spanview_terminator.rs [new file with mode: 0644]
tests/mir-opt/sroa.constant.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa.copies.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa.dropping.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa.enums.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa.escaping.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa.flat.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa.ref_copies.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa.rs [new file with mode: 0644]
tests/mir-opt/sroa.structs.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa.unions.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/storage_ranges.main.nll.0.mir [new file with mode: 0644]
tests/mir-opt/storage_ranges.rs [new file with mode: 0644]
tests/mir-opt/tls_access.main.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/tls_access.rs [new file with mode: 0644]
tests/mir-opt/try_identity_e2e.new.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/try_identity_e2e.old.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/try_identity_e2e.rs [new file with mode: 0644]
tests/mir-opt/uninhabited_enum.process_never.SimplifyLocals-final.after.mir [new file with mode: 0644]
tests/mir-opt/uninhabited_enum.process_void.SimplifyLocals-final.after.mir [new file with mode: 0644]
tests/mir-opt/uninhabited_enum.rs [new file with mode: 0644]
tests/mir-opt/uninhabited_enum_branching.main.SimplifyCfg-after-uninhabited-enum-branching.after.mir [new file with mode: 0644]
tests/mir-opt/uninhabited_enum_branching.main.UninhabitedEnumBranching.diff [new file with mode: 0644]
tests/mir-opt/uninhabited_enum_branching.rs [new file with mode: 0644]
tests/mir-opt/uninhabited_enum_branching2.main.SimplifyCfg-after-uninhabited-enum-branching.after.mir [new file with mode: 0644]
tests/mir-opt/uninhabited_enum_branching2.main.UninhabitedEnumBranching.diff [new file with mode: 0644]
tests/mir-opt/uninhabited_enum_branching2.rs [new file with mode: 0644]
tests/mir-opt/uninhabited_fallthrough_elimination.eliminate_fallthrough.UninhabitedEnumBranching.diff [new file with mode: 0644]
tests/mir-opt/uninhabited_fallthrough_elimination.keep_fallthrough.UninhabitedEnumBranching.diff [new file with mode: 0644]
tests/mir-opt/uninhabited_fallthrough_elimination.rs [new file with mode: 0644]
tests/mir-opt/unreachable.main.UnreachablePropagation.diff [new file with mode: 0644]
tests/mir-opt/unreachable.rs [new file with mode: 0644]
tests/mir-opt/unreachable_diverging.main.UnreachablePropagation.diff [new file with mode: 0644]
tests/mir-opt/unreachable_diverging.rs [new file with mode: 0644]
tests/mir-opt/unusual_item_types.E-V-{constant#0}.built.after.mir [new file with mode: 0644]
tests/mir-opt/unusual_item_types.Test-X-{constructor#0}.built.after.mir [new file with mode: 0644]
tests/mir-opt/unusual_item_types.core.ptr-drop_in_place.Vec_i32_.AddMovesForPackedDrops.before.mir [new file with mode: 0644]
tests/mir-opt/unusual_item_types.rs [new file with mode: 0644]
tests/mir-opt/unusual_item_types.{impl#0}-ASSOCIATED_CONSTANT.built.after.mir [new file with mode: 0644]
tests/mir-opt/while_let_loops.change_loop_body.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/while_let_loops.change_loop_body.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/while_let_loops.rs [new file with mode: 0644]
tests/mir-opt/while_storage.rs [new file with mode: 0644]
tests/mir-opt/while_storage.while_loop.PreCodegen.after.mir [new file with mode: 0644]
tests/pretty/asm.pp [new file with mode: 0644]
tests/pretty/asm.rs [new file with mode: 0644]
tests/pretty/ast-stmt-expr-attr.rs [new file with mode: 0644]
tests/pretty/async.rs [new file with mode: 0644]
tests/pretty/attr-derive.rs [new file with mode: 0644]
tests/pretty/attr-fn-inner.rs [new file with mode: 0644]
tests/pretty/attr-literals.rs [new file with mode: 0644]
tests/pretty/attr-tokens-raw-ident.rs [new file with mode: 0644]
tests/pretty/auto-trait.rs [new file with mode: 0644]
tests/pretty/auxiliary/derive-foo.rs [new file with mode: 0644]
tests/pretty/blank-lines.rs [new file with mode: 0644]
tests/pretty/block-comment-multiple-asterisks.rs [new file with mode: 0644]
tests/pretty/block-comment-trailing-whitespace.rs [new file with mode: 0644]
tests/pretty/block-comment-trailing-whitespace2.rs [new file with mode: 0644]
tests/pretty/block-comment-wchar.pp [new file with mode: 0644]
tests/pretty/block-comment-wchar.rs [new file with mode: 0644]
tests/pretty/block-disambig.rs [new file with mode: 0644]
tests/pretty/cast-lt.pp [new file with mode: 0644]
tests/pretty/cast-lt.rs [new file with mode: 0644]
tests/pretty/closure-reform-pretty.rs [new file with mode: 0644]
tests/pretty/delimited-token-groups.rs [new file with mode: 0644]
tests/pretty/disamb-stmt-expr.rs [new file with mode: 0644]
tests/pretty/do1.rs [new file with mode: 0644]
tests/pretty/doc-comments.rs [new file with mode: 0644]
tests/pretty/dollar-crate.pp [new file with mode: 0644]
tests/pretty/dollar-crate.rs [new file with mode: 0644]
tests/pretty/empty-impl.rs [new file with mode: 0644]
tests/pretty/empty-lines.rs [new file with mode: 0644]
tests/pretty/enum-variant-vis.rs [new file with mode: 0644]
tests/pretty/example1.rs [new file with mode: 0644]
tests/pretty/example2.pp [new file with mode: 0644]
tests/pretty/example2.rs [new file with mode: 0644]
tests/pretty/expanded-and-path-remap-80832.pp [new file with mode: 0644]
tests/pretty/expanded-and-path-remap-80832.rs [new file with mode: 0644]
tests/pretty/fn-return.rs [new file with mode: 0644]
tests/pretty/fn-types.rs [new file with mode: 0644]
tests/pretty/fn-variadic.rs [new file with mode: 0644]
tests/pretty/for-comment.rs [new file with mode: 0644]
tests/pretty/gat-bounds.rs [new file with mode: 0644]
tests/pretty/hir-pretty-loop.pp [new file with mode: 0644]
tests/pretty/hir-pretty-loop.rs [new file with mode: 0644]
tests/pretty/if-attr.rs [new file with mode: 0644]
tests/pretty/import-renames.rs [new file with mode: 0644]
tests/pretty/issue-12590-a.rs [new file with mode: 0644]
tests/pretty/issue-12590-b.rs [new file with mode: 0644]
tests/pretty/issue-12590-c.pp [new file with mode: 0644]
tests/pretty/issue-12590-c.rs [new file with mode: 0644]
tests/pretty/issue-19077.rs [new file with mode: 0644]
tests/pretty/issue-25031.rs [new file with mode: 0644]
tests/pretty/issue-30731.rs [new file with mode: 0644]
tests/pretty/issue-31073.pp [new file with mode: 0644]
tests/pretty/issue-31073.rs [new file with mode: 0644]
tests/pretty/issue-4264.pp [new file with mode: 0644]
tests/pretty/issue-4264.rs [new file with mode: 0644]
tests/pretty/issue-68710-field-attr-proc-mac-lost.rs [new file with mode: 0644]
tests/pretty/issue-73626.rs [new file with mode: 0644]
tests/pretty/issue-74745.rs [new file with mode: 0644]
tests/pretty/issue-85089.pp [new file with mode: 0644]
tests/pretty/issue-85089.rs [new file with mode: 0644]
tests/pretty/let.rs [new file with mode: 0644]
tests/pretty/lifetime.rs [new file with mode: 0644]
tests/pretty/macro.rs [new file with mode: 0644]
tests/pretty/macro_rules.rs [new file with mode: 0644]
tests/pretty/match-block-expr.rs [new file with mode: 0644]
tests/pretty/match-naked-expr-medium.rs [new file with mode: 0644]
tests/pretty/match-naked-expr.rs [new file with mode: 0644]
tests/pretty/nested-item-vis-defaultness.rs [new file with mode: 0644]
tests/pretty/path-type-bounds.rs [new file with mode: 0644]
tests/pretty/qpath-associated-type-bound.rs [new file with mode: 0644]
tests/pretty/raw-address-of.rs [new file with mode: 0644]
tests/pretty/raw-str-nonexpr.rs [new file with mode: 0644]
tests/pretty/stmt_expr_attributes.rs [new file with mode: 0644]
tests/pretty/struct-pattern.rs [new file with mode: 0644]
tests/pretty/struct-tuple.rs [new file with mode: 0644]
tests/pretty/tag-blank-lines.rs [new file with mode: 0644]
tests/pretty/tests-are-sorted.pp [new file with mode: 0644]
tests/pretty/tests-are-sorted.rs [new file with mode: 0644]
tests/pretty/top-level-doc-comments.rs [new file with mode: 0644]
tests/pretty/trait-inner-attr.rs [new file with mode: 0644]
tests/pretty/trait-polarity.rs [new file with mode: 0644]
tests/pretty/trait-safety.rs [new file with mode: 0644]
tests/pretty/unary-op-disambig.rs [new file with mode: 0644]
tests/pretty/use-tree.rs [new file with mode: 0644]
tests/pretty/vec-comments.pp [new file with mode: 0644]
tests/pretty/vec-comments.rs [new file with mode: 0644]
tests/pretty/where-clauses.rs [new file with mode: 0644]
tests/pretty/yeet-expr.rs [new file with mode: 0644]
tests/run-make-fulldeps/a-b-a-linker-guard/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/a-b-a-linker-guard/a.rs [new file with mode: 0644]
tests/run-make-fulldeps/a-b-a-linker-guard/b.rs [new file with mode: 0644]
tests/run-make-fulldeps/alloc-no-oom-handling/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/alloc-no-rc/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/alloc-no-sync/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/allow-non-lint-warnings-cmdline/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/allow-non-lint-warnings-cmdline/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/allow-warnings-cmdline-stability/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/allow-warnings-cmdline-stability/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/allow-warnings-cmdline-stability/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/archive-duplicate-names/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/archive-duplicate-names/bar.c [new file with mode: 0644]
tests/run-make-fulldeps/archive-duplicate-names/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/archive-duplicate-names/foo.c [new file with mode: 0644]
tests/run-make-fulldeps/archive-duplicate-names/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/arguments-non-c-like-enum/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/arguments-non-c-like-enum/nonclike.rs [new file with mode: 0644]
tests/run-make-fulldeps/arguments-non-c-like-enum/test.c [new file with mode: 0644]
tests/run-make-fulldeps/atomic-lock-free/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/atomic-lock-free/atomic_lock_free.rs [new file with mode: 0644]
tests/run-make-fulldeps/bare-outfile/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/bare-outfile/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/c-dynamic-dylib/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/c-dynamic-dylib/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/c-dynamic-dylib/cfoo.c [new file with mode: 0644]
tests/run-make-fulldeps/c-dynamic-dylib/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/c-dynamic-rlib/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/c-dynamic-rlib/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/c-dynamic-rlib/cfoo.c [new file with mode: 0644]
tests/run-make-fulldeps/c-dynamic-rlib/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/c-link-to-rust-dylib/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/c-link-to-rust-dylib/bar.c [new file with mode: 0644]
tests/run-make-fulldeps/c-link-to-rust-dylib/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/c-link-to-rust-staticlib/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/c-link-to-rust-staticlib/bar.c [new file with mode: 0644]
tests/run-make-fulldeps/c-link-to-rust-staticlib/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/c-link-to-rust-va-list-fn/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/c-link-to-rust-va-list-fn/checkrust.rs [new file with mode: 0644]
tests/run-make-fulldeps/c-link-to-rust-va-list-fn/test.c [new file with mode: 0644]
tests/run-make-fulldeps/c-static-dylib/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/c-static-dylib/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/c-static-dylib/cfoo.c [new file with mode: 0644]
tests/run-make-fulldeps/c-static-dylib/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/c-static-rlib/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/c-static-rlib/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/c-static-rlib/cfoo.c [new file with mode: 0644]
tests/run-make-fulldeps/c-static-rlib/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/c-unwind-abi-catch-lib-panic/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/c-unwind-abi-catch-lib-panic/add.c [new file with mode: 0644]
tests/run-make-fulldeps/c-unwind-abi-catch-lib-panic/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/c-unwind-abi-catch-lib-panic/panic.rs [new file with mode: 0644]
tests/run-make-fulldeps/c-unwind-abi-catch-panic/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/c-unwind-abi-catch-panic/add.c [new file with mode: 0644]
tests/run-make-fulldeps/c-unwind-abi-catch-panic/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/cat-and-grep-sanity-check/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/cdylib-dylib-linkage/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/cdylib-dylib-linkage/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/cdylib-dylib-linkage/foo.c [new file with mode: 0644]
tests/run-make-fulldeps/cdylib-dylib-linkage/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/cdylib-fewer-symbols/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/cdylib-fewer-symbols/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/cdylib/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/cdylib/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/cdylib/foo.c [new file with mode: 0644]
tests/run-make-fulldeps/cdylib/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/codegen-options-parsing/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/codegen-options-parsing/dummy.rs [new file with mode: 0644]
tests/run-make-fulldeps/compile-stdin/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/compiler-lookup-paths-2/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/compiler-lookup-paths-2/a.rs [new file with mode: 0644]
tests/run-make-fulldeps/compiler-lookup-paths-2/b.rs [new file with mode: 0644]
tests/run-make-fulldeps/compiler-lookup-paths-2/c.rs [new file with mode: 0644]
tests/run-make-fulldeps/compiler-lookup-paths/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/compiler-lookup-paths/a.rs [new file with mode: 0644]
tests/run-make-fulldeps/compiler-lookup-paths/b.rs [new file with mode: 0644]
tests/run-make-fulldeps/compiler-lookup-paths/c.rs [new file with mode: 0644]
tests/run-make-fulldeps/compiler-lookup-paths/d.rs [new file with mode: 0644]
tests/run-make-fulldeps/compiler-lookup-paths/e.rs [new file with mode: 0644]
tests/run-make-fulldeps/compiler-lookup-paths/e2.rs [new file with mode: 0644]
tests/run-make-fulldeps/compiler-lookup-paths/f.rs [new file with mode: 0644]
tests/run-make-fulldeps/compiler-lookup-paths/native.c [new file with mode: 0644]
tests/run-make-fulldeps/compiler-rt-works-on-mingw/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/compiler-rt-works-on-mingw/foo.cpp [new file with mode: 0644]
tests/run-make-fulldeps/compiler-rt-works-on-mingw/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/core-no-fp-fmt-parse/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/crate-data-smoke/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/crate-data-smoke/crate.rs [new file with mode: 0644]
tests/run-make-fulldeps/crate-data-smoke/lib.rs [new file with mode: 0644]
tests/run-make-fulldeps/crate-data-smoke/rlib.rs [new file with mode: 0644]
tests/run-make-fulldeps/crate-hash-rustc-version/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/crate-hash-rustc-version/a.rs [new file with mode: 0644]
tests/run-make-fulldeps/crate-hash-rustc-version/b.rs [new file with mode: 0644]
tests/run-make-fulldeps/crate-name-priority/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/crate-name-priority/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/crate-name-priority/foo1.rs [new file with mode: 0644]
tests/run-make-fulldeps/cross-lang-lto-clang/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/cross-lang-lto-clang/clib.c [new file with mode: 0644]
tests/run-make-fulldeps/cross-lang-lto-clang/cmain.c [new file with mode: 0644]
tests/run-make-fulldeps/cross-lang-lto-clang/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/cross-lang-lto-clang/rustlib.rs [new file with mode: 0644]
tests/run-make-fulldeps/cross-lang-lto-pgo-smoketest/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/cross-lang-lto-pgo-smoketest/clib.c [new file with mode: 0644]
tests/run-make-fulldeps/cross-lang-lto-pgo-smoketest/cmain.c [new file with mode: 0644]
tests/run-make-fulldeps/cross-lang-lto-pgo-smoketest/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/cross-lang-lto-pgo-smoketest/rustlib.rs [new file with mode: 0644]
tests/run-make-fulldeps/cross-lang-lto-upstream-rlibs/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/cross-lang-lto-upstream-rlibs/staticlib.rs [new file with mode: 0644]
tests/run-make-fulldeps/cross-lang-lto-upstream-rlibs/upstream.rs [new file with mode: 0644]
tests/run-make-fulldeps/cross-lang-lto/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/cross-lang-lto/lib.rs [new file with mode: 0644]
tests/run-make-fulldeps/cross-lang-lto/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/debug-assertions/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/debug-assertions/debug.rs [new file with mode: 0644]
tests/run-make-fulldeps/dep-info-doesnt-run-much/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/dep-info-doesnt-run-much/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/dep-info-spaces/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/dep-info-spaces/Makefile.foo [new file with mode: 0644]
tests/run-make-fulldeps/dep-info-spaces/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/dep-info-spaces/foo foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/dep-info-spaces/lib.rs [new file with mode: 0644]
tests/run-make-fulldeps/dep-info/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/dep-info/Makefile.foo [new file with mode: 0644]
tests/run-make-fulldeps/dep-info/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/dep-info/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/dep-info/lib.rs [new file with mode: 0644]
tests/run-make-fulldeps/dep-info/lib2.rs [new file with mode: 0644]
tests/run-make-fulldeps/doctests-keep-binaries/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/doctests-keep-binaries/t.rs [new file with mode: 0644]
tests/run-make-fulldeps/duplicate-output-flavors/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/duplicate-output-flavors/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/dylib-chain/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/dylib-chain/m1.rs [new file with mode: 0644]
tests/run-make-fulldeps/dylib-chain/m2.rs [new file with mode: 0644]
tests/run-make-fulldeps/dylib-chain/m3.rs [new file with mode: 0644]
tests/run-make-fulldeps/dylib-chain/m4.rs [new file with mode: 0644]
tests/run-make-fulldeps/emit-stack-sizes/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/emit-stack-sizes/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/emit/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/emit/test-24876.rs [new file with mode: 0644]
tests/run-make-fulldeps/emit/test-26235.rs [new file with mode: 0644]
tests/run-make-fulldeps/error-found-staticlib-instead-crate/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/error-found-staticlib-instead-crate/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/error-found-staticlib-instead-crate/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/error-writing-dependencies/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/error-writing-dependencies/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/exit-code/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/exit-code/compile-error.rs [new file with mode: 0644]
tests/run-make-fulldeps/exit-code/lint-failure.rs [new file with mode: 0644]
tests/run-make-fulldeps/exit-code/success.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-diff-internal-name/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/extern-diff-internal-name/lib.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-diff-internal-name/test.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-flag-disambiguates/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/extern-flag-disambiguates/a.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-flag-disambiguates/b.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-flag-disambiguates/c.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-flag-disambiguates/d.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-flag-fun/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/extern-flag-fun/bar-alt.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-flag-fun/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-flag-fun/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-flag-fun/gated_unstable.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-flag-fun/rustc.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-flag-pathless/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/extern-flag-pathless/bar-dynamic.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-flag-pathless/bar-static.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-flag-pathless/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-flag-rename-transitive/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/extern-flag-rename-transitive/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-flag-rename-transitive/baz.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-flag-rename-transitive/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-generic/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-generic/test.c [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-generic/test.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-generic/testcrate.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-mangle/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-mangle/test.c [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-mangle/test.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-reachable/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-reachable/dylib.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-struct-passing-abi/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-struct-passing-abi/test.c [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-struct-passing-abi/test.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-with-extern-types/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-with-extern-types/ctest.c [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-with-extern-types/test.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-with-packed-struct/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-with-packed-struct/test.c [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-with-packed-struct/test.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-with-union/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-with-union/ctest.c [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-with-union/test.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-fn-with-union/testcrate.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-multiple-copies/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/extern-multiple-copies/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-multiple-copies/foo1.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-multiple-copies/foo2.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-multiple-copies2/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/extern-multiple-copies2/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-multiple-copies2/foo1.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-multiple-copies2/foo2.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-overrides-distribution/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/extern-overrides-distribution/libc.rs [new file with mode: 0644]
tests/run-make-fulldeps/extern-overrides-distribution/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/extra-filename-with-temp-outputs/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/extra-filename-with-temp-outputs/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/foreign-double-unwind/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/foreign-double-unwind/foo.cpp [new file with mode: 0644]
tests/run-make-fulldeps/foreign-double-unwind/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/foreign-exceptions/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/foreign-exceptions/foo.cpp [new file with mode: 0644]
tests/run-make-fulldeps/foreign-exceptions/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/foreign-rust-exceptions/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/foreign-rust-exceptions/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/foreign-rust-exceptions/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/fpic/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/fpic/hello.rs [new file with mode: 0644]
tests/run-make-fulldeps/glibc-staticlib-args/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/glibc-staticlib-args/library.rs [new file with mode: 0644]
tests/run-make-fulldeps/glibc-staticlib-args/program.c [new file with mode: 0644]
tests/run-make-fulldeps/hir-tree/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/hir-tree/input.rs [new file with mode: 0644]
tests/run-make-fulldeps/hotplug_codegen_backend/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/hotplug_codegen_backend/some_crate.rs [new file with mode: 0644]
tests/run-make-fulldeps/hotplug_codegen_backend/the_backend.rs [new file with mode: 0644]
tests/run-make-fulldeps/include_bytes_deps/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/include_bytes_deps/input.bin [new file with mode: 0644]
tests/run-make-fulldeps/include_bytes_deps/input.md [new file with mode: 0644]
tests/run-make-fulldeps/include_bytes_deps/input.txt [new file with mode: 0644]
tests/run-make-fulldeps/include_bytes_deps/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/incr-add-rust-src-component/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/incr-add-rust-src-component/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/inline-always-many-cgu/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/inline-always-many-cgu/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/interdependent-c-libraries/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/interdependent-c-libraries/bar.c [new file with mode: 0644]
tests/run-make-fulldeps/interdependent-c-libraries/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/interdependent-c-libraries/foo.c [new file with mode: 0644]
tests/run-make-fulldeps/interdependent-c-libraries/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/interdependent-c-libraries/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/intrinsic-unreachable/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/intrinsic-unreachable/exit-ret.rs [new file with mode: 0644]
tests/run-make-fulldeps/intrinsic-unreachable/exit-unreachable.rs [new file with mode: 0644]
tests/run-make-fulldeps/invalid-library/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/invalid-library/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/invalid-staticlib/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-11908/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-11908/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-11908/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-14500/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-14500/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-14500/foo.c [new file with mode: 0644]
tests/run-make-fulldeps/issue-14500/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-14698/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-14698/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-15460/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-15460/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-15460/foo.c [new file with mode: 0644]
tests/run-make-fulldeps/issue-15460/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-18943/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-18943/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-19371/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-19371/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-20626/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-20626/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-22131/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-22131/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-24445/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-24445/foo.c [new file with mode: 0644]
tests/run-make-fulldeps/issue-24445/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-25581/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-25581/test.c [new file with mode: 0644]
tests/run-make-fulldeps/issue-25581/test.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-26006/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-26006/in/libc/lib.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-26006/in/time/lib.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-26092/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-26092/blank.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-28595/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-28595/a.c [new file with mode: 0644]
tests/run-make-fulldeps/issue-28595/a.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-28595/b.c [new file with mode: 0644]
tests/run-make-fulldeps/issue-28595/b.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-28766/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-28766/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-28766/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-30063/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-30063/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-33329/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-33329/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-35164/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-35164/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-35164/submodule/mod.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-37839/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-37839/a.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-37839/b.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-37839/c.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-37893/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-37893/a.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-37893/b.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-37893/c.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-38237/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-38237/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-38237/baz.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-38237/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-40535/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-40535/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-40535/baz.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-40535/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-46239/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-46239/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-47551/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-47551/eh_frame-terminator.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-51671/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-51671/app.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-53964/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-53964/app.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-53964/panic.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-64153/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-64153/downstream.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-64153/upstream.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-68794-textrel-on-minimal-lib/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-68794-textrel-on-minimal-lib/bar.c [new file with mode: 0644]
tests/run-make-fulldeps/issue-68794-textrel-on-minimal-lib/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-69368/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-69368/a.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-69368/b.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-69368/c.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-7349/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-7349/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-83045/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-83045/a.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-83045/b.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-83045/c.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-84395-lto-embed-bitcode/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-84395-lto-embed-bitcode/test.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue-97463-abi-param-passing/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue-97463-abi-param-passing/bad.c [new file with mode: 0644]
tests/run-make-fulldeps/issue-97463-abi-param-passing/param_passing.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue64319/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/issue64319/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/issue64319/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/libs-through-symlinks/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/libs-through-symlinks/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/libs-through-symlinks/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/libtest-json/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/libtest-json/f.rs [new file with mode: 0644]
tests/run-make-fulldeps/libtest-json/output-default.json [new file with mode: 0644]
tests/run-make-fulldeps/libtest-json/output-stdout-success.json [new file with mode: 0644]
tests/run-make-fulldeps/libtest-json/validate_json.py [new file with mode: 0755]
tests/run-make-fulldeps/link-arg/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/link-arg/empty.rs [new file with mode: 0644]
tests/run-make-fulldeps/link-args-order/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/link-args-order/empty.rs [new file with mode: 0644]
tests/run-make-fulldeps/link-cfg/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/link-cfg/dep-with-staticlib.rs [new file with mode: 0644]
tests/run-make-fulldeps/link-cfg/dep.rs [new file with mode: 0644]
tests/run-make-fulldeps/link-cfg/no-deps.rs [new file with mode: 0644]
tests/run-make-fulldeps/link-cfg/return1.c [new file with mode: 0644]
tests/run-make-fulldeps/link-cfg/return2.c [new file with mode: 0644]
tests/run-make-fulldeps/link-cfg/return3.c [new file with mode: 0644]
tests/run-make-fulldeps/link-cfg/with-deps.rs [new file with mode: 0644]
tests/run-make-fulldeps/link-cfg/with-staticlib-deps.rs [new file with mode: 0644]
tests/run-make-fulldeps/link-dedup/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/link-dedup/depa.rs [new file with mode: 0644]
tests/run-make-fulldeps/link-dedup/depb.rs [new file with mode: 0644]
tests/run-make-fulldeps/link-dedup/depc.rs [new file with mode: 0644]
tests/run-make-fulldeps/link-dedup/empty.rs [new file with mode: 0644]
tests/run-make-fulldeps/link-path-order/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/link-path-order/correct.c [new file with mode: 0644]
tests/run-make-fulldeps/link-path-order/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/link-path-order/wrong.c [new file with mode: 0644]
tests/run-make-fulldeps/linkage-attr-on-static/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/linkage-attr-on-static/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/linkage-attr-on-static/foo.c [new file with mode: 0644]
tests/run-make-fulldeps/long-linker-command-lines-cmd-exe/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/long-linker-command-lines-cmd-exe/foo.bat [new file with mode: 0644]
tests/run-make-fulldeps/long-linker-command-lines-cmd-exe/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/long-linker-command-lines/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/long-linker-command-lines/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/longjmp-across-rust/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/longjmp-across-rust/foo.c [new file with mode: 0644]
tests/run-make-fulldeps/longjmp-across-rust/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/ls-metadata/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/ls-metadata/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/lto-dylib-dep/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/lto-dylib-dep/a_dylib.rs [new file with mode: 0644]
tests/run-make-fulldeps/lto-dylib-dep/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/lto-empty/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/lto-empty/lib.rs [new file with mode: 0644]
tests/run-make-fulldeps/lto-no-link-whole-rlib/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/lto-no-link-whole-rlib/bar.c [new file with mode: 0644]
tests/run-make-fulldeps/lto-no-link-whole-rlib/foo.c [new file with mode: 0644]
tests/run-make-fulldeps/lto-no-link-whole-rlib/lib1.rs [new file with mode: 0644]
tests/run-make-fulldeps/lto-no-link-whole-rlib/lib2.rs [new file with mode: 0644]
tests/run-make-fulldeps/lto-no-link-whole-rlib/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/lto-readonly-lib/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/lto-readonly-lib/lib.rs [new file with mode: 0644]
tests/run-make-fulldeps/lto-readonly-lib/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/lto-smoke-c/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/lto-smoke-c/bar.c [new file with mode: 0644]
tests/run-make-fulldeps/lto-smoke-c/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/lto-smoke/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/lto-smoke/lib.rs [new file with mode: 0644]
tests/run-make-fulldeps/lto-smoke/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/manual-crate-name/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/manual-crate-name/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/manual-link/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/manual-link/bar.c [new file with mode: 0644]
tests/run-make-fulldeps/manual-link/foo.c [new file with mode: 0644]
tests/run-make-fulldeps/manual-link/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/manual-link/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/many-crates-but-no-match/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/many-crates-but-no-match/crateA1.rs [new file with mode: 0644]
tests/run-make-fulldeps/many-crates-but-no-match/crateA2.rs [new file with mode: 0644]
tests/run-make-fulldeps/many-crates-but-no-match/crateA3.rs [new file with mode: 0644]
tests/run-make-fulldeps/many-crates-but-no-match/crateB.rs [new file with mode: 0644]
tests/run-make-fulldeps/many-crates-but-no-match/crateC.rs [new file with mode: 0644]
tests/run-make-fulldeps/metadata-flag-frobs-symbols/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/metadata-flag-frobs-symbols/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/metadata-flag-frobs-symbols/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/min-global-align/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/min-global-align/min_global_align.rs [new file with mode: 0644]
tests/run-make-fulldeps/mingw-export-call-convention/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/mingw-export-call-convention/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/mismatching-target-triples/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/mismatching-target-triples/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/mismatching-target-triples/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/missing-crate-dependency/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/missing-crate-dependency/crateA.rs [new file with mode: 0644]
tests/run-make-fulldeps/missing-crate-dependency/crateB.rs [new file with mode: 0644]
tests/run-make-fulldeps/missing-crate-dependency/crateC.rs [new file with mode: 0644]
tests/run-make-fulldeps/mixing-deps/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/mixing-deps/both.rs [new file with mode: 0644]
tests/run-make-fulldeps/mixing-deps/dylib.rs [new file with mode: 0644]
tests/run-make-fulldeps/mixing-deps/prog.rs [new file with mode: 0644]
tests/run-make-fulldeps/mixing-formats/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/mixing-formats/bar1.rs [new file with mode: 0644]
tests/run-make-fulldeps/mixing-formats/bar2.rs [new file with mode: 0644]
tests/run-make-fulldeps/mixing-formats/baz.rs [new file with mode: 0644]
tests/run-make-fulldeps/mixing-formats/baz2.rs [new file with mode: 0644]
tests/run-make-fulldeps/mixing-formats/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/mixing-libs/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/mixing-libs/dylib.rs [new file with mode: 0644]
tests/run-make-fulldeps/mixing-libs/prog.rs [new file with mode: 0644]
tests/run-make-fulldeps/mixing-libs/rlib.rs [new file with mode: 0644]
tests/run-make-fulldeps/msvc-opt-minsize/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/msvc-opt-minsize/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/multiple-emits/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/multiple-emits/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/no-builtins-lto/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/no-builtins-lto/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/no-builtins-lto/no_builtins.rs [new file with mode: 0644]
tests/run-make-fulldeps/no-duplicate-libs/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/no-duplicate-libs/bar.c [new file with mode: 0644]
tests/run-make-fulldeps/no-duplicate-libs/foo.c [new file with mode: 0644]
tests/run-make-fulldeps/no-duplicate-libs/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/no-intermediate-extras/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/no-intermediate-extras/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/obey-crate-type-flag/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/obey-crate-type-flag/test.rs [new file with mode: 0644]
tests/run-make-fulldeps/obtain-borrowck/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/obtain-borrowck/driver.rs [new file with mode: 0644]
tests/run-make-fulldeps/obtain-borrowck/output.stdout [new file with mode: 0644]
tests/run-make-fulldeps/obtain-borrowck/test.rs [new file with mode: 0644]
tests/run-make-fulldeps/output-filename-conflicts-with-directory/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/output-filename-conflicts-with-directory/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/output-filename-overwrites-input/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/output-filename-overwrites-input/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/output-filename-overwrites-input/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/output-type-permutations/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/output-type-permutations/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/output-with-hyphens/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/output-with-hyphens/foo-bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/override-aliased-flags/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/override-aliased-flags/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/panic-impl-transitive/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/panic-impl-transitive/panic-impl-consumer.rs [new file with mode: 0644]
tests/run-make-fulldeps/panic-impl-transitive/panic-impl-provider.rs [new file with mode: 0644]
tests/run-make-fulldeps/pass-non-c-like-enum-to-c/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/pass-non-c-like-enum-to-c/nonclike.rs [new file with mode: 0644]
tests/run-make-fulldeps/pass-non-c-like-enum-to-c/test.c [new file with mode: 0644]
tests/run-make-fulldeps/pgo-branch-weights/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/pgo-branch-weights/filecheck-patterns.txt [new file with mode: 0644]
tests/run-make-fulldeps/pgo-branch-weights/interesting.rs [new file with mode: 0644]
tests/run-make-fulldeps/pgo-branch-weights/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/pgo-branch-weights/opaque.rs [new file with mode: 0644]
tests/run-make-fulldeps/pgo-gen-lto/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/pgo-gen-lto/test.rs [new file with mode: 0644]
tests/run-make-fulldeps/pgo-gen-no-imp-symbols/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/pgo-gen-no-imp-symbols/test.rs [new file with mode: 0644]
tests/run-make-fulldeps/pgo-gen/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/pgo-gen/test.rs [new file with mode: 0644]
tests/run-make-fulldeps/pgo-indirect-call-promotion/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/pgo-indirect-call-promotion/filecheck-patterns.txt [new file with mode: 0644]
tests/run-make-fulldeps/pgo-indirect-call-promotion/interesting.rs [new file with mode: 0644]
tests/run-make-fulldeps/pgo-indirect-call-promotion/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/pgo-indirect-call-promotion/opaque.rs [new file with mode: 0644]
tests/run-make-fulldeps/pgo-use/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/pgo-use/filecheck-patterns.txt [new file with mode: 0644]
tests/run-make-fulldeps/pgo-use/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/pointer-auth-link-with-c/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/pointer-auth-link-with-c/test.c [new file with mode: 0644]
tests/run-make-fulldeps/pointer-auth-link-with-c/test.rs [new file with mode: 0644]
tests/run-make-fulldeps/prefer-dylib/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/prefer-dylib/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/prefer-dylib/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/prefer-rlib/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/prefer-rlib/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/prefer-rlib/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/pretty-expanded/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/pretty-expanded/input.rs [new file with mode: 0644]
tests/run-make-fulldeps/pretty-print-to-file/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/pretty-print-to-file/input.pp [new file with mode: 0644]
tests/run-make-fulldeps/pretty-print-to-file/input.rs [new file with mode: 0644]
tests/run-make-fulldeps/print-calling-conventions/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/print-cfg/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/print-target-list/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/profile/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/profile/test.rs [new file with mode: 0644]
tests/run-make-fulldeps/prune-link-args/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/prune-link-args/empty.rs [new file with mode: 0644]
tests/run-make-fulldeps/redundant-libs/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/redundant-libs/bar.c [new file with mode: 0644]
tests/run-make-fulldeps/redundant-libs/baz.c [new file with mode: 0644]
tests/run-make-fulldeps/redundant-libs/foo.c [new file with mode: 0644]
tests/run-make-fulldeps/redundant-libs/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/relocation-model/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/relocation-model/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/relro-levels/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/relro-levels/hello.rs [new file with mode: 0644]
tests/run-make-fulldeps/remap-path-prefix/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/remap-path-prefix/auxiliary/lib.rs [new file with mode: 0644]
tests/run-make-fulldeps/reproducible-build-2/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/reproducible-build-2/linker.rs [new file with mode: 0644]
tests/run-make-fulldeps/reproducible-build-2/reproducible-build-aux.rs [new file with mode: 0644]
tests/run-make-fulldeps/reproducible-build-2/reproducible-build.rs [new file with mode: 0644]
tests/run-make-fulldeps/reproducible-build/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/reproducible-build/linker.rs [new file with mode: 0644]
tests/run-make-fulldeps/reproducible-build/reproducible-build-aux.rs [new file with mode: 0644]
tests/run-make-fulldeps/reproducible-build/reproducible-build.rs [new file with mode: 0644]
tests/run-make-fulldeps/resolve-rename/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/resolve-rename/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/resolve-rename/baz.rs [new file with mode: 0644]
tests/run-make-fulldeps/resolve-rename/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/return-non-c-like-enum-from-c/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/return-non-c-like-enum-from-c/nonclike.rs [new file with mode: 0644]
tests/run-make-fulldeps/return-non-c-like-enum-from-c/test.c [new file with mode: 0644]
tests/run-make-fulldeps/return-non-c-like-enum/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/return-non-c-like-enum/nonclike.rs [new file with mode: 0644]
tests/run-make-fulldeps/return-non-c-like-enum/test.c [new file with mode: 0644]
tests/run-make-fulldeps/rlib-chain/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/rlib-chain/m1.rs [new file with mode: 0644]
tests/run-make-fulldeps/rlib-chain/m2.rs [new file with mode: 0644]
tests/run-make-fulldeps/rlib-chain/m3.rs [new file with mode: 0644]
tests/run-make-fulldeps/rlib-chain/m4.rs [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-determinism/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-determinism/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-determinism/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-error-lines/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-error-lines/input.rs [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-io-error/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-io-error/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-map-file/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-map-file/expected.json [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-map-file/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-map-file/validate_json.py [new file with mode: 0755]
tests/run-make-fulldeps/rustdoc-output-path/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-output-path/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-scrape-examples-macros/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-scrape-examples-macros/examples/ex.rs [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-scrape-examples-macros/src/lib.rs [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-scrape-examples-macros/src/proc.rs [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-target-spec-json-path/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-target-spec-json-path/dummy_core.rs [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-target-spec-json-path/my_crate.rs [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-target-spec-json-path/target.json [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-themes/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/rustdoc-themes/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/sanitizer-cdylib-link/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/sanitizer-cdylib-link/library.rs [new file with mode: 0644]
tests/run-make-fulldeps/sanitizer-cdylib-link/program.rs [new file with mode: 0644]
tests/run-make-fulldeps/sanitizer-dylib-link/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/sanitizer-dylib-link/library.rs [new file with mode: 0644]
tests/run-make-fulldeps/sanitizer-dylib-link/program.rs [new file with mode: 0644]
tests/run-make-fulldeps/sanitizer-staticlib-link/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/sanitizer-staticlib-link/library.rs [new file with mode: 0644]
tests/run-make-fulldeps/sanitizer-staticlib-link/program.c [new file with mode: 0644]
tests/run-make-fulldeps/sanitizer-staticlib-link/program.rs [new file with mode: 0644]
tests/run-make-fulldeps/separate-link-fail/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/separate-link/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/sepcomp-cci-copies/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/sepcomp-cci-copies/cci_lib.rs [new file with mode: 0644]
tests/run-make-fulldeps/sepcomp-cci-copies/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/sepcomp-inlining/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/sepcomp-inlining/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/sepcomp-separate/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/sepcomp-separate/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/share-generics-dylib/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/share-generics-dylib/instance_provider_a.rs [new file with mode: 0644]
tests/run-make-fulldeps/share-generics-dylib/instance_provider_b.rs [new file with mode: 0644]
tests/run-make-fulldeps/share-generics-dylib/instance_user_a_rlib.rs [new file with mode: 0644]
tests/run-make-fulldeps/share-generics-dylib/instance_user_b_rlib.rs [new file with mode: 0644]
tests/run-make-fulldeps/share-generics-dylib/instance_user_dylib.rs [new file with mode: 0644]
tests/run-make-fulldeps/share-generics-dylib/linked_leaf.rs [new file with mode: 0644]
tests/run-make-fulldeps/simd-ffi/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/simd-ffi/simd.rs [new file with mode: 0644]
tests/run-make-fulldeps/simple-dylib/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/simple-dylib/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/simple-dylib/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/simple-rlib/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/simple-rlib/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/simple-rlib/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/split-debuginfo/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/split-debuginfo/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/split-debuginfo/baz.rs [new file with mode: 0644]
tests/run-make-fulldeps/split-debuginfo/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/split-debuginfo/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/stable-symbol-names/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/stable-symbol-names/stable-symbol-names1.rs [new file with mode: 0644]
tests/run-make-fulldeps/stable-symbol-names/stable-symbol-names2.rs [new file with mode: 0644]
tests/run-make-fulldeps/static-dylib-by-default/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/static-dylib-by-default/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/static-dylib-by-default/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/static-dylib-by-default/main.c [new file with mode: 0644]
tests/run-make-fulldeps/static-extern-type/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/static-extern-type/define-foo.c [new file with mode: 0644]
tests/run-make-fulldeps/static-extern-type/use-foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/static-unwinding/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/static-unwinding/lib.rs [new file with mode: 0644]
tests/run-make-fulldeps/static-unwinding/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/staticlib-blank-lib/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/staticlib-blank-lib/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/std-core-cycle/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/std-core-cycle/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/std-core-cycle/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/stdin-non-utf8/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/stdin-non-utf8/non-utf8 [new file with mode: 0644]
tests/run-make-fulldeps/suspicious-library/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/suspicious-library/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/suspicious-library/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/symbol-visibility/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/symbol-visibility/a_cdylib.rs [new file with mode: 0644]
tests/run-make-fulldeps/symbol-visibility/a_proc_macro.rs [new file with mode: 0644]
tests/run-make-fulldeps/symbol-visibility/a_rust_dylib.rs [new file with mode: 0644]
tests/run-make-fulldeps/symbol-visibility/an_executable.rs [new file with mode: 0644]
tests/run-make-fulldeps/symbol-visibility/an_rlib.rs [new file with mode: 0644]
tests/run-make-fulldeps/symbols-include-type-name/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/symbols-include-type-name/lib.rs [new file with mode: 0644]
tests/run-make-fulldeps/symlinked-extern/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/symlinked-extern/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/symlinked-extern/baz.rs [new file with mode: 0644]
tests/run-make-fulldeps/symlinked-extern/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/symlinked-libraries/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/symlinked-libraries/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/symlinked-libraries/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/symlinked-rlib/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/symlinked-rlib/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/symlinked-rlib/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/sysroot-crates-are-unstable/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/sysroot-crates-are-unstable/test.py [new file with mode: 0644]
tests/run-make-fulldeps/target-cpu-native/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/target-cpu-native/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/target-specs/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/target-specs/definitely-not-builtin-target.json [new file with mode: 0644]
tests/run-make-fulldeps/target-specs/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/target-specs/mismatching-data-layout.json [new file with mode: 0644]
tests/run-make-fulldeps/target-specs/my-awesome-platform.json [new file with mode: 0644]
tests/run-make-fulldeps/target-specs/my-incomplete-platform.json [new file with mode: 0644]
tests/run-make-fulldeps/target-specs/my-invalid-platform.json [new file with mode: 0644]
tests/run-make-fulldeps/target-specs/my-x86_64-unknown-linux-gnu-platform.json [new file with mode: 0644]
tests/run-make-fulldeps/target-without-atomic-cas/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/test-harness/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/test-harness/test-ignore-cfg.rs [new file with mode: 0644]
tests/run-make-fulldeps/tools.mk [new file with mode: 0644]
tests/run-make-fulldeps/type-mismatch-same-crate-name/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/type-mismatch-same-crate-name/crateA.rs [new file with mode: 0644]
tests/run-make-fulldeps/type-mismatch-same-crate-name/crateB.rs [new file with mode: 0644]
tests/run-make-fulldeps/type-mismatch-same-crate-name/crateC.rs [new file with mode: 0644]
tests/run-make-fulldeps/use-extern-for-plugins/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/use-extern-for-plugins/bar.rs [new file with mode: 0644]
tests/run-make-fulldeps/use-extern-for-plugins/baz.rs [new file with mode: 0644]
tests/run-make-fulldeps/use-extern-for-plugins/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/use-suggestions-rust-2018/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/use-suggestions-rust-2018/ep-nested-lib.rs [new file with mode: 0644]
tests/run-make-fulldeps/use-suggestions-rust-2018/use-suggestions.rs [new file with mode: 0644]
tests/run-make-fulldeps/used-cdylib-macos/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/used-cdylib-macos/dylib_used.rs [new file with mode: 0644]
tests/run-make-fulldeps/used/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/used/used.rs [new file with mode: 0644]
tests/run-make-fulldeps/version/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/volatile-intrinsics/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/volatile-intrinsics/main.rs [new file with mode: 0644]
tests/run-make-fulldeps/weird-output-filenames/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/weird-output-filenames/foo.rs [new file with mode: 0644]
tests/run-make-fulldeps/windows-binary-no-external-deps/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/windows-binary-no-external-deps/hello.rs [new file with mode: 0644]
tests/run-make-fulldeps/windows-spawn/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/windows-spawn/hello.rs [new file with mode: 0644]
tests/run-make-fulldeps/windows-spawn/spawn.rs [new file with mode: 0644]
tests/run-make-fulldeps/windows-subsystem/Makefile [new file with mode: 0644]
tests/run-make-fulldeps/windows-subsystem/console.rs [new file with mode: 0644]
tests/run-make-fulldeps/windows-subsystem/windows.rs [new file with mode: 0644]
tests/run-make/const_fn_mir/Makefile [new file with mode: 0644]
tests/run-make/const_fn_mir/dump.mir [new file with mode: 0644]
tests/run-make/const_fn_mir/main.rs [new file with mode: 0644]
tests/run-make/coverage-llvmir/Makefile [new file with mode: 0644]
tests/run-make/coverage-llvmir/filecheck.testprog.txt [new file with mode: 0644]
tests/run-make/coverage-llvmir/testprog.rs [new file with mode: 0644]
tests/run-make/coverage-reports/Makefile [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.abort.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.assert.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.async.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.async2.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.closure.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.closure_macro.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.closure_macro_async.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.conditions.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.continue.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.dead_code.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.doctest.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.drop_trait.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.generator.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.generics.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.if.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.if_else.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.inline-dead.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.inline.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.inner_items.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.issue-83601.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.issue-84561.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.issue-85461.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.issue-93054.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.lazy_boolean.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.loop_break_value.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.loops_branches.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.match_or_pattern.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.nested_loops.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.no_cov_crate.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.overflow.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.panic_unwind.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.partial_eq.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.simple_loop.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.simple_match.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.tight_inf_loop.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.try_error_result.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.unused.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.unused_mod.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.uses_crate.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.uses_inline_crate.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.while.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.while_early_ret.txt [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.yield.txt [new file with mode: 0644]
tests/run-make/coverage-reports/normalize_paths.py [new file with mode: 0755]
tests/run-make/coverage/WARNING_KEEP_NAMES_SHORT.txt [new file with mode: 0644]
tests/run-make/coverage/abort.rs [new file with mode: 0644]
tests/run-make/coverage/assert.rs [new file with mode: 0644]
tests/run-make/coverage/async.rs [new file with mode: 0644]
tests/run-make/coverage/async2.rs [new file with mode: 0644]
tests/run-make/coverage/closure.rs [new file with mode: 0644]
tests/run-make/coverage/closure_macro.rs [new file with mode: 0644]
tests/run-make/coverage/closure_macro_async.rs [new file with mode: 0644]
tests/run-make/coverage/compiletest-ignore-dir [new file with mode: 0644]
tests/run-make/coverage/conditions.rs [new file with mode: 0644]
tests/run-make/coverage/continue.rs [new file with mode: 0644]
tests/run-make/coverage/coverage_tools.mk [new file with mode: 0644]
tests/run-make/coverage/dead_code.rs [new file with mode: 0644]
tests/run-make/coverage/doctest.rs [new file with mode: 0644]
tests/run-make/coverage/drop_trait.rs [new file with mode: 0644]
tests/run-make/coverage/generator.rs [new file with mode: 0644]
tests/run-make/coverage/generics.rs [new file with mode: 0644]
tests/run-make/coverage/if.rs [new file with mode: 0644]
tests/run-make/coverage/if_else.rs [new file with mode: 0644]
tests/run-make/coverage/inline-dead.rs [new file with mode: 0644]
tests/run-make/coverage/inline.rs [new file with mode: 0644]
tests/run-make/coverage/inner_items.rs [new file with mode: 0644]
tests/run-make/coverage/issue-83601.rs [new file with mode: 0644]
tests/run-make/coverage/issue-84561.rs [new file with mode: 0644]
tests/run-make/coverage/issue-85461.rs [new file with mode: 0644]
tests/run-make/coverage/issue-93054.rs [new file with mode: 0644]
tests/run-make/coverage/lazy_boolean.rs [new file with mode: 0644]
tests/run-make/coverage/lib/doctest_crate.rs [new file with mode: 0644]
tests/run-make/coverage/lib/inline_always_with_dead_code.rs [new file with mode: 0644]
tests/run-make/coverage/lib/unused_mod_helper.rs [new file with mode: 0644]
tests/run-make/coverage/lib/used_crate.rs [new file with mode: 0644]
tests/run-make/coverage/lib/used_inline_crate.rs [new file with mode: 0644]
tests/run-make/coverage/loop_break_value.rs [new file with mode: 0644]
tests/run-make/coverage/loops_branches.rs [new file with mode: 0644]
tests/run-make/coverage/match_or_pattern.rs [new file with mode: 0644]
tests/run-make/coverage/nested_loops.rs [new file with mode: 0644]
tests/run-make/coverage/no_cov_crate.rs [new file with mode: 0644]
tests/run-make/coverage/overflow.rs [new file with mode: 0644]
tests/run-make/coverage/panic_unwind.rs [new file with mode: 0644]
tests/run-make/coverage/partial_eq.rs [new file with mode: 0644]
tests/run-make/coverage/simple_loop.rs [new file with mode: 0644]
tests/run-make/coverage/simple_match.rs [new file with mode: 0644]
tests/run-make/coverage/tight_inf_loop.rs [new file with mode: 0644]
tests/run-make/coverage/try_error_result.rs [new file with mode: 0644]
tests/run-make/coverage/unused.rs [new file with mode: 0644]
tests/run-make/coverage/unused_mod.rs [new file with mode: 0644]
tests/run-make/coverage/uses_crate.rs [new file with mode: 0644]
tests/run-make/coverage/uses_inline_crate.rs [new file with mode: 0644]
tests/run-make/coverage/while.rs [new file with mode: 0644]
tests/run-make/coverage/while_early_ret.rs [new file with mode: 0644]
tests/run-make/coverage/yield.rs [new file with mode: 0644]
tests/run-make/dep-graph/Makefile [new file with mode: 0644]
tests/run-make/dep-graph/foo.rs [new file with mode: 0644]
tests/run-make/dump-mono-stats/Makefile [new file with mode: 0644]
tests/run-make/dump-mono-stats/foo.rs [new file with mode: 0644]
tests/run-make/emit-named-files/Makefile [new file with mode: 0644]
tests/run-make/emit-named-files/foo.rs [new file with mode: 0644]
tests/run-make/emit-path-unhashed/Makefile [new file with mode: 0644]
tests/run-make/emit-path-unhashed/foo.rs [new file with mode: 0644]
tests/run-make/emit-shared-files/Makefile [new file with mode: 0644]
tests/run-make/emit-shared-files/x.rs [new file with mode: 0644]
tests/run-make/emit-shared-files/y.css [new file with mode: 0644]
tests/run-make/emit-shared-files/z.css [new file with mode: 0644]
tests/run-make/env-dep-info/Makefile [new file with mode: 0644]
tests/run-make/env-dep-info/macro_def.rs [new file with mode: 0644]
tests/run-make/env-dep-info/macro_use.rs [new file with mode: 0644]
tests/run-make/env-dep-info/main.rs [new file with mode: 0644]
tests/run-make/export-executable-symbols/Makefile [new file with mode: 0644]
tests/run-make/export-executable-symbols/main.rs [new file with mode: 0644]
tests/run-make/fmt-write-bloat/Makefile [new file with mode: 0644]
tests/run-make/fmt-write-bloat/main.rs [new file with mode: 0644]
tests/run-make/git_clone_sha1.sh [new file with mode: 0644]
tests/run-make/incr-foreign-head-span/Makefile [new file with mode: 0644]
tests/run-make/incr-foreign-head-span/first_crate.rs [new file with mode: 0644]
tests/run-make/incr-foreign-head-span/second_crate.rs [new file with mode: 0644]
tests/run-make/incr-prev-body-beyond-eof/Makefile [new file with mode: 0644]
tests/run-make/incr-prev-body-beyond-eof/a.rs [new file with mode: 0644]
tests/run-make/incr-prev-body-beyond-eof/b.rs [new file with mode: 0644]
tests/run-make/incremental-session-fail/Makefile [new file with mode: 0644]
tests/run-make/incremental-session-fail/foo.rs [new file with mode: 0644]
tests/run-make/invalid-so/Makefile [new file with mode: 0644]
tests/run-make/invalid-so/bar.rs [new file with mode: 0644]
tests/run-make/issue-10971-temps-dir/Makefile [new file with mode: 0644]
tests/run-make/issue-36710/Makefile [new file with mode: 0644]
tests/run-make/issue-36710/foo.cpp [new file with mode: 0644]
tests/run-make/issue-36710/foo.rs [new file with mode: 0644]
tests/run-make/issue-47384/Makefile [new file with mode: 0644]
tests/run-make/issue-47384/lib.rs [new file with mode: 0644]
tests/run-make/issue-47384/linker.ld [new file with mode: 0644]
tests/run-make/issue-47384/main.rs [new file with mode: 0644]
tests/run-make/issue-71519/Makefile [new file with mode: 0644]
tests/run-make/issue-71519/main.rs [new file with mode: 0644]
tests/run-make/issue-83112-incr-test-moved-file/Makefile [new file with mode: 0644]
tests/run-make/issue-83112-incr-test-moved-file/main.rs [new file with mode: 0644]
tests/run-make/issue-85019-moved-src-dir/Makefile [new file with mode: 0644]
tests/run-make/issue-85019-moved-src-dir/main.rs [new file with mode: 0644]
tests/run-make/issue-85019-moved-src-dir/my_lib.rs [new file with mode: 0644]
tests/run-make/issue-85401-static-mir/Makefile [new file with mode: 0644]
tests/run-make/issue-85401-static-mir/bar.rs [new file with mode: 0644]
tests/run-make/issue-85401-static-mir/baz.rs [new file with mode: 0644]
tests/run-make/issue-85401-static-mir/foo.rs [new file with mode: 0644]
tests/run-make/issue-85441/Makefile [new file with mode: 0644]
tests/run-make/issue-85441/empty.rs [new file with mode: 0644]
tests/run-make/issue-88756-default-output/Makefile [new file with mode: 0644]
tests/run-make/issue-88756-default-output/README.md [new file with mode: 0644]
tests/run-make/issue-88756-default-output/output-default.stdout [new file with mode: 0644]
tests/run-make/issue-88756-default-output/x.rs [new file with mode: 0644]
tests/run-make/issue-96498/Makefile [new file with mode: 0644]
tests/run-make/issue-96498/foo.rs [new file with mode: 0644]
tests/run-make/libtest-thread-limit/Makefile [new file with mode: 0644]
tests/run-make/libtest-thread-limit/test.rs [new file with mode: 0644]
tests/run-make/llvm-outputs/Makefile [new file with mode: 0644]
tests/run-make/macos-deployment-target/Makefile [new file with mode: 0644]
tests/run-make/macos-deployment-target/with_deployment_target.rs [new file with mode: 0644]
tests/run-make/macos-fat-archive/Makefile [new file with mode: 0644]
tests/run-make/macos-fat-archive/lib.rs [new file with mode: 0644]
tests/run-make/macos-fat-archive/native-library.c [new file with mode: 0644]
tests/run-make/native-link-modifier-bundle/Makefile [new file with mode: 0644]
tests/run-make/native-link-modifier-bundle/bundled.rs [new file with mode: 0644]
tests/run-make/native-link-modifier-bundle/cdylib-bundled.rs [new file with mode: 0644]
tests/run-make/native-link-modifier-bundle/cdylib-non-bundled.rs [new file with mode: 0644]
tests/run-make/native-link-modifier-bundle/native-staticlib.c [new file with mode: 0644]
tests/run-make/native-link-modifier-bundle/non-bundled.rs [new file with mode: 0644]
tests/run-make/native-link-modifier-verbatim-linker/Makefile [new file with mode: 0644]
tests/run-make/native-link-modifier-verbatim-linker/local_native_dep.rs [new file with mode: 0644]
tests/run-make/native-link-modifier-verbatim-linker/main.rs [new file with mode: 0644]
tests/run-make/native-link-modifier-verbatim-rustc/Makefile [new file with mode: 0644]
tests/run-make/native-link-modifier-verbatim-rustc/rust_dep.rs [new file with mode: 0644]
tests/run-make/native-link-modifier-verbatim-rustc/upstream_native_dep.rs [new file with mode: 0644]
tests/run-make/native-link-modifier-whole-archive/Makefile [new file with mode: 0644]
tests/run-make/native-link-modifier-whole-archive/c_static_lib_with_constructor.cpp [new file with mode: 0644]
tests/run-make/native-link-modifier-whole-archive/directly_linked.rs [new file with mode: 0644]
tests/run-make/native-link-modifier-whole-archive/directly_linked_test_minus_whole_archive.rs [new file with mode: 0644]
tests/run-make/native-link-modifier-whole-archive/directly_linked_test_plus_whole_archive.rs [new file with mode: 0644]
tests/run-make/native-link-modifier-whole-archive/indirectly_linked.rs [new file with mode: 0644]
tests/run-make/native-link-modifier-whole-archive/indirectly_linked_via_attr.rs [new file with mode: 0644]
tests/run-make/native-link-modifier-whole-archive/native_lib_in_src.rs [new file with mode: 0644]
tests/run-make/native-link-modifier-whole-archive/rlib_with_cmdline_native_lib.rs [new file with mode: 0644]
tests/run-make/no-input-file/Makefile [new file with mode: 0644]
tests/run-make/no-input-file/no-input-file.stderr [new file with mode: 0644]
tests/run-make/overwrite-input/Makefile [new file with mode: 0644]
tests/run-make/overwrite-input/file.stderr [new file with mode: 0644]
tests/run-make/overwrite-input/folder.stderr [new file with mode: 0644]
tests/run-make/overwrite-input/main.rs [new file with mode: 0644]
tests/run-make/overwrite-input/main.stderr [new file with mode: 0644]
tests/run-make/pass-linker-flags-from-dep/Makefile [new file with mode: 0644]
tests/run-make/pass-linker-flags-from-dep/main.rs [new file with mode: 0644]
tests/run-make/pass-linker-flags-from-dep/native_dep_1.rs [new file with mode: 0644]
tests/run-make/pass-linker-flags-from-dep/native_dep_2.rs [new file with mode: 0644]
tests/run-make/pass-linker-flags-from-dep/rust_dep.rs [new file with mode: 0644]
tests/run-make/pass-linker-flags/Makefile [new file with mode: 0644]
tests/run-make/pass-linker-flags/rs.rs [new file with mode: 0644]
tests/run-make/raw-dylib-alt-calling-convention/Makefile [new file with mode: 0644]
tests/run-make/raw-dylib-alt-calling-convention/driver.rs [new file with mode: 0644]
tests/run-make/raw-dylib-alt-calling-convention/extern.c [new file with mode: 0644]
tests/run-make/raw-dylib-alt-calling-convention/lib.rs [new file with mode: 0644]
tests/run-make/raw-dylib-alt-calling-convention/output.msvc.txt [new file with mode: 0644]
tests/run-make/raw-dylib-alt-calling-convention/output.txt [new file with mode: 0644]
tests/run-make/raw-dylib-c/Makefile [new file with mode: 0644]
tests/run-make/raw-dylib-c/driver.rs [new file with mode: 0644]
tests/run-make/raw-dylib-c/extern_1.c [new file with mode: 0644]
tests/run-make/raw-dylib-c/extern_2.c [new file with mode: 0644]
tests/run-make/raw-dylib-c/lib.rs [new file with mode: 0644]
tests/run-make/raw-dylib-c/output.txt [new file with mode: 0644]
tests/run-make/raw-dylib-import-name-type/Makefile [new file with mode: 0644]
tests/run-make/raw-dylib-import-name-type/driver.rs [new file with mode: 0644]
tests/run-make/raw-dylib-import-name-type/extern.c [new file with mode: 0644]
tests/run-make/raw-dylib-import-name-type/extern.gnu.def [new file with mode: 0644]
tests/run-make/raw-dylib-import-name-type/extern.msvc.def [new file with mode: 0644]
tests/run-make/raw-dylib-import-name-type/output.txt [new file with mode: 0644]
tests/run-make/raw-dylib-inline-cross-dylib/Makefile [new file with mode: 0644]
tests/run-make/raw-dylib-inline-cross-dylib/driver.rs [new file with mode: 0644]
tests/run-make/raw-dylib-inline-cross-dylib/extern_1.c [new file with mode: 0644]
tests/run-make/raw-dylib-inline-cross-dylib/extern_2.c [new file with mode: 0644]
tests/run-make/raw-dylib-inline-cross-dylib/lib.rs [new file with mode: 0644]
tests/run-make/raw-dylib-inline-cross-dylib/lib_wrapper.rs [new file with mode: 0644]
tests/run-make/raw-dylib-inline-cross-dylib/output.txt [new file with mode: 0644]
tests/run-make/raw-dylib-link-ordinal/Makefile [new file with mode: 0644]
tests/run-make/raw-dylib-link-ordinal/driver.rs [new file with mode: 0644]
tests/run-make/raw-dylib-link-ordinal/exporter.c [new file with mode: 0644]
tests/run-make/raw-dylib-link-ordinal/exporter.def [new file with mode: 0644]
tests/run-make/raw-dylib-link-ordinal/lib.rs [new file with mode: 0644]
tests/run-make/raw-dylib-link-ordinal/output.txt [new file with mode: 0644]
tests/run-make/raw-dylib-stdcall-ordinal/Makefile [new file with mode: 0644]
tests/run-make/raw-dylib-stdcall-ordinal/driver.rs [new file with mode: 0644]
tests/run-make/raw-dylib-stdcall-ordinal/expected_output.txt [new file with mode: 0644]
tests/run-make/raw-dylib-stdcall-ordinal/exporter-gnu.def [new file with mode: 0644]
tests/run-make/raw-dylib-stdcall-ordinal/exporter-msvc.def [new file with mode: 0644]
tests/run-make/raw-dylib-stdcall-ordinal/exporter.c [new file with mode: 0644]
tests/run-make/raw-dylib-stdcall-ordinal/lib.rs [new file with mode: 0644]
tests/run-make/remap-path-prefix-dwarf/Makefile [new file with mode: 0644]
tests/run-make/remap-path-prefix-dwarf/src/quux.rs [new file with mode: 0644]
tests/run-make/repr128-dwarf/Makefile [new file with mode: 0644]
tests/run-make/repr128-dwarf/lib.rs [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-2/Makefile [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-2/main.rs [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-2/native_dep.rs [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-2/rust_dep.rs [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-3/Makefile [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-3/main.rs [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-3/native_dep_1.c [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-3/native_dep_2.c [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-3/native_dep_3.c [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-3/native_dep_4.c [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-3/rust_dep.rs [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-3/rust_dep_cfg.rs [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs/Makefile [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs/main.rs [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs/native_dep_1.c [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs/native_dep_2.c [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs/native_dep_3.c [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs/rust_dep_local.rs [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs/rust_dep_up.rs [new file with mode: 0644]
tests/run-make/rustc-macro-dep-files/Makefile [new file with mode: 0644]
tests/run-make/rustc-macro-dep-files/bar.rs [new file with mode: 0644]
tests/run-make/rustc-macro-dep-files/foo.rs [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-invalid-expr/Makefile [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-invalid-expr/examples/ex.rs [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-invalid-expr/src/lib.rs [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-multiple/Makefile [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-multiple/examples/ex.rs [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-multiple/examples/ex2.rs [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-multiple/scrape.mk [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-multiple/src/lib.rs [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-ordering/Makefile [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-ordering/examples/ex1.rs [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-ordering/examples/ex2.rs [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-ordering/src/lib.rs [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-remap/Makefile [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-remap/examples/ex.rs [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-remap/src/a.rs [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-remap/src/lib.rs [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-test/Makefile [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-test/examples/ex.rs [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-test/src/lib.rs [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-whitespace/Makefile [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-whitespace/examples/ex.rs [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-whitespace/src/lib.rs [new file with mode: 0644]
tests/run-make/rustdoc-verify-output-files/Makefile [new file with mode: 0644]
tests/run-make/rustdoc-verify-output-files/src/lib.rs [new file with mode: 0644]
tests/run-make/rustdoc-with-out-dir-option/Makefile [new file with mode: 0644]
tests/run-make/rustdoc-with-out-dir-option/src/lib.rs [new file with mode: 0644]
tests/run-make/rustdoc-with-output-option/Makefile [new file with mode: 0644]
tests/run-make/rustdoc-with-output-option/src/lib.rs [new file with mode: 0644]
tests/run-make/rustdoc-with-short-out-dir-option/Makefile [new file with mode: 0644]
tests/run-make/rustdoc-with-short-out-dir-option/src/lib.rs [new file with mode: 0644]
tests/run-make/static-pie/Makefile [new file with mode: 0644]
tests/run-make/static-pie/check_clang_version.sh [new file with mode: 0755]
tests/run-make/static-pie/check_gcc_version.sh [new file with mode: 0755]
tests/run-make/static-pie/test-aslr.rs [new file with mode: 0644]
tests/run-make/test-benches/Makefile [new file with mode: 0644]
tests/run-make/test-benches/smokebench.rs [new file with mode: 0644]
tests/run-make/thumb-none-cortex-m/Makefile [new file with mode: 0644]
tests/run-make/thumb-none-qemu/Makefile [new file with mode: 0644]
tests/run-make/thumb-none-qemu/example/.cargo/config [new file with mode: 0644]
tests/run-make/thumb-none-qemu/example/Cargo.lock [new file with mode: 0644]
tests/run-make/thumb-none-qemu/example/Cargo.toml [new file with mode: 0644]
tests/run-make/thumb-none-qemu/example/memory.x [new file with mode: 0644]
tests/run-make/thumb-none-qemu/example/src/main.rs [new file with mode: 0644]
tests/run-make/thumb-none-qemu/script.sh [new file with mode: 0644]
tests/run-make/track-path-dep-info/Makefile [new file with mode: 0644]
tests/run-make/track-path-dep-info/emojis.txt [new file with mode: 0644]
tests/run-make/track-path-dep-info/macro_def.rs [new file with mode: 0644]
tests/run-make/track-path-dep-info/macro_use.rs [new file with mode: 0644]
tests/run-make/track-pgo-dep-info/Makefile [new file with mode: 0644]
tests/run-make/track-pgo-dep-info/main.rs [new file with mode: 0644]
tests/run-make/translation/Makefile [new file with mode: 0644]
tests/run-make/translation/broken.ftl [new file with mode: 0644]
tests/run-make/translation/missing.ftl [new file with mode: 0644]
tests/run-make/translation/test.rs [new file with mode: 0644]
tests/run-make/translation/working.ftl [new file with mode: 0644]
tests/run-make/unstable-flag-required/Makefile [new file with mode: 0644]
tests/run-make/unstable-flag-required/README.md [new file with mode: 0644]
tests/run-make/unstable-flag-required/output-format-json.stderr [new file with mode: 0644]
tests/run-make/unstable-flag-required/x.rs [new file with mode: 0644]
tests/run-make/valid-print-requests/Makefile [new file with mode: 0644]
tests/run-make/valid-print-requests/valid-print-requests.stderr [new file with mode: 0644]
tests/run-make/wasm-abi/Makefile [new file with mode: 0644]
tests/run-make/wasm-abi/foo.js [new file with mode: 0644]
tests/run-make/wasm-abi/foo.rs [new file with mode: 0644]
tests/run-make/wasm-custom-section/Makefile [new file with mode: 0644]
tests/run-make/wasm-custom-section/bar.rs [new file with mode: 0644]
tests/run-make/wasm-custom-section/foo.js [new file with mode: 0644]
tests/run-make/wasm-custom-section/foo.rs [new file with mode: 0644]
tests/run-make/wasm-custom-sections-opt/Makefile [new file with mode: 0644]
tests/run-make/wasm-custom-sections-opt/foo.js [new file with mode: 0644]
tests/run-make/wasm-custom-sections-opt/foo.rs [new file with mode: 0644]
tests/run-make/wasm-export-all-symbols/Makefile [new file with mode: 0644]
tests/run-make/wasm-export-all-symbols/bar.rs [new file with mode: 0644]
tests/run-make/wasm-export-all-symbols/foo.rs [new file with mode: 0644]
tests/run-make/wasm-export-all-symbols/main.rs [new file with mode: 0644]
tests/run-make/wasm-export-all-symbols/verify.js [new file with mode: 0644]
tests/run-make/wasm-import-module/Makefile [new file with mode: 0644]
tests/run-make/wasm-import-module/bar.rs [new file with mode: 0644]
tests/run-make/wasm-import-module/foo.js [new file with mode: 0644]
tests/run-make/wasm-import-module/foo.rs [new file with mode: 0644]
tests/run-make/wasm-panic-small/Makefile [new file with mode: 0644]
tests/run-make/wasm-panic-small/foo.rs [new file with mode: 0644]
tests/run-make/wasm-spurious-import/Makefile [new file with mode: 0644]
tests/run-make/wasm-spurious-import/main.rs [new file with mode: 0644]
tests/run-make/wasm-spurious-import/verify.js [new file with mode: 0644]
tests/run-make/wasm-stringify-ints-small/Makefile [new file with mode: 0644]
tests/run-make/wasm-stringify-ints-small/foo.rs [new file with mode: 0644]
tests/run-make/wasm-symbols-different-module/Makefile [new file with mode: 0644]
tests/run-make/wasm-symbols-different-module/bar.rs [new file with mode: 0644]
tests/run-make/wasm-symbols-different-module/baz.rs [new file with mode: 0644]
tests/run-make/wasm-symbols-different-module/foo.rs [new file with mode: 0644]
tests/run-make/wasm-symbols-different-module/log.rs [new file with mode: 0644]
tests/run-make/wasm-symbols-different-module/verify-imports.js [new file with mode: 0644]
tests/run-make/wasm-symbols-not-exported/Makefile [new file with mode: 0644]
tests/run-make/wasm-symbols-not-exported/bar.rs [new file with mode: 0644]
tests/run-make/wasm-symbols-not-exported/foo.rs [new file with mode: 0644]
tests/run-make/wasm-symbols-not-exported/verify-exported-symbols.js [new file with mode: 0644]
tests/run-make/wasm-symbols-not-imported/Makefile [new file with mode: 0644]
tests/run-make/wasm-symbols-not-imported/foo.rs [new file with mode: 0644]
tests/run-make/wasm-symbols-not-imported/verify-no-imports.js [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/Makefile [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/cc_plus_one_asm.checks [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/cc_plus_one_c.checks [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/cc_plus_one_c_asm.checks [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/cc_plus_one_cxx.checks [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/cc_plus_one_cxx_asm.checks [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/cmake_plus_one_asm.checks [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/cmake_plus_one_c.checks [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/cmake_plus_one_c_asm.checks [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/cmake_plus_one_c_global_asm.checks [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/cmake_plus_one_cxx.checks [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/cmake_plus_one_cxx_asm.checks [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/cmake_plus_one_cxx_global_asm.checks [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/enclave/Cargo.toml [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/enclave/build.rs [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/enclave/foo.c [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/enclave/foo_asm.s [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/enclave/foo_cxx.cpp [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/enclave/libcmake_foo/CMakeLists.txt [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/enclave/libcmake_foo/src/foo.c [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/enclave/libcmake_foo/src/foo_asm.s [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/enclave/libcmake_foo/src/foo_cxx.cpp [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/enclave/src/main.rs [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/jumpto.checks [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/print.checks [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/rust_plus_one_global_asm.checks [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/script.sh [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/unw_getcontext.checks [new file with mode: 0644]
tests/run-pass-valgrind/cast-enum-with-dtor.rs [new file with mode: 0644]
tests/run-pass-valgrind/cleanup-auto-borrow-obj.rs [new file with mode: 0644]
tests/run-pass-valgrind/cleanup-stdin.rs [new file with mode: 0644]
tests/run-pass-valgrind/coerce-match-calls.rs [new file with mode: 0644]
tests/run-pass-valgrind/coerce-match.rs [new file with mode: 0644]
tests/run-pass-valgrind/down-with-thread-dtors.rs [new file with mode: 0644]
tests/run-pass-valgrind/dst-dtor-1.rs [new file with mode: 0644]
tests/run-pass-valgrind/dst-dtor-2.rs [new file with mode: 0644]
tests/run-pass-valgrind/dst-dtor-3.rs [new file with mode: 0644]
tests/run-pass-valgrind/dst-dtor-4.rs [new file with mode: 0644]
tests/run-pass-valgrind/exit-flushes.rs [new file with mode: 0644]
tests/run-pass-valgrind/issue-44800.rs [new file with mode: 0644]
tests/run-pass-valgrind/osx-frameworks.rs [new file with mode: 0644]
tests/run-pass-valgrind/unsized-locals/by-value-trait-objects-rust-call.rs [new file with mode: 0644]
tests/run-pass-valgrind/unsized-locals/by-value-trait-objects-rust-call2.rs [new file with mode: 0644]
tests/run-pass-valgrind/unsized-locals/by-value-trait-objects.rs [new file with mode: 0644]
tests/run-pass-valgrind/unsized-locals/long-live-the-unsized-temporary.rs [new file with mode: 0644]
tests/rustdoc-gui/README.md [new file with mode: 0644]
tests/rustdoc-gui/anchor-navigable.goml [new file with mode: 0644]
tests/rustdoc-gui/anchors.goml [new file with mode: 0644]
tests/rustdoc-gui/auto-hide-trait-implementations.goml [new file with mode: 0644]
tests/rustdoc-gui/basic-code.goml [new file with mode: 0644]
tests/rustdoc-gui/check-code-blocks-margin.goml [new file with mode: 0644]
tests/rustdoc-gui/check-stab-in-docblock.goml [new file with mode: 0644]
tests/rustdoc-gui/check_info_sign_position.goml [new file with mode: 0644]
tests/rustdoc-gui/code-blocks-overflow.goml [new file with mode: 0644]
tests/rustdoc-gui/code-color.goml [new file with mode: 0644]
tests/rustdoc-gui/code-sidebar-toggle.goml [new file with mode: 0644]
tests/rustdoc-gui/code-tags.goml [new file with mode: 0644]
tests/rustdoc-gui/codeblock-sub.goml [new file with mode: 0644]
tests/rustdoc-gui/codeblock-tooltip.goml [new file with mode: 0644]
tests/rustdoc-gui/cursor.goml [new file with mode: 0644]
tests/rustdoc-gui/default-settings.goml [new file with mode: 0644]
tests/rustdoc-gui/docblock-big-code-mobile.goml [new file with mode: 0644]
tests/rustdoc-gui/docblock-code-block-line-number.goml [new file with mode: 0644]
tests/rustdoc-gui/docblock-details.goml [new file with mode: 0644]
tests/rustdoc-gui/docblock-table-overflow.goml [new file with mode: 0644]
tests/rustdoc-gui/docblock-table.goml [new file with mode: 0644]
tests/rustdoc-gui/duplicate-macro-reexport.goml [new file with mode: 0644]
tests/rustdoc-gui/enum-variants.goml [new file with mode: 0644]
tests/rustdoc-gui/escape-key.goml [new file with mode: 0644]
tests/rustdoc-gui/font-weight.goml [new file with mode: 0644]
tests/rustdoc-gui/hash-item-expansion.goml [new file with mode: 0644]
tests/rustdoc-gui/headers-color.goml [new file with mode: 0644]
tests/rustdoc-gui/headings.goml [new file with mode: 0644]
tests/rustdoc-gui/help-page.goml [new file with mode: 0644]
tests/rustdoc-gui/highlight-colors.goml [new file with mode: 0644]
tests/rustdoc-gui/huge-collection-of-constants.goml [new file with mode: 0644]
tests/rustdoc-gui/huge-logo.goml [new file with mode: 0644]
tests/rustdoc-gui/impl-default-expansion.goml [new file with mode: 0644]
tests/rustdoc-gui/impl-doc.goml [new file with mode: 0644]
tests/rustdoc-gui/implementors.goml [new file with mode: 0644]
tests/rustdoc-gui/item-decl-colors.goml [new file with mode: 0644]
tests/rustdoc-gui/item-info-alignment.goml [new file with mode: 0644]
tests/rustdoc-gui/item-info-overflow.goml [new file with mode: 0644]
tests/rustdoc-gui/item-info.goml [new file with mode: 0644]
tests/rustdoc-gui/item-summary-table.goml [new file with mode: 0644]
tests/rustdoc-gui/javascript-disabled.goml [new file with mode: 0644]
tests/rustdoc-gui/jump-to-def-background.goml [new file with mode: 0644]
tests/rustdoc-gui/label-next-to-symbol.goml [new file with mode: 0644]
tests/rustdoc-gui/links-color.goml [new file with mode: 0644]
tests/rustdoc-gui/list_code_block.goml [new file with mode: 0644]
tests/rustdoc-gui/method-margins.goml [new file with mode: 0644]
tests/rustdoc-gui/mobile.goml [new file with mode: 0644]
tests/rustdoc-gui/module-items-font.goml [new file with mode: 0644]
tests/rustdoc-gui/no-docblock.goml [new file with mode: 0644]
tests/rustdoc-gui/notable-trait.goml [new file with mode: 0644]
tests/rustdoc-gui/overflow-tooltip-information.goml [new file with mode: 0644]
tests/rustdoc-gui/pocket-menu.goml [new file with mode: 0644]
tests/rustdoc-gui/run-on-hover.goml [new file with mode: 0644]
tests/rustdoc-gui/rust-logo.goml [new file with mode: 0644]
tests/rustdoc-gui/scrape-examples-button-focus.goml [new file with mode: 0644]
tests/rustdoc-gui/scrape-examples-color.goml [new file with mode: 0644]
tests/rustdoc-gui/scrape-examples-fonts.goml [new file with mode: 0644]
tests/rustdoc-gui/scrape-examples-layout.goml [new file with mode: 0644]
tests/rustdoc-gui/scrape-examples-toggle.goml [new file with mode: 0644]
tests/rustdoc-gui/search-error.goml [new file with mode: 0644]
tests/rustdoc-gui/search-filter.goml [new file with mode: 0644]
tests/rustdoc-gui/search-form-elements.goml [new file with mode: 0644]
tests/rustdoc-gui/search-input-mobile.goml [new file with mode: 0644]
tests/rustdoc-gui/search-keyboard.goml [new file with mode: 0644]
tests/rustdoc-gui/search-no-result.goml [new file with mode: 0644]
tests/rustdoc-gui/search-reexport.goml [new file with mode: 0644]
tests/rustdoc-gui/search-result-color.goml [new file with mode: 0644]
tests/rustdoc-gui/search-result-description.goml [new file with mode: 0644]
tests/rustdoc-gui/search-result-display.goml [new file with mode: 0644]
tests/rustdoc-gui/search-result-go-to-first.goml [new file with mode: 0644]
tests/rustdoc-gui/search-result-keyword.goml [new file with mode: 0644]
tests/rustdoc-gui/search-tab-change-title-fn-sig.goml [new file with mode: 0644]
tests/rustdoc-gui/search-tab.goml [new file with mode: 0644]
tests/rustdoc-gui/settings.goml [new file with mode: 0644]
tests/rustdoc-gui/shortcuts.goml [new file with mode: 0644]
tests/rustdoc-gui/sidebar-links-color.goml [new file with mode: 0644]
tests/rustdoc-gui/sidebar-macro-reexport.goml [new file with mode: 0644]
tests/rustdoc-gui/sidebar-mobile-scroll.goml [new file with mode: 0644]
tests/rustdoc-gui/sidebar-mobile.goml [new file with mode: 0644]
tests/rustdoc-gui/sidebar-source-code-display.goml [new file with mode: 0644]
tests/rustdoc-gui/sidebar-source-code.goml [new file with mode: 0644]
tests/rustdoc-gui/sidebar.goml [new file with mode: 0644]
tests/rustdoc-gui/source-anchor-scroll.goml [new file with mode: 0644]
tests/rustdoc-gui/source-code-page.goml [new file with mode: 0644]
tests/rustdoc-gui/src-font-size.goml [new file with mode: 0644]
tests/rustdoc-gui/src/huge_logo/Cargo.lock [new file with mode: 0644]
tests/rustdoc-gui/src/huge_logo/Cargo.toml [new file with mode: 0644]
tests/rustdoc-gui/src/huge_logo/src/lib.rs [new file with mode: 0644]
tests/rustdoc-gui/src/lib2/Cargo.lock [new file with mode: 0644]
tests/rustdoc-gui/src/lib2/Cargo.toml [new file with mode: 0644]
tests/rustdoc-gui/src/lib2/another_folder/mod.rs [new file with mode: 0644]
tests/rustdoc-gui/src/lib2/another_folder/sub_mod/mod.rs [new file with mode: 0644]
tests/rustdoc-gui/src/lib2/another_mod/mod.rs [new file with mode: 0644]
tests/rustdoc-gui/src/lib2/http/Cargo.toml [new file with mode: 0644]
tests/rustdoc-gui/src/lib2/http/lib.rs [new file with mode: 0644]
tests/rustdoc-gui/src/lib2/implementors/Cargo.lock [new file with mode: 0644]
tests/rustdoc-gui/src/lib2/implementors/Cargo.toml [new file with mode: 0644]
tests/rustdoc-gui/src/lib2/implementors/lib.rs [new file with mode: 0644]
tests/rustdoc-gui/src/lib2/lib.rs [new file with mode: 0644]
tests/rustdoc-gui/src/link_to_definition/Cargo.lock [new file with mode: 0644]
tests/rustdoc-gui/src/link_to_definition/Cargo.toml [new file with mode: 0644]
tests/rustdoc-gui/src/link_to_definition/lib.rs [new file with mode: 0644]
tests/rustdoc-gui/src/scrape_examples/Cargo.lock [new file with mode: 0644]
tests/rustdoc-gui/src/scrape_examples/Cargo.toml [new file with mode: 0644]
tests/rustdoc-gui/src/scrape_examples/examples/check-many-1.rs [new file with mode: 0644]
tests/rustdoc-gui/src/scrape_examples/examples/check-many-2.rs [new file with mode: 0644]
tests/rustdoc-gui/src/scrape_examples/examples/check-many-3.rs [new file with mode: 0644]
tests/rustdoc-gui/src/scrape_examples/examples/check-many-4.rs [new file with mode: 0644]
tests/rustdoc-gui/src/scrape_examples/examples/check-many-5.rs [new file with mode: 0644]
tests/rustdoc-gui/src/scrape_examples/examples/check-many-6.rs [new file with mode: 0644]
tests/rustdoc-gui/src/scrape_examples/examples/check-many-7.rs [new file with mode: 0644]
tests/rustdoc-gui/src/scrape_examples/examples/check.rs [new file with mode: 0644]
tests/rustdoc-gui/src/scrape_examples/src/lib.rs [new file with mode: 0644]
tests/rustdoc-gui/src/settings/.cargo/config.toml [new file with mode: 0644]
tests/rustdoc-gui/src/settings/Cargo.lock [new file with mode: 0644]
tests/rustdoc-gui/src/settings/Cargo.toml [new file with mode: 0644]
tests/rustdoc-gui/src/settings/lib.rs [new file with mode: 0644]
tests/rustdoc-gui/src/staged_api/Cargo.lock [new file with mode: 0644]
tests/rustdoc-gui/src/staged_api/Cargo.toml [new file with mode: 0644]
tests/rustdoc-gui/src/staged_api/lib.rs [new file with mode: 0644]
tests/rustdoc-gui/src/test_docs/Cargo.lock [new file with mode: 0644]
tests/rustdoc-gui/src/test_docs/Cargo.toml [new file with mode: 0644]
tests/rustdoc-gui/src/test_docs/build.rs [new file with mode: 0644]
tests/rustdoc-gui/src/test_docs/lib.rs [new file with mode: 0644]
tests/rustdoc-gui/src/test_docs/macros.rs [new file with mode: 0644]
tests/rustdoc-gui/stab-badge.goml [new file with mode: 0644]
tests/rustdoc-gui/struct-fields.goml [new file with mode: 0644]
tests/rustdoc-gui/target.goml [new file with mode: 0644]
tests/rustdoc-gui/theme-change.goml [new file with mode: 0644]
tests/rustdoc-gui/theme-in-history.goml [new file with mode: 0644]
tests/rustdoc-gui/toggle-click-deadspace.goml [new file with mode: 0644]
tests/rustdoc-gui/toggle-docs-mobile.goml [new file with mode: 0644]
tests/rustdoc-gui/toggle-docs.goml [new file with mode: 0644]
tests/rustdoc-gui/toggle-implementors.goml [new file with mode: 0644]
tests/rustdoc-gui/toggled-open-implementations.goml [new file with mode: 0644]
tests/rustdoc-gui/trait-sidebar-item-order.goml [new file with mode: 0644]
tests/rustdoc-gui/type-declation-overflow.goml [new file with mode: 0644]
tests/rustdoc-gui/unsafe-fn.goml [new file with mode: 0644]
tests/rustdoc-gui/where-whitespace.goml [new file with mode: 0644]
tests/rustdoc-js-std/alias-1.js [new file with mode: 0644]
tests/rustdoc-js-std/alias-2.js [new file with mode: 0644]
tests/rustdoc-js-std/alias-3.js [new file with mode: 0644]
tests/rustdoc-js-std/alias-4.js [new file with mode: 0644]
tests/rustdoc-js-std/alias.js [new file with mode: 0644]
tests/rustdoc-js-std/asrawfd.js [new file with mode: 0644]
tests/rustdoc-js-std/basic.js [new file with mode: 0644]
tests/rustdoc-js-std/deduplication.js [new file with mode: 0644]
tests/rustdoc-js-std/enum-option.js [new file with mode: 0644]
tests/rustdoc-js-std/filter-crate.js [new file with mode: 0644]
tests/rustdoc-js-std/fn-forget.js [new file with mode: 0644]
tests/rustdoc-js-std/from_u.js [new file with mode: 0644]
tests/rustdoc-js-std/keyword.js [new file with mode: 0644]
tests/rustdoc-js-std/macro-check.js [new file with mode: 0644]
tests/rustdoc-js-std/macro-print.js [new file with mode: 0644]
tests/rustdoc-js-std/never.js [new file with mode: 0644]
tests/rustdoc-js-std/parser-errors.js [new file with mode: 0644]
tests/rustdoc-js-std/parser-filter.js [new file with mode: 0644]
tests/rustdoc-js-std/parser-generics.js [new file with mode: 0644]
tests/rustdoc-js-std/parser-ident.js [new file with mode: 0644]
tests/rustdoc-js-std/parser-literal.js [new file with mode: 0644]
tests/rustdoc-js-std/parser-paths.js [new file with mode: 0644]
tests/rustdoc-js-std/parser-quote.js [new file with mode: 0644]
tests/rustdoc-js-std/parser-returned.js [new file with mode: 0644]
tests/rustdoc-js-std/parser-separators.js [new file with mode: 0644]
tests/rustdoc-js-std/parser-weird-queries.js [new file with mode: 0644]
tests/rustdoc-js-std/path-ordering.js [new file with mode: 0644]
tests/rustdoc-js-std/primitive.js [new file with mode: 0644]
tests/rustdoc-js-std/quoted.js [new file with mode: 0644]
tests/rustdoc-js-std/reference-shrink.js [new file with mode: 0644]
tests/rustdoc-js-std/regex.js [new file with mode: 0644]
tests/rustdoc-js-std/return-specific-literal.js [new file with mode: 0644]
tests/rustdoc-js-std/return-specific.js [new file with mode: 0644]
tests/rustdoc-js-std/should-fail.js [new file with mode: 0644]
tests/rustdoc-js-std/string-from_ut.js [new file with mode: 0644]
tests/rustdoc-js-std/struct-vec.js [new file with mode: 0644]
tests/rustdoc-js-std/typed-query.js [new file with mode: 0644]
tests/rustdoc-js-std/vec-new.js [new file with mode: 0644]
tests/rustdoc-js/basic.js [new file with mode: 0644]
tests/rustdoc-js/basic.rs [new file with mode: 0644]
tests/rustdoc-js/doc-alias-filter-out.js [new file with mode: 0644]
tests/rustdoc-js/doc-alias-filter-out.rs [new file with mode: 0644]
tests/rustdoc-js/doc-alias-filter.js [new file with mode: 0644]
tests/rustdoc-js/doc-alias-filter.rs [new file with mode: 0644]
tests/rustdoc-js/doc-alias-whitespace.js [new file with mode: 0644]
tests/rustdoc-js/doc-alias-whitespace.rs [new file with mode: 0644]
tests/rustdoc-js/doc-alias.js [new file with mode: 0644]
tests/rustdoc-js/doc-alias.rs [new file with mode: 0644]
tests/rustdoc-js/exact-match.js [new file with mode: 0644]
tests/rustdoc-js/exact-match.rs [new file with mode: 0644]
tests/rustdoc-js/foreign-type-path.js [new file with mode: 0644]
tests/rustdoc-js/foreign-type-path.rs [new file with mode: 0644]
tests/rustdoc-js/generics-impl.js [new file with mode: 0644]
tests/rustdoc-js/generics-impl.rs [new file with mode: 0644]
tests/rustdoc-js/generics-multi-trait.js [new file with mode: 0644]
tests/rustdoc-js/generics-multi-trait.rs [new file with mode: 0644]
tests/rustdoc-js/generics-trait.js [new file with mode: 0644]
tests/rustdoc-js/generics-trait.rs [new file with mode: 0644]
tests/rustdoc-js/generics.js [new file with mode: 0644]
tests/rustdoc-js/generics.rs [new file with mode: 0644]
tests/rustdoc-js/impl-trait.js [new file with mode: 0644]
tests/rustdoc-js/impl-trait.rs [new file with mode: 0644]
tests/rustdoc-js/macro-search.js [new file with mode: 0644]
tests/rustdoc-js/macro-search.rs [new file with mode: 0644]
tests/rustdoc-js/module-substring.js [new file with mode: 0644]
tests/rustdoc-js/module-substring.rs [new file with mode: 0644]
tests/rustdoc-js/path-ordering.js [new file with mode: 0644]
tests/rustdoc-js/path-ordering.rs [new file with mode: 0644]
tests/rustdoc-js/primitive.js [new file with mode: 0644]
tests/rustdoc-js/primitive.rs [new file with mode: 0644]
tests/rustdoc-js/prototype.js [new file with mode: 0644]
tests/rustdoc-js/prototype.rs [new file with mode: 0644]
tests/rustdoc-js/raw-pointer.js [new file with mode: 0644]
tests/rustdoc-js/raw-pointer.rs [new file with mode: 0644]
tests/rustdoc-js/reexport.js [new file with mode: 0644]
tests/rustdoc-js/reexport.rs [new file with mode: 0644]
tests/rustdoc-js/search-short-types.js [new file with mode: 0644]
tests/rustdoc-js/search-short-types.rs [new file with mode: 0644]
tests/rustdoc-js/struct-like-variant.js [new file with mode: 0644]
tests/rustdoc-js/struct-like-variant.rs [new file with mode: 0644]
tests/rustdoc-js/substring.js [new file with mode: 0644]
tests/rustdoc-js/substring.rs [new file with mode: 0644]
tests/rustdoc-js/summaries.js [new file with mode: 0644]
tests/rustdoc-js/summaries.rs [new file with mode: 0644]
tests/rustdoc-json/assoc_items.rs [new file with mode: 0644]
tests/rustdoc-json/assoc_type.rs [new file with mode: 0644]
tests/rustdoc-json/blanket_impls.rs [new file with mode: 0644]
tests/rustdoc-json/doc_hidden_failure.rs [new file with mode: 0644]
tests/rustdoc-json/enums/auxiliary/color.rs [new file with mode: 0644]
tests/rustdoc-json/enums/discriminant/basic.rs [new file with mode: 0644]
tests/rustdoc-json/enums/discriminant/expr.rs [new file with mode: 0644]
tests/rustdoc-json/enums/discriminant/limits.rs [new file with mode: 0644]
tests/rustdoc-json/enums/discriminant/num_underscore_and_suffix.rs [new file with mode: 0644]
tests/rustdoc-json/enums/discriminant/only_some_have_discriminant.rs [new file with mode: 0644]
tests/rustdoc-json/enums/discriminant/struct.rs [new file with mode: 0644]
tests/rustdoc-json/enums/discriminant/tuple.rs [new file with mode: 0644]
tests/rustdoc-json/enums/doc_link_to_foreign_variant.rs [new file with mode: 0644]
tests/rustdoc-json/enums/field_hidden.rs [new file with mode: 0644]
tests/rustdoc-json/enums/kind.rs [new file with mode: 0644]
tests/rustdoc-json/enums/struct_field_hidden.rs [new file with mode: 0644]
tests/rustdoc-json/enums/tuple_fields_hidden.rs [new file with mode: 0644]
tests/rustdoc-json/enums/use_glob.rs [new file with mode: 0644]
tests/rustdoc-json/enums/use_variant.rs [new file with mode: 0644]
tests/rustdoc-json/enums/use_variant_foreign.rs [new file with mode: 0644]
tests/rustdoc-json/enums/variant_struct.rs [new file with mode: 0644]
tests/rustdoc-json/enums/variant_tuple_struct.rs [new file with mode: 0644]
tests/rustdoc-json/fn_pointer/abi.rs [new file with mode: 0644]
tests/rustdoc-json/fn_pointer/generics.rs [new file with mode: 0644]
tests/rustdoc-json/fn_pointer/qualifiers.rs [new file with mode: 0644]
tests/rustdoc-json/fns/abi.rs [new file with mode: 0644]
tests/rustdoc-json/fns/async_return.rs [new file with mode: 0644]
tests/rustdoc-json/fns/generic_args.rs [new file with mode: 0644]
tests/rustdoc-json/fns/generic_returns.rs [new file with mode: 0644]
tests/rustdoc-json/fns/generics.rs [new file with mode: 0644]
tests/rustdoc-json/fns/pattern_arg.rs [new file with mode: 0644]
tests/rustdoc-json/fns/qualifiers.rs [new file with mode: 0644]
tests/rustdoc-json/fns/return_type_alias.rs [new file with mode: 0644]
tests/rustdoc-json/generic-associated-types/gats.rs [new file with mode: 0644]
tests/rustdoc-json/generic_impl.rs [new file with mode: 0644]
tests/rustdoc-json/glob_import.rs [new file with mode: 0644]
tests/rustdoc-json/impls/auto.rs [new file with mode: 0644]
tests/rustdoc-json/impls/auxiliary/foreign_struct.rs [new file with mode: 0644]
tests/rustdoc-json/impls/auxiliary/foreign_trait.rs [new file with mode: 0644]
tests/rustdoc-json/impls/blanket_with_local.rs [new file with mode: 0644]
tests/rustdoc-json/impls/foreign_for_local.rs [new file with mode: 0644]
tests/rustdoc-json/impls/import_from_private.rs [new file with mode: 0644]
tests/rustdoc-json/impls/local_for_foreign.rs [new file with mode: 0644]
tests/rustdoc-json/impls/local_for_local.rs [new file with mode: 0644]
tests/rustdoc-json/impls/local_for_local_primitive.rs [new file with mode: 0644]
tests/rustdoc-json/impls/local_for_primitive.rs [new file with mode: 0644]
tests/rustdoc-json/intra-doc-links/auxiliary/enum_variant_in_trait_method.rs [new file with mode: 0644]
tests/rustdoc-json/intra-doc-links/foreign_variant.rs [new file with mode: 0644]
tests/rustdoc-json/intra-doc-links/non_page.rs [new file with mode: 0644]
tests/rustdoc-json/intra-doc-links/user_written.rs [new file with mode: 0644]
tests/rustdoc-json/keyword.rs [new file with mode: 0644]
tests/rustdoc-json/lifetime/longest.rs [new file with mode: 0644]
tests/rustdoc-json/lifetime/outlives.rs [new file with mode: 0644]
tests/rustdoc-json/methods/abi.rs [new file with mode: 0644]
tests/rustdoc-json/methods/qualifiers.rs [new file with mode: 0644]
tests/rustdoc-json/nested.rs [new file with mode: 0644]
tests/rustdoc-json/output_generics.rs [new file with mode: 0644]
tests/rustdoc-json/primitives/local_primitive.rs [new file with mode: 0644]
tests/rustdoc-json/primitives/primitive_impls.rs [new file with mode: 0644]
tests/rustdoc-json/primitives/primitive_overloading.rs [new file with mode: 0644]
tests/rustdoc-json/primitives/primitive_type.rs [new file with mode: 0644]
tests/rustdoc-json/primitives/use_primitive.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/auxiliary/pub-struct.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/auxiliary/trait_with_docs.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/export_extern_crate_as_self.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/glob_collision.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/glob_empty_mod.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/glob_extern.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/glob_private.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/in_root_and_mod.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/in_root_and_mod_pub.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/macro.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/mod_not_included.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/private_twice_one_inline.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/private_two_names.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/pub_use_doc_hidden.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/reexport_method_from_private_module.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/rename_private.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/rename_public.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/same_name_different_types.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/same_type_reexported_more_than_once.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/simple_private.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/simple_public.rs [new file with mode: 0644]
tests/rustdoc-json/reexport/synthesize_trait_with_docs.rs [new file with mode: 0644]
tests/rustdoc-json/return_private.rs [new file with mode: 0644]
tests/rustdoc-json/stripped_modules.rs [new file with mode: 0644]
tests/rustdoc-json/structs/plain_all_pub.rs [new file with mode: 0644]
tests/rustdoc-json/structs/plain_doc_hidden.rs [new file with mode: 0644]
tests/rustdoc-json/structs/plain_empty.rs [new file with mode: 0644]
tests/rustdoc-json/structs/plain_pub_priv.rs [new file with mode: 0644]
tests/rustdoc-json/structs/tuple.rs [new file with mode: 0644]
tests/rustdoc-json/structs/tuple_empty.rs [new file with mode: 0644]
tests/rustdoc-json/structs/tuple_pub_priv.rs [new file with mode: 0644]
tests/rustdoc-json/structs/unit.rs [new file with mode: 0644]
tests/rustdoc-json/structs/with_generics.rs [new file with mode: 0644]
tests/rustdoc-json/structs/with_primitives.rs [new file with mode: 0644]
tests/rustdoc-json/traits/has_body.rs [new file with mode: 0644]
tests/rustdoc-json/traits/implementors.rs [new file with mode: 0644]
tests/rustdoc-json/traits/supertrait.rs [new file with mode: 0644]
tests/rustdoc-json/traits/trait_alias.rs [new file with mode: 0644]
tests/rustdoc-json/traits/uses_extern_trait.rs [new file with mode: 0644]
tests/rustdoc-json/type/dyn.rs [new file with mode: 0644]
tests/rustdoc-json/type/extern.rs [new file with mode: 0644]
tests/rustdoc-json/type/fn_lifetime.rs [new file with mode: 0644]
tests/rustdoc-json/type/generic_default.rs [new file with mode: 0644]
tests/rustdoc-json/type/hrtb.rs [new file with mode: 0644]
tests/rustdoc-json/unions/impl.rs [new file with mode: 0644]
tests/rustdoc-json/unions/union.rs [new file with mode: 0644]
tests/rustdoc-ui/ambiguous-inherent-assoc-ty.rs [new file with mode: 0644]
tests/rustdoc-ui/assoc-item-not-in-scope.rs [new file with mode: 0644]
tests/rustdoc-ui/assoc-item-not-in-scope.stderr [new file with mode: 0644]
tests/rustdoc-ui/auxiliary/empty-fn.rs [new file with mode: 0644]
tests/rustdoc-ui/auxiliary/extern_macros.rs [new file with mode: 0644]
tests/rustdoc-ui/auxiliary/issue-61592.rs [new file with mode: 0644]
tests/rustdoc-ui/auxiliary/module_macro_doc.rs [new file with mode: 0644]
tests/rustdoc-ui/auxiliary/overflow.rs [new file with mode: 0644]
tests/rustdoc-ui/auxiliary/panic-handler.rs [new file with mode: 0644]
tests/rustdoc-ui/auxiliary/panic-item.rs [new file with mode: 0644]
tests/rustdoc-ui/bare-urls.fixed [new file with mode: 0644]
tests/rustdoc-ui/bare-urls.rs [new file with mode: 0644]
tests/rustdoc-ui/bare-urls.stderr [new file with mode: 0644]
tests/rustdoc-ui/block-doc-comment.rs [new file with mode: 0644]
tests/rustdoc-ui/block-doc-comment.stdout [new file with mode: 0644]
tests/rustdoc-ui/bounded-hr-lifetime.rs [new file with mode: 0644]
tests/rustdoc-ui/bounded-hr-lifetime.stderr [new file with mode: 0644]
tests/rustdoc-ui/c-help.rs [new file with mode: 0644]
tests/rustdoc-ui/c-help.stdout [new file with mode: 0644]
tests/rustdoc-ui/cfg-test.rs [new file with mode: 0644]
tests/rustdoc-ui/cfg-test.stdout [new file with mode: 0644]
tests/rustdoc-ui/check-attr-test.rs [new file with mode: 0644]
tests/rustdoc-ui/check-attr-test.stderr [new file with mode: 0644]
tests/rustdoc-ui/check-attr.rs [new file with mode: 0644]
tests/rustdoc-ui/check-attr.stderr [new file with mode: 0644]
tests/rustdoc-ui/check-cfg-test.rs [new file with mode: 0644]
tests/rustdoc-ui/check-cfg-test.stderr [new file with mode: 0644]
tests/rustdoc-ui/check-cfg-test.stdout [new file with mode: 0644]
tests/rustdoc-ui/check-cfg-unstable.rs [new file with mode: 0644]
tests/rustdoc-ui/check-cfg-unstable.stderr [new file with mode: 0644]
tests/rustdoc-ui/check-cfg.rs [new file with mode: 0644]
tests/rustdoc-ui/check-cfg.stderr [new file with mode: 0644]
tests/rustdoc-ui/check-doc-alias-attr-location.rs [new file with mode: 0644]
tests/rustdoc-ui/check-doc-alias-attr-location.stderr [new file with mode: 0644]
tests/rustdoc-ui/check-doc-alias-attr.rs [new file with mode: 0644]
tests/rustdoc-ui/check-doc-alias-attr.stderr [new file with mode: 0644]
tests/rustdoc-ui/check-fail.rs [new file with mode: 0644]
tests/rustdoc-ui/check-fail.stderr [new file with mode: 0644]
tests/rustdoc-ui/check.rs [new file with mode: 0644]
tests/rustdoc-ui/check.stderr [new file with mode: 0644]
tests/rustdoc-ui/commandline-argfile-badutf8.args [new file with mode: 0644]
tests/rustdoc-ui/commandline-argfile-badutf8.rs [new file with mode: 0644]
tests/rustdoc-ui/commandline-argfile-badutf8.stderr [new file with mode: 0644]
tests/rustdoc-ui/commandline-argfile-missing.rs [new file with mode: 0644]
tests/rustdoc-ui/commandline-argfile-missing.stderr [new file with mode: 0644]
tests/rustdoc-ui/commandline-argfile.args [new file with mode: 0644]
tests/rustdoc-ui/commandline-argfile.rs [new file with mode: 0644]
tests/rustdoc-ui/const-evalutation-ice.rs [new file with mode: 0644]
tests/rustdoc-ui/const-evalutation-ice.stderr [new file with mode: 0644]
tests/rustdoc-ui/coverage/allow_missing_docs.rs [new file with mode: 0644]
tests/rustdoc-ui/coverage/allow_missing_docs.stderr [new file with mode: 0644]
tests/rustdoc-ui/coverage/allow_missing_docs.stdout [new file with mode: 0644]
tests/rustdoc-ui/coverage/basic.rs [new file with mode: 0644]
tests/rustdoc-ui/coverage/basic.stdout [new file with mode: 0644]
tests/rustdoc-ui/coverage/doc-examples-json.rs [new file with mode: 0644]
tests/rustdoc-ui/coverage/doc-examples-json.stdout [new file with mode: 0644]
tests/rustdoc-ui/coverage/doc-examples.rs [new file with mode: 0644]
tests/rustdoc-ui/coverage/doc-examples.stdout [new file with mode: 0644]
tests/rustdoc-ui/coverage/empty.rs [new file with mode: 0644]
tests/rustdoc-ui/coverage/empty.stdout [new file with mode: 0644]
tests/rustdoc-ui/coverage/enum-tuple-documented.rs [new file with mode: 0644]
tests/rustdoc-ui/coverage/enum-tuple-documented.stdout [new file with mode: 0644]
tests/rustdoc-ui/coverage/enum-tuple.rs [new file with mode: 0644]
tests/rustdoc-ui/coverage/enum-tuple.stdout [new file with mode: 0644]
tests/rustdoc-ui/coverage/enums.rs [new file with mode: 0644]
tests/rustdoc-ui/coverage/enums.stdout [new file with mode: 0644]
tests/rustdoc-ui/coverage/exotic.rs [new file with mode: 0644]
tests/rustdoc-ui/coverage/exotic.stdout [new file with mode: 0644]
tests/rustdoc-ui/coverage/html.rs [new file with mode: 0644]
tests/rustdoc-ui/coverage/html.stderr [new file with mode: 0644]
tests/rustdoc-ui/coverage/json.rs [new file with mode: 0644]
tests/rustdoc-ui/coverage/json.stdout [new file with mode: 0644]
tests/rustdoc-ui/coverage/private.rs [new file with mode: 0644]
tests/rustdoc-ui/coverage/private.stdout [new file with mode: 0644]
tests/rustdoc-ui/coverage/statics-consts.rs [new file with mode: 0644]
tests/rustdoc-ui/coverage/statics-consts.stdout [new file with mode: 0644]
tests/rustdoc-ui/coverage/traits.rs [new file with mode: 0644]
tests/rustdoc-ui/coverage/traits.stdout [new file with mode: 0644]
tests/rustdoc-ui/deny-intra-link-resolution-failure.rs [new file with mode: 0644]
tests/rustdoc-ui/deny-intra-link-resolution-failure.stderr [new file with mode: 0644]
tests/rustdoc-ui/deny-missing-docs-crate.rs [new file with mode: 0644]
tests/rustdoc-ui/deny-missing-docs-crate.stderr [new file with mode: 0644]
tests/rustdoc-ui/deny-missing-docs-macro.rs [new file with mode: 0644]
tests/rustdoc-ui/deny-missing-docs-macro.stderr [new file with mode: 0644]
tests/rustdoc-ui/deprecated-attrs.rs [new file with mode: 0644]
tests/rustdoc-ui/deprecated-attrs.stderr [new file with mode: 0644]
tests/rustdoc-ui/deref-generic.rs [new file with mode: 0644]
tests/rustdoc-ui/diagnostic-width.rs [new file with mode: 0644]
tests/rustdoc-ui/diagnostic-width.stderr [new file with mode: 0644]
tests/rustdoc-ui/display-output.rs [new file with mode: 0644]
tests/rustdoc-ui/display-output.stdout [new file with mode: 0644]
tests/rustdoc-ui/doc-alias-assoc-const.rs [new file with mode: 0644]
tests/rustdoc-ui/doc-alias-assoc-const.stderr [new file with mode: 0644]
tests/rustdoc-ui/doc-alias-crate-level.rs [new file with mode: 0644]
tests/rustdoc-ui/doc-alias-crate-level.stderr [new file with mode: 0644]
tests/rustdoc-ui/doc-alias-same-name.rs [new file with mode: 0644]
tests/rustdoc-ui/doc-alias-same-name.stderr [new file with mode: 0644]
tests/rustdoc-ui/doc-attr.rs [new file with mode: 0644]
tests/rustdoc-ui/doc-attr.stderr [new file with mode: 0644]
tests/rustdoc-ui/doc-cfg.rs [new file with mode: 0644]
tests/rustdoc-ui/doc-cfg.stderr [new file with mode: 0644]
tests/rustdoc-ui/doc-comment-multi-line-attr.rs [new file with mode: 0644]
tests/rustdoc-ui/doc-comment-multi-line-attr.stdout [new file with mode: 0644]
tests/rustdoc-ui/doc-comment-multi-line-cfg-attr.rs [new file with mode: 0644]
tests/rustdoc-ui/doc-comment-multi-line-cfg-attr.stdout [new file with mode: 0644]
tests/rustdoc-ui/doc-include-suggestion.rs [new file with mode: 0644]
tests/rustdoc-ui/doc-include-suggestion.stderr [new file with mode: 0644]
tests/rustdoc-ui/doc-spotlight.fixed [new file with mode: 0644]
tests/rustdoc-ui/doc-spotlight.rs [new file with mode: 0644]
tests/rustdoc-ui/doc-spotlight.stderr [new file with mode: 0644]
tests/rustdoc-ui/doc-test-attr-pass.rs [new file with mode: 0644]
tests/rustdoc-ui/doc-test-attr.rs [new file with mode: 0644]
tests/rustdoc-ui/doc-test-attr.stderr [new file with mode: 0644]
tests/rustdoc-ui/doc-test-doctest-feature.rs [new file with mode: 0644]
tests/rustdoc-ui/doc-test-doctest-feature.stdout [new file with mode: 0644]
tests/rustdoc-ui/doc-test-rustdoc-feature.rs [new file with mode: 0644]
tests/rustdoc-ui/doc-test-rustdoc-feature.stdout [new file with mode: 0644]
tests/rustdoc-ui/doc-without-codeblock.rs [new file with mode: 0644]
tests/rustdoc-ui/doc-without-codeblock.stderr [new file with mode: 0644]
tests/rustdoc-ui/doc_cfg_hide.rs [new file with mode: 0644]
tests/rustdoc-ui/doc_cfg_hide.stderr [new file with mode: 0644]
tests/rustdoc-ui/doctest-edition.rs [new file with mode: 0644]
tests/rustdoc-ui/doctest-edition.stderr [new file with mode: 0644]
tests/rustdoc-ui/doctest-multiline-crate-attribute.rs [new file with mode: 0644]
tests/rustdoc-ui/doctest-multiline-crate-attribute.stdout [new file with mode: 0644]
tests/rustdoc-ui/doctest-output.rs [new file with mode: 0644]
tests/rustdoc-ui/doctest-output.stdout [new file with mode: 0644]
tests/rustdoc-ui/error-in-impl-trait/README.md [new file with mode: 0644]
tests/rustdoc-ui/error-in-impl-trait/async.rs [new file with mode: 0644]
tests/rustdoc-ui/error-in-impl-trait/closure.rs [new file with mode: 0644]
tests/rustdoc-ui/error-in-impl-trait/const-generics.rs [new file with mode: 0644]
tests/rustdoc-ui/error-in-impl-trait/generic-argument.rs [new file with mode: 0644]
tests/rustdoc-ui/error-in-impl-trait/impl-keyword-closure.rs [new file with mode: 0644]
tests/rustdoc-ui/error-in-impl-trait/impl-keyword.rs [new file with mode: 0644]
tests/rustdoc-ui/error-in-impl-trait/realistic-async.rs [new file with mode: 0644]
tests/rustdoc-ui/error-in-impl-trait/trait-alias-closure.rs [new file with mode: 0644]
tests/rustdoc-ui/error-in-impl-trait/trait-alias.rs [new file with mode: 0644]
tests/rustdoc-ui/expect-tool-lint-rfc-2383.rs [new file with mode: 0644]
tests/rustdoc-ui/expect-tool-lint-rfc-2383.stderr [new file with mode: 0644]
tests/rustdoc-ui/failed-doctest-compile-fail.rs [new file with mode: 0644]
tests/rustdoc-ui/failed-doctest-compile-fail.stdout [new file with mode: 0644]
tests/rustdoc-ui/failed-doctest-extra-semicolon-on-item.rs [new file with mode: 0644]
tests/rustdoc-ui/failed-doctest-extra-semicolon-on-item.stdout [new file with mode: 0644]
tests/rustdoc-ui/failed-doctest-missing-codes.rs [new file with mode: 0644]
tests/rustdoc-ui/failed-doctest-missing-codes.stdout [new file with mode: 0644]
tests/rustdoc-ui/failed-doctest-output-windows.rs [new file with mode: 0644]
tests/rustdoc-ui/failed-doctest-output-windows.stdout [new file with mode: 0644]
tests/rustdoc-ui/failed-doctest-output.rs [new file with mode: 0644]
tests/rustdoc-ui/failed-doctest-output.stdout [new file with mode: 0644]
tests/rustdoc-ui/failed-doctest-should-panic.rs [new file with mode: 0644]
tests/rustdoc-ui/failed-doctest-should-panic.stdout [new file with mode: 0644]
tests/rustdoc-ui/feature-gate-doc_cfg_hide.rs [new file with mode: 0644]
tests/rustdoc-ui/feature-gate-doc_cfg_hide.stderr [new file with mode: 0644]
tests/rustdoc-ui/feature-gate-rustdoc_missing_doc_code_examples.rs [new file with mode: 0644]
tests/rustdoc-ui/feature-gate-rustdoc_missing_doc_code_examples.stderr [new file with mode: 0644]
tests/rustdoc-ui/generate-link-to-definition-opt-unstable.rs [new file with mode: 0644]
tests/rustdoc-ui/generate-link-to-definition-opt-unstable.stderr [new file with mode: 0644]
tests/rustdoc-ui/generate-link-to-definition-opt.rs [new file with mode: 0644]
tests/rustdoc-ui/generate-link-to-definition-opt.stderr [new file with mode: 0644]
tests/rustdoc-ui/generate-link-to-definition-opt2.rs [new file with mode: 0644]
tests/rustdoc-ui/generate-link-to-definition-opt2.stderr [new file with mode: 0644]
tests/rustdoc-ui/ignore-block-help.rs [new file with mode: 0644]
tests/rustdoc-ui/ignore-block-help.stderr [new file with mode: 0644]
tests/rustdoc-ui/impl-fn-nesting.rs [new file with mode: 0644]
tests/rustdoc-ui/impl-fn-nesting.stderr [new file with mode: 0644]
tests/rustdoc-ui/infinite-recursive-type-impl-trait-return.rs [new file with mode: 0644]
tests/rustdoc-ui/infinite-recursive-type-impl-trait-return.stderr [new file with mode: 0644]
tests/rustdoc-ui/infinite-recursive-type-impl-trait.rs [new file with mode: 0644]
tests/rustdoc-ui/infinite-recursive-type-impl-trait.stderr [new file with mode: 0644]
tests/rustdoc-ui/infinite-recursive-type.rs [new file with mode: 0644]
tests/rustdoc-ui/infinite-recursive-type.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/alias-ice.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/alias-ice.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/ambiguity.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/ambiguity.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/anchors.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/anchors.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/assoc-field.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/assoc-mod-inner-outer.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/auxiliary/assoc-field-dep.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/auxiliary/assoc-mod-inner-outer-dep.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/auxiliary/dep1.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/auxiliary/dep2.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/auxiliary/dep3.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/auxiliary/dep4.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/auxiliary/intra-doc-broken.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/auxiliary/pointer-reexports-allowed.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/auxiliary/through-proc-macro-aux.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/broken-reexport.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/crate-nonexistent.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/crate-nonexistent.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/disambiguator-mismatch.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/disambiguator-mismatch.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/double-anchor.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/double-anchor.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/email-address-localhost.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/errors.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/errors.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/extern-crate-load.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/feature-gate-intra-doc-pointers.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/feature-gate-intra-doc-pointers.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/field-ice.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/field-ice.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/global-path.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/global-path.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/html-as-generics-intra-doc.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/html-as-generics-intra-doc.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/import-inline-merge.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/incompatible-primitive-disambiguator.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/incompatible-primitive-disambiguator.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/macro-rules-error.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/macro-rules-error.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/macro-rules.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/malformed-generics.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/malformed-generics.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/non-path-primitives.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/non-path-primitives.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/pointer-reexports-allowed.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/prim-conflict.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/prim-conflict.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/private-from-crate-level.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/private-from-crate-level.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/private.private.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/private.public.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/private.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/proc-macro-doc.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/span-ice-55723.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/span-ice-55723.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/through-proc-macro.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/through-proc-macro.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/unknown-disambiguator.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/unknown-disambiguator.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/unresolved-import-recovery.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/unresolved-import-recovery.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/unused-extern-crate.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/unused-extern-crate.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/warning-crlf.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/warning-crlf.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/warning.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/warning.stderr [new file with mode: 0644]
tests/rustdoc-ui/invalid-cfg.rs [new file with mode: 0644]
tests/rustdoc-ui/invalid-cfg.stderr [new file with mode: 0644]
tests/rustdoc-ui/invalid-doc-attr.rs [new file with mode: 0644]
tests/rustdoc-ui/invalid-doc-attr.stderr [new file with mode: 0644]
tests/rustdoc-ui/invalid-html-self-closing-tag.rs [new file with mode: 0644]
tests/rustdoc-ui/invalid-html-self-closing-tag.stderr [new file with mode: 0644]
tests/rustdoc-ui/invalid-html-tags.rs [new file with mode: 0644]
tests/rustdoc-ui/invalid-html-tags.stderr [new file with mode: 0644]
tests/rustdoc-ui/invalid-keyword.rs [new file with mode: 0644]
tests/rustdoc-ui/invalid-keyword.stderr [new file with mode: 0644]
tests/rustdoc-ui/invalid-syntax.rs [new file with mode: 0644]
tests/rustdoc-ui/invalid-syntax.stderr [new file with mode: 0644]
tests/rustdoc-ui/invalid-theme-name.rs [new file with mode: 0644]
tests/rustdoc-ui/invalid-theme-name.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-101076.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-102986.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-102986.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-103997.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-103997.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-105334.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-105334.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-105737.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-105737.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-105742.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-105742.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-106213.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-106213.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-106226.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-106226.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-107918.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-58473-2.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-58473.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-61592-2.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-61592-2.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-61592.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-61592.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-61732.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-61732.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-74134.private.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-74134.public.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-74134.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-79465.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-79465.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-79467.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-79467.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-79494.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-79494.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-80992.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-80992.stdout [new file with mode: 0644]
tests/rustdoc-ui/issue-81662-shortness.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-81662-shortness.stdout [new file with mode: 0644]
tests/rustdoc-ui/issue-83883-describe-lints.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-83883-describe-lints.stdout [new file with mode: 0644]
tests/rustdoc-ui/issue-91134.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-91134.stdout [new file with mode: 0644]
tests/rustdoc-ui/issue-91713.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-91713.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-91713.stdout [new file with mode: 0644]
tests/rustdoc-ui/issue-96287.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-96287.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-98690.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-98690.stderr [new file with mode: 0644]
tests/rustdoc-ui/lint-group.rs [new file with mode: 0644]
tests/rustdoc-ui/lint-group.stderr [new file with mode: 0644]
tests/rustdoc-ui/lint-missing-doc-code-example.rs [new file with mode: 0644]
tests/rustdoc-ui/lint-missing-doc-code-example.stderr [new file with mode: 0644]
tests/rustdoc-ui/macro-docs.rs [new file with mode: 0644]
tests/rustdoc-ui/macro-docs.stderr [new file with mode: 0644]
tests/rustdoc-ui/macro-docs.stdout [new file with mode: 0644]
tests/rustdoc-ui/no-crate-level-doc-lint.rs [new file with mode: 0644]
tests/rustdoc-ui/no-crate-level-doc-lint.stderr [new file with mode: 0644]
tests/rustdoc-ui/no-run-flag-error.rs [new file with mode: 0644]
tests/rustdoc-ui/no-run-flag-error.stderr [new file with mode: 0644]
tests/rustdoc-ui/no-run-flag.rs [new file with mode: 0644]
tests/rustdoc-ui/no-run-flag.stdout [new file with mode: 0644]
tests/rustdoc-ui/nocapture-fail.rs [new file with mode: 0644]
tests/rustdoc-ui/nocapture-fail.stderr [new file with mode: 0644]
tests/rustdoc-ui/nocapture-fail.stdout [new file with mode: 0644]
tests/rustdoc-ui/nocapture.rs [new file with mode: 0644]
tests/rustdoc-ui/nocapture.stderr [new file with mode: 0644]
tests/rustdoc-ui/nocapture.stdout [new file with mode: 0644]
tests/rustdoc-ui/normalize-cycle.rs [new file with mode: 0644]
tests/rustdoc-ui/normalize-overflow.rs [new file with mode: 0644]
tests/rustdoc-ui/output-format-html-stable.rs [new file with mode: 0644]
tests/rustdoc-ui/private-doc-test.rs [new file with mode: 0644]
tests/rustdoc-ui/private-item-doc-test.rs [new file with mode: 0644]
tests/rustdoc-ui/private-item-doc-test.stderr [new file with mode: 0644]
tests/rustdoc-ui/private-public-item-doc-test.rs [new file with mode: 0644]
tests/rustdoc-ui/private-public-item-doc-test.stderr [new file with mode: 0644]
tests/rustdoc-ui/proc_macro_bug.rs [new file with mode: 0644]
tests/rustdoc-ui/proc_macro_bug.stderr [new file with mode: 0644]
tests/rustdoc-ui/pub-export-lint.rs [new file with mode: 0644]
tests/rustdoc-ui/pub-export-lint.stderr [new file with mode: 0644]
tests/rustdoc-ui/public-reexported-item-doc-test.rs [new file with mode: 0644]
tests/rustdoc-ui/range-pattern.rs [new file with mode: 0644]
tests/rustdoc-ui/recursive-deref-ice.rs [new file with mode: 0644]
tests/rustdoc-ui/reference-link-reports-error-once.rs [new file with mode: 0644]
tests/rustdoc-ui/reference-link-reports-error-once.stderr [new file with mode: 0644]
tests/rustdoc-ui/reference-links.rs [new file with mode: 0644]
tests/rustdoc-ui/reference-links.stderr [new file with mode: 0644]
tests/rustdoc-ui/renamed-lint-still-applies.rs [new file with mode: 0644]
tests/rustdoc-ui/renamed-lint-still-applies.stderr [new file with mode: 0644]
tests/rustdoc-ui/run-directory.correct.stdout [new file with mode: 0644]
tests/rustdoc-ui/run-directory.incorrect.stdout [new file with mode: 0644]
tests/rustdoc-ui/run-directory.rs [new file with mode: 0644]
tests/rustdoc-ui/rustc-check-passes.rs [new file with mode: 0644]
tests/rustdoc-ui/rustc-check-passes.stderr [new file with mode: 0644]
tests/rustdoc-ui/rustdoc-all-only-stable-lints.rs [new file with mode: 0644]
tests/rustdoc-ui/scrape-examples-fail-if-type-error.rs [new file with mode: 0644]
tests/rustdoc-ui/scrape-examples-fail-if-type-error.stderr [new file with mode: 0644]
tests/rustdoc-ui/scrape-examples-ice.rs [new file with mode: 0644]
tests/rustdoc-ui/scrape-examples-wrong-options-1.rs [new file with mode: 0644]
tests/rustdoc-ui/scrape-examples-wrong-options-1.stderr [new file with mode: 0644]
tests/rustdoc-ui/scrape-examples-wrong-options-2.rs [new file with mode: 0644]
tests/rustdoc-ui/scrape-examples-wrong-options-2.stderr [new file with mode: 0644]
tests/rustdoc-ui/search-index-generics-recursion-bug-issue-59502.rs [new file with mode: 0644]
tests/rustdoc-ui/suggestions/html-as-generics-no-suggestions.rs [new file with mode: 0644]
tests/rustdoc-ui/suggestions/html-as-generics-no-suggestions.stderr [new file with mode: 0644]
tests/rustdoc-ui/suggestions/html-as-generics.fixed [new file with mode: 0644]
tests/rustdoc-ui/suggestions/html-as-generics.rs [new file with mode: 0644]
tests/rustdoc-ui/suggestions/html-as-generics.stderr [new file with mode: 0644]
tests/rustdoc-ui/test-compile-fail1.rs [new file with mode: 0644]
tests/rustdoc-ui/test-compile-fail1.stderr [new file with mode: 0644]
tests/rustdoc-ui/test-compile-fail2.rs [new file with mode: 0644]
tests/rustdoc-ui/test-compile-fail2.stderr [new file with mode: 0644]
tests/rustdoc-ui/test-compile-fail3.rs [new file with mode: 0644]
tests/rustdoc-ui/test-compile-fail3.stderr [new file with mode: 0644]
tests/rustdoc-ui/test-no_std.rs [new file with mode: 0644]
tests/rustdoc-ui/test-no_std.stdout [new file with mode: 0644]
tests/rustdoc-ui/test-type.rs [new file with mode: 0644]
tests/rustdoc-ui/test-type.stdout [new file with mode: 0644]
tests/rustdoc-ui/track-diagnostics.rs [new file with mode: 0644]
tests/rustdoc-ui/track-diagnostics.stderr [new file with mode: 0644]
tests/rustdoc-ui/tuple-variadic-check.rs [new file with mode: 0644]
tests/rustdoc-ui/tuple-variadic-check.stderr [new file with mode: 0644]
tests/rustdoc-ui/unable-fulfill-trait.rs [new file with mode: 0644]
tests/rustdoc-ui/unable-fulfill-trait.stderr [new file with mode: 0644]
tests/rustdoc-ui/unknown-renamed-lints.rs [new file with mode: 0644]
tests/rustdoc-ui/unknown-renamed-lints.stderr [new file with mode: 0644]
tests/rustdoc-ui/unparseable-doc-test.rs [new file with mode: 0644]
tests/rustdoc-ui/unparseable-doc-test.stdout [new file with mode: 0644]
tests/rustdoc-ui/unused-braces-lint.rs [new file with mode: 0644]
tests/rustdoc-ui/unused-extern-crate.rs [new file with mode: 0644]
tests/rustdoc-ui/unused.rs [new file with mode: 0644]
tests/rustdoc-ui/use_both_out_dir_and_output_options.rs [new file with mode: 0644]
tests/rustdoc-ui/use_both_out_dir_and_output_options.stderr [new file with mode: 0644]
tests/rustdoc-ui/wasm-safe.rs [new file with mode: 0644]
tests/rustdoc-ui/z-help.rs [new file with mode: 0644]
tests/rustdoc-ui/z-help.stdout [new file with mode: 0644]
tests/rustdoc/all.rs [new file with mode: 0644]
tests/rustdoc/anchors.no_const_anchor.html [new file with mode: 0644]
tests/rustdoc/anchors.no_const_anchor2.html [new file with mode: 0644]
tests/rustdoc/anchors.no_method_anchor.html [new file with mode: 0644]
tests/rustdoc/anchors.no_trait_method_anchor.html [new file with mode: 0644]
tests/rustdoc/anchors.no_tymethod_anchor.html [new file with mode: 0644]
tests/rustdoc/anchors.no_type_anchor.html [new file with mode: 0644]
tests/rustdoc/anchors.no_type_anchor2.html [new file with mode: 0644]
tests/rustdoc/anchors.rs [new file with mode: 0644]
tests/rustdoc/anonymous-lifetime.rs [new file with mode: 0644]
tests/rustdoc/anonymous-reexport.rs [new file with mode: 0644]
tests/rustdoc/array-links.link_box_generic.html [new file with mode: 0644]
tests/rustdoc/array-links.link_box_u32.html [new file with mode: 0644]
tests/rustdoc/array-links.link_slice_generic.html [new file with mode: 0644]
tests/rustdoc/array-links.link_slice_u32.html [new file with mode: 0644]
tests/rustdoc/array-links.rs [new file with mode: 0644]
tests/rustdoc/asm-foreign.rs [new file with mode: 0644]
tests/rustdoc/asm-foreign2.rs [new file with mode: 0644]
tests/rustdoc/assoc-consts-version.rs [new file with mode: 0644]
tests/rustdoc/assoc-consts.rs [new file with mode: 0644]
tests/rustdoc/assoc-item-cast.rs [new file with mode: 0644]
tests/rustdoc/assoc-types.rs [new file with mode: 0644]
tests/rustdoc/associated-consts.rs [new file with mode: 0644]
tests/rustdoc/async-fn-opaque-item.rs [new file with mode: 0644]
tests/rustdoc/async-fn.rs [new file with mode: 0644]
tests/rustdoc/async-move-doctest.rs [new file with mode: 0644]
tests/rustdoc/async-trait-sig.rs [new file with mode: 0644]
tests/rustdoc/async-trait.rs [new file with mode: 0644]
tests/rustdoc/attribute-rendering.rs [new file with mode: 0644]
tests/rustdoc/attributes.rs [new file with mode: 0644]
tests/rustdoc/auto-impl-for-trait.rs [new file with mode: 0644]
tests/rustdoc/auto-impl-primitive.rs [new file with mode: 0644]
tests/rustdoc/auto-trait-not-send.rs [new file with mode: 0644]
tests/rustdoc/auto-traits.rs [new file with mode: 0644]
tests/rustdoc/auto_aliases.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/all-item-types.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/async-trait-dep.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/auto-traits.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/cross-crate-hidden-assoc-trait-items.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/cross-crate-hidden-impl-parameter.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/elided-lifetime.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/empty.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/enum-primitive.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/extern-impl-trait.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/extern-links.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/external-cross-doc.md [new file with mode: 0644]
tests/rustdoc/auxiliary/external-cross.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/external-doc.md [new file with mode: 0644]
tests/rustdoc/auxiliary/external-macro-src.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/html_root.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/incoherent-impl-types.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/inline-default-methods.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-100204-aux.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-13698.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-15318.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-17476.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-19190-3.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-20646.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-20727.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-21092.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-21801.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-22025.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-23207-1.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-23207-2.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-26606-macro.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-27362-aux.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-28927-1.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-28927-2.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-29584.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-30109-1.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-34274.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-36031.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-40936.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-46727.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-48414.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-53689.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-57180.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-61592.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-73061.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-85454.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-86620-1.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-98697-reexport-with-anonymous-lifetime.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-99221-aux.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-99734-aux.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/macro_pub_in_module.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/masked.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/mod-stackoverflow.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/no_html_root.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/normalize-assoc-item.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/primitive-doc.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/primitive-reexport.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/pub-extern-crate.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/pub-use-extern-macros.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/real_gimli.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/realcore.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/reexp-stripped.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/reexport-check.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/reexport-doc-aux.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/reexports.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/rustdoc-default-impl.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/rustdoc-extern-default-method.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/rustdoc-extern-method.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/rustdoc-ffi.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/rustdoc-impl-parts-crosscrate.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/source-code-bar.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/source_code.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/src-links-external.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/trait-alias-mention.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/trait-visibility.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/unit-return.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/unstable-trait.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/variant-struct.rs [new file with mode: 0644]
tests/rustdoc/bad-codeblock-syntax.rs [new file with mode: 0644]
tests/rustdoc/blanket-reexport-item.rs [new file with mode: 0644]
tests/rustdoc/bounds-in-multiple-parts.rs [new file with mode: 0644]
tests/rustdoc/cap-lints.rs [new file with mode: 0644]
tests/rustdoc/cfg-doctest.rs [new file with mode: 0644]
tests/rustdoc/cfg_doc_reexport.rs [new file with mode: 0644]
tests/rustdoc/check-source-code-urls-to-def-std.rs [new file with mode: 0644]
tests/rustdoc/check-source-code-urls-to-def.rs [new file with mode: 0644]
tests/rustdoc/check-styled-link.rs [new file with mode: 0644]
tests/rustdoc/check.rs [new file with mode: 0644]
tests/rustdoc/codeblock-title.rs [new file with mode: 0644]
tests/rustdoc/comment-in-doctest.rs [new file with mode: 0644]
tests/rustdoc/const-display.rs [new file with mode: 0644]
tests/rustdoc/const-doc.rs [new file with mode: 0644]
tests/rustdoc/const-fn.rs [new file with mode: 0644]
tests/rustdoc/const-generics/add-impl.rs [new file with mode: 0644]
tests/rustdoc/const-generics/auxiliary/extern_crate.rs [new file with mode: 0644]
tests/rustdoc/const-generics/const-generic-defaults.rs [new file with mode: 0644]
tests/rustdoc/const-generics/const-generic-slice.rs [new file with mode: 0644]
tests/rustdoc/const-generics/const-generics-docs.rs [new file with mode: 0644]
tests/rustdoc/const-generics/const-impl.rs [new file with mode: 0644]
tests/rustdoc/const-generics/generic_const_exprs.rs [new file with mode: 0644]
tests/rustdoc/const-generics/lazy_normalization_consts/const-equate-pred.rs [new file with mode: 0644]
tests/rustdoc/const-generics/type-alias.rs [new file with mode: 0644]
tests/rustdoc/const-intrinsic.rs [new file with mode: 0644]
tests/rustdoc/const-underscore.rs [new file with mode: 0644]
tests/rustdoc/const-value-display.rs [new file with mode: 0644]
tests/rustdoc/const.rs [new file with mode: 0644]
tests/rustdoc/constructor-imports.rs [new file with mode: 0644]
tests/rustdoc/crate-version-escape.rs [new file with mode: 0644]
tests/rustdoc/crate-version.rs [new file with mode: 0644]
tests/rustdoc/cross-crate-hidden-assoc-trait-items.rs [new file with mode: 0644]
tests/rustdoc/cross-crate-hidden-impl-parameter.rs [new file with mode: 0644]
tests/rustdoc/cross-crate-links.rs [new file with mode: 0644]
tests/rustdoc/cross-crate-primitive-doc.rs [new file with mode: 0644]
tests/rustdoc/decl-trailing-whitespace.declaration.html [new file with mode: 0644]
tests/rustdoc/decl-trailing-whitespace.rs [new file with mode: 0644]
tests/rustdoc/decl_macro.rs [new file with mode: 0644]
tests/rustdoc/decl_macro_priv.rs [new file with mode: 0644]
tests/rustdoc/deep-structures.rs [new file with mode: 0644]
tests/rustdoc/default-impl.rs [new file with mode: 0644]
tests/rustdoc/default-theme.rs [new file with mode: 0644]
tests/rustdoc/default-trait-method-link.rs [new file with mode: 0644]
tests/rustdoc/default-trait-method.rs [new file with mode: 0644]
tests/rustdoc/deprecated-future-staged-api.rs [new file with mode: 0644]
tests/rustdoc/deprecated-future.rs [new file with mode: 0644]
tests/rustdoc/deprecated-impls.rs [new file with mode: 0644]
tests/rustdoc/deprecated.rs [new file with mode: 0644]
tests/rustdoc/deref-const-fn.rs [new file with mode: 0644]
tests/rustdoc/deref-mut-methods.rs [new file with mode: 0644]
tests/rustdoc/deref-recursive-pathbuf.rs [new file with mode: 0644]
tests/rustdoc/deref-recursive.rs [new file with mode: 0644]
tests/rustdoc/deref-slice-core.rs [new file with mode: 0644]
tests/rustdoc/deref-to-primitive.rs [new file with mode: 0644]
tests/rustdoc/deref-typedef.rs [new file with mode: 0644]
tests/rustdoc/description.rs [new file with mode: 0644]
tests/rustdoc/description_default.rs [new file with mode: 0644]
tests/rustdoc/doc-assoc-item.rs [new file with mode: 0644]
tests/rustdoc/doc-auto-cfg.rs [new file with mode: 0644]
tests/rustdoc/doc-cfg-hide.rs [new file with mode: 0644]
tests/rustdoc/doc-cfg-implicit-gate.rs [new file with mode: 0644]
tests/rustdoc/doc-cfg-implicit.rs [new file with mode: 0644]
tests/rustdoc/doc-cfg-simplification.rs [new file with mode: 0644]
tests/rustdoc/doc-cfg-target-feature.rs [new file with mode: 0644]
tests/rustdoc/doc-cfg-traits.rs [new file with mode: 0644]
tests/rustdoc/doc-cfg.rs [new file with mode: 0644]
tests/rustdoc/doc-notable_trait-mut_t_is_not_an_iterator.rs [new file with mode: 0644]
tests/rustdoc/doc-notable_trait-mut_t_is_not_ref_t.rs [new file with mode: 0644]
tests/rustdoc/doc-notable_trait-slice.bare_fn_matches.html [new file with mode: 0644]
tests/rustdoc/doc-notable_trait-slice.rs [new file with mode: 0644]
tests/rustdoc/doc-notable_trait.bare-fn.html [new file with mode: 0644]
tests/rustdoc/doc-notable_trait.rs [new file with mode: 0644]
tests/rustdoc/doc-notable_trait.some-struct-new.html [new file with mode: 0644]
tests/rustdoc/doc-notable_trait.wrap-me.html [new file with mode: 0644]
tests/rustdoc/doc-notable_trait_box_is_not_an_iterator.rs [new file with mode: 0644]
tests/rustdoc/doc-proc-macro.rs [new file with mode: 0644]
tests/rustdoc/doc_auto_cfg_nested_impl.rs [new file with mode: 0644]
tests/rustdoc/doctest-manual-crate-name.rs [new file with mode: 0644]
tests/rustdoc/document-item-with-associated-const-in-where-clause.rs [new file with mode: 0644]
tests/rustdoc/double-quote-escape.rs [new file with mode: 0644]
tests/rustdoc/duplicate-cfg.rs [new file with mode: 0644]
tests/rustdoc/duplicate-flags.rs [new file with mode: 0644]
tests/rustdoc/duplicate_impls/impls.rs [new file with mode: 0644]
tests/rustdoc/duplicate_impls/issue-33054.rs [new file with mode: 0644]
tests/rustdoc/duplicated_impl.rs [new file with mode: 0644]
tests/rustdoc/early-unindent.rs [new file with mode: 0644]
tests/rustdoc/edition-doctest.rs [new file with mode: 0644]
tests/rustdoc/edition-flag.rs [new file with mode: 0644]
tests/rustdoc/elided-lifetime.rs [new file with mode: 0644]
tests/rustdoc/empty-doc-comment.rs [new file with mode: 0644]
tests/rustdoc/empty-impl-block-private-with-doc.rs [new file with mode: 0644]
tests/rustdoc/empty-impl-block-private.rs [new file with mode: 0644]
tests/rustdoc/empty-impl-block.rs [new file with mode: 0644]
tests/rustdoc/empty-impls.rs [new file with mode: 0644]
tests/rustdoc/empty-mod-private.rs [new file with mode: 0644]
tests/rustdoc/empty-mod-public.rs [new file with mode: 0644]
tests/rustdoc/empty-section.rs [new file with mode: 0644]
tests/rustdoc/ensure-src-link.rs [new file with mode: 0644]
tests/rustdoc/enum-headings.rs [new file with mode: 0644]
tests/rustdoc/escape-deref-methods.rs [new file with mode: 0644]
tests/rustdoc/extern-default-method.no_href_on_anchor.html [new file with mode: 0644]
tests/rustdoc/extern-default-method.rs [new file with mode: 0644]
tests/rustdoc/extern-html-root-url-precedence.rs [new file with mode: 0644]
tests/rustdoc/extern-html-root-url.rs [new file with mode: 0644]
tests/rustdoc/extern-impl-trait.rs [new file with mode: 0644]
tests/rustdoc/extern-impl.rs [new file with mode: 0644]
tests/rustdoc/extern-links.rs [new file with mode: 0644]
tests/rustdoc/extern-method.rs [new file with mode: 0644]
tests/rustdoc/external-cross.rs [new file with mode: 0644]
tests/rustdoc/external-doc.rs [new file with mode: 0644]
tests/rustdoc/external-macro-src.rs [new file with mode: 0644]
tests/rustdoc/feature-gate-doc_auto_cfg.rs [new file with mode: 0644]
tests/rustdoc/ffi.rs [new file with mode: 0644]
tests/rustdoc/fn-bound.rs [new file with mode: 0644]
tests/rustdoc/fn-pointer-arg-name.rs [new file with mode: 0644]
tests/rustdoc/fn-sidebar.rs [new file with mode: 0644]
tests/rustdoc/fn-type.rs [new file with mode: 0644]
tests/rustdoc/force-target-feature.rs [new file with mode: 0644]
tests/rustdoc/foreigntype-reexport.rs [new file with mode: 0644]
tests/rustdoc/foreigntype.rs [new file with mode: 0644]
tests/rustdoc/generic-associated-types/gats.rs [new file with mode: 0644]
tests/rustdoc/generic-associated-types/issue-94683.rs [new file with mode: 0644]
tests/rustdoc/generic-impl.rs [new file with mode: 0644]
tests/rustdoc/generic_const_exprs.rs [new file with mode: 0644]
tests/rustdoc/glob-shadowing-const.rs [new file with mode: 0644]
tests/rustdoc/glob-shadowing.rs [new file with mode: 0644]
tests/rustdoc/hidden-impls.rs [new file with mode: 0644]
tests/rustdoc/hidden-line.rs [new file with mode: 0644]
tests/rustdoc/hidden-methods.rs [new file with mode: 0644]
tests/rustdoc/hidden-private.rs [new file with mode: 0644]
tests/rustdoc/hidden-trait-methods-with-document-hidden-items.rs [new file with mode: 0644]
tests/rustdoc/hidden-trait-methods.rs [new file with mode: 0644]
tests/rustdoc/hidden-trait-struct-impls.rs [new file with mode: 0644]
tests/rustdoc/hide-complex-unevaluated-const-arguments.rs [new file with mode: 0644]
tests/rustdoc/hide-complex-unevaluated-consts.rs [new file with mode: 0644]
tests/rustdoc/hide-unstable-trait.rs [new file with mode: 0644]
tests/rustdoc/higher-ranked-trait-bounds.rs [new file with mode: 0644]
tests/rustdoc/impl-box.rs [new file with mode: 0644]
tests/rustdoc/impl-disambiguation.rs [new file with mode: 0644]
tests/rustdoc/impl-everywhere.rs [new file with mode: 0644]
tests/rustdoc/impl-in-const-block.rs [new file with mode: 0644]
tests/rustdoc/impl-parts-crosscrate.rs [new file with mode: 0644]
tests/rustdoc/impl-parts.rs [new file with mode: 0644]
tests/rustdoc/impl-trait-alias.rs [new file with mode: 0644]
tests/rustdoc/implementor-stable-version.rs [new file with mode: 0644]
tests/rustdoc/impossible-default.rs [new file with mode: 0644]
tests/rustdoc/include_str_cut.rs [new file with mode: 0644]
tests/rustdoc/index-page.rs [new file with mode: 0644]
tests/rustdoc/infinite-redirection.rs [new file with mode: 0644]
tests/rustdoc/inline-default-methods.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/add-docs.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/assoc-items.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/assoc_item_trait_bounds.out0.html [new file with mode: 0644]
tests/rustdoc/inline_cross/assoc_item_trait_bounds.out2.html [new file with mode: 0644]
tests/rustdoc/inline_cross/assoc_item_trait_bounds.out9.html [new file with mode: 0644]
tests/rustdoc/inline_cross/assoc_item_trait_bounds.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/add-docs.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/assoc-items.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/assoc_item_trait_bounds.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/cross-glob.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/default-trait-method.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/dyn_trait.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/impl-inline-without-trait.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/impl_trait_aux.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/implementors_inline.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/issue-24183.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/issue-33113.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/macro-vis.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/macros.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/proc_macro.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/renamed-via-module.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/rustdoc-hidden-sig.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/rustdoc-hidden.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/rustdoc-nonreachable-impls.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/rustdoc-trait-object-impl.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/trait-vis.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/use_crate.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/use_crate_2.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/cross-glob.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/default-trait-method.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/dyn_trait.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/hidden-use.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/impl-inline-without-trait.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/impl_trait.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/implementors-js.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/inline_hidden.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/issue-24183.method_no_where_self_sized.html [new file with mode: 0644]
tests/rustdoc/inline_cross/issue-24183.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/issue-28480.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/issue-31948-1.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/issue-31948-2.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/issue-31948.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/issue-32881.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/issue-33113.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/macro-vis.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/macros.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/proc_macro.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/renamed-via-module.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/trait-vis.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/use_crate.rs [new file with mode: 0644]
tests/rustdoc/inline_local/glob-extern-document-private-items.rs [new file with mode: 0644]
tests/rustdoc/inline_local/glob-extern.rs [new file with mode: 0644]
tests/rustdoc/inline_local/glob-private-document-private-items.rs [new file with mode: 0644]
tests/rustdoc/inline_local/glob-private.rs [new file with mode: 0644]
tests/rustdoc/inline_local/hidden-use.rs [new file with mode: 0644]
tests/rustdoc/inline_local/issue-28537.rs [new file with mode: 0644]
tests/rustdoc/inline_local/issue-32343.rs [new file with mode: 0644]
tests/rustdoc/inline_local/macro_by_example.rs [new file with mode: 0644]
tests/rustdoc/inline_local/please_inline.rs [new file with mode: 0644]
tests/rustdoc/inline_local/trait-vis.rs [new file with mode: 0644]
tests/rustdoc/internal.rs [new file with mode: 0644]
tests/rustdoc/intra-doc-crate/auxiliary/self.rs [new file with mode: 0644]
tests/rustdoc/intra-doc-crate/self.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/anchors.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/assoc-reexport-super.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/associated-defaults.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/associated-items.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/auxiliary/empty.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/auxiliary/empty2.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/auxiliary/extern-builtin-type-impl-dep.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/auxiliary/extern-inherent-impl-dep.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/auxiliary/intra-link-extern-crate.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/auxiliary/intra-link-pub-use.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/auxiliary/intra-link-reexport-additional-docs.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/auxiliary/intra-links-external-traits.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/auxiliary/issue-103463-aux.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/auxiliary/issue-66159-1.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/auxiliary/my-core.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/auxiliary/proc-macro-macro.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/auxiliary/pub-struct.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/basic.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/builtin-macros.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/crate-relative-assoc.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/crate-relative.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/cross-crate/additional_doc.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/cross-crate/auxiliary/additional_doc.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/cross-crate/auxiliary/hidden.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/cross-crate/auxiliary/intra-doc-basic.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/cross-crate/auxiliary/intra-link-cross-crate-crate.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/cross-crate/auxiliary/macro_inner.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/cross-crate/auxiliary/module.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/cross-crate/auxiliary/proc_macro.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/cross-crate/auxiliary/submodule-inner.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/cross-crate/auxiliary/submodule-outer.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/cross-crate/auxiliary/traits.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/cross-crate/basic.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/cross-crate/crate.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/cross-crate/hidden.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/cross-crate/macro.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/cross-crate/module.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/cross-crate/submodule-inner.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/cross-crate/submodule-outer.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/cross-crate/traits.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/disambiguators-removed.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/email-address.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/enum-struct-field.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/extern-builtin-type-impl.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/extern-crate-only-used-in-link.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/extern-crate.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/extern-inherent-impl.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/extern-reference-link.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/extern-type.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/external-traits.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/field.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/generic-params.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/generic-trait-impl.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/in-bodies.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/issue-103463.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/issue-104145.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/issue-66159.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/issue-82209.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/libstd-re-export.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/macros-disambiguators.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/mod-ambiguity.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/mod-relative.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/no-doc-primitive.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/non-path-primitives.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/prim-assoc.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/prim-associated-traits.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/prim-methods-external-core.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/prim-methods-local.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/prim-methods.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/prim-precedence.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/prim-self.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/primitive-disambiguators.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/primitive-non-default-impl.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/private-failures-ignored.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/private.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/proc-macro.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/pub-use.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/raw-ident-self.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/reexport-additional-docs.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/self-cache.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/self.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/trait-impl.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/trait-item.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/true-false.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/type-alias.rs [new file with mode: 0644]
tests/rustdoc/invalid.crate.name.rs [new file with mode: 0644]
tests/rustdoc/issue-100204-inline-impl-through-glob-import.rs [new file with mode: 0644]
tests/rustdoc/issue-100241.rs [new file with mode: 0644]
tests/rustdoc/issue-100620.rs [new file with mode: 0644]
tests/rustdoc/issue-100679-sidebar-links-deref.rs [new file with mode: 0644]
tests/rustdoc/issue-101743-bold-tag.rs [new file with mode: 0644]
tests/rustdoc/issue-102154.rs [new file with mode: 0644]
tests/rustdoc/issue-105952.rs [new file with mode: 0644]
tests/rustdoc/issue-107350.rs [new file with mode: 0644]
tests/rustdoc/issue-107995.rs [new file with mode: 0644]
tests/rustdoc/issue-108231.rs [new file with mode: 0644]
tests/rustdoc/issue-108281.rs [new file with mode: 0644]
tests/rustdoc/issue-12834.rs [new file with mode: 0644]
tests/rustdoc/issue-13698.rs [new file with mode: 0644]
tests/rustdoc/issue-15169.rs [new file with mode: 0644]
tests/rustdoc/issue-15318-2.rs [new file with mode: 0644]
tests/rustdoc/issue-15318-3.rs [new file with mode: 0644]
tests/rustdoc/issue-15318.rs [new file with mode: 0644]
tests/rustdoc/issue-15347.rs [new file with mode: 0644]
tests/rustdoc/issue-16019.rs [new file with mode: 0644]
tests/rustdoc/issue-16265-1.rs [new file with mode: 0644]
tests/rustdoc/issue-16265-2.rs [new file with mode: 0644]
tests/rustdoc/issue-17476.rs [new file with mode: 0644]
tests/rustdoc/issue-18199.rs [new file with mode: 0644]
tests/rustdoc/issue-19181.rs [new file with mode: 0644]
tests/rustdoc/issue-19190-2.rs [new file with mode: 0644]
tests/rustdoc/issue-19190-3.rs [new file with mode: 0644]
tests/rustdoc/issue-19190.rs [new file with mode: 0644]
tests/rustdoc/issue-20175.rs [new file with mode: 0644]
tests/rustdoc/issue-20646.rs [new file with mode: 0644]
tests/rustdoc/issue-20727-2.rs [new file with mode: 0644]
tests/rustdoc/issue-20727-3.rs [new file with mode: 0644]
tests/rustdoc/issue-20727-4.rs [new file with mode: 0644]
tests/rustdoc/issue-20727.rs [new file with mode: 0644]
tests/rustdoc/issue-21092.rs [new file with mode: 0644]
tests/rustdoc/issue-21474.rs [new file with mode: 0644]
tests/rustdoc/issue-21801.rs [new file with mode: 0644]
tests/rustdoc/issue-22025.rs [new file with mode: 0644]
tests/rustdoc/issue-22038.rs [new file with mode: 0644]
tests/rustdoc/issue-23106.rs [new file with mode: 0644]
tests/rustdoc/issue-23207.rs [new file with mode: 0644]
tests/rustdoc/issue-23511.rs [new file with mode: 0644]
tests/rustdoc/issue-23744.rs [new file with mode: 0644]
tests/rustdoc/issue-23812.rs [new file with mode: 0644]
tests/rustdoc/issue-25001.rs [new file with mode: 0644]
tests/rustdoc/issue-25944.rs [new file with mode: 0644]
tests/rustdoc/issue-26606.rs [new file with mode: 0644]
tests/rustdoc/issue-26995.rs [new file with mode: 0644]
tests/rustdoc/issue-27104.rs [new file with mode: 0644]
tests/rustdoc/issue-27362.rs [new file with mode: 0644]
tests/rustdoc/issue-27759.rs [new file with mode: 0644]
tests/rustdoc/issue-27862.rs [new file with mode: 0644]
tests/rustdoc/issue-28478.rs [new file with mode: 0644]
tests/rustdoc/issue-28927.rs [new file with mode: 0644]
tests/rustdoc/issue-29449.rs [new file with mode: 0644]
tests/rustdoc/issue-29503.rs [new file with mode: 0644]
tests/rustdoc/issue-29584.rs [new file with mode: 0644]
tests/rustdoc/issue-30109.rs [new file with mode: 0644]
tests/rustdoc/issue-30252.rs [new file with mode: 0644]
tests/rustdoc/issue-30366.rs [new file with mode: 0644]
tests/rustdoc/issue-31808.rs [new file with mode: 0644]
tests/rustdoc/issue-31899.rs [new file with mode: 0644]
tests/rustdoc/issue-32374.rs [new file with mode: 0644]
tests/rustdoc/issue-32395.rs [new file with mode: 0644]
tests/rustdoc/issue-32556.rs [new file with mode: 0644]
tests/rustdoc/issue-32890.rs [new file with mode: 0644]
tests/rustdoc/issue-33069.rs [new file with mode: 0644]
tests/rustdoc/issue-33178-1.rs [new file with mode: 0644]
tests/rustdoc/issue-33178.rs [new file with mode: 0644]
tests/rustdoc/issue-33302.rs [new file with mode: 0644]
tests/rustdoc/issue-33592.rs [new file with mode: 0644]
tests/rustdoc/issue-34025.rs [new file with mode: 0644]
tests/rustdoc/issue-34274.rs [new file with mode: 0644]
tests/rustdoc/issue-34423.rs [new file with mode: 0644]
tests/rustdoc/issue-34473.rs [new file with mode: 0644]
tests/rustdoc/issue-34928.rs [new file with mode: 0644]
tests/rustdoc/issue-35169-2.rs [new file with mode: 0644]
tests/rustdoc/issue-35169.rs [new file with mode: 0644]
tests/rustdoc/issue-35488.rs [new file with mode: 0644]
tests/rustdoc/issue-36031.rs [new file with mode: 0644]
tests/rustdoc/issue-38129.rs [new file with mode: 0644]
tests/rustdoc/issue-38219.rs [new file with mode: 0644]
tests/rustdoc/issue-40936.rs [new file with mode: 0644]
tests/rustdoc/issue-41783.codeblock.html [new file with mode: 0644]
tests/rustdoc/issue-41783.rs [new file with mode: 0644]
tests/rustdoc/issue-42760.rs [new file with mode: 0644]
tests/rustdoc/issue-43153.rs [new file with mode: 0644]
tests/rustdoc/issue-43701.rs [new file with mode: 0644]
tests/rustdoc/issue-43869.rs [new file with mode: 0644]
tests/rustdoc/issue-43893.rs [new file with mode: 0644]
tests/rustdoc/issue-45584.rs [new file with mode: 0644]
tests/rustdoc/issue-46271.rs [new file with mode: 0644]
tests/rustdoc/issue-46377.rs [new file with mode: 0644]
tests/rustdoc/issue-46380-2.rs [new file with mode: 0644]
tests/rustdoc/issue-46727.rs [new file with mode: 0644]
tests/rustdoc/issue-46766.rs [new file with mode: 0644]
tests/rustdoc/issue-46767.rs [new file with mode: 0644]
tests/rustdoc/issue-46976.rs [new file with mode: 0644]
tests/rustdoc/issue-47038.rs [new file with mode: 0644]
tests/rustdoc/issue-47197-blank-line-in-doc-block.rs [new file with mode: 0644]
tests/rustdoc/issue-47639.rs [new file with mode: 0644]
tests/rustdoc/issue-48377.rs [new file with mode: 0644]
tests/rustdoc/issue-48414.rs [new file with mode: 0644]
tests/rustdoc/issue-50159.rs [new file with mode: 0644]
tests/rustdoc/issue-51236.rs [new file with mode: 0644]
tests/rustdoc/issue-52873.rs [new file with mode: 0644]
tests/rustdoc/issue-53689.rs [new file with mode: 0644]
tests/rustdoc/issue-53812.rs [new file with mode: 0644]
tests/rustdoc/issue-54478-demo-allocator.rs [new file with mode: 0644]
tests/rustdoc/issue-54705.rs [new file with mode: 0644]
tests/rustdoc/issue-55001.rs [new file with mode: 0644]
tests/rustdoc/issue-55321.rs [new file with mode: 0644]
tests/rustdoc/issue-55364.rs [new file with mode: 0644]
tests/rustdoc/issue-56701.rs [new file with mode: 0644]
tests/rustdoc/issue-56822.rs [new file with mode: 0644]
tests/rustdoc/issue-57180.rs [new file with mode: 0644]
tests/rustdoc/issue-60482.rs [new file with mode: 0644]
tests/rustdoc/issue-60726.rs [new file with mode: 0644]
tests/rustdoc/issue-61592.rs [new file with mode: 0644]
tests/rustdoc/issue-67851-both.rs [new file with mode: 0644]
tests/rustdoc/issue-67851-hidden.rs [new file with mode: 0644]
tests/rustdoc/issue-67851-neither.rs [new file with mode: 0644]
tests/rustdoc/issue-67851-private.rs [new file with mode: 0644]
tests/rustdoc/issue-72340.rs [new file with mode: 0644]
tests/rustdoc/issue-73061-cross-crate-opaque-assoc-type.rs [new file with mode: 0644]
tests/rustdoc/issue-74083.rs [new file with mode: 0644]
tests/rustdoc/issue-75588.rs [new file with mode: 0644]
tests/rustdoc/issue-76501.rs [new file with mode: 0644]
tests/rustdoc/issue-78673.rs [new file with mode: 0644]
tests/rustdoc/issue-78701.rs [new file with mode: 0644]
tests/rustdoc/issue-79201.rs [new file with mode: 0644]
tests/rustdoc/issue-80233-normalize-auto-trait.rs [new file with mode: 0644]
tests/rustdoc/issue-82465-asref-for-and-of-local.rs [new file with mode: 0644]
tests/rustdoc/issue-83375-multiple-mods-w-same-name-doc-inline-last-item.rs [new file with mode: 0644]
tests/rustdoc/issue-83375-multiple-mods-w-same-name-doc-inline.rs [new file with mode: 0644]
tests/rustdoc/issue-85454.rs [new file with mode: 0644]
tests/rustdoc/issue-86620.rs [new file with mode: 0644]
tests/rustdoc/issue-88600.rs [new file with mode: 0644]
tests/rustdoc/issue-89309-heading-levels.rs [new file with mode: 0644]
tests/rustdoc/issue-89852.rs [new file with mode: 0644]
tests/rustdoc/issue-95633.rs [new file with mode: 0644]
tests/rustdoc/issue-95873.rs [new file with mode: 0644]
tests/rustdoc/issue-96381.rs [new file with mode: 0644]
tests/rustdoc/issue-98697.rs [new file with mode: 0644]
tests/rustdoc/issue-99221-multiple-macro-rules-w-same-name-submodule.rs [new file with mode: 0644]
tests/rustdoc/issue-99221-multiple-macro-rules-w-same-name.rs [new file with mode: 0644]
tests/rustdoc/issue-99221-multiple-structs-w-same-name.rs [new file with mode: 0644]
tests/rustdoc/issue-99734-multiple-foreigns-w-same-name.rs [new file with mode: 0644]
tests/rustdoc/issue-99734-multiple-mods-w-same-name.rs [new file with mode: 0644]
tests/rustdoc/item-desc-list-at-start.item-table.html [new file with mode: 0644]
tests/rustdoc/item-desc-list-at-start.rs [new file with mode: 0644]
tests/rustdoc/keyword.rs [new file with mode: 0644]
tests/rustdoc/legacy-const-generic.rs [new file with mode: 0644]
tests/rustdoc/lifetime-name.rs [new file with mode: 0644]
tests/rustdoc/line-breaks.rs [new file with mode: 0644]
tests/rustdoc/link-assoc-const.rs [new file with mode: 0644]
tests/rustdoc/link-title-escape.rs [new file with mode: 0644]
tests/rustdoc/local-reexport-doc.rs [new file with mode: 0644]
tests/rustdoc/logo-class-default.rs [new file with mode: 0644]
tests/rustdoc/logo-class.rs [new file with mode: 0644]
tests/rustdoc/macro-document-private-duplicate.rs [new file with mode: 0644]
tests/rustdoc/macro-document-private.rs [new file with mode: 0644]
tests/rustdoc/macro-generated-macro.macro_linebreak_pre.html [new file with mode: 0644]
tests/rustdoc/macro-generated-macro.macro_morestuff_pre.html [new file with mode: 0644]
tests/rustdoc/macro-generated-macro.rs [new file with mode: 0644]
tests/rustdoc/macro-higher-kinded-function.rs [new file with mode: 0644]
tests/rustdoc/macro-in-async-block.rs [new file with mode: 0644]
tests/rustdoc/macro-in-closure.rs [new file with mode: 0644]
tests/rustdoc/macro-indirect-use.rs [new file with mode: 0644]
tests/rustdoc/macro-private-not-documented.rs [new file with mode: 0644]
tests/rustdoc/macro_pub_in_module.rs [new file with mode: 0644]
tests/rustdoc/macro_rules-matchers.rs [new file with mode: 0644]
tests/rustdoc/macros.rs [new file with mode: 0644]
tests/rustdoc/manual_impl.rs [new file with mode: 0644]
tests/rustdoc/masked.rs [new file with mode: 0644]
tests/rustdoc/method-list.rs [new file with mode: 0644]
tests/rustdoc/mixing-doc-comments-and-attrs.S1_top-doc.html [new file with mode: 0644]
tests/rustdoc/mixing-doc-comments-and-attrs.S2_top-doc.html [new file with mode: 0644]
tests/rustdoc/mixing-doc-comments-and-attrs.S3_top-doc.html [new file with mode: 0644]
tests/rustdoc/mixing-doc-comments-and-attrs.rs [new file with mode: 0644]
tests/rustdoc/mod-stackoverflow.rs [new file with mode: 0644]
tests/rustdoc/module-impls.rs [new file with mode: 0644]
tests/rustdoc/multiple-import-levels.rs [new file with mode: 0644]
tests/rustdoc/must_implement_one_of.rs [new file with mode: 0644]
tests/rustdoc/mut-params.rs [new file with mode: 0644]
tests/rustdoc/namespaces.rs [new file with mode: 0644]
tests/rustdoc/negative-impl-sidebar.rs [new file with mode: 0644]
tests/rustdoc/negative-impl.rs [new file with mode: 0644]
tests/rustdoc/nested-modules.rs [new file with mode: 0644]
tests/rustdoc/no-compiler-reexport.rs [new file with mode: 0644]
tests/rustdoc/no-crate-filter.rs [new file with mode: 0644]
tests/rustdoc/no-run-still-checks-lints.rs [new file with mode: 0644]
tests/rustdoc/no-stack-overflow-25295.rs [new file with mode: 0644]
tests/rustdoc/no-unit-struct-field.rs [new file with mode: 0644]
tests/rustdoc/no_std-primitive.rs [new file with mode: 0644]
tests/rustdoc/normalize-assoc-item.rs [new file with mode: 0644]
tests/rustdoc/not-wf-ambiguous-normalization.rs [new file with mode: 0644]
tests/rustdoc/nul-error.rs [new file with mode: 0644]
tests/rustdoc/playground-arg.rs [new file with mode: 0644]
tests/rustdoc/playground-empty.rs [new file with mode: 0644]
tests/rustdoc/playground-none.rs [new file with mode: 0644]
tests/rustdoc/playground-syntax-error.rs [new file with mode: 0644]
tests/rustdoc/playground.rs [new file with mode: 0644]
tests/rustdoc/primitive-link.rs [new file with mode: 0644]
tests/rustdoc/primitive-reexport.rs [new file with mode: 0644]
tests/rustdoc/primitive-reference.rs [new file with mode: 0644]
tests/rustdoc/primitive-slice-auto-trait.rs [new file with mode: 0644]
tests/rustdoc/primitive-tuple-auto-trait.rs [new file with mode: 0644]
tests/rustdoc/primitive-tuple-variadic.rs [new file with mode: 0644]
tests/rustdoc/primitive-unit-auto-trait.rs [new file with mode: 0644]
tests/rustdoc/primitive.rs [new file with mode: 0644]
tests/rustdoc/primitive/no_std.rs [new file with mode: 0644]
tests/rustdoc/primitive/primitive-generic-impl.rs [new file with mode: 0644]
tests/rustdoc/private-type-alias.rs [new file with mode: 0644]
tests/rustdoc/proc-macro.rs [new file with mode: 0644]
tests/rustdoc/process-termination.rs [new file with mode: 0644]
tests/rustdoc/pub-extern-crate.rs [new file with mode: 0644]
tests/rustdoc/pub-method.rs [new file with mode: 0644]
tests/rustdoc/pub-use-extern-macros.rs [new file with mode: 0644]
tests/rustdoc/range-arg-pattern.rs [new file with mode: 0644]
tests/rustdoc/raw-ident-eliminate-r-hashtag.rs [new file with mode: 0644]
tests/rustdoc/read-more-unneeded.rs [new file with mode: 0644]
tests/rustdoc/recursion1.rs [new file with mode: 0644]
tests/rustdoc/recursion2.rs [new file with mode: 0644]
tests/rustdoc/recursion3.rs [new file with mode: 0644]
tests/rustdoc/recursive-deref-sidebar.rs [new file with mode: 0644]
tests/rustdoc/recursive-deref.rs [new file with mode: 0644]
tests/rustdoc/redirect-const.rs [new file with mode: 0644]
tests/rustdoc/redirect-map-empty.rs [new file with mode: 0644]
tests/rustdoc/redirect-map.rs [new file with mode: 0644]
tests/rustdoc/redirect-rename.rs [new file with mode: 0644]
tests/rustdoc/redirect.rs [new file with mode: 0644]
tests/rustdoc/reexport-attr-merge.rs [new file with mode: 0644]
tests/rustdoc/reexport-check.rs [new file with mode: 0644]
tests/rustdoc/reexport-dep-foreign-fn.rs [new file with mode: 0644]
tests/rustdoc/reexport-doc-hidden.rs [new file with mode: 0644]
tests/rustdoc/reexport-doc.rs [new file with mode: 0644]
tests/rustdoc/reexport-hidden-macro.rs [new file with mode: 0644]
tests/rustdoc/reexport-macro.rs [new file with mode: 0644]
tests/rustdoc/reexport-stability-tags-deprecated-and-portability.rs [new file with mode: 0644]
tests/rustdoc/reexport-stability-tags-unstable-and-portability.rs [new file with mode: 0644]
tests/rustdoc/reexports-of-same-name.rs [new file with mode: 0644]
tests/rustdoc/reexports-priv.rs [new file with mode: 0644]
tests/rustdoc/reexports.rs [new file with mode: 0644]
tests/rustdoc/remove-duplicates.rs [new file with mode: 0644]
tests/rustdoc/remove-url-from-headings.rs [new file with mode: 0644]
tests/rustdoc/return-impl-trait.rs [new file with mode: 0644]
tests/rustdoc/rfc-2632-const-trait-impl.rs [new file with mode: 0644]
tests/rustdoc/rustc-incoherent-impls.rs [new file with mode: 0644]
tests/rustdoc/rustc-macro-crate.rs [new file with mode: 0644]
tests/rustdoc/safe-intrinsic.rs [new file with mode: 0644]
tests/rustdoc/same-crate-hidden-impl-parameter.rs [new file with mode: 0644]
tests/rustdoc/sanitizer-option.rs [new file with mode: 0644]
tests/rustdoc/search-index-summaries.rs [new file with mode: 0644]
tests/rustdoc/search-index.rs [new file with mode: 0644]
tests/rustdoc/short-docblock-codeblock.rs [new file with mode: 0644]
tests/rustdoc/short-docblock.rs [new file with mode: 0644]
tests/rustdoc/short-line.md [new file with mode: 0644]
tests/rustdoc/show-const-contents.rs [new file with mode: 0644]
tests/rustdoc/sidebar-all-page.rs [new file with mode: 0644]
tests/rustdoc/sidebar-items.rs [new file with mode: 0644]
tests/rustdoc/sidebar-link-generation.rs [new file with mode: 0644]
tests/rustdoc/sidebar-links-to-foreign-impl.rs [new file with mode: 0644]
tests/rustdoc/sized_trait.rs [new file with mode: 0644]
tests/rustdoc/slice-links.link_box_generic.html [new file with mode: 0644]
tests/rustdoc/slice-links.link_box_u32.html [new file with mode: 0644]
tests/rustdoc/slice-links.link_slice_generic.html [new file with mode: 0644]
tests/rustdoc/slice-links.link_slice_u32.html [new file with mode: 0644]
tests/rustdoc/slice-links.rs [new file with mode: 0644]
tests/rustdoc/smart-punct.rs [new file with mode: 0644]
tests/rustdoc/smoke.rs [new file with mode: 0644]
tests/rustdoc/sort-modules-by-appearance.rs [new file with mode: 0644]
tests/rustdoc/source-file.rs [new file with mode: 0644]
tests/rustdoc/source-version-separator.rs [new file with mode: 0644]
tests/rustdoc/spotlight-from-dependency.odd.html [new file with mode: 0644]
tests/rustdoc/spotlight-from-dependency.rs [new file with mode: 0644]
tests/rustdoc/src-links-auto-impls.rs [new file with mode: 0644]
tests/rustdoc/src-links-external.rs [new file with mode: 0644]
tests/rustdoc/src-links.rs [new file with mode: 0644]
tests/rustdoc/src-links/compiletest-ignore-dir [new file with mode: 0644]
tests/rustdoc/src-links/fizz.rs [new file with mode: 0644]
tests/rustdoc/src-links/mod.rs [new file with mode: 0644]
tests/rustdoc/stability.rs [new file with mode: 0644]
tests/rustdoc/static-root-path.rs [new file with mode: 0644]
tests/rustdoc/static.rs [new file with mode: 0644]
tests/rustdoc/strip-block-doc-comments-stars.docblock.html [new file with mode: 0644]
tests/rustdoc/strip-block-doc-comments-stars.rs [new file with mode: 0644]
tests/rustdoc/strip-enum-variant.no-not-shown.html [new file with mode: 0644]
tests/rustdoc/strip-enum-variant.rs [new file with mode: 0644]
tests/rustdoc/struct-arg-pattern.rs [new file with mode: 0644]
tests/rustdoc/struct-field.rs [new file with mode: 0644]
tests/rustdoc/struct-implementations-title.rs [new file with mode: 0644]
tests/rustdoc/structfields.rs [new file with mode: 0644]
tests/rustdoc/synthetic_auto/basic.rs [new file with mode: 0644]
tests/rustdoc/synthetic_auto/complex.rs [new file with mode: 0644]
tests/rustdoc/synthetic_auto/crate-local.rs [new file with mode: 0644]
tests/rustdoc/synthetic_auto/issue-72213-projection-lifetime.rs [new file with mode: 0644]
tests/rustdoc/synthetic_auto/lifetimes.rs [new file with mode: 0644]
tests/rustdoc/synthetic_auto/manual.rs [new file with mode: 0644]
tests/rustdoc/synthetic_auto/negative.rs [new file with mode: 0644]
tests/rustdoc/synthetic_auto/nested.rs [new file with mode: 0644]
tests/rustdoc/synthetic_auto/no-redundancy.rs [new file with mode: 0644]
tests/rustdoc/synthetic_auto/overflow.rs [new file with mode: 0644]
tests/rustdoc/synthetic_auto/project.rs [new file with mode: 0644]
tests/rustdoc/synthetic_auto/self-referential.rs [new file with mode: 0644]
tests/rustdoc/synthetic_auto/static-region.rs [new file with mode: 0644]
tests/rustdoc/tab_title.rs [new file with mode: 0644]
tests/rustdoc/table-in-docblock.rs [new file with mode: 0644]
tests/rustdoc/task-lists.rs [new file with mode: 0644]
tests/rustdoc/test-lists.rs [new file with mode: 0644]
tests/rustdoc/test-parens.rs [new file with mode: 0644]
tests/rustdoc/test-strikethrough.rs [new file with mode: 0644]
tests/rustdoc/test_option_check/bar.rs [new file with mode: 0644]
tests/rustdoc/test_option_check/test.rs [new file with mode: 0644]
tests/rustdoc/thread-local-src.rs [new file with mode: 0644]
tests/rustdoc/titles.rs [new file with mode: 0644]
tests/rustdoc/toggle-item-contents.rs [new file with mode: 0644]
tests/rustdoc/toggle-method.rs [new file with mode: 0644]
tests/rustdoc/toggle-trait-fn.rs [new file with mode: 0644]
tests/rustdoc/trait-alias-mention.rs [new file with mode: 0644]
tests/rustdoc/trait-impl-items-links-and-anchors.rs [new file with mode: 0644]
tests/rustdoc/trait-impl.rs [new file with mode: 0644]
tests/rustdoc/trait-self-link.rs [new file with mode: 0644]
tests/rustdoc/trait-src-link.rs [new file with mode: 0644]
tests/rustdoc/trait-visibility.rs [new file with mode: 0644]
tests/rustdoc/trait_alias.rs [new file with mode: 0644]
tests/rustdoc/traits-in-bodies-private.rs [new file with mode: 0644]
tests/rustdoc/traits-in-bodies.rs [new file with mode: 0644]
tests/rustdoc/tuple-struct-fields-doc.rs [new file with mode: 0644]
tests/rustdoc/tuples.link1_i32.html [new file with mode: 0644]
tests/rustdoc/tuples.link1_t.html [new file with mode: 0644]
tests/rustdoc/tuples.link2_i32.html [new file with mode: 0644]
tests/rustdoc/tuples.link2_t.html [new file with mode: 0644]
tests/rustdoc/tuples.link2_tu.html [new file with mode: 0644]
tests/rustdoc/tuples.link_unit.html [new file with mode: 0644]
tests/rustdoc/tuples.rs [new file with mode: 0644]
tests/rustdoc/type-layout-flag-required.rs [new file with mode: 0644]
tests/rustdoc/type-layout.rs [new file with mode: 0644]
tests/rustdoc/typedef.rs [new file with mode: 0644]
tests/rustdoc/unindent.md [new file with mode: 0644]
tests/rustdoc/unindent.rs [new file with mode: 0644]
tests/rustdoc/union.rs [new file with mode: 0644]
tests/rustdoc/unit-return.rs [new file with mode: 0644]
tests/rustdoc/universal-impl-trait.rs [new file with mode: 0644]
tests/rustdoc/unneeded-trait-implementations-title.rs [new file with mode: 0644]
tests/rustdoc/use-attr.rs [new file with mode: 0644]
tests/rustdoc/useless_lifetime_bound.rs [new file with mode: 0644]
tests/rustdoc/variadic.rs [new file with mode: 0644]
tests/rustdoc/version-separator-without-source.rs [new file with mode: 0644]
tests/rustdoc/viewpath-rename.rs [new file with mode: 0644]
tests/rustdoc/viewpath-self.rs [new file with mode: 0644]
tests/rustdoc/visibility.rs [new file with mode: 0644]
tests/rustdoc/where-clause-order.rs [new file with mode: 0644]
tests/rustdoc/where-sized.rs [new file with mode: 0644]
tests/rustdoc/where.SWhere_Simd_item-decl.html [new file with mode: 0644]
tests/rustdoc/where.SWhere_TraitWhere_item-decl.html [new file with mode: 0644]
tests/rustdoc/where.rs [new file with mode: 0644]
tests/rustdoc/whitespace-after-where-clause.enum.html [new file with mode: 0644]
tests/rustdoc/whitespace-after-where-clause.enum2.html [new file with mode: 0644]
tests/rustdoc/whitespace-after-where-clause.rs [new file with mode: 0644]
tests/rustdoc/whitespace-after-where-clause.struct.html [new file with mode: 0644]
tests/rustdoc/whitespace-after-where-clause.struct2.html [new file with mode: 0644]
tests/rustdoc/whitespace-after-where-clause.trait.html [new file with mode: 0644]
tests/rustdoc/whitespace-after-where-clause.trait2.html [new file with mode: 0644]
tests/rustdoc/whitespace-after-where-clause.union.html [new file with mode: 0644]
tests/rustdoc/whitespace-after-where-clause.union2.html [new file with mode: 0644]
tests/rustdoc/without-redirect.rs [new file with mode: 0644]
tests/rustdoc/wrapping.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/empty-plugin.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/issue-13560-1.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/issue-13560-2.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/issue-13560-3.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/issue-16822.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/issue-18502.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/issue-24106.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/issue-40001-plugin.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/lint-for-crate-rpass.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/lint-for-crate.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/lint-group-plugin-test.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/lint-plugin-test.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/lint-tool-test.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/lto-syntax-extension-lib.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/lto-syntax-extension-plugin.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/multiple-plugins-1.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/multiple-plugins-2.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/outlive-expansion-phase.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/rlib-crate-test.rs [new file with mode: 0644]
tests/ui-fulldeps/auxiliary/syntax-extension-with-dll-deps-1.rs [new file with mode: 0644]
tests/ui-fulldeps/compiler-calls.rs [new file with mode: 0644]
tests/ui-fulldeps/deriving-encodable-decodable-box.rs [new file with mode: 0644]
tests/ui-fulldeps/deriving-encodable-decodable-cell-refcell.rs [new file with mode: 0644]
tests/ui-fulldeps/deriving-global.rs [new file with mode: 0644]
tests/ui-fulldeps/deriving-hygiene.rs [new file with mode: 0644]
tests/ui-fulldeps/dropck-tarena-cycle-checked.rs [new file with mode: 0644]
tests/ui-fulldeps/dropck-tarena-cycle-checked.stderr [new file with mode: 0644]
tests/ui-fulldeps/dropck-tarena-unsound-drop.rs [new file with mode: 0644]
tests/ui-fulldeps/dropck-tarena-unsound-drop.stderr [new file with mode: 0644]
tests/ui-fulldeps/dropck_tarena_sound_drop.rs [new file with mode: 0644]
tests/ui-fulldeps/empty-struct-braces-derive.rs [new file with mode: 0644]
tests/ui-fulldeps/extern-mod-syntax.rs [new file with mode: 0644]
tests/ui-fulldeps/feature-gate-plugin.rs [new file with mode: 0644]
tests/ui-fulldeps/feature-gate-plugin.stderr [new file with mode: 0644]
tests/ui-fulldeps/fluent-messages/duplicate-a-b.ftl [new file with mode: 0644]
tests/ui-fulldeps/fluent-messages/duplicate-a.ftl [new file with mode: 0644]
tests/ui-fulldeps/fluent-messages/duplicate.ftl [new file with mode: 0644]
tests/ui-fulldeps/fluent-messages/label-with-hyphens.ftl [new file with mode: 0644]
tests/ui-fulldeps/fluent-messages/missing-crate-name.ftl [new file with mode: 0644]
tests/ui-fulldeps/fluent-messages/missing-message-ref.ftl [new file with mode: 0644]
tests/ui-fulldeps/fluent-messages/missing-message.ftl [new file with mode: 0644]
tests/ui-fulldeps/fluent-messages/slug-with-hyphens.ftl [new file with mode: 0644]
tests/ui-fulldeps/fluent-messages/test.rs [new file with mode: 0644]
tests/ui-fulldeps/fluent-messages/test.stderr [new file with mode: 0644]
tests/ui-fulldeps/fluent-messages/valid.ftl [new file with mode: 0644]
tests/ui-fulldeps/gated-plugin.rs [new file with mode: 0644]
tests/ui-fulldeps/gated-plugin.stderr [new file with mode: 0644]
tests/ui-fulldeps/hash-stable-is-unstable.rs [new file with mode: 0644]
tests/ui-fulldeps/hash-stable-is-unstable.stderr [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/bad_opt_access.rs [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/bad_opt_access.stderr [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/default_hash_types.rs [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/default_hash_types.stderr [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/diagnostics.ftl [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/diagnostics.rs [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/diagnostics.stderr [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/diagnostics_incorrect.rs [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/diagnostics_incorrect.stderr [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/existing_doc_keyword.rs [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/existing_doc_keyword.stderr [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/lint_pass_impl_without_macro.rs [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/lint_pass_impl_without_macro.stderr [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/qualified_ty_ty_ctxt.rs [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/qualified_ty_ty_ctxt.stderr [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/query_stability.rs [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/query_stability.stderr [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/query_stability_incorrect.rs [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/query_stability_incorrect.stderr [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/rustc_pass_by_value.rs [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/rustc_pass_by_value.stderr [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/rustc_pass_by_value_self.rs [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/rustc_pass_by_value_self.stderr [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/ty_tykind_usage.rs [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/ty_tykind_usage.stderr [new file with mode: 0644]
tests/ui-fulldeps/issue-11881.rs [new file with mode: 0644]
tests/ui-fulldeps/issue-13560.rs [new file with mode: 0644]
tests/ui-fulldeps/issue-14021.rs [new file with mode: 0644]
tests/ui-fulldeps/issue-15778-fail.rs [new file with mode: 0644]
tests/ui-fulldeps/issue-15778-fail.stderr [new file with mode: 0644]
tests/ui-fulldeps/issue-15924.rs [new file with mode: 0644]
tests/ui-fulldeps/issue-16822.rs [new file with mode: 0644]
tests/ui-fulldeps/issue-18502.rs [new file with mode: 0644]
tests/ui-fulldeps/issue-24106.rs [new file with mode: 0644]
tests/ui-fulldeps/issue-2804.rs [new file with mode: 0644]
tests/ui-fulldeps/issue-40001.rs [new file with mode: 0644]
tests/ui-fulldeps/issue-40001.stderr [new file with mode: 0644]
tests/ui-fulldeps/lint-group-denied-lint-allowed.rs [new file with mode: 0644]
tests/ui-fulldeps/lint-group-forbid-always-trumps-cli.rs [new file with mode: 0644]
tests/ui-fulldeps/lint-group-forbid-always-trumps-cli.stderr [new file with mode: 0644]
tests/ui-fulldeps/lint-group-plugin-deny-cmdline.rs [new file with mode: 0644]
tests/ui-fulldeps/lint-group-plugin-deny-cmdline.stderr [new file with mode: 0644]
tests/ui-fulldeps/lint-group-plugin.rs [new file with mode: 0644]
tests/ui-fulldeps/lint-group-plugin.stderr [new file with mode: 0644]
tests/ui-fulldeps/lint-pass-macros.rs [new file with mode: 0644]
tests/ui-fulldeps/lint-plugin-cmdline-allow.rs [new file with mode: 0644]
tests/ui-fulldeps/lint-plugin-cmdline-allow.stderr [new file with mode: 0644]
tests/ui-fulldeps/lint-plugin-cmdline-load.rs [new file with mode: 0644]
tests/ui-fulldeps/lint-plugin-cmdline-load.stderr [new file with mode: 0644]
tests/ui-fulldeps/lint-plugin-deny-attr.rs [new file with mode: 0644]
tests/ui-fulldeps/lint-plugin-deny-attr.stderr [new file with mode: 0644]
tests/ui-fulldeps/lint-plugin-deny-cmdline.rs [new file with mode: 0644]
tests/ui-fulldeps/lint-plugin-deny-cmdline.stderr [new file with mode: 0644]
tests/ui-fulldeps/lint-plugin-forbid-attrs.rs [new file with mode: 0644]
tests/ui-fulldeps/lint-plugin-forbid-attrs.stderr [new file with mode: 0644]
tests/ui-fulldeps/lint-plugin-forbid-cmdline.rs [new file with mode: 0644]
tests/ui-fulldeps/lint-plugin-forbid-cmdline.stderr [new file with mode: 0644]
tests/ui-fulldeps/lint-plugin.rs [new file with mode: 0644]
tests/ui-fulldeps/lint-plugin.stderr [new file with mode: 0644]
tests/ui-fulldeps/lint-tool-cmdline-allow.rs [new file with mode: 0644]
tests/ui-fulldeps/lint-tool-cmdline-allow.stderr [new file with mode: 0644]
tests/ui-fulldeps/lint-tool-test.rs [new file with mode: 0644]
tests/ui-fulldeps/lint-tool-test.stderr [new file with mode: 0644]
tests/ui-fulldeps/lto-syntax-extension.rs [new file with mode: 0644]
tests/ui-fulldeps/lto-syntax-extension.stderr [new file with mode: 0644]
tests/ui-fulldeps/macro-crate-rlib.rs [new file with mode: 0644]
tests/ui-fulldeps/macro-crate-rlib.stderr [new file with mode: 0644]
tests/ui-fulldeps/missing-rustc-driver-error.rs [new file with mode: 0644]
tests/ui-fulldeps/missing-rustc-driver-error.stderr [new file with mode: 0644]
tests/ui-fulldeps/mod_dir_path_canonicalized.rs [new file with mode: 0644]
tests/ui-fulldeps/mod_dir_simple/compiletest-ignore-dir [new file with mode: 0644]
tests/ui-fulldeps/mod_dir_simple/test.rs [new file with mode: 0644]
tests/ui-fulldeps/multiple-plugins.rs [new file with mode: 0644]
tests/ui-fulldeps/multiple-plugins.stderr [new file with mode: 0644]
tests/ui-fulldeps/myriad-closures.rs [new file with mode: 0644]
tests/ui-fulldeps/outlive-expansion-phase.rs [new file with mode: 0644]
tests/ui-fulldeps/outlive-expansion-phase.stderr [new file with mode: 0644]
tests/ui-fulldeps/pathless-extern-unstable.rs [new file with mode: 0644]
tests/ui-fulldeps/pathless-extern-unstable.stderr [new file with mode: 0644]
tests/ui-fulldeps/plugin-args.rs [new file with mode: 0644]
tests/ui-fulldeps/plugin-args.stderr [new file with mode: 0644]
tests/ui-fulldeps/plugin-as-extern-crate.rs [new file with mode: 0644]
tests/ui-fulldeps/pprust-expr-roundtrip.rs [new file with mode: 0644]
tests/ui-fulldeps/regions-mock-tcx.rs [new file with mode: 0644]
tests/ui-fulldeps/rustc_encodable_hygiene.rs [new file with mode: 0644]
tests/ui-fulldeps/session-diagnostic/diagnostic-derive.rs [new file with mode: 0644]
tests/ui-fulldeps/session-diagnostic/diagnostic-derive.stderr [new file with mode: 0644]
tests/ui-fulldeps/session-diagnostic/enforce_slug_naming.rs [new file with mode: 0644]
tests/ui-fulldeps/session-diagnostic/enforce_slug_naming.stderr [new file with mode: 0644]
tests/ui-fulldeps/session-diagnostic/example.ftl [new file with mode: 0644]
tests/ui-fulldeps/session-diagnostic/subdiagnostic-derive.rs [new file with mode: 0644]
tests/ui-fulldeps/session-diagnostic/subdiagnostic-derive.stderr [new file with mode: 0644]
tests/ui-fulldeps/std/issue-15149.rs [new file with mode: 0644]
tests/ui-fulldeps/std/issue-81357-unsound-file-methods.rs [new file with mode: 0644]
tests/ui-fulldeps/std/stdio-from.rs [new file with mode: 0644]
tests/ui-fulldeps/std/switch-stdout.rs [new file with mode: 0644]
tests/ui-toml/array_size_threshold/array_size_threshold.rs [new file with mode: 0644]
tests/ui-toml/array_size_threshold/array_size_threshold.stderr [new file with mode: 0644]
tests/ui-toml/array_size_threshold/clippy.toml [new file with mode: 0644]
tests/ui/abi/abi-sysv64-arg-passing.rs [new file with mode: 0644]
tests/ui/abi/abi-sysv64-register-usage.rs [new file with mode: 0644]
tests/ui/abi/abi-typo-unstable.rs [new file with mode: 0644]
tests/ui/abi/abi-typo-unstable.stderr [new file with mode: 0644]
tests/ui/abi/anon-extern-mod.rs [new file with mode: 0644]
tests/ui/abi/c-stack-as-value.rs [new file with mode: 0644]
tests/ui/abi/c-stack-returning-int64.rs [new file with mode: 0644]
tests/ui/abi/cabi-int-widening.rs [new file with mode: 0644]
tests/ui/abi/cross-crate/anon-extern-mod-cross-crate-2.rs [new file with mode: 0644]
tests/ui/abi/cross-crate/auxiliary/anon-extern-mod-cross-crate-1.rs [new file with mode: 0644]
tests/ui/abi/cross-crate/duplicated-external-mods.rs [new file with mode: 0644]
tests/ui/abi/extern/auxiliary/extern-crosscrate-source.rs [new file with mode: 0644]
tests/ui/abi/extern/extern-call-deep.rs [new file with mode: 0644]
tests/ui/abi/extern/extern-call-deep2.rs [new file with mode: 0644]
tests/ui/abi/extern/extern-call-direct.rs [new file with mode: 0644]
tests/ui/abi/extern/extern-call-indirect.rs [new file with mode: 0644]
tests/ui/abi/extern/extern-call-scrub.rs [new file with mode: 0644]
tests/ui/abi/extern/extern-crosscrate.rs [new file with mode: 0644]
tests/ui/abi/extern/extern-pass-TwoU16s.rs [new file with mode: 0644]
tests/ui/abi/extern/extern-pass-TwoU32s.rs [new file with mode: 0644]
tests/ui/abi/extern/extern-pass-TwoU64s.rs [new file with mode: 0644]
tests/ui/abi/extern/extern-pass-TwoU8s.rs [new file with mode: 0644]
tests/ui/abi/extern/extern-pass-char.rs [new file with mode: 0644]
tests/ui/abi/extern/extern-pass-double.rs [new file with mode: 0644]
tests/ui/abi/extern/extern-pass-empty.rs [new file with mode: 0644]
tests/ui/abi/extern/extern-pass-u32.rs [new file with mode: 0644]
tests/ui/abi/extern/extern-pass-u64.rs [new file with mode: 0644]
tests/ui/abi/extern/extern-return-TwoU16s.rs [new file with mode: 0644]
tests/ui/abi/extern/extern-return-TwoU32s.rs [new file with mode: 0644]
tests/ui/abi/extern/extern-return-TwoU64s.rs [new file with mode: 0644]
tests/ui/abi/extern/extern-return-TwoU8s.rs [new file with mode: 0644]
tests/ui/abi/foreign/auxiliary/foreign_lib.rs [new file with mode: 0644]
tests/ui/abi/foreign/foreign-call-no-runtime.rs [new file with mode: 0644]
tests/ui/abi/foreign/foreign-dupe.rs [new file with mode: 0644]
tests/ui/abi/foreign/foreign-fn-with-byval.rs [new file with mode: 0644]
tests/ui/abi/foreign/foreign-no-abi.rs [new file with mode: 0644]
tests/ui/abi/foreign/invoke-external-foreign.rs [new file with mode: 0644]
tests/ui/abi/homogenous-floats-target-feature-mixup.rs [new file with mode: 0644]
tests/ui/abi/issue-28676.rs [new file with mode: 0644]
tests/ui/abi/issues/issue-22565-rust-call.rs [new file with mode: 0644]
tests/ui/abi/issues/issue-22565-rust-call.stderr [new file with mode: 0644]
tests/ui/abi/issues/issue-62350-sysv-neg-reg-counts.rs [new file with mode: 0644]
tests/ui/abi/issues/issue-97463-broken-abi-leaked-uninit-data.rs [new file with mode: 0644]
tests/ui/abi/lib-defaults.rs [new file with mode: 0644]
tests/ui/abi/mir/mir_codegen_calls_variadic.rs [new file with mode: 0644]
tests/ui/abi/nullable-pointer-ffi-compat.rs [new file with mode: 0644]
tests/ui/abi/numbers-arithmetic/i128-ffi.rs [new file with mode: 0644]
tests/ui/abi/rustcall-generic.rs [new file with mode: 0644]
tests/ui/abi/segfault-no-out-of-stack.rs [new file with mode: 0644]
tests/ui/abi/stack-probes-lto.rs [new file with mode: 0644]
tests/ui/abi/stack-probes.rs [new file with mode: 0644]
tests/ui/abi/stack-protector.rs [new file with mode: 0644]
tests/ui/abi/statics/static-mut-foreign.rs [new file with mode: 0644]
tests/ui/abi/struct-enums/struct-return.rs [new file with mode: 0644]
tests/ui/abi/union/union-c-interop.rs [new file with mode: 0644]
tests/ui/abi/unsupported.aarch64.stderr [new file with mode: 0644]
tests/ui/abi/unsupported.arm.stderr [new file with mode: 0644]
tests/ui/abi/unsupported.i686.stderr [new file with mode: 0644]
tests/ui/abi/unsupported.rs [new file with mode: 0644]
tests/ui/abi/unsupported.x64.stderr [new file with mode: 0644]
tests/ui/abi/variadic-ffi.rs [new file with mode: 0644]
tests/ui/abi/x86stdcall.rs [new file with mode: 0644]
tests/ui/abi/x86stdcall2.rs [new file with mode: 0644]
tests/ui/alias-uninit-value.rs [new file with mode: 0644]
tests/ui/alloc-error/alloc-error-handler-bad-signature-1.rs [new file with mode: 0644]
tests/ui/alloc-error/alloc-error-handler-bad-signature-1.stderr [new file with mode: 0644]
tests/ui/alloc-error/alloc-error-handler-bad-signature-2.rs [new file with mode: 0644]
tests/ui/alloc-error/alloc-error-handler-bad-signature-2.stderr [new file with mode: 0644]
tests/ui/alloc-error/alloc-error-handler-bad-signature-3.rs [new file with mode: 0644]
tests/ui/alloc-error/alloc-error-handler-bad-signature-3.stderr [new file with mode: 0644]
tests/ui/alloc-error/default-alloc-error-hook.rs [new file with mode: 0644]
tests/ui/allocator/allocator-args.rs [new file with mode: 0644]
tests/ui/allocator/allocator-args.stderr [new file with mode: 0644]
tests/ui/allocator/auxiliary/custom-as-global.rs [new file with mode: 0644]
tests/ui/allocator/auxiliary/custom.rs [new file with mode: 0644]
tests/ui/allocator/auxiliary/helper.rs [new file with mode: 0644]
tests/ui/allocator/auxiliary/system-allocator.rs [new file with mode: 0644]
tests/ui/allocator/auxiliary/system-allocator2.rs [new file with mode: 0644]
tests/ui/allocator/custom-in-block.rs [new file with mode: 0644]
tests/ui/allocator/custom-in-submodule.rs [new file with mode: 0644]
tests/ui/allocator/custom.rs [new file with mode: 0644]
tests/ui/allocator/function-allocator.rs [new file with mode: 0644]
tests/ui/allocator/function-allocator.stderr [new file with mode: 0644]
tests/ui/allocator/hygiene.rs [new file with mode: 0644]
tests/ui/allocator/no_std-alloc-error-handler-custom.rs [new file with mode: 0644]
tests/ui/allocator/no_std-alloc-error-handler-default.rs [new file with mode: 0644]
tests/ui/allocator/not-an-allocator.rs [new file with mode: 0644]
tests/ui/allocator/not-an-allocator.stderr [new file with mode: 0644]
tests/ui/allocator/object-safe.rs [new file with mode: 0644]
tests/ui/allocator/two-allocators.rs [new file with mode: 0644]
tests/ui/allocator/two-allocators.stderr [new file with mode: 0644]
tests/ui/allocator/two-allocators2.rs [new file with mode: 0644]
tests/ui/allocator/two-allocators2.stderr [new file with mode: 0644]
tests/ui/allocator/two-allocators3.rs [new file with mode: 0644]
tests/ui/allocator/two-allocators3.stderr [new file with mode: 0644]
tests/ui/allocator/xcrate-use.rs [new file with mode: 0644]
tests/ui/allocator/xcrate-use2.rs [new file with mode: 0644]
tests/ui/annotate-snippet/auxiliary/multispan.rs [new file with mode: 0644]
tests/ui/annotate-snippet/missing-type.rs [new file with mode: 0644]
tests/ui/annotate-snippet/missing-type.stderr [new file with mode: 0644]
tests/ui/annotate-snippet/multispan.rs [new file with mode: 0644]
tests/ui/annotate-snippet/multispan.stderr [new file with mode: 0644]
tests/ui/anon-params/anon-params-denied-2018.rs [new file with mode: 0644]
tests/ui/anon-params/anon-params-denied-2018.stderr [new file with mode: 0644]
tests/ui/anon-params/anon-params-deprecated.fixed [new file with mode: 0644]
tests/ui/anon-params/anon-params-deprecated.rs [new file with mode: 0644]
tests/ui/anon-params/anon-params-deprecated.stderr [new file with mode: 0644]
tests/ui/anon-params/anon-params-edition-hygiene.rs [new file with mode: 0644]
tests/ui/anon-params/auxiliary/anon-params-edition-hygiene.rs [new file with mode: 0644]
tests/ui/anonymous-higher-ranked-lifetime.rs [new file with mode: 0644]
tests/ui/anonymous-higher-ranked-lifetime.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/basic.rs [new file with mode: 0644]
tests/ui/argument-suggestions/basic.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/complex.rs [new file with mode: 0644]
tests/ui/argument-suggestions/complex.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/display-is-suggestable.rs [new file with mode: 0644]
tests/ui/argument-suggestions/display-is-suggestable.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/exotic-calls.rs [new file with mode: 0644]
tests/ui/argument-suggestions/exotic-calls.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/extern-fn-arg-names.rs [new file with mode: 0644]
tests/ui/argument-suggestions/extern-fn-arg-names.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/extra_arguments.rs [new file with mode: 0644]
tests/ui/argument-suggestions/extra_arguments.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/formal-and-expected-differ.rs [new file with mode: 0644]
tests/ui/argument-suggestions/formal-and-expected-differ.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/invalid_arguments.rs [new file with mode: 0644]
tests/ui/argument-suggestions/invalid_arguments.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/issue-100154.rs [new file with mode: 0644]
tests/ui/argument-suggestions/issue-100154.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/issue-100478.rs [new file with mode: 0644]
tests/ui/argument-suggestions/issue-100478.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/issue-101097.rs [new file with mode: 0644]
tests/ui/argument-suggestions/issue-101097.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/issue-96638.rs [new file with mode: 0644]
tests/ui/argument-suggestions/issue-96638.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/issue-97197.rs [new file with mode: 0644]
tests/ui/argument-suggestions/issue-97197.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/issue-97484.rs [new file with mode: 0644]
tests/ui/argument-suggestions/issue-97484.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/issue-98894.rs [new file with mode: 0644]
tests/ui/argument-suggestions/issue-98894.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/issue-98897.rs [new file with mode: 0644]
tests/ui/argument-suggestions/issue-98897.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/issue-99482.rs [new file with mode: 0644]
tests/ui/argument-suggestions/issue-99482.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/missing_arguments.rs [new file with mode: 0644]
tests/ui/argument-suggestions/missing_arguments.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/mixed_cases.rs [new file with mode: 0644]
tests/ui/argument-suggestions/mixed_cases.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/permuted_arguments.rs [new file with mode: 0644]
tests/ui/argument-suggestions/permuted_arguments.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/swapped_arguments.rs [new file with mode: 0644]
tests/ui/argument-suggestions/swapped_arguments.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/too-long.rs [new file with mode: 0644]
tests/ui/argument-suggestions/too-long.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/two-mismatch-notes.rs [new file with mode: 0644]
tests/ui/argument-suggestions/two-mismatch-notes.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/array-break-length.rs [new file with mode: 0644]
tests/ui/array-slice-vec/array-break-length.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/array-not-vector.rs [new file with mode: 0644]
tests/ui/array-slice-vec/array-not-vector.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/array_const_index-0.rs [new file with mode: 0644]
tests/ui/array-slice-vec/array_const_index-0.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/array_const_index-1.rs [new file with mode: 0644]
tests/ui/array-slice-vec/array_const_index-1.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/array_const_index-2.rs [new file with mode: 0644]
tests/ui/array-slice-vec/bounds-check-no-overflow.rs [new file with mode: 0644]
tests/ui/array-slice-vec/box-of-array-of-drop-1.rs [new file with mode: 0644]
tests/ui/array-slice-vec/box-of-array-of-drop-2.rs [new file with mode: 0644]
tests/ui/array-slice-vec/byte-literals.rs [new file with mode: 0644]
tests/ui/array-slice-vec/cast-in-array-size.rs [new file with mode: 0644]
tests/ui/array-slice-vec/check-static-mut-slices.rs [new file with mode: 0644]
tests/ui/array-slice-vec/check-static-slice.rs [new file with mode: 0644]
tests/ui/array-slice-vec/copy-out-of-array-1.rs [new file with mode: 0644]
tests/ui/array-slice-vec/destructure-array-1.rs [new file with mode: 0644]
tests/ui/array-slice-vec/dst-raw-slice.rs [new file with mode: 0644]
tests/ui/array-slice-vec/empty-mutable-vec.rs [new file with mode: 0644]
tests/ui/array-slice-vec/estr-slice.rs [new file with mode: 0644]
tests/ui/array-slice-vec/evec-slice.rs [new file with mode: 0644]
tests/ui/array-slice-vec/fixed_length_copy.rs [new file with mode: 0644]
tests/ui/array-slice-vec/huge-largest-array.rs [new file with mode: 0644]
tests/ui/array-slice-vec/infer_array_len.rs [new file with mode: 0644]
tests/ui/array-slice-vec/infer_array_len.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/issue-15730.rs [new file with mode: 0644]
tests/ui/array-slice-vec/issue-18425.rs [new file with mode: 0644]
tests/ui/array-slice-vec/issue-69103-extra-binding-subslice.rs [new file with mode: 0644]
tests/ui/array-slice-vec/issue-69103-extra-binding-subslice.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/ivec-pass-by-value.rs [new file with mode: 0644]
tests/ui/array-slice-vec/match_arr_unknown_len.rs [new file with mode: 0644]
tests/ui/array-slice-vec/match_arr_unknown_len.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/mut-vstore-expr.rs [new file with mode: 0644]
tests/ui/array-slice-vec/mutability-inherits-through-fixed-length-vec.rs [new file with mode: 0644]
tests/ui/array-slice-vec/mutable-alias-vec.rs [new file with mode: 0644]
tests/ui/array-slice-vec/nested-vec-1.rs [new file with mode: 0644]
tests/ui/array-slice-vec/nested-vec-2.rs [new file with mode: 0644]
tests/ui/array-slice-vec/nested-vec-3.rs [new file with mode: 0644]
tests/ui/array-slice-vec/new-style-fixed-length-vec.rs [new file with mode: 0644]
tests/ui/array-slice-vec/rcvr-borrowed-to-slice.rs [new file with mode: 0644]
tests/ui/array-slice-vec/repeat_empty_ok.rs [new file with mode: 0644]
tests/ui/array-slice-vec/repeat_empty_ok.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/repeated-vector-syntax.rs [new file with mode: 0644]
tests/ui/array-slice-vec/show-boxed-slice.rs [new file with mode: 0644]
tests/ui/array-slice-vec/slice-2.rs [new file with mode: 0644]
tests/ui/array-slice-vec/slice-2.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/slice-mut-2.rs [new file with mode: 0644]
tests/ui/array-slice-vec/slice-mut-2.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/slice-mut.rs [new file with mode: 0644]
tests/ui/array-slice-vec/slice-mut.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/slice-of-zero-size-elements.rs [new file with mode: 0644]
tests/ui/array-slice-vec/slice-panic-1.rs [new file with mode: 0644]
tests/ui/array-slice-vec/slice-panic-2.rs [new file with mode: 0644]
tests/ui/array-slice-vec/slice-pat-type-mismatches.rs [new file with mode: 0644]
tests/ui/array-slice-vec/slice-pat-type-mismatches.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/slice-to-vec-comparison.rs [new file with mode: 0644]
tests/ui/array-slice-vec/slice-to-vec-comparison.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/slice.rs [new file with mode: 0644]
tests/ui/array-slice-vec/slice_binary_search.rs [new file with mode: 0644]
tests/ui/array-slice-vec/slice_is_sorted_by_borrow.rs [new file with mode: 0644]
tests/ui/array-slice-vec/subslice-only-once-semantic-restriction.rs [new file with mode: 0644]
tests/ui/array-slice-vec/subslice-only-once-semantic-restriction.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/subslice-patterns-const-eval-match.rs [new file with mode: 0644]
tests/ui/array-slice-vec/subslice-patterns-const-eval.rs [new file with mode: 0644]
tests/ui/array-slice-vec/suggest-array-length.fixed [new file with mode: 0644]
tests/ui/array-slice-vec/suggest-array-length.rs [new file with mode: 0644]
tests/ui/array-slice-vec/suggest-array-length.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/variance-vec-covariant.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vec-dst.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vec-fixed-length.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vec-late-init.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vec-macro-no-std.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vec-macro-rvalue-scope.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vec-macro-with-brackets.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vec-macro-with-comma-only.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vec-macro-with-comma-only.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/vec-macro-with-trailing-comma.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vec-matching-autoslice.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vec-matching-fixed.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vec-matching-fold.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vec-matching-legal-tail-element-borrow.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vec-matching.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vec-mut-iter-borrow.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vec-mut-iter-borrow.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/vec-overrun.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vec-repeat-with-cast.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vec-res-add.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vec-res-add.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/vec-tail-matching.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vector-cast-weirdness.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vector-cast-weirdness.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/vector-no-ann-2.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vector-no-ann.rs [new file with mode: 0644]
tests/ui/array-slice-vec/vector-no-ann.stderr [new file with mode: 0644]
tests/ui/artificial-block.rs [new file with mode: 0644]
tests/ui/as-precedence.rs [new file with mode: 0644]
tests/ui/asm/aarch64/bad-options.rs [new file with mode: 0644]
tests/ui/asm/aarch64/bad-options.stderr [new file with mode: 0644]
tests/ui/asm/aarch64/bad-reg.rs [new file with mode: 0644]
tests/ui/asm/aarch64/bad-reg.stderr [new file with mode: 0644]
tests/ui/asm/aarch64/const.rs [new file with mode: 0644]
tests/ui/asm/aarch64/duplicate-options.fixed [new file with mode: 0644]
tests/ui/asm/aarch64/duplicate-options.rs [new file with mode: 0644]
tests/ui/asm/aarch64/duplicate-options.stderr [new file with mode: 0644]
tests/ui/asm/aarch64/interpolated-idents.rs [new file with mode: 0644]
tests/ui/asm/aarch64/interpolated-idents.stderr [new file with mode: 0644]
tests/ui/asm/aarch64/llvm-58384.rs [new file with mode: 0644]
tests/ui/asm/aarch64/may_unwind.rs [new file with mode: 0644]
tests/ui/asm/aarch64/parse-error.rs [new file with mode: 0644]
tests/ui/asm/aarch64/parse-error.stderr [new file with mode: 0644]
tests/ui/asm/aarch64/srcloc.rs [new file with mode: 0644]
tests/ui/asm/aarch64/srcloc.stderr [new file with mode: 0644]
tests/ui/asm/aarch64/sym.rs [new file with mode: 0644]
tests/ui/asm/aarch64/type-check-2-2.rs [new file with mode: 0644]
tests/ui/asm/aarch64/type-check-2-2.stderr [new file with mode: 0644]
tests/ui/asm/aarch64/type-check-2.rs [new file with mode: 0644]
tests/ui/asm/aarch64/type-check-2.stderr [new file with mode: 0644]
tests/ui/asm/aarch64/type-check-3.rs [new file with mode: 0644]
tests/ui/asm/aarch64/type-check-3.stderr [new file with mode: 0644]
tests/ui/asm/aarch64/type-check-4.rs [new file with mode: 0644]
tests/ui/asm/aarch64/type-check-4.stderr [new file with mode: 0644]
tests/ui/asm/bad-arch.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/asm/bad-arch.rs [new file with mode: 0644]
tests/ui/asm/bad-arch.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/asm/bad-template.aarch64_mirunsafeck.stderr [new file with mode: 0644]
tests/ui/asm/bad-template.aarch64_thirunsafeck.stderr [new file with mode: 0644]
tests/ui/asm/bad-template.rs [new file with mode: 0644]
tests/ui/asm/bad-template.x86_64_mirunsafeck.stderr [new file with mode: 0644]
tests/ui/asm/bad-template.x86_64_thirunsafeck.stderr [new file with mode: 0644]
tests/ui/asm/generic-const.rs [new file with mode: 0644]
tests/ui/asm/inline-syntax.arm.stderr [new file with mode: 0644]
tests/ui/asm/inline-syntax.rs [new file with mode: 0644]
tests/ui/asm/inline-syntax.x86_64.stderr [new file with mode: 0644]
tests/ui/asm/issue-72570.rs [new file with mode: 0644]
tests/ui/asm/issue-72570.stderr [new file with mode: 0644]
tests/ui/asm/issue-85247.rs [new file with mode: 0644]
tests/ui/asm/issue-85247.rwpi.stderr [new file with mode: 0644]
tests/ui/asm/issue-87802.rs [new file with mode: 0644]
tests/ui/asm/issue-87802.stderr [new file with mode: 0644]
tests/ui/asm/issue-89305.rs [new file with mode: 0644]
tests/ui/asm/issue-89305.stderr [new file with mode: 0644]
tests/ui/asm/issue-92378.rs [new file with mode: 0644]
tests/ui/asm/issue-97490.rs [new file with mode: 0644]
tests/ui/asm/issue-99071.rs [new file with mode: 0644]
tests/ui/asm/issue-99071.stderr [new file with mode: 0644]
tests/ui/asm/issue-99122-2.rs [new file with mode: 0644]
tests/ui/asm/issue-99122.rs [new file with mode: 0644]
tests/ui/asm/issue-99122.stderr [new file with mode: 0644]
tests/ui/asm/may_unwind.rs [new file with mode: 0644]
tests/ui/asm/naked-functions-ffi.rs [new file with mode: 0644]
tests/ui/asm/naked-functions-ffi.stderr [new file with mode: 0644]
tests/ui/asm/naked-functions-unused.aarch64.stderr [new file with mode: 0644]
tests/ui/asm/naked-functions-unused.rs [new file with mode: 0644]
tests/ui/asm/naked-functions-unused.x86_64.stderr [new file with mode: 0644]
tests/ui/asm/naked-functions.rs [new file with mode: 0644]
tests/ui/asm/naked-functions.stderr [new file with mode: 0644]
tests/ui/asm/naked-invalid-attr.rs [new file with mode: 0644]
tests/ui/asm/naked-invalid-attr.stderr [new file with mode: 0644]
tests/ui/asm/named-asm-labels.rs [new file with mode: 0644]
tests/ui/asm/named-asm-labels.s [new file with mode: 0644]
tests/ui/asm/named-asm-labels.stderr [new file with mode: 0644]
tests/ui/asm/noreturn.rs [new file with mode: 0644]
tests/ui/asm/reg-conflict.rs [new file with mode: 0644]
tests/ui/asm/reg-conflict.stderr [new file with mode: 0644]
tests/ui/asm/type-check-1.rs [new file with mode: 0644]
tests/ui/asm/type-check-1.stderr [new file with mode: 0644]
tests/ui/asm/type-check-4.rs [new file with mode: 0644]
tests/ui/asm/type-check-4.stderr [new file with mode: 0644]
tests/ui/asm/unpretty-expanded.rs [new file with mode: 0644]
tests/ui/asm/unpretty-expanded.stdout [new file with mode: 0644]
tests/ui/asm/x86_64/bad-clobber-abi.rs [new file with mode: 0644]
tests/ui/asm/x86_64/bad-clobber-abi.stderr [new file with mode: 0644]
tests/ui/asm/x86_64/bad-options.rs [new file with mode: 0644]
tests/ui/asm/x86_64/bad-options.stderr [new file with mode: 0644]
tests/ui/asm/x86_64/bad-reg.rs [new file with mode: 0644]
tests/ui/asm/x86_64/bad-reg.stderr [new file with mode: 0644]
tests/ui/asm/x86_64/const.rs [new file with mode: 0644]
tests/ui/asm/x86_64/duplicate-options.fixed [new file with mode: 0644]
tests/ui/asm/x86_64/duplicate-options.rs [new file with mode: 0644]
tests/ui/asm/x86_64/duplicate-options.stderr [new file with mode: 0644]
tests/ui/asm/x86_64/interpolated-idents.rs [new file with mode: 0644]
tests/ui/asm/x86_64/interpolated-idents.stderr [new file with mode: 0644]
tests/ui/asm/x86_64/issue-82869.rs [new file with mode: 0644]
tests/ui/asm/x86_64/issue-82869.stderr [new file with mode: 0644]
tests/ui/asm/x86_64/issue-89875.rs [new file with mode: 0644]
tests/ui/asm/x86_64/issue-96797.rs [new file with mode: 0644]
tests/ui/asm/x86_64/may_unwind.rs [new file with mode: 0644]
tests/ui/asm/x86_64/multiple-clobber-abi.rs [new file with mode: 0644]
tests/ui/asm/x86_64/parse-error.rs [new file with mode: 0644]
tests/ui/asm/x86_64/parse-error.stderr [new file with mode: 0644]
tests/ui/asm/x86_64/srcloc.rs [new file with mode: 0644]
tests/ui/asm/x86_64/srcloc.stderr [new file with mode: 0644]
tests/ui/asm/x86_64/sym.rs [new file with mode: 0644]
tests/ui/asm/x86_64/target-feature-attr.rs [new file with mode: 0644]
tests/ui/asm/x86_64/target-feature-attr.stderr [new file with mode: 0644]
tests/ui/asm/x86_64/type-check-2.rs [new file with mode: 0644]
tests/ui/asm/x86_64/type-check-2.stderr [new file with mode: 0644]
tests/ui/asm/x86_64/type-check-3.rs [new file with mode: 0644]
tests/ui/asm/x86_64/type-check-3.stderr [new file with mode: 0644]
tests/ui/asm/x86_64/type-check-4.rs [new file with mode: 0644]
tests/ui/asm/x86_64/type-check-4.stderr [new file with mode: 0644]
tests/ui/asm/x86_64/type-check-5.rs [new file with mode: 0644]
tests/ui/asm/x86_64/type-check-5.stderr [new file with mode: 0644]
tests/ui/assign-assign.rs [new file with mode: 0644]
tests/ui/assign-imm-local-twice.rs [new file with mode: 0644]
tests/ui/assign-imm-local-twice.stderr [new file with mode: 0644]
tests/ui/assoc-lang-items.rs [new file with mode: 0644]
tests/ui/assoc-lang-items.stderr [new file with mode: 0644]
tests/ui/assoc-oddities-3.rs [new file with mode: 0644]
tests/ui/associated-consts/assoc-const-eq-missing.rs [new file with mode: 0644]
tests/ui/associated-consts/assoc-const-eq-missing.stderr [new file with mode: 0644]
tests/ui/associated-consts/assoc-const-ty-mismatch.rs [new file with mode: 0644]
tests/ui/associated-consts/assoc-const-ty-mismatch.stderr [new file with mode: 0644]
tests/ui/associated-consts/assoc-const.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-ambiguity-report.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-ambiguity-report.stderr [new file with mode: 0644]
tests/ui/associated-consts/associated-const-array-len.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-array-len.stderr [new file with mode: 0644]
tests/ui/associated-consts/associated-const-const-eval.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-cross-crate-const-eval.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-cross-crate-defaults.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-cross-crate.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-dead-code.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-dead-code.stderr [new file with mode: 0644]
tests/ui/associated-consts/associated-const-generic-obligations.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-generic-obligations.stderr [new file with mode: 0644]
tests/ui/associated-consts/associated-const-impl-wrong-lifetime.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-impl-wrong-lifetime.stderr [new file with mode: 0644]
tests/ui/associated-consts/associated-const-impl-wrong-type.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-impl-wrong-type.stderr [new file with mode: 0644]
tests/ui/associated-consts/associated-const-in-global-const.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-in-trait.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-in-trait.stderr [new file with mode: 0644]
tests/ui/associated-consts/associated-const-inherent-impl.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-marks-live-code.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-match-patterns.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-no-item.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-no-item.stderr [new file with mode: 0644]
tests/ui/associated-consts/associated-const-outer-ty-refs.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-overwrite-default.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-private-impl.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-private-impl.stderr [new file with mode: 0644]
tests/ui/associated-consts/associated-const-public-impl.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-range-match-patterns.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-resolution-order.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-self-type.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-trait-bound.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-type-parameter-arms.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-type-parameter-arms.stderr [new file with mode: 0644]
tests/ui/associated-consts/associated-const-type-parameter-arrays-2.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-type-parameter-arrays-2.stderr [new file with mode: 0644]
tests/ui/associated-consts/associated-const-type-parameter-arrays.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-type-parameter-arrays.stderr [new file with mode: 0644]
tests/ui/associated-consts/associated-const-type-parameters.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-ufcs-infer-trait.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-use-default.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const-use-impl-of-same-trait.rs [new file with mode: 0644]
tests/ui/associated-consts/associated-const.rs [new file with mode: 0644]
tests/ui/associated-consts/auxiliary/associated-const-cc-lib.rs [new file with mode: 0644]
tests/ui/associated-consts/auxiliary/empty-struct.rs [new file with mode: 0644]
tests/ui/associated-consts/defaults-cyclic-fail.rs [new file with mode: 0644]
tests/ui/associated-consts/defaults-cyclic-fail.stderr [new file with mode: 0644]
tests/ui/associated-consts/defaults-cyclic-pass.rs [new file with mode: 0644]
tests/ui/associated-consts/defaults-not-assumed-fail.rs [new file with mode: 0644]
tests/ui/associated-consts/defaults-not-assumed-fail.stderr [new file with mode: 0644]
tests/ui/associated-consts/defaults-not-assumed-pass.rs [new file with mode: 0644]
tests/ui/associated-consts/issue-102335-const.rs [new file with mode: 0644]
tests/ui/associated-consts/issue-102335-const.stderr [new file with mode: 0644]
tests/ui/associated-consts/issue-105330.rs [new file with mode: 0644]
tests/ui/associated-consts/issue-105330.stderr [new file with mode: 0644]
tests/ui/associated-consts/issue-24949-assoc-const-static-recursion-impl.rs [new file with mode: 0644]
tests/ui/associated-consts/issue-24949-assoc-const-static-recursion-impl.stderr [new file with mode: 0644]
tests/ui/associated-consts/issue-24949-assoc-const-static-recursion-trait-default.rs [new file with mode: 0644]
tests/ui/associated-consts/issue-24949-assoc-const-static-recursion-trait-default.stderr [new file with mode: 0644]
tests/ui/associated-consts/issue-24949-assoc-const-static-recursion-trait.rs [new file with mode: 0644]
tests/ui/associated-consts/issue-24949-assoc-const-static-recursion-trait.stderr [new file with mode: 0644]
tests/ui/associated-consts/issue-47814.rs [new file with mode: 0644]
tests/ui/associated-consts/issue-47814.stderr [new file with mode: 0644]
tests/ui/associated-consts/issue-58022.rs [new file with mode: 0644]
tests/ui/associated-consts/issue-58022.stderr [new file with mode: 0644]
tests/ui/associated-consts/issue-63496.rs [new file with mode: 0644]
tests/ui/associated-consts/issue-63496.stderr [new file with mode: 0644]
tests/ui/associated-consts/issue-69020-assoc-const-arith-overflow.noopt.stderr [new file with mode: 0644]
tests/ui/associated-consts/issue-69020-assoc-const-arith-overflow.opt.stderr [new file with mode: 0644]
tests/ui/associated-consts/issue-69020-assoc-const-arith-overflow.opt_with_overflow_checks.stderr [new file with mode: 0644]
tests/ui/associated-consts/issue-69020-assoc-const-arith-overflow.rs [new file with mode: 0644]
tests/ui/associated-consts/issue-88599-ref-self.rs [new file with mode: 0644]
tests/ui/associated-consts/issue-93775.rs [new file with mode: 0644]
tests/ui/associated-consts/issue-93835.rs [new file with mode: 0644]
tests/ui/associated-consts/issue-93835.stderr [new file with mode: 0644]
tests/ui/associated-consts/mismatched_impl_ty_1.rs [new file with mode: 0644]
tests/ui/associated-consts/mismatched_impl_ty_2.rs [new file with mode: 0644]
tests/ui/associated-consts/mismatched_impl_ty_3.rs [new file with mode: 0644]
tests/ui/associated-consts/shadowed-const.rs [new file with mode: 0644]
tests/ui/associated-consts/shadowed-const.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/ambiguity.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/ambiguity.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/assoc-inherent-no-body.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/assoc-inherent-no-body.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/assoc-inherent-private.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/assoc-inherent-private.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/assoc-inherent-unstable.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/assoc-inherent-unstable.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/assoc-inherent-use.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/auxiliary/assoc-inherent-unstable.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/bugs/ice-substitution.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/bugs/ice-substitution.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/bugs/inference-fail.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/bugs/inference-fail.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/bugs/lack-of-regionck.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/dispatch-on-self-type-0.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/dispatch-on-self-type-1.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/dispatch-on-self-type-2.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/dispatch-on-self-type-2.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/issue-104260.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/normalize-projection-0.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/normalize-projection-1.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-self-type-differs-shadowing-trait-item.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-self-type-differs-shadowing-trait-item.shadowed.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-self-type-differs-shadowing-trait-item.uncovered.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-self-type-differs.alias.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-self-type-differs.local.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-self-type-differs.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-unsatisfied-bounds-0.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-unsatisfied-bounds-0.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-unsatisfied-bounds-1.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-unsatisfied-bounds-1.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-unsatisfied-bounds-in-multiple-impls.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-unsatisfied-bounds-in-multiple-impls.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/style.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/style.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/substitute-params-bad.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/substitute-params-bad.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/substitute-params.rs [new file with mode: 0644]
tests/ui/associated-item/ambiguous-associated-type-with-generics.fixed [new file with mode: 0644]
tests/ui/associated-item/ambiguous-associated-type-with-generics.rs [new file with mode: 0644]
tests/ui/associated-item/ambiguous-associated-type-with-generics.stderr [new file with mode: 0644]
tests/ui/associated-item/associated-item-duplicate-bounds.rs [new file with mode: 0644]
tests/ui/associated-item/associated-item-duplicate-bounds.stderr [new file with mode: 0644]
tests/ui/associated-item/associated-item-duplicate-names-2.rs [new file with mode: 0644]
tests/ui/associated-item/associated-item-duplicate-names-2.stderr [new file with mode: 0644]
tests/ui/associated-item/associated-item-duplicate-names-3.rs [new file with mode: 0644]
tests/ui/associated-item/associated-item-duplicate-names-3.stderr [new file with mode: 0644]
tests/ui/associated-item/associated-item-duplicate-names.rs [new file with mode: 0644]
tests/ui/associated-item/associated-item-duplicate-names.stderr [new file with mode: 0644]
tests/ui/associated-item/associated-item-enum.rs [new file with mode: 0644]
tests/ui/associated-item/associated-item-enum.stderr [new file with mode: 0644]
tests/ui/associated-item/associated-item-two-bounds.rs [new file with mode: 0644]
tests/ui/associated-item/impl-duplicate-methods.rs [new file with mode: 0644]
tests/ui/associated-item/impl-duplicate-methods.stderr [new file with mode: 0644]
tests/ui/associated-item/issue-105449.rs [new file with mode: 0644]
tests/ui/associated-item/issue-48027.rs [new file with mode: 0644]
tests/ui/associated-item/issue-48027.stderr [new file with mode: 0644]
tests/ui/associated-item/issue-87638.fixed [new file with mode: 0644]
tests/ui/associated-item/issue-87638.rs [new file with mode: 0644]
tests/ui/associated-item/issue-87638.stderr [new file with mode: 0644]
tests/ui/associated-path-shl.rs [new file with mode: 0644]
tests/ui/associated-path-shl.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/ambiguous-associated-type.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/ambiguous-associated-type2.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/ambiguous-associated-type2.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/assoc-type-bound-through-where-clause.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/assoc-type-eq-with-dyn-atb-fail.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/assoc-type-eq-with-dyn-atb-fail.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/associated-item-through-where-clause.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/auxiliary/fn-aux.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/auxiliary/fn-dyn-aux.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/bad-bounds-on-assoc-in-trait.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/bad-bounds-on-assoc-in-trait.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/bad-universal-in-dyn-in-where-clause.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/bad-universal-in-dyn-in-where-clause.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/bad-universal-in-impl-sig.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/bad-universal-in-impl-sig.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/binder-on-bound.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/binder-on-bound.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/bounds-on-assoc-in-trait.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/bounds-on-assoc-in-trait.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/const-projection-err.gce.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/const-projection-err.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/const-projection-err.stock.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/duplicate.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/duplicate.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/dyn-impl-trait-type.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/dyn-rpit-and-let.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/elision.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/elision.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/entails-sized-object-safety.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/enum-bounds.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/fn-apit.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/fn-aux.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/fn-dyn-apit.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/fn-inline.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/fn-where.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/fn-wrap-apit.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/handle-predicates-that-can-define-assoc-type.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/hrtb.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/implied-region-constraints.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/implied-region-constraints.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/inside-adt.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/inside-adt.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/issue-102335-ty.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/issue-102335-ty.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/issue-61752.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/issue-70292.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/issue-71443-1.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/issue-71443-1.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/issue-71443-2.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/issue-73818.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/issue-79949.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/issue-81193.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/issue-83017.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/issue-99828.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/issue-99828.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/missing-trait-bound-for-assoc-fails.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/missing-trait-bound-for-assoc-fails.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/order-dependent-bounds-issue-54121.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/rpit.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/struct-bounds.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/supertrait-referencing-self.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/supertrait-referencing.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/supertrait-where-referencing-self.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/trait-alias-impl-trait.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/trait-params.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/traits-assoc-anonymized.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/traits-assoc-type-macros.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/type-alias.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/type-alias.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/union-bounds.rs [new file with mode: 0644]
tests/ui/associated-types/associate-type-bound-normalization.rs [new file with mode: 0644]
tests/ui/associated-types/associated-item-long-paths.rs [new file with mode: 0644]
tests/ui/associated-types/associated-type-destructuring-assignment.rs [new file with mode: 0644]
tests/ui/associated-types/associated-type-macro.rs [new file with mode: 0644]
tests/ui/associated-types/associated-type-macro.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-type-projection-ambig-between-bound-and-where-clause.rs [new file with mode: 0644]
tests/ui/associated-types/associated-type-projection-ambig-between-bound-and-where-clause.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-type-projection-from-multiple-supertraits.rs [new file with mode: 0644]
tests/ui/associated-types/associated-type-projection-from-multiple-supertraits.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-type-projection-from-supertrait.rs [new file with mode: 0644]
tests/ui/associated-types/associated-type-projection-from-supertrait.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-type-struct-construction.rs [new file with mode: 0644]
tests/ui/associated-types/associated-type-tuple-struct-construction.rs [new file with mode: 0644]
tests/ui/associated-types/associated-type-tuple-struct-construction.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-ICE-when-projecting-out-of-err.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-ICE-when-projecting-out-of-err.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-basic.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-binding-in-trait.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-binding-in-where-clause.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-binding-to-type-defined-in-supertrait.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-binding-to-type-defined-in-supertrait.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-bound-ambiguity.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-bound-failure.fixed [new file with mode: 0644]
tests/ui/associated-types/associated-types-bound-failure.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-bound-failure.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-bound.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-cc.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-coherence-failure.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-coherence-failure.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-conditional-dispatch.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-constant-type.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-doubleendediterator-object.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-duplicate-binding-in-env-hrtb.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-duplicate-binding-in-env.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-enum-field-named.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-enum-field-numbered.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-eq-1.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-eq-1.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-eq-2.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-eq-2.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-eq-3.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-eq-3.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-eq-expr-path.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-eq-expr-path.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-eq-hr.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-eq-hr.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-eq-obj.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-for-unimpl-trait.fixed [new file with mode: 0644]
tests/ui/associated-types/associated-types-for-unimpl-trait.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-for-unimpl-trait.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-from-supertrait.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-impl-redirect.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-in-ambiguous-context.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-in-ambiguous-context.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-in-bound-type-arg.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-in-default-method.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-in-fn.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-in-impl-generics.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-in-inherent-method.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-incomplete-object.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-incomplete-object.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-invalid-trait-ref-issue-18865.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-invalid-trait-ref-issue-18865.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-issue-17359.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-issue-17359.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-issue-20220.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-issue-20346.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-issue-20346.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-issue-20371.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-issue-21212.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-iterator-binding.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-method.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-multiple-types-one-trait.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-multiple-types-one-trait.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-nested-projections.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-no-suitable-bound.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-no-suitable-bound.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-no-suitable-supertrait-2.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-no-suitable-supertrait-2.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-no-suitable-supertrait.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-no-suitable-supertrait.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-normalize-in-bounds-binding.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-normalize-in-bounds-ufcs.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-normalize-in-bounds.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-normalize-unifield-struct.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-outlives.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-outlives.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-overridden-binding-2.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-overridden-binding-2.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-overridden-binding.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-overridden-binding.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-overridden-default.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-path-1.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-path-1.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-path-2.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-path-2.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-project-from-hrtb-in-fn-body.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-project-from-hrtb-in-fn-body.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-project-from-hrtb-in-fn.fixed [new file with mode: 0644]
tests/ui/associated-types/associated-types-project-from-hrtb-in-fn.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-project-from-hrtb-in-fn.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-project-from-hrtb-in-struct.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-project-from-hrtb-in-struct.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-project-from-hrtb-in-trait-method.fixed [new file with mode: 0644]
tests/ui/associated-types/associated-types-project-from-hrtb-in-trait-method.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-project-from-hrtb-in-trait-method.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-project-from-type-param-via-bound-in-where.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-projection-bound-ambiguity.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-projection-bound-in-supertraits.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-projection-from-known-type-in-impl.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-projection-in-object-type.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-projection-in-supertrait.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-projection-in-where-clause.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-projection-to-unrelated-trait-in-method-without-default.fixed [new file with mode: 0644]
tests/ui/associated-types/associated-types-projection-to-unrelated-trait-in-method-without-default.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-projection-to-unrelated-trait-in-method-without-default.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-projection-to-unrelated-trait.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-qualified-path-with-trait-with-type-parameters.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-ref-from-struct.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-ref-in-struct-literal.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-region-erasure-issue-20582.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-resolve-lifetime.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-return.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-simple.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-stream.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-struct-field-named.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-struct-field-numbered.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-subtyping-1.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-subtyping-1.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-sugar-path.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-unconstrained.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-unconstrained.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-unsized.fixed [new file with mode: 0644]
tests/ui/associated-types/associated-types-unsized.rs [new file with mode: 0644]
tests/ui/associated-types/associated-types-unsized.stderr [new file with mode: 0644]
tests/ui/associated-types/associated-types-where-clause-impl-ambiguity.rs [new file with mode: 0644]
tests/ui/associated-types/auxiliary/associated-types-cc-lib.rs [new file with mode: 0644]
tests/ui/associated-types/bound-lifetime-constrained.clause.stderr [new file with mode: 0644]
tests/ui/associated-types/bound-lifetime-constrained.func.stderr [new file with mode: 0644]
tests/ui/associated-types/bound-lifetime-constrained.object.stderr [new file with mode: 0644]
tests/ui/associated-types/bound-lifetime-constrained.rs [new file with mode: 0644]
tests/ui/associated-types/bound-lifetime-in-binding-only.angle.stderr [new file with mode: 0644]
tests/ui/associated-types/bound-lifetime-in-binding-only.elision.stderr [new file with mode: 0644]
tests/ui/associated-types/bound-lifetime-in-binding-only.ok.stderr [new file with mode: 0644]
tests/ui/associated-types/bound-lifetime-in-binding-only.paren.stderr [new file with mode: 0644]
tests/ui/associated-types/bound-lifetime-in-binding-only.rs [new file with mode: 0644]
tests/ui/associated-types/bound-lifetime-in-return-only.elision.stderr [new file with mode: 0644]
tests/ui/associated-types/bound-lifetime-in-return-only.local.stderr [new file with mode: 0644]
tests/ui/associated-types/bound-lifetime-in-return-only.ok.stderr [new file with mode: 0644]
tests/ui/associated-types/bound-lifetime-in-return-only.rs [new file with mode: 0644]
tests/ui/associated-types/bound-lifetime-in-return-only.sig.stderr [new file with mode: 0644]
tests/ui/associated-types/bound-lifetime-in-return-only.structure.stderr [new file with mode: 0644]
tests/ui/associated-types/cache/chrono-scan.rs [new file with mode: 0644]
tests/ui/associated-types/cache/elision.rs [new file with mode: 0644]
tests/ui/associated-types/cache/project-fn-ret-contravariant.krisskross.stderr [new file with mode: 0644]
tests/ui/associated-types/cache/project-fn-ret-contravariant.rs [new file with mode: 0644]
tests/ui/associated-types/cache/project-fn-ret-contravariant.transmute.stderr [new file with mode: 0644]
tests/ui/associated-types/cache/project-fn-ret-invariant.krisskross.stderr [new file with mode: 0644]
tests/ui/associated-types/cache/project-fn-ret-invariant.oneuse.stderr [new file with mode: 0644]
tests/ui/associated-types/cache/project-fn-ret-invariant.rs [new file with mode: 0644]
tests/ui/associated-types/cache/project-fn-ret-invariant.transmute.stderr [new file with mode: 0644]
tests/ui/associated-types/default-associated-types.rs [new file with mode: 0644]
tests/ui/associated-types/defaults-cyclic-fail-1.rs [new file with mode: 0644]
tests/ui/associated-types/defaults-cyclic-fail-1.stderr [new file with mode: 0644]
tests/ui/associated-types/defaults-cyclic-fail-2.rs [new file with mode: 0644]
tests/ui/associated-types/defaults-cyclic-fail-2.stderr [new file with mode: 0644]
tests/ui/associated-types/defaults-cyclic-pass-1.rs [new file with mode: 0644]
tests/ui/associated-types/defaults-cyclic-pass-2.rs [new file with mode: 0644]
tests/ui/associated-types/defaults-in-other-trait-items-pass.rs [new file with mode: 0644]
tests/ui/associated-types/defaults-in-other-trait-items.rs [new file with mode: 0644]
tests/ui/associated-types/defaults-in-other-trait-items.stderr [new file with mode: 0644]
tests/ui/associated-types/defaults-mixed.rs [new file with mode: 0644]
tests/ui/associated-types/defaults-mixed.stderr [new file with mode: 0644]
tests/ui/associated-types/defaults-specialization.rs [new file with mode: 0644]
tests/ui/associated-types/defaults-specialization.stderr [new file with mode: 0644]
tests/ui/associated-types/defaults-suitability.rs [new file with mode: 0644]
tests/ui/associated-types/defaults-suitability.stderr [new file with mode: 0644]
tests/ui/associated-types/defaults-unsound-62211-1.rs [new file with mode: 0644]
tests/ui/associated-types/defaults-unsound-62211-1.stderr [new file with mode: 0644]
tests/ui/associated-types/defaults-unsound-62211-2.rs [new file with mode: 0644]
tests/ui/associated-types/defaults-unsound-62211-2.stderr [new file with mode: 0644]
tests/ui/associated-types/defaults-wf.rs [new file with mode: 0644]
tests/ui/associated-types/defaults-wf.stderr [new file with mode: 0644]
tests/ui/associated-types/higher-ranked-projection.bad.stderr [new file with mode: 0644]
tests/ui/associated-types/higher-ranked-projection.rs [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-bound-1.rs [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-bound-1.stderr [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-bound-2.rs [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-bound-2.stderr [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-bound-object.rs [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-bound-object.stderr [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-bound-param-1.rs [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-bound-param-1.stderr [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-bound-param-2.rs [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-bound-param-2.stderr [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-bound-param-3.rs [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-bound-param-3.stderr [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-bound-param-4.rs [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-bound-param-4.stderr [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-bound-param-5.rs [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-bound-param-5.stderr [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-bound-param-6.rs [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-bound-param-6.stderr [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-projection-1.rs [new file with mode: 0644]
tests/ui/associated-types/hr-associated-type-projection-1.stderr [new file with mode: 0644]
tests/ui/associated-types/impl-trait-return-missing-constraint.rs [new file with mode: 0644]
tests/ui/associated-types/impl-trait-return-missing-constraint.stderr [new file with mode: 0644]
tests/ui/associated-types/impl-wf-cycle-1.rs [new file with mode: 0644]
tests/ui/associated-types/impl-wf-cycle-1.stderr [new file with mode: 0644]
tests/ui/associated-types/impl-wf-cycle-2.rs [new file with mode: 0644]
tests/ui/associated-types/impl-wf-cycle-2.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-18655.rs [new file with mode: 0644]
tests/ui/associated-types/issue-19081.rs [new file with mode: 0644]
tests/ui/associated-types/issue-19883.rs [new file with mode: 0644]
tests/ui/associated-types/issue-19883.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-20005.rs [new file with mode: 0644]
tests/ui/associated-types/issue-20005.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-20825-2.rs [new file with mode: 0644]
tests/ui/associated-types/issue-20825.rs [new file with mode: 0644]
tests/ui/associated-types/issue-20825.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-21363.rs [new file with mode: 0644]
tests/ui/associated-types/issue-21726.rs [new file with mode: 0644]
tests/ui/associated-types/issue-22037.rs [new file with mode: 0644]
tests/ui/associated-types/issue-22037.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-22066.rs [new file with mode: 0644]
tests/ui/associated-types/issue-22560.rs [new file with mode: 0644]
tests/ui/associated-types/issue-22560.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-22828.rs [new file with mode: 0644]
tests/ui/associated-types/issue-23208.rs [new file with mode: 0644]
tests/ui/associated-types/issue-23595-1.rs [new file with mode: 0644]
tests/ui/associated-types/issue-23595-1.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-23595-2.rs [new file with mode: 0644]
tests/ui/associated-types/issue-23595-2.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-24159.rs [new file with mode: 0644]
tests/ui/associated-types/issue-24204.rs [new file with mode: 0644]
tests/ui/associated-types/issue-24338.rs [new file with mode: 0644]
tests/ui/associated-types/issue-25339.rs [new file with mode: 0644]
tests/ui/associated-types/issue-25700-1.rs [new file with mode: 0644]
tests/ui/associated-types/issue-25700-2.rs [new file with mode: 0644]
tests/ui/associated-types/issue-25700.rs [new file with mode: 0644]
tests/ui/associated-types/issue-25700.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-26681.rs [new file with mode: 0644]
tests/ui/associated-types/issue-26681.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-27675-unchecked-bounds.rs [new file with mode: 0644]
tests/ui/associated-types/issue-27675-unchecked-bounds.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-28871.rs [new file with mode: 0644]
tests/ui/associated-types/issue-31597.rs [new file with mode: 0644]
tests/ui/associated-types/issue-32350.rs [new file with mode: 0644]
tests/ui/associated-types/issue-36499.rs [new file with mode: 0644]
tests/ui/associated-types/issue-36499.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-37808.rs [new file with mode: 0644]
tests/ui/associated-types/issue-37883.rs [new file with mode: 0644]
tests/ui/associated-types/issue-38821.rs [new file with mode: 0644]
tests/ui/associated-types/issue-38821.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-38917.rs [new file with mode: 0644]
tests/ui/associated-types/issue-39532.rs [new file with mode: 0644]
tests/ui/associated-types/issue-40093.rs [new file with mode: 0644]
tests/ui/associated-types/issue-41868.rs [new file with mode: 0644]
tests/ui/associated-types/issue-43475.rs [new file with mode: 0644]
tests/ui/associated-types/issue-43784-associated-type.rs [new file with mode: 0644]
tests/ui/associated-types/issue-43784-associated-type.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-43924.rs [new file with mode: 0644]
tests/ui/associated-types/issue-43924.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-44153.rs [new file with mode: 0644]
tests/ui/associated-types/issue-44153.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-47139-1.rs [new file with mode: 0644]
tests/ui/associated-types/issue-47139-2.rs [new file with mode: 0644]
tests/ui/associated-types/issue-47385.rs [new file with mode: 0644]
tests/ui/associated-types/issue-47814.rs [new file with mode: 0644]
tests/ui/associated-types/issue-47814.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-48010.rs [new file with mode: 0644]
tests/ui/associated-types/issue-48551.rs [new file with mode: 0644]
tests/ui/associated-types/issue-50301.rs [new file with mode: 0644]
tests/ui/associated-types/issue-54108.rs [new file with mode: 0644]
tests/ui/associated-types/issue-54108.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-54182-1.rs [new file with mode: 0644]
tests/ui/associated-types/issue-54182-2.rs [new file with mode: 0644]
tests/ui/associated-types/issue-54467.rs [new file with mode: 0644]
tests/ui/associated-types/issue-55846.rs [new file with mode: 0644]
tests/ui/associated-types/issue-59324.rs [new file with mode: 0644]
tests/ui/associated-types/issue-59324.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-62200.rs [new file with mode: 0644]
tests/ui/associated-types/issue-62200.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-63591.rs [new file with mode: 0644]
tests/ui/associated-types/issue-63593.rs [new file with mode: 0644]
tests/ui/associated-types/issue-63593.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-64848.rs [new file with mode: 0644]
tests/ui/associated-types/issue-64855-2.rs [new file with mode: 0644]
tests/ui/associated-types/issue-64855.rs [new file with mode: 0644]
tests/ui/associated-types/issue-64855.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-65774-1.rs [new file with mode: 0644]
tests/ui/associated-types/issue-65774-1.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-65774-2.rs [new file with mode: 0644]
tests/ui/associated-types/issue-65774-2.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-65934.rs [new file with mode: 0644]
tests/ui/associated-types/issue-67684.rs [new file with mode: 0644]
tests/ui/associated-types/issue-69398.rs [new file with mode: 0644]
tests/ui/associated-types/issue-71113.rs [new file with mode: 0644]
tests/ui/associated-types/issue-72806.rs [new file with mode: 0644]
tests/ui/associated-types/issue-72806.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-76179.rs [new file with mode: 0644]
tests/ui/associated-types/issue-82079.rs [new file with mode: 0644]
tests/ui/associated-types/issue-85103.rs [new file with mode: 0644]
tests/ui/associated-types/issue-85103.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-87261.rs [new file with mode: 0644]
tests/ui/associated-types/issue-87261.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-88856.rs [new file with mode: 0644]
tests/ui/associated-types/issue-91069.rs [new file with mode: 0644]
tests/ui/associated-types/issue-91231.rs [new file with mode: 0644]
tests/ui/associated-types/issue-91234.rs [new file with mode: 0644]
tests/ui/associated-types/missing-associated-types.rs [new file with mode: 0644]
tests/ui/associated-types/missing-associated-types.stderr [new file with mode: 0644]
tests/ui/associated-types/normalization-debruijn-1.rs [new file with mode: 0644]
tests/ui/associated-types/normalization-debruijn-2.rs [new file with mode: 0644]
tests/ui/associated-types/normalization-debruijn-3.rs [new file with mode: 0644]
tests/ui/associated-types/normalization-generality-2.rs [new file with mode: 0644]
tests/ui/associated-types/normalization-generality.rs [new file with mode: 0644]
tests/ui/associated-types/normalization-probe-cycle.rs [new file with mode: 0644]
tests/ui/associated-types/normalize-cycle-in-eval-no-region.rs [new file with mode: 0644]
tests/ui/associated-types/normalize-cycle-in-eval.rs [new file with mode: 0644]
tests/ui/associated-types/object-method-numbering.rs [new file with mode: 0644]
tests/ui/associated-types/object-normalization.rs [new file with mode: 0644]
tests/ui/associated-types/param-env-normalize-cycle.rs [new file with mode: 0644]
tests/ui/associated-types/point-at-type-on-obligation-failure-2.rs [new file with mode: 0644]
tests/ui/associated-types/point-at-type-on-obligation-failure-2.stderr [new file with mode: 0644]
tests/ui/associated-types/point-at-type-on-obligation-failure.rs [new file with mode: 0644]
tests/ui/associated-types/point-at-type-on-obligation-failure.stderr [new file with mode: 0644]
tests/ui/associated-types/project-defer-unification.rs [new file with mode: 0644]
tests/ui/associated-types/project-recursion-limit-non-fatal.rs [new file with mode: 0644]
tests/ui/associated-types/substs-ppaux.normal.stderr [new file with mode: 0644]
tests/ui/associated-types/substs-ppaux.rs [new file with mode: 0644]
tests/ui/associated-types/substs-ppaux.verbose.stderr [new file with mode: 0644]
tests/ui/associated-types/trait-with-supertraits-needing-sized-self.rs [new file with mode: 0644]
tests/ui/associated-types/trait-with-supertraits-needing-sized-self.stderr [new file with mode: 0644]
tests/ui/associated-types/wf-cycle-2.rs [new file with mode: 0644]
tests/ui/associated-types/wf-cycle.rs [new file with mode: 0644]
tests/ui/async-await/argument-patterns.rs [new file with mode: 0644]
tests/ui/async-await/async-assoc-fn-anon-lifetimes.rs [new file with mode: 0644]
tests/ui/async-await/async-await-let-else.drop-tracking.stderr [new file with mode: 0644]
tests/ui/async-await/async-await-let-else.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/async-await-let-else.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/async-await-let-else.no-drop-tracking.stderr [new file with mode: 0644]
tests/ui/async-await/async-await-let-else.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/async-await-let-else.rs [new file with mode: 0644]
tests/ui/async-await/async-await.rs [new file with mode: 0644]
tests/ui/async-await/async-block-control-flow-static-semantics.rs [new file with mode: 0644]
tests/ui/async-await/async-block-control-flow-static-semantics.stderr [new file with mode: 0644]
tests/ui/async-await/async-borrowck-escaping-block-error.fixed [new file with mode: 0644]
tests/ui/async-await/async-borrowck-escaping-block-error.rs [new file with mode: 0644]
tests/ui/async-await/async-borrowck-escaping-block-error.stderr [new file with mode: 0644]
tests/ui/async-await/async-borrowck-escaping-closure-error.rs [new file with mode: 0644]
tests/ui/async-await/async-borrowck-escaping-closure-error.stderr [new file with mode: 0644]
tests/ui/async-await/async-closure-matches-expr.rs [new file with mode: 0644]
tests/ui/async-await/async-closure.rs [new file with mode: 0644]
tests/ui/async-await/async-error-span.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/async-error-span.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/async-error-span.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/async-error-span.rs [new file with mode: 0644]
tests/ui/async-await/async-fn-elided-impl-lifetime-parameter.rs [new file with mode: 0644]
tests/ui/async-await/async-fn-nonsend.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/async-fn-nonsend.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/async-fn-nonsend.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/async-fn-nonsend.rs [new file with mode: 0644]
tests/ui/async-await/async-fn-nonsend.stderr [new file with mode: 0644]
tests/ui/async-await/async-fn-path-elision.rs [new file with mode: 0644]
tests/ui/async-await/async-fn-path-elision.stderr [new file with mode: 0644]
tests/ui/async-await/async-fn-send-uses-nonsend.rs [new file with mode: 0644]
tests/ui/async-await/async-fn-size-moved-locals.rs [new file with mode: 0644]
tests/ui/async-await/async-fn-size-uninit-locals.rs [new file with mode: 0644]
tests/ui/async-await/async-fn-size.rs [new file with mode: 0644]
tests/ui/async-await/async-is-unwindsafe.rs [new file with mode: 0644]
tests/ui/async-await/async-is-unwindsafe.stderr [new file with mode: 0644]
tests/ui/async-await/async-matches-expr.rs [new file with mode: 0644]
tests/ui/async-await/async-trait-fn.rs [new file with mode: 0644]
tests/ui/async-await/async-trait-fn.stderr [new file with mode: 0644]
tests/ui/async-await/async-unsafe-fn-call-in-safe.mir.stderr [new file with mode: 0644]
tests/ui/async-await/async-unsafe-fn-call-in-safe.rs [new file with mode: 0644]
tests/ui/async-await/async-unsafe-fn-call-in-safe.thir.stderr [new file with mode: 0644]
tests/ui/async-await/async-with-closure.rs [new file with mode: 0644]
tests/ui/async-await/auxiliary/arc_wake.rs [new file with mode: 0644]
tests/ui/async-await/auxiliary/issue-107036.rs [new file with mode: 0644]
tests/ui/async-await/auxiliary/issue-72470-lib.rs [new file with mode: 0644]
tests/ui/async-await/await-into-future.rs [new file with mode: 0644]
tests/ui/async-await/await-keyword/2015-edition-error-various-positions.rs [new file with mode: 0644]
tests/ui/async-await/await-keyword/2015-edition-error-various-positions.stderr [new file with mode: 0644]
tests/ui/async-await/await-keyword/2015-edition-warning.fixed [new file with mode: 0644]
tests/ui/async-await/await-keyword/2015-edition-warning.rs [new file with mode: 0644]
tests/ui/async-await/await-keyword/2015-edition-warning.stderr [new file with mode: 0644]
tests/ui/async-await/await-keyword/2018-edition-error-in-non-macro-position.rs [new file with mode: 0644]
tests/ui/async-await/await-keyword/2018-edition-error-in-non-macro-position.stderr [new file with mode: 0644]
tests/ui/async-await/await-keyword/2018-edition-error.rs [new file with mode: 0644]
tests/ui/async-await/await-keyword/2018-edition-error.stderr [new file with mode: 0644]
tests/ui/async-await/await-keyword/incorrect-syntax-suggestions.rs [new file with mode: 0644]
tests/ui/async-await/await-keyword/incorrect-syntax-suggestions.stderr [new file with mode: 0644]
tests/ui/async-await/await-keyword/post_expansion_error.rs [new file with mode: 0644]
tests/ui/async-await/await-keyword/post_expansion_error.stderr [new file with mode: 0644]
tests/ui/async-await/await-sequence.rs [new file with mode: 0644]
tests/ui/async-await/await-unsize.rs [new file with mode: 0644]
tests/ui/async-await/bound-normalization.rs [new file with mode: 0644]
tests/ui/async-await/conditional-and-guaranteed-initialization.rs [new file with mode: 0644]
tests/ui/async-await/default-struct-update.rs [new file with mode: 0644]
tests/ui/async-await/dont-print-desugared-async.rs [new file with mode: 0644]
tests/ui/async-await/dont-print-desugared-async.stderr [new file with mode: 0644]
tests/ui/async-await/dont-suggest-await-on-method-return-mismatch.rs [new file with mode: 0644]
tests/ui/async-await/dont-suggest-await-on-method-return-mismatch.stderr [new file with mode: 0644]
tests/ui/async-await/dont-suggest-missing-await.rs [new file with mode: 0644]
tests/ui/async-await/dont-suggest-missing-await.stderr [new file with mode: 0644]
tests/ui/async-await/drop-and-assign.rs [new file with mode: 0644]
tests/ui/async-await/drop-order/auxiliary/arc_wake.rs [new file with mode: 0644]
tests/ui/async-await/drop-order/drop-order-for-async-fn-parameters-by-ref-binding.rs [new file with mode: 0644]
tests/ui/async-await/drop-order/drop-order-for-async-fn-parameters.rs [new file with mode: 0644]
tests/ui/async-await/drop-order/drop-order-for-locals-when-cancelled.rs [new file with mode: 0644]
tests/ui/async-await/drop-order/drop-order-for-temporary-in-tail-return-expr.rs [new file with mode: 0644]
tests/ui/async-await/drop-order/drop-order-locals-are-hidden.rs [new file with mode: 0644]
tests/ui/async-await/drop-order/drop-order-locals-are-hidden.stderr [new file with mode: 0644]
tests/ui/async-await/drop-order/drop-order-when-cancelled.rs [new file with mode: 0644]
tests/ui/async-await/drop-track-bad-field-in-fru.rs [new file with mode: 0644]
tests/ui/async-await/drop-track-bad-field-in-fru.stderr [new file with mode: 0644]
tests/ui/async-await/drop-track-field-assign-nonsend.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/drop-track-field-assign-nonsend.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/drop-track-field-assign-nonsend.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/drop-track-field-assign-nonsend.rs [new file with mode: 0644]
tests/ui/async-await/drop-track-field-assign.rs [new file with mode: 0644]
tests/ui/async-await/drop-tracking-unresolved-typeck-results.rs [new file with mode: 0644]
tests/ui/async-await/drop-tracking-unresolved-typeck-results.stderr [new file with mode: 0644]
tests/ui/async-await/edition-deny-async-fns-2015.rs [new file with mode: 0644]
tests/ui/async-await/edition-deny-async-fns-2015.stderr [new file with mode: 0644]
tests/ui/async-await/expansion-in-attrs.rs [new file with mode: 0644]
tests/ui/async-await/feature-async-closure.rs [new file with mode: 0644]
tests/ui/async-await/feature-async-closure.stderr [new file with mode: 0644]
tests/ui/async-await/feature-gate-async_fn_in_trait.rs [new file with mode: 0644]
tests/ui/async-await/feature-gate-async_fn_in_trait.stderr [new file with mode: 0644]
tests/ui/async-await/feature-self-return-type.rs [new file with mode: 0644]
tests/ui/async-await/feature-self-return-type.stderr [new file with mode: 0644]
tests/ui/async-await/field-assign-nonsend.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/field-assign-nonsend.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/field-assign-nonsend.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/field-assign-nonsend.rs [new file with mode: 0644]
tests/ui/async-await/field-assign.rs [new file with mode: 0644]
tests/ui/async-await/future-sizes/async-awaiting-fut.rs [new file with mode: 0644]
tests/ui/async-await/future-sizes/async-awaiting-fut.stdout [new file with mode: 0644]
tests/ui/async-await/future-sizes/future-as-arg.rs [new file with mode: 0644]
tests/ui/async-await/future-sizes/large-arg.rs [new file with mode: 0644]
tests/ui/async-await/future-sizes/large-arg.stdout [new file with mode: 0644]
tests/ui/async-await/futures-api.rs [new file with mode: 0644]
tests/ui/async-await/generator-desc.rs [new file with mode: 0644]
tests/ui/async-await/generator-desc.stderr [new file with mode: 0644]
tests/ui/async-await/generator-not-future.rs [new file with mode: 0644]
tests/ui/async-await/generator-not-future.stderr [new file with mode: 0644]
tests/ui/async-await/generics-and-bounds.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/async-associated-types.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/async-associated-types2.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/async-default-fn-overridden.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/async-default-fn-overridden.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-example-desugared-boxed-in-trait.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/async-example-desugared-boxed-in-trait.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-example-desugared-boxed.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/async-example-desugared-boxed.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-example-desugared-extra.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/async-example-desugared-in-trait.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/async-example-desugared-manual.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/async-example-desugared-manual.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-example-desugared.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/async-example.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/async-generics-and-bounds.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/async-generics-and-bounds.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-generics.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/async-generics.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-lifetimes-and-bounds.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/async-lifetimes.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/async-recursive-generic.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/async-recursive-generic.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-recursive.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/async-recursive.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/bad-signatures.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/bad-signatures.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/dont-project-to-specializable-projection.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/dont-project-to-specializable-projection.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/early-bound-1.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/early-bound-2.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/fn-not-async-err.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/fn-not-async-err.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/fn-not-async-err2.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/fn-not-async-err2.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/implied-bounds.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/issue-102138.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/issue-102219.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/issue-102310.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/issue-104678.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/lifetime-mismatch.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/lifetime-mismatch.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/missing-send-bound.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/missing-send-bound.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/nested-rpit.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/object-safety.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/object-safety.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/return-type-suggestion.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/return-type-suggestion.stderr [new file with mode: 0644]
tests/ui/async-await/incorrect-move-async-order-issue-79694.fixed [new file with mode: 0644]
tests/ui/async-await/incorrect-move-async-order-issue-79694.rs [new file with mode: 0644]
tests/ui/async-await/incorrect-move-async-order-issue-79694.stderr [new file with mode: 0644]
tests/ui/async-await/interior-with-const-generic-expr.rs [new file with mode: 0644]
tests/ui/async-await/issue-101715.rs [new file with mode: 0644]
tests/ui/async-await/issue-101715.stderr [new file with mode: 0644]
tests/ui/async-await/issue-105501.rs [new file with mode: 0644]
tests/ui/async-await/issue-107036.rs [new file with mode: 0644]
tests/ui/async-await/issue-54239-private-type-triggers-lint.rs [new file with mode: 0644]
tests/ui/async-await/issue-60709.rs [new file with mode: 0644]
tests/ui/async-await/issue-61076.rs [new file with mode: 0644]
tests/ui/async-await/issue-61076.stderr [new file with mode: 0644]
tests/ui/async-await/issue-61452.rs [new file with mode: 0644]
tests/ui/async-await/issue-61452.stderr [new file with mode: 0644]
tests/ui/async-await/issue-61793.rs [new file with mode: 0644]
tests/ui/async-await/issue-61949-self-return-type.rs [new file with mode: 0644]
tests/ui/async-await/issue-61949-self-return-type.stderr [new file with mode: 0644]
tests/ui/async-await/issue-62658.rs [new file with mode: 0644]
tests/ui/async-await/issue-63832-await-short-temporary-lifetime-1.rs [new file with mode: 0644]
tests/ui/async-await/issue-63832-await-short-temporary-lifetime.rs [new file with mode: 0644]
tests/ui/async-await/issue-64130-1-sync.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-1-sync.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-1-sync.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-1-sync.rs [new file with mode: 0644]
tests/ui/async-await/issue-64130-1-sync.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-2-send.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-2-send.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-2-send.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-2-send.rs [new file with mode: 0644]
tests/ui/async-await/issue-64130-2-send.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-3-other.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-3-other.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-3-other.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-3-other.rs [new file with mode: 0644]
tests/ui/async-await/issue-64130-3-other.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-4-async-move.drop-tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-4-async-move.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-4-async-move.rs [new file with mode: 0644]
tests/ui/async-await/issue-64130-non-send-future-diags.rs [new file with mode: 0644]
tests/ui/async-await/issue-64130-non-send-future-diags.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64391.rs [new file with mode: 0644]
tests/ui/async-await/issue-66312.rs [new file with mode: 0644]
tests/ui/async-await/issue-66312.stderr [new file with mode: 0644]
tests/ui/async-await/issue-66387-if-without-else.rs [new file with mode: 0644]
tests/ui/async-await/issue-66387-if-without-else.stderr [new file with mode: 0644]
tests/ui/async-await/issue-67252-unnamed-future.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-67252-unnamed-future.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/issue-67252-unnamed-future.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-67252-unnamed-future.rs [new file with mode: 0644]
tests/ui/async-await/issue-67651.rs [new file with mode: 0644]
tests/ui/async-await/issue-67651.stderr [new file with mode: 0644]
tests/ui/async-await/issue-67765-async-diagnostic.rs [new file with mode: 0644]
tests/ui/async-await/issue-67765-async-diagnostic.stderr [new file with mode: 0644]
tests/ui/async-await/issue-68112.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-68112.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/issue-68112.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-68112.rs [new file with mode: 0644]
tests/ui/async-await/issue-68523-start.rs [new file with mode: 0644]
tests/ui/async-await/issue-68523-start.stderr [new file with mode: 0644]
tests/ui/async-await/issue-68523.rs [new file with mode: 0644]
tests/ui/async-await/issue-68523.stderr [new file with mode: 0644]
tests/ui/async-await/issue-69446-fnmut-capture.rs [new file with mode: 0644]
tests/ui/async-await/issue-69446-fnmut-capture.stderr [new file with mode: 0644]
tests/ui/async-await/issue-70594.rs [new file with mode: 0644]
tests/ui/async-await/issue-70594.stderr [new file with mode: 0644]
tests/ui/async-await/issue-70818.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-70818.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/issue-70818.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-70818.rs [new file with mode: 0644]
tests/ui/async-await/issue-70818.stderr [new file with mode: 0644]
tests/ui/async-await/issue-70935-complex-spans.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-70935-complex-spans.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/issue-70935-complex-spans.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-70935-complex-spans.rs [new file with mode: 0644]
tests/ui/async-await/issue-71137.rs [new file with mode: 0644]
tests/ui/async-await/issue-71137.stderr [new file with mode: 0644]
tests/ui/async-await/issue-72442.rs [new file with mode: 0644]
tests/ui/async-await/issue-72442.stderr [new file with mode: 0644]
tests/ui/async-await/issue-72470-llvm-dominate.rs [new file with mode: 0644]
tests/ui/async-await/issue-72590-type-error-sized.rs [new file with mode: 0644]
tests/ui/async-await/issue-72590-type-error-sized.stderr [new file with mode: 0644]
tests/ui/async-await/issue-73050.rs [new file with mode: 0644]
tests/ui/async-await/issue-73137.rs [new file with mode: 0644]
tests/ui/async-await/issue-73541-1.rs [new file with mode: 0644]
tests/ui/async-await/issue-73541-1.stderr [new file with mode: 0644]
tests/ui/async-await/issue-73541-2.rs [new file with mode: 0644]
tests/ui/async-await/issue-73541-2.stderr [new file with mode: 0644]
tests/ui/async-await/issue-73541-3.rs [new file with mode: 0644]
tests/ui/async-await/issue-73541-3.stderr [new file with mode: 0644]
tests/ui/async-await/issue-73541.rs [new file with mode: 0644]
tests/ui/async-await/issue-73541.stderr [new file with mode: 0644]
tests/ui/async-await/issue-73741-type-err-drop-tracking.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-73741-type-err-drop-tracking.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/issue-73741-type-err-drop-tracking.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-73741-type-err-drop-tracking.rs [new file with mode: 0644]
tests/ui/async-await/issue-73741-type-err-drop-tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-73741-type-err.rs [new file with mode: 0644]
tests/ui/async-await/issue-73741-type-err.stderr [new file with mode: 0644]
tests/ui/async-await/issue-74047.rs [new file with mode: 0644]
tests/ui/async-await/issue-74047.stderr [new file with mode: 0644]
tests/ui/async-await/issue-74072-lifetime-name-annotations.rs [new file with mode: 0644]
tests/ui/async-await/issue-74072-lifetime-name-annotations.stderr [new file with mode: 0644]
tests/ui/async-await/issue-74497-lifetime-in-opaque.rs [new file with mode: 0644]
tests/ui/async-await/issue-74497-lifetime-in-opaque.stderr [new file with mode: 0644]
tests/ui/async-await/issue-75785-confusing-named-region.rs [new file with mode: 0644]
tests/ui/async-await/issue-75785-confusing-named-region.stderr [new file with mode: 0644]
tests/ui/async-await/issue-76547.rs [new file with mode: 0644]
tests/ui/async-await/issue-76547.stderr [new file with mode: 0644]
tests/ui/async-await/issue-77993-2.rs [new file with mode: 0644]
tests/ui/async-await/issue-77993-2.stderr [new file with mode: 0644]
tests/ui/async-await/issue-84841.rs [new file with mode: 0644]
tests/ui/async-await/issue-84841.stderr [new file with mode: 0644]
tests/ui/async-await/issue-86507.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-86507.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/issue-86507.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-86507.rs [new file with mode: 0644]
tests/ui/async-await/issue-93197.rs [new file with mode: 0644]
tests/ui/async-await/issue-93648.rs [new file with mode: 0644]
tests/ui/async-await/issue-98634.rs [new file with mode: 0644]
tests/ui/async-await/issue-98634.stderr [new file with mode: 0644]
tests/ui/async-await/issues/auxiliary/issue-60674.rs [new file with mode: 0644]
tests/ui/async-await/issues/auxiliary/issue_67893.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-102206.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-102206.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-107280.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-107280.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-51719.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-51719.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-51751.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-51751.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-53249.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-54752-async-block.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-54752-async-block.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-54974.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-55324.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-55809.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-58885.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-59001.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-59972.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-60518.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-60655-latebound-regions.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-60674.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-60674.stdout [new file with mode: 0644]
tests/ui/async-await/issues/issue-61187.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-61187.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-61986.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-62009-1.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-62009-1.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-62009-2.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-62009-2.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-62097.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-62097.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-62517-1.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-62517-2.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-63388-1.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-63388-1.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-63388-2.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-63388-2.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-63388-3.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-63388-4.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-64391-2.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-64433.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-64477-2.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-64477.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-64964.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-65159.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-65159.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-65419/issue-65419-async-fn-resume-after-completion.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-65419/issue-65419-async-fn-resume-after-panic.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-65419/issue-65419-generator-resume-after-completion.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-65436-raw-ptr-not-send.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-65436-raw-ptr-not-send.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-66695-static-refs.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-66958-non-copy-infered-type-arg.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-66958-non-copy-infered-type-arg.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-67611-static-mut-refs.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-67893.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-67893.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-69307-nested.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-69307.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-72312.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-72312.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-78600.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-78600.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-78654.full.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-78654.min.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-78654.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-78938-async-block.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-78938-async-block.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-95307.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-95307.stderr [new file with mode: 0644]
tests/ui/async-await/issues/non-async-enclosing-span.rs [new file with mode: 0644]
tests/ui/async-await/issues/non-async-enclosing-span.stderr [new file with mode: 0644]
tests/ui/async-await/large_moves.attribute.stderr [new file with mode: 0644]
tests/ui/async-await/large_moves.option.stderr [new file with mode: 0644]
tests/ui/async-await/large_moves.rs [new file with mode: 0644]
tests/ui/async-await/move-part-await-return-rest-struct.rs [new file with mode: 0644]
tests/ui/async-await/move-part-await-return-rest-tuple.rs [new file with mode: 0644]
tests/ui/async-await/multiple-lifetimes/elided.rs [new file with mode: 0644]
tests/ui/async-await/multiple-lifetimes/fn-ptr.rs [new file with mode: 0644]
tests/ui/async-await/multiple-lifetimes/hrtb.rs [new file with mode: 0644]
tests/ui/async-await/multiple-lifetimes/member-constraints-min-choice-issue-63033.rs [new file with mode: 0644]
tests/ui/async-await/multiple-lifetimes/named.rs [new file with mode: 0644]
tests/ui/async-await/multiple-lifetimes/partial-relation.rs [new file with mode: 0644]
tests/ui/async-await/multiple-lifetimes/ret-impl-trait-fg.rs [new file with mode: 0644]
tests/ui/async-await/multiple-lifetimes/ret-impl-trait-one.rs [new file with mode: 0644]
tests/ui/async-await/multiple-lifetimes/ret-impl-trait-one.stderr [new file with mode: 0644]
tests/ui/async-await/multiple-lifetimes/ret-ref.rs [new file with mode: 0644]
tests/ui/async-await/multiple-lifetimes/ret-ref.stderr [new file with mode: 0644]
tests/ui/async-await/multiple-lifetimes/variance.rs [new file with mode: 0644]
tests/ui/async-await/mutually-recursive-async-impl-trait-type.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/mutually-recursive-async-impl-trait-type.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/mutually-recursive-async-impl-trait-type.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/mutually-recursive-async-impl-trait-type.rs [new file with mode: 0644]
tests/ui/async-await/mutually-recursive-async-impl-trait-type.stderr [new file with mode: 0644]
tests/ui/async-await/nested-in-impl.rs [new file with mode: 0644]
tests/ui/async-await/no-async-const.rs [new file with mode: 0644]
tests/ui/async-await/no-async-const.stderr [new file with mode: 0644]
tests/ui/async-await/no-const-async.rs [new file with mode: 0644]
tests/ui/async-await/no-const-async.stderr [new file with mode: 0644]
tests/ui/async-await/no-move-across-await-struct.rs [new file with mode: 0644]
tests/ui/async-await/no-move-across-await-struct.stderr [new file with mode: 0644]
tests/ui/async-await/no-move-across-await-tuple.rs [new file with mode: 0644]
tests/ui/async-await/no-move-across-await-tuple.stderr [new file with mode: 0644]
tests/ui/async-await/no-non-guaranteed-initialization.rs [new file with mode: 0644]
tests/ui/async-await/no-non-guaranteed-initialization.stderr [new file with mode: 0644]
tests/ui/async-await/no-params-non-move-async-closure.rs [new file with mode: 0644]
tests/ui/async-await/no-params-non-move-async-closure.stderr [new file with mode: 0644]
tests/ui/async-await/no-std.rs [new file with mode: 0644]
tests/ui/async-await/no-unsafe-async.rs [new file with mode: 0644]
tests/ui/async-await/no-unsafe-async.stderr [new file with mode: 0644]
tests/ui/async-await/non-trivial-drop.rs [new file with mode: 0644]
tests/ui/async-await/partial-drop-partial-reinit.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/partial-drop-partial-reinit.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/partial-drop-partial-reinit.rs [new file with mode: 0644]
tests/ui/async-await/partial-initialization-across-await.rs [new file with mode: 0644]
tests/ui/async-await/partial-initialization-across-await.stderr [new file with mode: 0644]
tests/ui/async-await/pin-needed-to-poll-2.rs [new file with mode: 0644]
tests/ui/async-await/pin-needed-to-poll-2.stderr [new file with mode: 0644]
tests/ui/async-await/pin-needed-to-poll.rs [new file with mode: 0644]
tests/ui/async-await/pin-needed-to-poll.stderr [new file with mode: 0644]
tests/ui/async-await/proper-span-for-type-error.fixed [new file with mode: 0644]
tests/ui/async-await/proper-span-for-type-error.rs [new file with mode: 0644]
tests/ui/async-await/proper-span-for-type-error.stderr [new file with mode: 0644]
tests/ui/async-await/recursive-async-impl-trait-type.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/recursive-async-impl-trait-type.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/recursive-async-impl-trait-type.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/recursive-async-impl-trait-type.rs [new file with mode: 0644]
tests/ui/async-await/recursive-async-impl-trait-type.stderr [new file with mode: 0644]
tests/ui/async-await/repeat_count_const_in_async_fn.rs [new file with mode: 0644]
tests/ui/async-await/return-ty-raw-ptr-coercion.rs [new file with mode: 0644]
tests/ui/async-await/return-ty-unsize-coercion.rs [new file with mode: 0644]
tests/ui/async-await/send-bound-async-closure.rs [new file with mode: 0644]
tests/ui/async-await/suggest-missing-await-closure.fixed [new file with mode: 0644]
tests/ui/async-await/suggest-missing-await-closure.rs [new file with mode: 0644]
tests/ui/async-await/suggest-missing-await-closure.stderr [new file with mode: 0644]
tests/ui/async-await/suggest-missing-await.rs [new file with mode: 0644]
tests/ui/async-await/suggest-missing-await.stderr [new file with mode: 0644]
tests/ui/async-await/suggest-switching-edition-on-await-cargo.rs [new file with mode: 0644]
tests/ui/async-await/suggest-switching-edition-on-await-cargo.stderr [new file with mode: 0644]
tests/ui/async-await/suggest-switching-edition-on-await.rs [new file with mode: 0644]
tests/ui/async-await/suggest-switching-edition-on-await.stderr [new file with mode: 0644]
tests/ui/async-await/track-caller/async-block.rs [new file with mode: 0644]
tests/ui/async-await/track-caller/async-block.stderr [new file with mode: 0644]
tests/ui/async-await/track-caller/async-closure-gate.rs [new file with mode: 0644]
tests/ui/async-await/track-caller/async-closure-gate.stderr [new file with mode: 0644]
tests/ui/async-await/track-caller/issue-105134.rs [new file with mode: 0644]
tests/ui/async-await/track-caller/panic-track-caller.nofeat.stderr [new file with mode: 0644]
tests/ui/async-await/track-caller/panic-track-caller.rs [new file with mode: 0644]
tests/ui/async-await/try-on-option-in-async.rs [new file with mode: 0644]
tests/ui/async-await/try-on-option-in-async.stderr [new file with mode: 0644]
tests/ui/async-await/type-parameter-send.rs [new file with mode: 0644]
tests/ui/async-await/unnecessary-await.rs [new file with mode: 0644]
tests/ui/async-await/unnecessary-await.stderr [new file with mode: 0644]
tests/ui/async-await/unreachable-lint-1.rs [new file with mode: 0644]
tests/ui/async-await/unreachable-lint-1.stderr [new file with mode: 0644]
tests/ui/async-await/unreachable-lint.rs [new file with mode: 0644]
tests/ui/async-await/unresolved_type_param.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/unresolved_type_param.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/unresolved_type_param.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/unresolved_type_param.rs [new file with mode: 0644]
tests/ui/async-await/unresolved_type_param.stderr [new file with mode: 0644]
tests/ui/async-await/unused-lifetime.rs [new file with mode: 0644]
tests/ui/async-await/unused-lifetime.stderr [new file with mode: 0644]
tests/ui/atomic-from-mut-not-available.rs [new file with mode: 0644]
tests/ui/atomic-from-mut-not-available.stderr [new file with mode: 0644]
tests/ui/attempted-access-non-fatal.rs [new file with mode: 0644]
tests/ui/attempted-access-non-fatal.stderr [new file with mode: 0644]
tests/ui/attr-bad-crate-attr.rc [new file with mode: 0644]
tests/ui/attr-shebang.rs [new file with mode: 0644]
tests/ui/attr-start.rs [new file with mode: 0644]
tests/ui/attr-usage-inline.rs [new file with mode: 0644]
tests/ui/attr-usage-inline.stderr [new file with mode: 0644]
tests/ui/attributes/attr-before-view-item.rs [new file with mode: 0644]
tests/ui/attributes/attr-before-view-item2.rs [new file with mode: 0644]
tests/ui/attributes/attr-eq-token-tree.rs [new file with mode: 0644]
tests/ui/attributes/attr-eq-token-tree.stderr [new file with mode: 0644]
tests/ui/attributes/attr-mix-new.rs [new file with mode: 0644]
tests/ui/attributes/attrs-on-params.rs [new file with mode: 0644]
tests/ui/attributes/attrs-on-params.stderr [new file with mode: 0644]
tests/ui/attributes/attrs-with-no-formal-in-generics-1.rs [new file with mode: 0644]
tests/ui/attributes/attrs-with-no-formal-in-generics-1.stderr [new file with mode: 0644]
tests/ui/attributes/attrs-with-no-formal-in-generics-2.rs [new file with mode: 0644]
tests/ui/attributes/attrs-with-no-formal-in-generics-2.stderr [new file with mode: 0644]
tests/ui/attributes/attrs-with-no-formal-in-generics-3.rs [new file with mode: 0644]
tests/ui/attributes/attrs-with-no-formal-in-generics-3.stderr [new file with mode: 0644]
tests/ui/attributes/auxiliary/key-value-expansion.rs [new file with mode: 0644]
tests/ui/attributes/class-attributes-1.rs [new file with mode: 0644]
tests/ui/attributes/class-attributes-2.rs [new file with mode: 0644]
tests/ui/attributes/collapse-debuginfo-invalid.rs [new file with mode: 0644]
tests/ui/attributes/collapse-debuginfo-invalid.stderr [new file with mode: 0644]
tests/ui/attributes/const-stability-on-macro.rs [new file with mode: 0644]
tests/ui/attributes/const-stability-on-macro.stderr [new file with mode: 0644]
tests/ui/attributes/doc-attr.rs [new file with mode: 0644]
tests/ui/attributes/doc-attr.stderr [new file with mode: 0644]
tests/ui/attributes/duplicated-attributes.rs [new file with mode: 0644]
tests/ui/attributes/duplicated-attributes.stderr [new file with mode: 0644]
tests/ui/attributes/extented-attribute-macro-error.rs [new file with mode: 0644]
tests/ui/attributes/extented-attribute-macro-error.stderr [new file with mode: 0644]
tests/ui/attributes/field-attributes-vis-unresolved.rs [new file with mode: 0644]
tests/ui/attributes/field-attributes-vis-unresolved.stderr [new file with mode: 0644]
tests/ui/attributes/invalid-doc-attr.rs [new file with mode: 0644]
tests/ui/attributes/invalid-doc-attr.stderr [new file with mode: 0644]
tests/ui/attributes/invalid_macro_export_argument.rs [new file with mode: 0644]
tests/ui/attributes/invalid_macro_export_argument.stderr [new file with mode: 0644]
tests/ui/attributes/issue-100631.rs [new file with mode: 0644]
tests/ui/attributes/issue-100631.stderr [new file with mode: 0644]
tests/ui/attributes/issue-105594-invalid-attr-validation.rs [new file with mode: 0644]
tests/ui/attributes/issue-105594-invalid-attr-validation.stderr [new file with mode: 0644]
tests/ui/attributes/issue-40962.rs [new file with mode: 0644]
tests/ui/attributes/issue-90873.rs [new file with mode: 0644]
tests/ui/attributes/issue-90873.stderr [new file with mode: 0644]
tests/ui/attributes/item-attributes.rs [new file with mode: 0644]
tests/ui/attributes/key-value-expansion-on-mac.rs [new file with mode: 0644]
tests/ui/attributes/key-value-expansion-on-mac.stderr [new file with mode: 0644]
tests/ui/attributes/key-value-expansion.rs [new file with mode: 0644]
tests/ui/attributes/key-value-expansion.stderr [new file with mode: 0644]
tests/ui/attributes/key-value-non-ascii.rs [new file with mode: 0644]
tests/ui/attributes/key-value-non-ascii.stderr [new file with mode: 0644]
tests/ui/attributes/log-backtrace.rs [new file with mode: 0644]
tests/ui/attributes/main-removed-1.rs [new file with mode: 0644]
tests/ui/attributes/main-removed-1.stderr [new file with mode: 0644]
tests/ui/attributes/main-removed-2/auxiliary/tokyo.rs [new file with mode: 0644]
tests/ui/attributes/main-removed-2/main.rs [new file with mode: 0644]
tests/ui/attributes/method-attributes.rs [new file with mode: 0644]
tests/ui/attributes/multiple-invalid.rs [new file with mode: 0644]
tests/ui/attributes/multiple-invalid.stderr [new file with mode: 0644]
tests/ui/attributes/nonterminal-expansion.rs [new file with mode: 0644]
tests/ui/attributes/nonterminal-expansion.stderr [new file with mode: 0644]
tests/ui/attributes/obsolete-attr.rs [new file with mode: 0644]
tests/ui/attributes/obsolete-attr.stderr [new file with mode: 0644]
tests/ui/attributes/rustc-box.rs [new file with mode: 0644]
tests/ui/attributes/rustc-box.stderr [new file with mode: 0644]
tests/ui/attributes/suffixed-literal-meta.rs [new file with mode: 0644]
tests/ui/attributes/suffixed-literal-meta.stderr [new file with mode: 0644]
tests/ui/attributes/tool_attributes.rs [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/auxiliary/sigpipe-utils.rs [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-crate.rs [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-crate.stderr [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-duplicates.rs [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-duplicates.stderr [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-error.rs [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-inherit.rs [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-list.rs [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-list.stderr [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-non-main-fn.rs [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-non-main-fn.stderr [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-non-root-main.rs [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-non-root-main.stderr [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-not-used.rs [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-only-feature.rs [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-rustc_main.rs [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-sig_dfl.rs [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-start.rs [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-start.stderr [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-struct.rs [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-struct.stderr [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-wrong.rs [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe-wrong.stderr [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe.rs [new file with mode: 0644]
tests/ui/attributes/unix_sigpipe/unix_sigpipe.stderr [new file with mode: 0644]
tests/ui/attributes/unknown-attr.rs [new file with mode: 0644]
tests/ui/attributes/unknown-attr.stderr [new file with mode: 0644]
tests/ui/attributes/unnamed-field-attributes-dup.rs [new file with mode: 0644]
tests/ui/attributes/unnamed-field-attributes-vis.rs [new file with mode: 0644]
tests/ui/attributes/unnamed-field-attributes.rs [new file with mode: 0644]
tests/ui/attributes/unrestricted-attribute-tokens.rs [new file with mode: 0644]
tests/ui/attributes/unused-item-in-attr.rs [new file with mode: 0644]
tests/ui/attributes/unused-item-in-attr.stderr [new file with mode: 0644]
tests/ui/attributes/used_with_arg.rs [new file with mode: 0644]
tests/ui/attributes/used_with_arg.stderr [new file with mode: 0644]
tests/ui/attributes/used_with_arg_no_mangle.rs [new file with mode: 0644]
tests/ui/attributes/used_with_multi_args.rs [new file with mode: 0644]
tests/ui/attributes/used_with_multi_args.stderr [new file with mode: 0644]
tests/ui/attributes/variant-attributes.rs [new file with mode: 0644]
tests/ui/attributes/z-crate-attr.rs [new file with mode: 0644]
tests/ui/attrs-resolution-errors.rs [new file with mode: 0644]
tests/ui/attrs-resolution-errors.stderr [new file with mode: 0644]
tests/ui/attrs-resolution.rs [new file with mode: 0644]
tests/ui/augmented-assignments-feature-gate-cross.rs [new file with mode: 0644]
tests/ui/augmented-assignments-rpass.rs [new file with mode: 0644]
tests/ui/augmented-assignments.rs [new file with mode: 0644]
tests/ui/augmented-assignments.stderr [new file with mode: 0644]
tests/ui/auto-instantiate.rs [new file with mode: 0644]
tests/ui/auto-ref-slice-plus-ref.rs [new file with mode: 0644]
tests/ui/auto-ref-slice-plus-ref.stderr [new file with mode: 0644]
tests/ui/auto-traits/auto-is-contextual.rs [new file with mode: 0644]
tests/ui/auto-traits/auto-trait-projection-recursion.rs [new file with mode: 0644]
tests/ui/auto-traits/auto-trait-validation.fixed [new file with mode: 0644]
tests/ui/auto-traits/auto-trait-validation.rs [new file with mode: 0644]
tests/ui/auto-traits/auto-trait-validation.stderr [new file with mode: 0644]
tests/ui/auto-traits/auto-traits.rs [new file with mode: 0644]
tests/ui/auto-traits/bad-generics-on-dyn.rs [new file with mode: 0644]
tests/ui/auto-traits/bad-generics-on-dyn.stderr [new file with mode: 0644]
tests/ui/auto-traits/issue-23080-2.rs [new file with mode: 0644]
tests/ui/auto-traits/issue-23080-2.stderr [new file with mode: 0644]
tests/ui/auto-traits/issue-23080.rs [new file with mode: 0644]
tests/ui/auto-traits/issue-23080.stderr [new file with mode: 0644]
tests/ui/auto-traits/issue-84075.rs [new file with mode: 0644]
tests/ui/auto-traits/issue-84075.stderr [new file with mode: 0644]
tests/ui/auto-traits/str-contains-slice-conceptually.rs [new file with mode: 0644]
tests/ui/auto-traits/str-contains-slice-conceptually.stderr [new file with mode: 0644]
tests/ui/auto-traits/suspicious-impls-lint.rs [new file with mode: 0644]
tests/ui/auto-traits/suspicious-impls-lint.stderr [new file with mode: 0644]
tests/ui/auto-traits/typeck-auto-trait-no-supertraits-2.rs [new file with mode: 0644]
tests/ui/auto-traits/typeck-auto-trait-no-supertraits-2.stderr [new file with mode: 0644]
tests/ui/auto-traits/typeck-auto-trait-no-supertraits.rs [new file with mode: 0644]
tests/ui/auto-traits/typeck-auto-trait-no-supertraits.stderr [new file with mode: 0644]
tests/ui/auto-traits/typeck-default-trait-impl-constituent-types-2.rs [new file with mode: 0644]
tests/ui/auto-traits/typeck-default-trait-impl-constituent-types-2.stderr [new file with mode: 0644]
tests/ui/auto-traits/typeck-default-trait-impl-constituent-types.rs [new file with mode: 0644]
tests/ui/auto-traits/typeck-default-trait-impl-constituent-types.stderr [new file with mode: 0644]
tests/ui/auto-traits/typeck-default-trait-impl-negation.rs [new file with mode: 0644]
tests/ui/auto-traits/typeck-default-trait-impl-negation.stderr [new file with mode: 0644]
tests/ui/auto-traits/typeck-default-trait-impl-precedence.rs [new file with mode: 0644]
tests/ui/auto-traits/typeck-default-trait-impl-precedence.stderr [new file with mode: 0644]
tests/ui/autoderef-full-lval.rs [new file with mode: 0644]
tests/ui/autoderef-full-lval.stderr [new file with mode: 0644]
tests/ui/autoref-autoderef/auto-ref-bounded-ty-param.rs [new file with mode: 0644]
tests/ui/autoref-autoderef/auto-ref-sliceable.rs [new file with mode: 0644]
tests/ui/autoref-autoderef/auto-ref.rs [new file with mode: 0644]
tests/ui/autoref-autoderef/autoderef-and-borrow-method-receiver.rs [new file with mode: 0644]
tests/ui/autoref-autoderef/autoderef-method-on-trait.rs [new file with mode: 0644]
tests/ui/autoref-autoderef/autoderef-method-priority.rs [new file with mode: 0644]
tests/ui/autoref-autoderef/autoderef-method-twice-but-not-thrice.rs [new file with mode: 0644]
tests/ui/autoref-autoderef/autoderef-method-twice.rs [new file with mode: 0644]
tests/ui/autoref-autoderef/autoderef-method.rs [new file with mode: 0644]
tests/ui/autoref-autoderef/autoderef-privacy.rs [new file with mode: 0644]
tests/ui/autoref-autoderef/autoref-intermediate-types-issue-3585.rs [new file with mode: 0644]
tests/ui/autoref-autoderef/deref-into-array.rs [new file with mode: 0644]
tests/ui/autoref-autoderef/issue-38940.rs [new file with mode: 0644]
tests/ui/autoref-autoderef/issue-38940.stderr [new file with mode: 0644]
tests/ui/auxiliary/augmented_assignments.rs [new file with mode: 0644]
tests/ui/auxiliary/check_static_recursion_foreign_helper.rs [new file with mode: 0644]
tests/ui/auxiliary/crate-method-reexport-grrrrrrr2.rs [new file with mode: 0644]
tests/ui/auxiliary/default-ty-param-cross-crate-crate.rs [new file with mode: 0644]
tests/ui/auxiliary/edition-kw-macro-2015.rs [new file with mode: 0644]
tests/ui/auxiliary/edition-kw-macro-2018.rs [new file with mode: 0644]
tests/ui/auxiliary/fancy-panic.rs [new file with mode: 0644]
tests/ui/auxiliary/hello_macro.rs [new file with mode: 0644]
tests/ui/auxiliary/impl_privacy_xc_1.rs [new file with mode: 0644]
tests/ui/auxiliary/inner_static.rs [new file with mode: 0644]
tests/ui/auxiliary/issue-76387.rs [new file with mode: 0644]
tests/ui/auxiliary/kinds_in_metadata.rs [new file with mode: 0644]
tests/ui/auxiliary/msvc-data-only-lib.rs [new file with mode: 0644]
tests/ui/auxiliary/noexporttypelib.rs [new file with mode: 0644]
tests/ui/auxiliary/orphan-check-diagnostics.rs [new file with mode: 0644]
tests/ui/auxiliary/pub-and-stability.rs [new file with mode: 0644]
tests/ui/auxiliary/removing-extern-crate.rs [new file with mode: 0644]
tests/ui/auxiliary/rustc-rust-log-aux.rs [new file with mode: 0644]
tests/ui/auxiliary/svh-a-base.rs [new file with mode: 0644]
tests/ui/auxiliary/svh-b.rs [new file with mode: 0644]
tests/ui/auxiliary/typeid-intrinsic-aux1.rs [new file with mode: 0644]
tests/ui/auxiliary/typeid-intrinsic-aux2.rs [new file with mode: 0644]
tests/ui/auxiliary/using-target-feature-unstable.rs [new file with mode: 0644]
tests/ui/auxiliary/xc-private-method-lib.rs [new file with mode: 0644]
tests/ui/backtrace-apple-no-dsymutil.rs [new file with mode: 0644]
tests/ui/backtrace.rs [new file with mode: 0644]
tests/ui/bare-fn-implements-fn-mut.rs [new file with mode: 0644]
tests/ui/bare-static-string.rs [new file with mode: 0644]
tests/ui/bench/issue-32062.rs [new file with mode: 0644]
tests/ui/big-literals.rs [new file with mode: 0644]
tests/ui/bind-by-move.rs [new file with mode: 0644]
tests/ui/binding/ambiguity-item.rs [new file with mode: 0644]
tests/ui/binding/ambiguity-item.stderr [new file with mode: 0644]
tests/ui/binding/bind-field-short-with-modifiers.rs [new file with mode: 0644]
tests/ui/binding/borrowed-ptr-pattern-2.rs [new file with mode: 0644]
tests/ui/binding/borrowed-ptr-pattern-3.rs [new file with mode: 0644]
tests/ui/binding/borrowed-ptr-pattern-infallible.rs [new file with mode: 0644]
tests/ui/binding/borrowed-ptr-pattern-option.rs [new file with mode: 0644]
tests/ui/binding/borrowed-ptr-pattern.rs [new file with mode: 0644]
tests/ui/binding/const-param.rs [new file with mode: 0644]
tests/ui/binding/const-param.stderr [new file with mode: 0644]
tests/ui/binding/empty-types-in-patterns.rs [new file with mode: 0644]
tests/ui/binding/exhaustive-bool-match-sanity.rs [new file with mode: 0644]
tests/ui/binding/expr-match-generic-unique1.rs [new file with mode: 0644]
tests/ui/binding/expr-match-generic-unique2.rs [new file with mode: 0644]
tests/ui/binding/expr-match-generic.rs [new file with mode: 0644]
tests/ui/binding/expr-match-panic-all.rs [new file with mode: 0644]
tests/ui/binding/expr-match-panic.rs [new file with mode: 0644]
tests/ui/binding/expr-match-unique.rs [new file with mode: 0644]
tests/ui/binding/expr-match.rs [new file with mode: 0644]
tests/ui/binding/fat-arrow-match.rs [new file with mode: 0644]
tests/ui/binding/fn-arg-incomplete-pattern-drop-order.rs [new file with mode: 0644]
tests/ui/binding/fn-pattern-expected-type-2.rs [new file with mode: 0644]
tests/ui/binding/fn-pattern-expected-type.rs [new file with mode: 0644]
tests/ui/binding/func-arg-incomplete-pattern.rs [new file with mode: 0644]
tests/ui/binding/func-arg-ref-pattern.rs [new file with mode: 0644]
tests/ui/binding/func-arg-wild-pattern.rs [new file with mode: 0644]
tests/ui/binding/if-let.rs [new file with mode: 0644]
tests/ui/binding/inconsistent-lifetime-mismatch.rs [new file with mode: 0644]
tests/ui/binding/inferred-suffix-in-pattern-range.rs [new file with mode: 0644]
tests/ui/binding/irrefutable-slice-patterns.rs [new file with mode: 0644]
tests/ui/binding/issue-53114-borrow-checks.rs [new file with mode: 0644]
tests/ui/binding/issue-53114-borrow-checks.stderr [new file with mode: 0644]
tests/ui/binding/issue-53114-safety-checks.rs [new file with mode: 0644]
tests/ui/binding/issue-53114-safety-checks.stderr [new file with mode: 0644]
tests/ui/binding/let-assignability.rs [new file with mode: 0644]
tests/ui/binding/let-destruct-ref.rs [new file with mode: 0644]
tests/ui/binding/let-var-hygiene.rs [new file with mode: 0644]
tests/ui/binding/match-arm-statics.rs [new file with mode: 0644]
tests/ui/binding/match-beginning-vert.rs [new file with mode: 0644]
tests/ui/binding/match-borrowed_str.rs [new file with mode: 0644]
tests/ui/binding/match-bot-2.rs [new file with mode: 0644]
tests/ui/binding/match-bot.rs [new file with mode: 0644]
tests/ui/binding/match-byte-array-patterns.rs [new file with mode: 0644]
tests/ui/binding/match-enum-struct-0.rs [new file with mode: 0644]
tests/ui/binding/match-enum-struct-1.rs [new file with mode: 0644]
tests/ui/binding/match-implicit-copy-unique.rs [new file with mode: 0644]
tests/ui/binding/match-in-macro.rs [new file with mode: 0644]
tests/ui/binding/match-join.rs [new file with mode: 0644]
tests/ui/binding/match-larger-const.rs [new file with mode: 0644]
tests/ui/binding/match-naked-record-expr.rs [new file with mode: 0644]
tests/ui/binding/match-naked-record.rs [new file with mode: 0644]
tests/ui/binding/match-path.rs [new file with mode: 0644]
tests/ui/binding/match-pattern-bindings.rs [new file with mode: 0644]
tests/ui/binding/match-pattern-lit.rs [new file with mode: 0644]
tests/ui/binding/match-pattern-no-type-params.rs [new file with mode: 0644]
tests/ui/binding/match-pattern-simple.rs [new file with mode: 0644]
tests/ui/binding/match-phi.rs [new file with mode: 0644]
tests/ui/binding/match-pipe-binding.rs [new file with mode: 0644]
tests/ui/binding/match-range-infer.rs [new file with mode: 0644]
tests/ui/binding/match-range-static.rs [new file with mode: 0644]
tests/ui/binding/match-range.rs [new file with mode: 0644]
tests/ui/binding/match-reassign.rs [new file with mode: 0644]
tests/ui/binding/match-ref-binding-in-guard-3256.rs [new file with mode: 0644]
tests/ui/binding/match-ref-binding-mut-option.rs [new file with mode: 0644]
tests/ui/binding/match-ref-binding-mut.rs [new file with mode: 0644]
tests/ui/binding/match-ref-binding.rs [new file with mode: 0644]
tests/ui/binding/match-ref-unsized.rs [new file with mode: 0644]
tests/ui/binding/match-str.rs [new file with mode: 0644]
tests/ui/binding/match-struct-0.rs [new file with mode: 0644]
tests/ui/binding/match-tag.rs [new file with mode: 0644]
tests/ui/binding/match-unique-bind.rs [new file with mode: 0644]
tests/ui/binding/match-unsized.rs [new file with mode: 0644]
tests/ui/binding/match-value-binding-in-guard-3291.rs [new file with mode: 0644]
tests/ui/binding/match-var-hygiene.rs [new file with mode: 0644]
tests/ui/binding/match-vec-alternatives.rs [new file with mode: 0644]
tests/ui/binding/match-vec-rvalue.rs [new file with mode: 0644]
tests/ui/binding/match-with-ret-arm.rs [new file with mode: 0644]
tests/ui/binding/multi-let.rs [new file with mode: 0644]
tests/ui/binding/mut-in-ident-patterns.rs [new file with mode: 0644]
tests/ui/binding/nested-matchs.rs [new file with mode: 0644]
tests/ui/binding/nested-pattern.rs [new file with mode: 0644]
tests/ui/binding/nil-pattern.rs [new file with mode: 0644]
tests/ui/binding/nullary-or-pattern.rs [new file with mode: 0644]
tests/ui/binding/optional_comma_in_match_arm.rs [new file with mode: 0644]
tests/ui/binding/or-pattern.rs [new file with mode: 0644]
tests/ui/binding/order-drop-with-match.rs [new file with mode: 0644]
tests/ui/binding/pat-ranges.rs [new file with mode: 0644]
tests/ui/binding/pat-tuple-1.rs [new file with mode: 0644]
tests/ui/binding/pat-tuple-2.rs [new file with mode: 0644]
tests/ui/binding/pat-tuple-3.rs [new file with mode: 0644]
tests/ui/binding/pat-tuple-4.rs [new file with mode: 0644]
tests/ui/binding/pat-tuple-5.rs [new file with mode: 0644]
tests/ui/binding/pat-tuple-6.rs [new file with mode: 0644]
tests/ui/binding/pat-tuple-7.rs [new file with mode: 0644]
tests/ui/binding/pattern-bound-var-in-for-each.rs [new file with mode: 0644]
tests/ui/binding/pattern-in-closure.rs [new file with mode: 0644]
tests/ui/binding/range-inclusive-pattern-precedence.rs [new file with mode: 0644]
tests/ui/binding/shadow.rs [new file with mode: 0644]
tests/ui/binding/simple-generic-match.rs [new file with mode: 0644]
tests/ui/binding/use-uninit-match.rs [new file with mode: 0644]
tests/ui/binding/use-uninit-match2.rs [new file with mode: 0644]
tests/ui/binding/zero_sized_subslice_match.rs [new file with mode: 0644]
tests/ui/binop/binary-minus-without-space.rs [new file with mode: 0644]
tests/ui/binop/binary-op-on-double-ref.fixed [new file with mode: 0644]
tests/ui/binop/binary-op-on-double-ref.rs [new file with mode: 0644]
tests/ui/binop/binary-op-on-double-ref.stderr [new file with mode: 0644]
tests/ui/binop/binary-op-on-fn-ptr-eq.rs [new file with mode: 0644]
tests/ui/binop/binop-bitxor-str.rs [new file with mode: 0644]
tests/ui/binop/binop-bitxor-str.stderr [new file with mode: 0644]
tests/ui/binop/binop-consume-args.rs [new file with mode: 0644]
tests/ui/binop/binop-consume-args.stderr [new file with mode: 0644]
tests/ui/binop/binop-fail-3.rs [new file with mode: 0644]
tests/ui/binop/binop-logic-float.rs [new file with mode: 0644]
tests/ui/binop/binop-logic-float.stderr [new file with mode: 0644]
tests/ui/binop/binop-logic-int.rs [new file with mode: 0644]
tests/ui/binop/binop-logic-int.stderr [new file with mode: 0644]
tests/ui/binop/binop-move-semantics.rs [new file with mode: 0644]
tests/ui/binop/binop-move-semantics.stderr [new file with mode: 0644]
tests/ui/binop/binop-mul-bool.rs [new file with mode: 0644]
tests/ui/binop/binop-mul-bool.stderr [new file with mode: 0644]
tests/ui/binop/binop-mul-i32-f32.rs [new file with mode: 0644]
tests/ui/binop/binop-mul-i32-f32.stderr [new file with mode: 0644]
tests/ui/binop/binop-panic.rs [new file with mode: 0644]
tests/ui/binop/binop-typeck.rs [new file with mode: 0644]
tests/ui/binop/binop-typeck.stderr [new file with mode: 0644]
tests/ui/binop/binops-issue-22743.rs [new file with mode: 0644]
tests/ui/binop/binops.rs [new file with mode: 0644]
tests/ui/binop/issue-25916.rs [new file with mode: 0644]
tests/ui/binop/issue-28837.rs [new file with mode: 0644]
tests/ui/binop/issue-28837.stderr [new file with mode: 0644]
tests/ui/binop/issue-3820.rs [new file with mode: 0644]
tests/ui/binop/issue-3820.stderr [new file with mode: 0644]
tests/ui/binop/issue-77910-1.rs [new file with mode: 0644]
tests/ui/binop/issue-77910-1.stderr [new file with mode: 0644]
tests/ui/binop/issue-77910-2.rs [new file with mode: 0644]
tests/ui/binop/issue-77910-2.stderr [new file with mode: 0644]
tests/ui/binop/issue-93927.rs [new file with mode: 0644]
tests/ui/binop/issue-93927.stderr [new file with mode: 0644]
tests/ui/binop/operator-multidispatch.rs [new file with mode: 0644]
tests/ui/binop/operator-overloading.rs [new file with mode: 0644]
tests/ui/binop/placement-syntax.rs [new file with mode: 0644]
tests/ui/binop/placement-syntax.stderr [new file with mode: 0644]
tests/ui/binop/shift-various-bad-types.rs [new file with mode: 0644]
tests/ui/binop/shift-various-bad-types.stderr [new file with mode: 0644]
tests/ui/binop/structured-compare.rs [new file with mode: 0644]
tests/ui/bitwise.rs [new file with mode: 0644]
tests/ui/blind/blind-item-block-item-shadow.rs [new file with mode: 0644]
tests/ui/blind/blind-item-block-item-shadow.stderr [new file with mode: 0644]
tests/ui/blind/blind-item-block-middle.rs [new file with mode: 0644]
tests/ui/blind/blind-item-block-middle.stderr [new file with mode: 0644]
tests/ui/blind/blind-item-item-shadow.rs [new file with mode: 0644]
tests/ui/blind/blind-item-item-shadow.stderr [new file with mode: 0644]
tests/ui/block-result/block-must-not-have-result-do.rs [new file with mode: 0644]
tests/ui/block-result/block-must-not-have-result-do.stderr [new file with mode: 0644]
tests/ui/block-result/block-must-not-have-result-res.rs [new file with mode: 0644]
tests/ui/block-result/block-must-not-have-result-res.stderr [new file with mode: 0644]
tests/ui/block-result/block-must-not-have-result-while.rs [new file with mode: 0644]
tests/ui/block-result/block-must-not-have-result-while.stderr [new file with mode: 0644]
tests/ui/block-result/consider-removing-last-semi.fixed [new file with mode: 0644]
tests/ui/block-result/consider-removing-last-semi.rs [new file with mode: 0644]
tests/ui/block-result/consider-removing-last-semi.stderr [new file with mode: 0644]
tests/ui/block-result/issue-11714.rs [new file with mode: 0644]
tests/ui/block-result/issue-11714.stderr [new file with mode: 0644]
tests/ui/block-result/issue-13428.rs [new file with mode: 0644]
tests/ui/block-result/issue-13428.stderr [new file with mode: 0644]
tests/ui/block-result/issue-13624.rs [new file with mode: 0644]
tests/ui/block-result/issue-13624.stderr [new file with mode: 0644]
tests/ui/block-result/issue-20862.rs [new file with mode: 0644]
tests/ui/block-result/issue-20862.stderr [new file with mode: 0644]
tests/ui/block-result/issue-22645.rs [new file with mode: 0644]
tests/ui/block-result/issue-22645.stderr [new file with mode: 0644]
tests/ui/block-result/issue-3563.rs [new file with mode: 0644]
tests/ui/block-result/issue-3563.stderr [new file with mode: 0644]
tests/ui/block-result/issue-5500.rs [new file with mode: 0644]
tests/ui/block-result/issue-5500.stderr [new file with mode: 0644]
tests/ui/block-result/unexpected-return-on-unit.rs [new file with mode: 0644]
tests/ui/block-result/unexpected-return-on-unit.stderr [new file with mode: 0644]
tests/ui/bogus-tag.rs [new file with mode: 0644]
tests/ui/bogus-tag.stderr [new file with mode: 0644]
tests/ui/borrow-by-val-method-receiver.rs [new file with mode: 0644]
tests/ui/borrowck/access-mode-in-closures.rs [new file with mode: 0644]
tests/ui/borrowck/access-mode-in-closures.stderr [new file with mode: 0644]
tests/ui/borrowck/anonymous-region-in-apit.rs [new file with mode: 0644]
tests/ui/borrowck/anonymous-region-in-apit.stderr [new file with mode: 0644]
tests/ui/borrowck/assign-never-type.rs [new file with mode: 0644]
tests/ui/borrowck/assign_mutable_fields.rs [new file with mode: 0644]
tests/ui/borrowck/assign_mutable_fields.stderr [new file with mode: 0644]
tests/ui/borrowck/async-reference-generality.rs [new file with mode: 0644]
tests/ui/borrowck/async-reference-generality.stderr [new file with mode: 0644]
tests/ui/borrowck/bindings-after-at-or-patterns-slice-patterns-box-patterns.rs [new file with mode: 0644]
tests/ui/borrowck/bindings-after-at-or-patterns-slice-patterns-box-patterns.stderr [new file with mode: 0644]
tests/ui/borrowck/borrow-immutable-upvar-mutation-impl-trait.rs [new file with mode: 0644]
tests/ui/borrowck/borrow-immutable-upvar-mutation-impl-trait.stderr [new file with mode: 0644]
tests/ui/borrowck/borrow-immutable-upvar-mutation.rs [new file with mode: 0644]
tests/ui/borrowck/borrow-immutable-upvar-mutation.stderr [new file with mode: 0644]
tests/ui/borrowck/borrow-raw-address-of-borrowed.rs [new file with mode: 0644]
tests/ui/borrowck/borrow-raw-address-of-borrowed.stderr [new file with mode: 0644]
tests/ui/borrowck/borrow-raw-address-of-deref-mutability-ok.rs [new file with mode: 0644]
tests/ui/borrowck/borrow-raw-address-of-deref-mutability.rs [new file with mode: 0644]
tests/ui/borrowck/borrow-raw-address-of-deref-mutability.stderr [new file with mode: 0644]
tests/ui/borrowck/borrow-raw-address-of-mutability-ok.rs [new file with mode: 0644]
tests/ui/borrowck/borrow-raw-address-of-mutability.rs [new file with mode: 0644]
tests/ui/borrowck/borrow-raw-address-of-mutability.stderr [new file with mode: 0644]
tests/ui/borrowck/borrow-tuple-fields.rs [new file with mode: 0644]
tests/ui/borrowck/borrow-tuple-fields.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-access-permissions.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-access-permissions.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-and-init.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-and-init.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-anon-fields-struct.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-anon-fields-struct.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-anon-fields-tuple.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-anon-fields-tuple.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-anon-fields-variant.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-anon-fields-variant.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-argument.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-argument.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-assign-comp-idx.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-assign-comp-idx.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-assign-comp.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-assign-comp.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-assign-to-andmut-in-aliasable-loc.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-assign-to-andmut-in-aliasable-loc.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-assign-to-andmut-in-borrowed-loc.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-assign-to-andmut-in-borrowed-loc.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-assign-to-constants.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-assign-to-constants.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-assign-to-subfield.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-assignment-to-static-mut.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-auto-mut-ref-to-immut-var.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-auto-mut-ref-to-immut-var.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-autoref-3261.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-autoref-3261.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-bad-nested-calls-free.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-bad-nested-calls-free.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-bad-nested-calls-move.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-bad-nested-calls-move.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-binding-mutbl.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-block-unint.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-block-unint.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrow-from-expr-block.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrow-from-owned-ptr.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrow-from-owned-ptr.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrow-from-stack-variable.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrow-from-stack-variable.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrow-from-temporary.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrow-from-temporary.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrow-immut-deref-of-box-as-mut.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrow-immut-deref-of-box-as-mut.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrow-mut-base-ptr-in-aliasable-loc.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrow-mut-base-ptr-in-aliasable-loc.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrow-mut-object-twice.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrow-mut-object-twice.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrow-of-mut-base-ptr-safe.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrow-overloaded-auto-deref.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrow-overloaded-auto-deref.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrow-overloaded-deref.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrow-overloaded-deref.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrowed-uniq-rvalue-2.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrowed-uniq-rvalue-2.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrowed-uniq-rvalue.fixed [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrowed-uniq-rvalue.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-borrowed-uniq-rvalue.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-box-sensitivity.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-break-uninit-2.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-break-uninit-2.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-break-uninit.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-break-uninit.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-mut-and-imm.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-mut-and-imm.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-mut-of-imm.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-mut-of-imm.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-mut-of-mut.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-mut-of-mut.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-slice-patterns-ok.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-slice-patterns.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-slice-patterns.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-two-imm.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-two-mut-fail.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-two-mut-fail.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-two-mut.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-two-mut.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-unique-imm.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-unique-imm.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-unique.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-unique.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-use-after-free.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-closures-use-after-free.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-consume-unsize-vec.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-consume-unsize-vec.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-consume-upcast-box.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-consume-upcast-box.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-describe-lvalue.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-describe-lvalue.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-drop-from-guard.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-drop-from-guard.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-escaping-closure-error-1.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-escaping-closure-error-1.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-escaping-closure-error-2.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-escaping-closure-error-2.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-field-sensitivity-rpass.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-field-sensitivity.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-field-sensitivity.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-fixed-length-vecs.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-fn-in-const-a.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-fn-in-const-a.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-fn-in-const-c.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-fn-in-const-c.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-for-loop-correct-cmt-for-pattern.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-for-loop-correct-cmt-for-pattern.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-for-loop-head-linkage.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-for-loop-head-linkage.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-for-loop-uninitialized-binding.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-for-loop-uninitialized-binding.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-freeze-frozen-mut.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-if-no-else.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-if-no-else.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-if-with-else.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-if-with-else.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-imm-ref-to-mut-rec-field-issue-3162-c.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-imm-ref-to-mut-rec-field-issue-3162-c.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-in-static.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-in-static.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-init-in-called-fn-expr.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-init-in-called-fn-expr.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-init-in-fn-expr.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-init-in-fn-expr.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-init-in-fru.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-init-in-fru.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-init-op-equal.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-init-op-equal.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-init-plus-equal.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-init-plus-equal.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-insert-during-each.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-insert-during-each.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-issue-14498.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-issue-14498.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-issue-2657-1.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-issue-2657-1.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-issue-2657-2.fixed [new file with mode: 0644]
tests/ui/borrowck/borrowck-issue-2657-2.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-issue-2657-2.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-issue-48962.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-issue-48962.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-lend-args.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-lend-flow-if.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-lend-flow-if.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-lend-flow-loop.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-lend-flow-loop.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-lend-flow-match.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-lend-flow-match.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-lend-flow.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-lend-flow.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-loan-blocks-move-cc.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-loan-blocks-move-cc.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-loan-blocks-move.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-loan-blocks-move.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-loan-blocks-mut-uniq.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-loan-blocks-mut-uniq.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-loan-in-overloaded-op.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-loan-in-overloaded-op.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-loan-of-static-data-issue-27616.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-loan-of-static-data-issue-27616.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-loan-rcvr-overloaded-op.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-loan-rcvr-overloaded-op.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-loan-rcvr.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-loan-rcvr.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-loan-vec-content.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-loan-vec-content.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-local-borrow-outlives-fn.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-local-borrow-outlives-fn.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-local-borrow-with-panic-outlives-fn.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-local-borrow-with-panic-outlives-fn.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-local-borrow.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-macro-interaction-issue-6304.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-match-already-borrowed.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-match-already-borrowed.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-match-binding-is-assignment.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-match-binding-is-assignment.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-by-capture-ok.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-by-capture.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-by-capture.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-error-with-note.fixed [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-error-with-note.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-error-with-note.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-from-subpath-of-borrowed-path.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-from-subpath-of-borrowed-path.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-from-unsafe-ptr.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-from-unsafe-ptr.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-in-irrefut-pat.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-in-irrefut-pat.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-moved-value-into-closure.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-moved-value-into-closure.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-mut-base-ptr.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-mut-base-ptr.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-from-array-match.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-from-array-match.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-from-array-no-overlap-match.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-from-array-no-overlap-match.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-from-array-no-overlap.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-from-array-use-match.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-from-array-use-match.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-from-array-use-no-overlap-match.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-from-array-use-no-overlap-match.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-from-array-use-no-overlap.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-from-array-use.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-from-array-use.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-from-array.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-from-array.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-of-overloaded-auto-deref.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-of-overloaded-auto-deref.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-of-overloaded-deref.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-of-overloaded-deref.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-of-static-item.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-of-static-item.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-of-struct-with-dtor.fixed [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-of-struct-with-dtor.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-of-struct-with-dtor.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-of-tuple-struct-with-dtor.fixed [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-of-tuple-struct-with-dtor.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-of-tuple-struct-with-dtor.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-of-vec-tail.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-out-of-vec-tail.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-subcomponent.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-move-subcomponent.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-multiple-borrows-interior-boxes.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-multiple-captures.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-multiple-captures.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-mut-addr-of-imm-var.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-mut-addr-of-imm-var.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-mut-borrow-linear-errors.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-mut-borrow-linear-errors.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-mut-borrow-of-mut-base-ptr.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-mut-borrow-of-mut-base-ptr.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-mut-slice-of-imm-vec.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-mut-slice-of-imm-vec.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-mut-uniq.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-mut-vec-as-imm-slice.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-mutate-in-guard.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-mutate-in-guard.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-no-cycle-in-exchange-heap.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-no-cycle-in-exchange-heap.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-object-lifetime.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-object-lifetime.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-or-init.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-or-init.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-overloaded-call.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-overloaded-call.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-overloaded-index-and-overloaded-deref.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-overloaded-index-and-overloaded-deref.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-overloaded-index-autoderef.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-overloaded-index-autoderef.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-overloaded-index-move-from-vec.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-overloaded-index-move-from-vec.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-overloaded-index-move-index.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-overloaded-index-move-index.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-overloaded-index-ref-index.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-overloaded-index-ref-index.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-partial-reinit-1.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-partial-reinit-1.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-partial-reinit-2.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-partial-reinit-2.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-partial-reinit-3.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-partial-reinit-3.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-partial-reinit-4.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-partial-reinit-4.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-pat-enum.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-pat-reassign-binding.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-pat-reassign-binding.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-pat-reassign-no-binding.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-reborrow-from-mut.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-reborrow-from-mut.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-reborrow-from-shorter-lived-andmut.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-reborrow-from-shorter-lived-andmut.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-ref-mut-of-imm.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-ref-mut-of-imm.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-reinit.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-reinit.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-report-with-custom-diagnostic.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-report-with-custom-diagnostic.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-return-variable-on-stack-via-clone.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-return-variable-on-stack-via-clone.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-return.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-return.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-rvalues-mutable.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-scope-of-deref-issue-4666.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-slice-pattern-element-loan-array-no-overlap.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-slice-pattern-element-loan-array.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-slice-pattern-element-loan-array.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-slice-pattern-element-loan-rpass.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-slice-pattern-element-loan-slice-no-overlap.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-slice-pattern-element-loan-slice.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-slice-pattern-element-loan-slice.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-static-item-in-fn.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-storage-dead.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-storage-dead.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-struct-update-with-dtor.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-struct-update-with-dtor.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-swap-mut-base-ptr.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-swap-mut-base-ptr.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-thread-local-static-borrow-outlives-fn.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-thread-local-static-borrow-outlives-fn.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-trait-lifetime.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-unary-move.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-unary-move.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-unboxed-closures.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-unboxed-closures.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-uninit-after-item.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-uninit-after-item.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-uninit-field-access.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-uninit-field-access.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-uninit-in-assignop.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-uninit-in-assignop.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-uninit-ref-chain.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-uninit-ref-chain.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-uninit.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-uninit.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-union-borrow-nested.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-union-borrow-nested.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-union-borrow.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-union-borrow.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-union-move-assign.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-union-move-assign.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-union-move.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-union-move.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-union-uninitialized.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-union-uninitialized.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-uniq-via-lend.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-uniq-via-lend.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-uniq-via-ref.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-univariant-enum.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-unsafe-static-mutable-borrows.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-unused-mut-locals.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-use-in-index-lvalue.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-use-in-index-lvalue.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-use-mut-borrow-rpass.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-use-mut-borrow.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-use-mut-borrow.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-use-uninitialized-in-cast-trait.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-use-uninitialized-in-cast-trait.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-use-uninitialized-in-cast.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-use-uninitialized-in-cast.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-vec-pattern-element-loan.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-vec-pattern-element-loan.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-vec-pattern-loan-from-mut.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-vec-pattern-loan-from-mut.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-vec-pattern-move-tail.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-vec-pattern-move-tail.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-vec-pattern-nesting.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-vec-pattern-nesting.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-vec-pattern-tail-element-loan.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-vec-pattern-tail-element-loan.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-while-break.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-while-break.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-while-cond.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-while-cond.stderr [new file with mode: 0644]
tests/ui/borrowck/borrowck-while.rs [new file with mode: 0644]
tests/ui/borrowck/borrowck-while.stderr [new file with mode: 0644]
tests/ui/borrowck/copy-suggestion-region-vid.rs [new file with mode: 0644]
tests/ui/borrowck/copy-suggestion-region-vid.stderr [new file with mode: 0644]
tests/ui/borrowck/disallow-possibly-uninitialized.rs [new file with mode: 0644]
tests/ui/borrowck/disallow-possibly-uninitialized.stderr [new file with mode: 0644]
tests/ui/borrowck/do-not-suggest-adding-move-when-closure-is-already-marked-as-move.rs [new file with mode: 0644]
tests/ui/borrowck/do-not-suggest-adding-move-when-closure-is-already-marked-as-move.stderr [new file with mode: 0644]
tests/ui/borrowck/fsu-moves-and-copies.rs [new file with mode: 0644]
tests/ui/borrowck/immut-function-arguments.rs [new file with mode: 0644]
tests/ui/borrowck/immut-function-arguments.stderr [new file with mode: 0644]
tests/ui/borrowck/immutable-arg.rs [new file with mode: 0644]
tests/ui/borrowck/immutable-arg.stderr [new file with mode: 0644]
tests/ui/borrowck/index-mut-help-with-impl.rs [new file with mode: 0644]
tests/ui/borrowck/index-mut-help-with-impl.stderr [new file with mode: 0644]
tests/ui/borrowck/index-mut-help.rs [new file with mode: 0644]
tests/ui/borrowck/index-mut-help.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-101119.rs [new file with mode: 0644]
tests/ui/borrowck/issue-101119.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-102209.rs [new file with mode: 0644]
tests/ui/borrowck/issue-102209.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-103095.rs [new file with mode: 0644]
tests/ui/borrowck/issue-103250.rs [new file with mode: 0644]
tests/ui/borrowck/issue-103250.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-103624.rs [new file with mode: 0644]
tests/ui/borrowck/issue-103624.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-104639-lifetime-order.rs [new file with mode: 0644]
tests/ui/borrowck/issue-10876.rs [new file with mode: 0644]
tests/ui/borrowck/issue-11493.fixed [new file with mode: 0644]
tests/ui/borrowck/issue-11493.rs [new file with mode: 0644]
tests/ui/borrowck/issue-11493.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-17263.rs [new file with mode: 0644]
tests/ui/borrowck/issue-17545.rs [new file with mode: 0644]
tests/ui/borrowck/issue-17545.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-17718-static-move.rs [new file with mode: 0644]
tests/ui/borrowck/issue-17718-static-move.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-20801.rs [new file with mode: 0644]
tests/ui/borrowck/issue-20801.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-23338-params-outlive-temps-of-body.rs [new file with mode: 0644]
tests/ui/borrowck/issue-24267-flow-exit.rs [new file with mode: 0644]
tests/ui/borrowck/issue-24267-flow-exit.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-25793.rs [new file with mode: 0644]
tests/ui/borrowck/issue-25793.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-28934.rs [new file with mode: 0644]
tests/ui/borrowck/issue-29166.rs [new file with mode: 0644]
tests/ui/borrowck/issue-31287-drop-in-guard.rs [new file with mode: 0644]
tests/ui/borrowck/issue-31287-drop-in-guard.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-33819.rs [new file with mode: 0644]
tests/ui/borrowck/issue-33819.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-36082.fixed [new file with mode: 0644]
tests/ui/borrowck/issue-36082.rs [new file with mode: 0644]
tests/ui/borrowck/issue-36082.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-41962.rs [new file with mode: 0644]
tests/ui/borrowck/issue-41962.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-42344.rs [new file with mode: 0644]
tests/ui/borrowck/issue-42344.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-45199.rs [new file with mode: 0644]
tests/ui/borrowck/issue-45199.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-45983.rs [new file with mode: 0644]
tests/ui/borrowck/issue-45983.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-46095.rs [new file with mode: 0644]
tests/ui/borrowck/issue-46471.rs [new file with mode: 0644]
tests/ui/borrowck/issue-46471.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-47215-ice-from-drop-elab.rs [new file with mode: 0644]
tests/ui/borrowck/issue-47215-ice-from-drop-elab.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-51117.rs [new file with mode: 0644]
tests/ui/borrowck/issue-51117.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-51301.rs [new file with mode: 0644]
tests/ui/borrowck/issue-51301.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-51348-multi-ref-mut-in-guard.rs [new file with mode: 0644]
tests/ui/borrowck/issue-51415.fixed [new file with mode: 0644]
tests/ui/borrowck/issue-51415.rs [new file with mode: 0644]
tests/ui/borrowck/issue-51415.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-52713-bug.rs [new file with mode: 0644]
tests/ui/borrowck/issue-52713-bug.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-52967-edition-2018-needs-two-phase-borrows.rs [new file with mode: 0644]
tests/ui/borrowck/issue-53432-nested-closure-outlives-borrowed-value.rs [new file with mode: 0644]
tests/ui/borrowck/issue-53432-nested-closure-outlives-borrowed-value.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-54499-field-mutation-marks-mut-as-used.rs [new file with mode: 0644]
tests/ui/borrowck/issue-54499-field-mutation-marks-mut-as-used.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-54499-field-mutation-of-moved-out-with-mut.rs [new file with mode: 0644]
tests/ui/borrowck/issue-54499-field-mutation-of-moved-out-with-mut.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-54499-field-mutation-of-moved-out.rs [new file with mode: 0644]
tests/ui/borrowck/issue-54499-field-mutation-of-moved-out.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-54499-field-mutation-of-never-init.rs [new file with mode: 0644]
tests/ui/borrowck/issue-54499-field-mutation-of-never-init.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-54597-reject-move-out-of-borrow-via-pat.rs [new file with mode: 0644]
tests/ui/borrowck/issue-54597-reject-move-out-of-borrow-via-pat.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-55492-borrowck-migrate-scans-parents.rs [new file with mode: 0644]
tests/ui/borrowck/issue-55492-borrowck-migrate-scans-parents.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-55552-ascribe-wildcard-to-structured-pattern.rs [new file with mode: 0644]
tests/ui/borrowck/issue-58776-borrowck-scans-children.rs [new file with mode: 0644]
tests/ui/borrowck/issue-58776-borrowck-scans-children.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-62007-assign-box.rs [new file with mode: 0644]
tests/ui/borrowck/issue-62007-assign-field.rs [new file with mode: 0644]
tests/ui/borrowck/issue-62107-match-arm-scopes.rs [new file with mode: 0644]
tests/ui/borrowck/issue-62107-match-arm-scopes.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-64453.rs [new file with mode: 0644]
tests/ui/borrowck/issue-64453.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-69789-iterator-mut-suggestion.rs [new file with mode: 0644]
tests/ui/borrowck/issue-69789-iterator-mut-suggestion.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-71546.rs [new file with mode: 0644]
tests/ui/borrowck/issue-7573.rs [new file with mode: 0644]
tests/ui/borrowck/issue-7573.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-80772.rs [new file with mode: 0644]
tests/ui/borrowck/issue-81365-1.rs [new file with mode: 0644]
tests/ui/borrowck/issue-81365-1.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-81365-10.rs [new file with mode: 0644]
tests/ui/borrowck/issue-81365-10.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-81365-11.rs [new file with mode: 0644]
tests/ui/borrowck/issue-81365-11.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-81365-2.rs [new file with mode: 0644]
tests/ui/borrowck/issue-81365-2.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-81365-3.rs [new file with mode: 0644]
tests/ui/borrowck/issue-81365-3.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-81365-4.rs [new file with mode: 0644]
tests/ui/borrowck/issue-81365-4.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-81365-5.rs [new file with mode: 0644]
tests/ui/borrowck/issue-81365-5.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-81365-6.rs [new file with mode: 0644]
tests/ui/borrowck/issue-81365-6.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-81365-7.rs [new file with mode: 0644]
tests/ui/borrowck/issue-81365-7.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-81365-8.rs [new file with mode: 0644]
tests/ui/borrowck/issue-81365-8.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-81365-9.rs [new file with mode: 0644]
tests/ui/borrowck/issue-81365-9.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-81899.rs [new file with mode: 0644]
tests/ui/borrowck/issue-81899.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-82032.rs [new file with mode: 0644]
tests/ui/borrowck/issue-82032.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-82126-mismatched-subst-and-hir.rs [new file with mode: 0644]
tests/ui/borrowck/issue-82126-mismatched-subst-and-hir.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-82462.rs [new file with mode: 0644]
tests/ui/borrowck/issue-82462.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-83309-ice-immut-in-for-loop.rs [new file with mode: 0644]
tests/ui/borrowck/issue-83309-ice-immut-in-for-loop.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-83760.rs [new file with mode: 0644]
tests/ui/borrowck/issue-83760.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-83924.fixed [new file with mode: 0644]
tests/ui/borrowck/issue-83924.rs [new file with mode: 0644]
tests/ui/borrowck/issue-83924.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-85581.rs [new file with mode: 0644]
tests/ui/borrowck/issue-85581.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-85765.rs [new file with mode: 0644]
tests/ui/borrowck/issue-85765.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-87456-point-to-closure.rs [new file with mode: 0644]
tests/ui/borrowck/issue-87456-point-to-closure.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-88434-minimal-example.rs [new file with mode: 0644]
tests/ui/borrowck/issue-88434-minimal-example.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-88434-removal-index-should-be-less.rs [new file with mode: 0644]
tests/ui/borrowck/issue-88434-removal-index-should-be-less.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-91206.rs [new file with mode: 0644]
tests/ui/borrowck/issue-91206.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-92015.rs [new file with mode: 0644]
tests/ui/borrowck/issue-92015.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-92157.rs [new file with mode: 0644]
tests/ui/borrowck/issue-92157.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-93078.rs [new file with mode: 0644]
tests/ui/borrowck/issue-93078.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-93093.rs [new file with mode: 0644]
tests/ui/borrowck/issue-93093.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-95079-missing-move-in-nested-closure.fixed [new file with mode: 0644]
tests/ui/borrowck/issue-95079-missing-move-in-nested-closure.rs [new file with mode: 0644]
tests/ui/borrowck/issue-95079-missing-move-in-nested-closure.stderr [new file with mode: 0644]
tests/ui/borrowck/kindck-implicit-close-over-mut-var.rs [new file with mode: 0644]
tests/ui/borrowck/lazy-init.rs [new file with mode: 0644]
tests/ui/borrowck/many-mutable-borrows.rs [new file with mode: 0644]
tests/ui/borrowck/many-mutable-borrows.stderr [new file with mode: 0644]
tests/ui/borrowck/move-error-in-promoted-2.rs [new file with mode: 0644]
tests/ui/borrowck/move-error-in-promoted-2.stderr [new file with mode: 0644]
tests/ui/borrowck/move-error-in-promoted.rs [new file with mode: 0644]
tests/ui/borrowck/move-error-in-promoted.stderr [new file with mode: 0644]
tests/ui/borrowck/move-error-snippets-ext.rs [new file with mode: 0644]
tests/ui/borrowck/move-error-snippets.rs [new file with mode: 0644]
tests/ui/borrowck/move-error-snippets.stderr [new file with mode: 0644]
tests/ui/borrowck/move-from-union-field-issue-66500.rs [new file with mode: 0644]
tests/ui/borrowck/move-from-union-field-issue-66500.stderr [new file with mode: 0644]
tests/ui/borrowck/move-in-pattern-mut-in-loop.rs [new file with mode: 0644]
tests/ui/borrowck/move-in-pattern-mut-in-loop.stderr [new file with mode: 0644]
tests/ui/borrowck/move-in-pattern-mut.rs [new file with mode: 0644]
tests/ui/borrowck/move-in-pattern-mut.stderr [new file with mode: 0644]
tests/ui/borrowck/move-in-pattern.fixed [new file with mode: 0644]
tests/ui/borrowck/move-in-pattern.rs [new file with mode: 0644]
tests/ui/borrowck/move-in-pattern.stderr [new file with mode: 0644]
tests/ui/borrowck/move-in-static-initializer-issue-38520.rs [new file with mode: 0644]
tests/ui/borrowck/move-in-static-initializer-issue-38520.stderr [new file with mode: 0644]
tests/ui/borrowck/mut-borrow-in-loop-2.fixed [new file with mode: 0644]
tests/ui/borrowck/mut-borrow-in-loop-2.rs [new file with mode: 0644]
tests/ui/borrowck/mut-borrow-in-loop-2.stderr [new file with mode: 0644]
tests/ui/borrowck/mut-borrow-in-loop.rs [new file with mode: 0644]
tests/ui/borrowck/mut-borrow-in-loop.stderr [new file with mode: 0644]
tests/ui/borrowck/mut-borrow-of-mut-ref.rs [new file with mode: 0644]
tests/ui/borrowck/mut-borrow-of-mut-ref.stderr [new file with mode: 0644]
tests/ui/borrowck/mut-borrow-outside-loop.rs [new file with mode: 0644]
tests/ui/borrowck/mut-borrow-outside-loop.stderr [new file with mode: 0644]
tests/ui/borrowck/mutability-errors.rs [new file with mode: 0644]
tests/ui/borrowck/mutability-errors.stderr [new file with mode: 0644]
tests/ui/borrowck/or-patterns.rs [new file with mode: 0644]
tests/ui/borrowck/or-patterns.stderr [new file with mode: 0644]
tests/ui/borrowck/promote-ref-mut-in-let-issue-46557.rs [new file with mode: 0644]
tests/ui/borrowck/promote-ref-mut-in-let-issue-46557.stderr [new file with mode: 0644]
tests/ui/borrowck/reassignment_immutable_fields.rs [new file with mode: 0644]
tests/ui/borrowck/reassignment_immutable_fields.stderr [new file with mode: 0644]
tests/ui/borrowck/reassignment_immutable_fields_overlapping.rs [new file with mode: 0644]
tests/ui/borrowck/reassignment_immutable_fields_overlapping.stderr [new file with mode: 0644]
tests/ui/borrowck/reassignment_immutable_fields_twice.rs [new file with mode: 0644]
tests/ui/borrowck/reassignment_immutable_fields_twice.stderr [new file with mode: 0644]
tests/ui/borrowck/reborrow-sugg-move-then-borrow.rs [new file with mode: 0644]
tests/ui/borrowck/reborrow-sugg-move-then-borrow.stderr [new file with mode: 0644]
tests/ui/borrowck/regions-bound-missing-bound-in-impl.rs [new file with mode: 0644]
tests/ui/borrowck/regions-bound-missing-bound-in-impl.stderr [new file with mode: 0644]
tests/ui/borrowck/regions-escape-bound-fn-2.rs [new file with mode: 0644]
tests/ui/borrowck/regions-escape-bound-fn-2.stderr [new file with mode: 0644]
tests/ui/borrowck/regions-escape-bound-fn.rs [new file with mode: 0644]
tests/ui/borrowck/regions-escape-bound-fn.stderr [new file with mode: 0644]
tests/ui/borrowck/regions-escape-unboxed-closure.rs [new file with mode: 0644]
tests/ui/borrowck/regions-escape-unboxed-closure.stderr [new file with mode: 0644]
tests/ui/borrowck/return-local-binding-from-desugaring.rs [new file with mode: 0644]
tests/ui/borrowck/return-local-binding-from-desugaring.stderr [new file with mode: 0644]
tests/ui/borrowck/slice-index-bounds-check-invalidation.rs [new file with mode: 0644]
tests/ui/borrowck/slice-index-bounds-check-invalidation.stderr [new file with mode: 0644]
tests/ui/borrowck/suggest-as-ref-on-mut-closure.rs [new file with mode: 0644]
tests/ui/borrowck/suggest-as-ref-on-mut-closure.stderr [new file with mode: 0644]
tests/ui/borrowck/suggest-assign-rvalue.rs [new file with mode: 0644]
tests/ui/borrowck/suggest-assign-rvalue.stderr [new file with mode: 0644]
tests/ui/borrowck/suggest-local-var-double-mut.rs [new file with mode: 0644]
tests/ui/borrowck/suggest-local-var-double-mut.stderr [new file with mode: 0644]
tests/ui/borrowck/suggest-local-var-for-vector.rs [new file with mode: 0644]
tests/ui/borrowck/suggest-local-var-for-vector.stderr [new file with mode: 0644]
tests/ui/borrowck/suggest-local-var-imm-and-mut.rs [new file with mode: 0644]
tests/ui/borrowck/suggest-local-var-imm-and-mut.stderr [new file with mode: 0644]
tests/ui/borrowck/suggest-storing-local-var-for-vector.rs [new file with mode: 0644]
tests/ui/borrowck/suggest-storing-local-var-for-vector.stderr [new file with mode: 0644]
tests/ui/borrowck/two-phase-across-loop.rs [new file with mode: 0644]
tests/ui/borrowck/two-phase-across-loop.stderr [new file with mode: 0644]
tests/ui/borrowck/two-phase-activation-sharing-interference.nll_target.stderr [new file with mode: 0644]
tests/ui/borrowck/two-phase-activation-sharing-interference.rs [new file with mode: 0644]
tests/ui/borrowck/two-phase-allow-access-during-reservation.nll_target.stderr [new file with mode: 0644]
tests/ui/borrowck/two-phase-allow-access-during-reservation.rs [new file with mode: 0644]
tests/ui/borrowck/two-phase-baseline.rs [new file with mode: 0644]
tests/ui/borrowck/two-phase-bin-ops.rs [new file with mode: 0644]
tests/ui/borrowck/two-phase-cannot-nest-mut-self-calls.rs [new file with mode: 0644]
tests/ui/borrowck/two-phase-cannot-nest-mut-self-calls.stderr [new file with mode: 0644]
tests/ui/borrowck/two-phase-control-flow-split-before-activation.rs [new file with mode: 0644]
tests/ui/borrowck/two-phase-method-receivers.rs [new file with mode: 0644]
tests/ui/borrowck/two-phase-multi-mut.rs [new file with mode: 0644]
tests/ui/borrowck/two-phase-multi-mut.stderr [new file with mode: 0644]
tests/ui/borrowck/two-phase-multiple-activations.rs [new file with mode: 0644]
tests/ui/borrowck/two-phase-nonrecv-autoref.base.stderr [new file with mode: 0644]
tests/ui/borrowck/two-phase-nonrecv-autoref.rs [new file with mode: 0644]
tests/ui/borrowck/two-phase-reservation-sharing-interference-2.rs [new file with mode: 0644]
tests/ui/borrowck/two-phase-reservation-sharing-interference-2.stderr [new file with mode: 0644]
tests/ui/borrowck/two-phase-reservation-sharing-interference.nll_target.stderr [new file with mode: 0644]
tests/ui/borrowck/two-phase-reservation-sharing-interference.rs [new file with mode: 0644]
tests/ui/borrowck/two-phase-sneaky.rs [new file with mode: 0644]
tests/ui/borrowck/two-phase-sneaky.stderr [new file with mode: 0644]
tests/ui/borrowck/two-phase-surprise-no-conflict.rs [new file with mode: 0644]
tests/ui/borrowck/two-phase-surprise-no-conflict.stderr [new file with mode: 0644]
tests/ui/borrowck/unboxed-closures-move-upvar-from-non-once-ref-closure.fixed [new file with mode: 0644]
tests/ui/borrowck/unboxed-closures-move-upvar-from-non-once-ref-closure.rs [new file with mode: 0644]
tests/ui/borrowck/unboxed-closures-move-upvar-from-non-once-ref-closure.stderr [new file with mode: 0644]
tests/ui/bounds-lifetime.rs [new file with mode: 0644]
tests/ui/bounds-lifetime.stderr [new file with mode: 0644]
tests/ui/box/alloc-unstable-fail.rs [new file with mode: 0644]
tests/ui/box/alloc-unstable-fail.stderr [new file with mode: 0644]
tests/ui/box/alloc-unstable.rs [new file with mode: 0644]
tests/ui/box/into-boxed-slice-fail.rs [new file with mode: 0644]
tests/ui/box/into-boxed-slice-fail.stderr [new file with mode: 0644]
tests/ui/box/into-boxed-slice.rs [new file with mode: 0644]
tests/ui/box/issue-82446.rs [new file with mode: 0644]
tests/ui/box/issue-82446.stderr [new file with mode: 0644]
tests/ui/box/issue-95036.rs [new file with mode: 0644]
tests/ui/box/large-allocator-ice.rs [new file with mode: 0644]
tests/ui/box/leak-alloc.rs [new file with mode: 0644]
tests/ui/box/leak-alloc.stderr [new file with mode: 0644]
tests/ui/box/new-box-syntax.rs [new file with mode: 0644]
tests/ui/box/new-box.rs [new file with mode: 0644]
tests/ui/box/new.rs [new file with mode: 0644]
tests/ui/box/thin_align.rs [new file with mode: 0644]
tests/ui/box/thin_drop.rs [new file with mode: 0644]
tests/ui/box/thin_new.rs [new file with mode: 0644]
tests/ui/box/thin_zst.rs [new file with mode: 0644]
tests/ui/break-diverging-value.rs [new file with mode: 0644]
tests/ui/break-diverging-value.stderr [new file with mode: 0644]
tests/ui/btreemap/btreemap-index-mut.rs [new file with mode: 0644]
tests/ui/btreemap/btreemap-index-mut.stderr [new file with mode: 0644]
tests/ui/btreemap/btreemap_dropck.rs [new file with mode: 0644]
tests/ui/btreemap/btreemap_dropck.stderr [new file with mode: 0644]
tests/ui/btreemap/btreemap_into_iterator_lifetime.rs [new file with mode: 0644]
tests/ui/builtin-clone-unwind.rs [new file with mode: 0644]
tests/ui/builtin-superkinds/auxiliary/trait_superkinds_in_metadata.rs [new file with mode: 0644]
tests/ui/builtin-superkinds/builtin-superkinds-capabilities-transitive.rs [new file with mode: 0644]
tests/ui/builtin-superkinds/builtin-superkinds-capabilities-xc.rs [new file with mode: 0644]
tests/ui/builtin-superkinds/builtin-superkinds-capabilities.rs [new file with mode: 0644]
tests/ui/builtin-superkinds/builtin-superkinds-double-superkind.rs [new file with mode: 0644]
tests/ui/builtin-superkinds/builtin-superkinds-double-superkind.stderr [new file with mode: 0644]
tests/ui/builtin-superkinds/builtin-superkinds-in-metadata.rs [new file with mode: 0644]
tests/ui/builtin-superkinds/builtin-superkinds-in-metadata.stderr [new file with mode: 0644]
tests/ui/builtin-superkinds/builtin-superkinds-in-metadata2.rs [new file with mode: 0644]
tests/ui/builtin-superkinds/builtin-superkinds-phantom-typaram.rs [new file with mode: 0644]
tests/ui/builtin-superkinds/builtin-superkinds-self-type.rs [new file with mode: 0644]
tests/ui/builtin-superkinds/builtin-superkinds-self-type.stderr [new file with mode: 0644]
tests/ui/builtin-superkinds/builtin-superkinds-simple.rs [new file with mode: 0644]
tests/ui/builtin-superkinds/builtin-superkinds-simple.stderr [new file with mode: 0644]
tests/ui/builtin-superkinds/builtin-superkinds-simple2.rs [new file with mode: 0644]
tests/ui/builtin-superkinds/builtin-superkinds-typaram-not-send.rs [new file with mode: 0644]
tests/ui/builtin-superkinds/builtin-superkinds-typaram-not-send.stderr [new file with mode: 0644]
tests/ui/builtin-superkinds/builtin-superkinds-typaram.rs [new file with mode: 0644]
tests/ui/by-move-pattern-binding.rs [new file with mode: 0644]
tests/ui/by-move-pattern-binding.stderr [new file with mode: 0644]
tests/ui/c-variadic/feature-gate-extended_varargs_abi_support.rs [new file with mode: 0644]
tests/ui/c-variadic/feature-gate-extended_varargs_abi_support.stderr [new file with mode: 0644]
tests/ui/c-variadic/issue-32201.rs [new file with mode: 0644]
tests/ui/c-variadic/issue-32201.stderr [new file with mode: 0644]
tests/ui/c-variadic/issue-86053-1.rs [new file with mode: 0644]
tests/ui/c-variadic/issue-86053-1.stderr [new file with mode: 0644]
tests/ui/c-variadic/issue-86053-2.rs [new file with mode: 0644]
tests/ui/c-variadic/issue-86053-2.stderr [new file with mode: 0644]
tests/ui/c-variadic/variadic-ffi-1.rs [new file with mode: 0644]
tests/ui/c-variadic/variadic-ffi-1.stderr [new file with mode: 0644]
tests/ui/c-variadic/variadic-ffi-2.rs [new file with mode: 0644]
tests/ui/c-variadic/variadic-ffi-2.stderr [new file with mode: 0644]
tests/ui/c-variadic/variadic-ffi-4.rs [new file with mode: 0644]
tests/ui/c-variadic/variadic-ffi-4.stderr [new file with mode: 0644]
tests/ui/c-variadic/variadic-ffi-6.rs [new file with mode: 0644]
tests/ui/c-variadic/variadic-ffi-6.stderr [new file with mode: 0644]
tests/ui/c-variadic/variadic-ffi-no-fixed-args.rs [new file with mode: 0644]
tests/ui/c-variadic/variadic-ffi-no-fixed-args.stderr [new file with mode: 0644]
tests/ui/c-variadic/variadic-unreachable-arg-error.rs [new file with mode: 0644]
tests/ui/can-copy-pod.rs [new file with mode: 0644]
tests/ui/cancel-clean-via-immediate-rvalue-ref.rs [new file with mode: 0644]
tests/ui/cannot-mutate-captured-non-mut-var.rs [new file with mode: 0644]
tests/ui/cannot-mutate-captured-non-mut-var.stderr [new file with mode: 0644]
tests/ui/capture1.rs [new file with mode: 0644]
tests/ui/capture1.stderr [new file with mode: 0644]
tests/ui/cast/cast-as-bool.rs [new file with mode: 0644]
tests/ui/cast/cast-as-bool.stderr [new file with mode: 0644]
tests/ui/cast/cast-char.rs [new file with mode: 0644]
tests/ui/cast/cast-char.stderr [new file with mode: 0644]
tests/ui/cast/cast-does-fallback.rs [new file with mode: 0644]
tests/ui/cast/cast-errors-issue-43825.rs [new file with mode: 0644]
tests/ui/cast/cast-errors-issue-43825.stderr [new file with mode: 0644]
tests/ui/cast/cast-from-nil.rs [new file with mode: 0644]
tests/ui/cast/cast-from-nil.stderr [new file with mode: 0644]
tests/ui/cast/cast-int-to-char.rs [new file with mode: 0644]
tests/ui/cast/cast-int-to-char.stderr [new file with mode: 0644]
tests/ui/cast/cast-macro-lhs.rs [new file with mode: 0644]
tests/ui/cast/cast-macro-lhs.stderr [new file with mode: 0644]
tests/ui/cast/cast-pointee-projection.rs [new file with mode: 0644]
tests/ui/cast/cast-region-to-uint.rs [new file with mode: 0644]
tests/ui/cast/cast-rfc0401-2.rs [new file with mode: 0644]
tests/ui/cast/cast-rfc0401-2.stderr [new file with mode: 0644]
tests/ui/cast/cast-rfc0401-vtable-kinds.rs [new file with mode: 0644]
tests/ui/cast/cast-rfc0401.rs [new file with mode: 0644]
tests/ui/cast/cast-to-bare-fn.rs [new file with mode: 0644]
tests/ui/cast/cast-to-bare-fn.stderr [new file with mode: 0644]
tests/ui/cast/cast-to-infer-ty.rs [new file with mode: 0644]
tests/ui/cast/cast-to-nil.rs [new file with mode: 0644]
tests/ui/cast/cast-to-nil.stderr [new file with mode: 0644]
tests/ui/cast/cast-to-unsized-trait-object-suggestion.rs [new file with mode: 0644]
tests/ui/cast/cast-to-unsized-trait-object-suggestion.stderr [new file with mode: 0644]
tests/ui/cast/cast.rs [new file with mode: 0644]
tests/ui/cast/casts-differing-anon.rs [new file with mode: 0644]
tests/ui/cast/casts-differing-anon.stderr [new file with mode: 0644]
tests/ui/cast/casts-issue-46365.rs [new file with mode: 0644]
tests/ui/cast/casts-issue-46365.stderr [new file with mode: 0644]
tests/ui/cast/codegen-object-shim.rs [new file with mode: 0644]
tests/ui/cast/fat-ptr-cast-rpass.rs [new file with mode: 0644]
tests/ui/cast/fat-ptr-cast.rs [new file with mode: 0644]
tests/ui/cast/fat-ptr-cast.stderr [new file with mode: 0644]
tests/ui/cast/issue-106883-is-empty.rs [new file with mode: 0644]
tests/ui/cast/issue-106883-is-empty.stderr [new file with mode: 0644]
tests/ui/cast/issue-10991.rs [new file with mode: 0644]
tests/ui/cast/issue-10991.stderr [new file with mode: 0644]
tests/ui/cast/issue-17444.rs [new file with mode: 0644]
tests/ui/cast/issue-17444.stderr [new file with mode: 0644]
tests/ui/cast/issue-84213.fixed [new file with mode: 0644]
tests/ui/cast/issue-84213.rs [new file with mode: 0644]
tests/ui/cast/issue-84213.stderr [new file with mode: 0644]
tests/ui/cast/issue-85586.rs [new file with mode: 0644]
tests/ui/cast/issue-85586.stderr [new file with mode: 0644]
tests/ui/cast/issue-88621.rs [new file with mode: 0644]
tests/ui/cast/issue-88621.stderr [new file with mode: 0644]
tests/ui/cast/issue-89497.fixed [new file with mode: 0644]
tests/ui/cast/issue-89497.rs [new file with mode: 0644]
tests/ui/cast/issue-89497.stderr [new file with mode: 0644]
tests/ui/cast/supported-cast.rs [new file with mode: 0644]
tests/ui/cast/unsupported-cast.rs [new file with mode: 0644]
tests/ui/cast/unsupported-cast.stderr [new file with mode: 0644]
tests/ui/catch-unwind-bang.rs [new file with mode: 0644]
tests/ui/cenum_impl_drop_cast.rs [new file with mode: 0644]
tests/ui/cenum_impl_drop_cast.stderr [new file with mode: 0644]
tests/ui/cfg/assume-incomplete-release/assume-incomplete.rs [new file with mode: 0644]
tests/ui/cfg/assume-incomplete-release/auxiliary/ver-cfg-rel.rs [new file with mode: 0644]
tests/ui/cfg/auxiliary/cfg_inner_static.rs [new file with mode: 0644]
tests/ui/cfg/cfg-attr-cfg.rs [new file with mode: 0644]
tests/ui/cfg/cfg-attr-crate.rs [new file with mode: 0644]
tests/ui/cfg/cfg-family.rs [new file with mode: 0644]
tests/ui/cfg/cfg-in-crate-1.rs [new file with mode: 0644]
tests/ui/cfg/cfg-macros-foo.rs [new file with mode: 0644]
tests/ui/cfg/cfg-macros-notfoo.rs [new file with mode: 0644]
tests/ui/cfg/cfg-match-arm.rs [new file with mode: 0644]
tests/ui/cfg/cfg-method-receiver-ok.rs [new file with mode: 0644]
tests/ui/cfg/cfg-method-receiver.rs [new file with mode: 0644]
tests/ui/cfg/cfg-method-receiver.stderr [new file with mode: 0644]
tests/ui/cfg/cfg-panic-abort.rs [new file with mode: 0644]
tests/ui/cfg/cfg-panic.rs [new file with mode: 0644]
tests/ui/cfg/cfg-path-error.rs [new file with mode: 0644]
tests/ui/cfg/cfg-path-error.stderr [new file with mode: 0644]
tests/ui/cfg/cfg-target-abi.rs [new file with mode: 0644]
tests/ui/cfg/cfg-target-compact-errors.rs [new file with mode: 0644]
tests/ui/cfg/cfg-target-compact-errors.stderr [new file with mode: 0644]
tests/ui/cfg/cfg-target-compact.rs [new file with mode: 0644]
tests/ui/cfg/cfg-target-family.rs [new file with mode: 0644]
tests/ui/cfg/cfg-target-vendor.rs [new file with mode: 0644]
tests/ui/cfg/cfg_attr.rs [new file with mode: 0644]
tests/ui/cfg/cfg_inner_static.rs [new file with mode: 0644]
tests/ui/cfg/cfg_stmt_expr.rs [new file with mode: 0644]
tests/ui/cfg/cfgs-on-items.rs [new file with mode: 0644]
tests/ui/cfg/conditional-compile-arch.rs [new file with mode: 0644]
tests/ui/cfg/conditional-compile.rs [new file with mode: 0644]
tests/ui/cfg/crt-static-off-works.rs [new file with mode: 0644]
tests/ui/cfg/crt-static-on-works.rs [new file with mode: 0644]
tests/ui/cfg/expanded-cfg.rs [new file with mode: 0644]
tests/ui/cfg/future-compat-crate-attributes-using-cfg_attr.rs [new file with mode: 0644]
tests/ui/cfg/future-compat-crate-attributes-using-cfg_attr.stderr [new file with mode: 0644]
tests/ui/cfguard-run.rs [new file with mode: 0644]
tests/ui/chalkify/arithmetic.rs [new file with mode: 0644]
tests/ui/chalkify/assert.rs [new file with mode: 0644]
tests/ui/chalkify/basic.rs [new file with mode: 0644]
tests/ui/chalkify/bugs/async.rs [new file with mode: 0644]
tests/ui/chalkify/bugs/async.stderr [new file with mode: 0644]
tests/ui/chalkify/builtin-copy-clone.rs [new file with mode: 0644]
tests/ui/chalkify/chalk_initial_program.rs [new file with mode: 0644]
tests/ui/chalkify/chalk_initial_program.stderr [new file with mode: 0644]
tests/ui/chalkify/closure.rs [new file with mode: 0644]
tests/ui/chalkify/closure.stderr [new file with mode: 0644]
tests/ui/chalkify/generic_impls.rs [new file with mode: 0644]
tests/ui/chalkify/generic_impls.stderr [new file with mode: 0644]
tests/ui/chalkify/impl_wf.rs [new file with mode: 0644]
tests/ui/chalkify/impl_wf.stderr [new file with mode: 0644]
tests/ui/chalkify/impl_wf_2.rs [new file with mode: 0644]
tests/ui/chalkify/impl_wf_2.stderr [new file with mode: 0644]
tests/ui/chalkify/inherent_impl.rs [new file with mode: 0644]
tests/ui/chalkify/inherent_impl_min.rs [new file with mode: 0644]
tests/ui/chalkify/lower_env1.rs [new file with mode: 0644]
tests/ui/chalkify/lower_env2.rs [new file with mode: 0644]
tests/ui/chalkify/lower_env3.rs [new file with mode: 0644]
tests/ui/chalkify/lower_impl.rs [new file with mode: 0644]
tests/ui/chalkify/lower_struct.rs [new file with mode: 0644]
tests/ui/chalkify/lower_trait.rs [new file with mode: 0644]
tests/ui/chalkify/lower_trait_higher_rank.rs [new file with mode: 0644]
tests/ui/chalkify/lower_trait_where_clause.rs [new file with mode: 0644]
tests/ui/chalkify/println.rs [new file with mode: 0644]
tests/ui/chalkify/projection.rs [new file with mode: 0644]
tests/ui/chalkify/recursive_where_clause_on_type.rs [new file with mode: 0644]
tests/ui/chalkify/recursive_where_clause_on_type.stderr [new file with mode: 0644]
tests/ui/chalkify/super_trait.rs [new file with mode: 0644]
tests/ui/chalkify/trait-objects.rs [new file with mode: 0644]
tests/ui/chalkify/trait_implied_bound.rs [new file with mode: 0644]
tests/ui/chalkify/type_implied_bound.rs [new file with mode: 0644]
tests/ui/chalkify/type_inference.rs [new file with mode: 0644]
tests/ui/chalkify/type_inference.stderr [new file with mode: 0644]
tests/ui/chalkify/type_wf.rs [new file with mode: 0644]
tests/ui/chalkify/type_wf.stderr [new file with mode: 0644]
tests/ui/char.rs [new file with mode: 0644]
tests/ui/check-cfg/allow-at-crate-level.rs [new file with mode: 0644]
tests/ui/check-cfg/allow-macro-cfg.rs [new file with mode: 0644]
tests/ui/check-cfg/allow-same-level.rs [new file with mode: 0644]
tests/ui/check-cfg/allow-same-level.stderr [new file with mode: 0644]
tests/ui/check-cfg/allow-top-level.rs [new file with mode: 0644]
tests/ui/check-cfg/allow-upper-level.rs [new file with mode: 0644]
tests/ui/check-cfg/compact-names.rs [new file with mode: 0644]
tests/ui/check-cfg/compact-names.stderr [new file with mode: 0644]
tests/ui/check-cfg/compact-values.rs [new file with mode: 0644]
tests/ui/check-cfg/compact-values.stderr [new file with mode: 0644]
tests/ui/check-cfg/empty-names.rs [new file with mode: 0644]
tests/ui/check-cfg/empty-names.stderr [new file with mode: 0644]
tests/ui/check-cfg/empty-values.rs [new file with mode: 0644]
tests/ui/check-cfg/empty-values.stderr [new file with mode: 0644]
tests/ui/check-cfg/invalid-arguments.anything_else.stderr [new file with mode: 0644]
tests/ui/check-cfg/invalid-arguments.names_simple_ident.stderr [new file with mode: 0644]
tests/ui/check-cfg/invalid-arguments.rs [new file with mode: 0644]
tests/ui/check-cfg/invalid-arguments.values_simple_ident.stderr [new file with mode: 0644]
tests/ui/check-cfg/invalid-arguments.values_string_literals.stderr [new file with mode: 0644]
tests/ui/check-cfg/invalid-cfg-name.rs [new file with mode: 0644]
tests/ui/check-cfg/invalid-cfg-name.stderr [new file with mode: 0644]
tests/ui/check-cfg/invalid-cfg-value.rs [new file with mode: 0644]
tests/ui/check-cfg/invalid-cfg-value.stderr [new file with mode: 0644]
tests/ui/check-cfg/mix.rs [new file with mode: 0644]
tests/ui/check-cfg/mix.stderr [new file with mode: 0644]
tests/ui/check-cfg/no-values.rs [new file with mode: 0644]
tests/ui/check-cfg/no-values.stderr [new file with mode: 0644]
tests/ui/check-cfg/stmt-no-ice.rs [new file with mode: 0644]
tests/ui/check-cfg/stmt-no-ice.stderr [new file with mode: 0644]
tests/ui/check-cfg/well-known-names.rs [new file with mode: 0644]
tests/ui/check-cfg/well-known-names.stderr [new file with mode: 0644]
tests/ui/check-cfg/well-known-values.rs [new file with mode: 0644]
tests/ui/check-cfg/well-known-values.stderr [new file with mode: 0644]
tests/ui/check-static-immutable-mut-slices.rs [new file with mode: 0644]
tests/ui/check-static-immutable-mut-slices.stderr [new file with mode: 0644]
tests/ui/check-static-recursion-foreign.rs [new file with mode: 0644]
tests/ui/check-static-values-constraints.rs [new file with mode: 0644]
tests/ui/check-static-values-constraints.stderr [new file with mode: 0644]
tests/ui/class-cast-to-trait.rs [new file with mode: 0644]
tests/ui/class-cast-to-trait.stderr [new file with mode: 0644]
tests/ui/class-method-missing.rs [new file with mode: 0644]
tests/ui/class-method-missing.stderr [new file with mode: 0644]
tests/ui/cleanup-rvalue-for-scope.rs [new file with mode: 0644]
tests/ui/cleanup-rvalue-scopes-cf.rs [new file with mode: 0644]
tests/ui/cleanup-rvalue-scopes-cf.stderr [new file with mode: 0644]
tests/ui/cleanup-rvalue-scopes.rs [new file with mode: 0644]
tests/ui/cleanup-rvalue-temp-during-incomplete-alloc.rs [new file with mode: 0644]
tests/ui/cleanup-shortcircuit.rs [new file with mode: 0644]
tests/ui/close-over-big-then-small-data.rs [new file with mode: 0644]
tests/ui/closure-expected-type/expect-fn-supply-fn-multiple.rs [new file with mode: 0644]
tests/ui/closure-expected-type/expect-fn-supply-fn.rs [new file with mode: 0644]
tests/ui/closure-expected-type/expect-fn-supply-fn.stderr [new file with mode: 0644]
tests/ui/closure-expected-type/expect-infer-var-appearing-twice.rs [new file with mode: 0644]
tests/ui/closure-expected-type/expect-infer-var-appearing-twice.stderr [new file with mode: 0644]
tests/ui/closure-expected-type/expect-infer-var-supply-ty-with-bound-region.rs [new file with mode: 0644]
tests/ui/closure-expected-type/expect-infer-var-supply-ty-with-free-region.rs [new file with mode: 0644]
tests/ui/closure-expected-type/expect-two-infer-vars-supply-ty-with-bound-region.rs [new file with mode: 0644]
tests/ui/closure-expected-type/expect-two-infer-vars-supply-ty-with-bound-region.stderr [new file with mode: 0644]
tests/ui/closure-expected-type/issue-24421.rs [new file with mode: 0644]
tests/ui/closure_context/issue-26046-fn-mut.rs [new file with mode: 0644]
tests/ui/closure_context/issue-26046-fn-mut.stderr [new file with mode: 0644]
tests/ui/closure_context/issue-26046-fn-once.rs [new file with mode: 0644]
tests/ui/closure_context/issue-26046-fn-once.stderr [new file with mode: 0644]
tests/ui/closure_context/issue-42065.rs [new file with mode: 0644]
tests/ui/closure_context/issue-42065.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/arrays-completely-captured.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/arrays-completely-captured.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/by_value.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/by_value.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/capture-analysis-1.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/capture-analysis-1.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/capture-analysis-2.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/capture-analysis-2.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/capture-analysis-3.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/capture-analysis-3.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/capture-analysis-4.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/capture-analysis-4.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/capture-disjoint-field-struct.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/capture-disjoint-field-struct.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/capture-disjoint-field-tuple.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/capture-disjoint-field-tuple.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/capture-enum-field.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/capture-enums.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/capture-enums.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/deep-multilevel-struct.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/deep-multilevel-struct.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/deep-multilevel-tuple.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/deep-multilevel-tuple.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/destructure_patterns.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/destructure_patterns.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/arrays.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/arrays.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/borrowck/borrowck-1.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/borrowck/borrowck-1.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/borrowck/borrowck-2.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/borrowck/borrowck-2.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/borrowck/borrowck-3.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/borrowck/borrowck-3.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/borrowck/borrowck-4.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/borrowck/borrowck-4.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/borrowck/borrowck-closures-mut-and-imm.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/borrowck/borrowck-closures-mut-and-imm.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/box.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/box.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/cant-mutate-imm-borrow.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/cant-mutate-imm-borrow.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/cant-mutate-imm.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/cant-mutate-imm.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/closure-origin-array-diagnostics.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/closure-origin-array-diagnostics.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/closure-origin-multi-variant-diagnostics.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/closure-origin-multi-variant-diagnostics.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/closure-origin-single-variant-diagnostics.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/closure-origin-single-variant-diagnostics.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/closure-origin-struct-diagnostics.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/closure-origin-struct-diagnostics.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/closure-origin-tuple-diagnostics-1.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/closure-origin-tuple-diagnostics-1.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/closure-origin-tuple-diagnostics.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/closure-origin-tuple-diagnostics.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/liveness.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/liveness.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/liveness_unintentional_copy.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/liveness_unintentional_copy.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/multilevel-path.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/multilevel-path.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/mut_ref.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/mut_ref.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/repr_packed.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/repr_packed.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/simple-struct-min-capture.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/simple-struct-min-capture.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/union.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/diagnostics/union.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/feature-gate-capture_disjoint_fields.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/feature-gate-capture_disjoint_fields.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/filter-on-struct-member.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/filter-on-struct-member.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/issue-87378.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/issue-87378.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/issue-87987.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/issue-87987.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/issue-88118-2.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/issue-88118-2.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/issue-88476.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/issue-88476.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/issue-89606.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/issue-90465.fixed [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/issue-90465.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/issue-90465.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/issue-92724-needsdrop-query-cycle.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/issue_88118.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/match/auxiliary/match_non_exhaustive_lib.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/match/issue-87097.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/match/issue-87097.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/match/issue-87426.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/match/issue-87988.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/match/issue-88331.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/match/issue-88331.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/match/match-edge-cases_1.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/match/match-edge-cases_2.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/match/match-edge-cases_2.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/match/non-exhaustive-match.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/match/non-exhaustive-match.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/match/pattern-matching-should-fail.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/match/pattern-matching-should-fail.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/match/patterns-capture-analysis.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/match/patterns-capture-analysis.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/auto_traits.fixed [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/auto_traits.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/auto_traits.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/closure-body-macro-fragment.fixed [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/closure-body-macro-fragment.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/closure-body-macro-fragment.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/insignificant_drop.fixed [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/insignificant_drop.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/insignificant_drop_attr_migrations.fixed [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/insignificant_drop_attr_migrations.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/insignificant_drop_attr_migrations.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/insignificant_drop_attr_no_migrations.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/issue-78720.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/issue-78720.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/issue-86753.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/issue-90024-adt-correct-subst.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/macro.fixed [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/macro.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/macro.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/migrations_rustfix.fixed [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/migrations_rustfix.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/migrations_rustfix.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/mir_calls_to_shims.fixed [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/mir_calls_to_shims.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/mir_calls_to_shims.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/multi_diagnostics.fixed [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/multi_diagnostics.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/multi_diagnostics.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/no_migrations.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/old_name.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/old_name.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/precise.fixed [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/precise.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/precise.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/precise_no_migrations.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/significant_drop.fixed [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/significant_drop.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/significant_drop.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/migrations/unpin_no_migration.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/move_closure.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/move_closure.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/multilevel-path-1.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/multilevel-path-1.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/multilevel-path-2.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/multilevel-path-2.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/nested-closure.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/nested-closure.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/optimization/edge_case.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/optimization/edge_case.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/optimization/edge_case_run_pass.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/path-with-array-access.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/path-with-array-access.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/preserve_field_drop_order.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/preserve_field_drop_order.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/preserve_field_drop_order2.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/preserve_field_drop_order2.twenty_eighteen.run.stdout [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/preserve_field_drop_order2.twenty_twentyone.run.stdout [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/repr_packed.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/repr_packed.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/box.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/by_value.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/capture-disjoint-field-struct.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/capture-disjoint-field-tuple-mut.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/capture-disjoint-field-tuple.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/capture_with_wildcard_match.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/destructure-pattern-closure-within-closure.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/destructure-pattern-closure-within-closure.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/destructure_patterns.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/destructure_patterns.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/disjoint-capture-in-same-closure.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/drop_then_use_fake_reads.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/edition.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/filter-on-struct-member.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/fru_syntax.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/issue-87378.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/issue-88372.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/issue-88431.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/issue-88476.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/lit-pattern-matching-with-methods.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/move_closure.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/multilevel-path-1.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/multilevel-path-2.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/multilevel-path-3.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/mut_ref.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/mut_ref_struct_mem.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/nested-closure.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/struct-pattern-matching-with-methods.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/tuple-struct-pattern-matching-with-methods.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/unsafe_ptr.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/run_pass/use_of_mutable_borrow_and_fake_reads.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/simple-struct-min-capture.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/simple-struct-min-capture.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/unsafe_ptr.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/unsafe_ptr.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/wild_patterns.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/wild_patterns.stderr [new file with mode: 0644]
tests/ui/closures/add_semicolon_non_block_closure.rs [new file with mode: 0644]
tests/ui/closures/add_semicolon_non_block_closure.stderr [new file with mode: 0644]
tests/ui/closures/binder/async-closure-with-binder.rs [new file with mode: 0644]
tests/ui/closures/binder/async-closure-with-binder.stderr [new file with mode: 0644]
tests/ui/closures/binder/const-bound.rs [new file with mode: 0644]
tests/ui/closures/binder/const-bound.stderr [new file with mode: 0644]
tests/ui/closures/binder/disallow-const.rs [new file with mode: 0644]
tests/ui/closures/binder/disallow-const.stderr [new file with mode: 0644]
tests/ui/closures/binder/disallow-ty.rs [new file with mode: 0644]
tests/ui/closures/binder/disallow-ty.stderr [new file with mode: 0644]
tests/ui/closures/binder/implicit-return.rs [new file with mode: 0644]
tests/ui/closures/binder/implicit-return.stderr [new file with mode: 0644]
tests/ui/closures/binder/implicit-stuff.rs [new file with mode: 0644]
tests/ui/closures/binder/implicit-stuff.stderr [new file with mode: 0644]
tests/ui/closures/binder/late-bound-in-body.rs [new file with mode: 0644]
tests/ui/closures/binder/nested-closures-regions.rs [new file with mode: 0644]
tests/ui/closures/binder/nested-closures-regions.stderr [new file with mode: 0644]
tests/ui/closures/binder/nested-closures.rs [new file with mode: 0644]
tests/ui/closures/binder/suggestion-for-introducing-lifetime-into-binder.rs [new file with mode: 0644]
tests/ui/closures/binder/suggestion-for-introducing-lifetime-into-binder.stderr [new file with mode: 0644]
tests/ui/closures/binder/type-bound-2.rs [new file with mode: 0644]
tests/ui/closures/binder/type-bound-2.stderr [new file with mode: 0644]
tests/ui/closures/binder/type-bound.rs [new file with mode: 0644]
tests/ui/closures/binder/type-bound.stderr [new file with mode: 0644]
tests/ui/closures/closure-array-break-length.rs [new file with mode: 0644]
tests/ui/closures/closure-array-break-length.stderr [new file with mode: 0644]
tests/ui/closures/closure-bounds-cant-promote-superkind-in-struct.rs [new file with mode: 0644]
tests/ui/closures/closure-bounds-cant-promote-superkind-in-struct.stderr [new file with mode: 0644]
tests/ui/closures/closure-bounds-static-cant-capture-borrowed.rs [new file with mode: 0644]
tests/ui/closures/closure-bounds-static-cant-capture-borrowed.stderr [new file with mode: 0644]
tests/ui/closures/closure-bounds-subtype.rs [new file with mode: 0644]
tests/ui/closures/closure-bounds-subtype.stderr [new file with mode: 0644]
tests/ui/closures/closure-expected-type/expect-region-supply-region-2.polonius.stderr [new file with mode: 0644]
tests/ui/closures/closure-expected-type/expect-region-supply-region-2.rs [new file with mode: 0644]
tests/ui/closures/closure-expected-type/expect-region-supply-region-2.stderr [new file with mode: 0644]
tests/ui/closures/closure-expected-type/expect-region-supply-region.rs [new file with mode: 0644]
tests/ui/closures/closure-expected-type/expect-region-supply-region.stderr [new file with mode: 0644]
tests/ui/closures/closure-expected.rs [new file with mode: 0644]
tests/ui/closures/closure-expected.stderr [new file with mode: 0644]
tests/ui/closures/closure-immutable-outer-variable.fixed [new file with mode: 0644]
tests/ui/closures/closure-immutable-outer-variable.rs [new file with mode: 0644]
tests/ui/closures/closure-immutable-outer-variable.rs.fixed [new file with mode: 0644]
tests/ui/closures/closure-immutable-outer-variable.stderr [new file with mode: 0644]
tests/ui/closures/closure-move-sync.rs [new file with mode: 0644]
tests/ui/closures/closure-move-sync.stderr [new file with mode: 0644]
tests/ui/closures/closure-no-fn-1.rs [new file with mode: 0644]
tests/ui/closures/closure-no-fn-1.stderr [new file with mode: 0644]
tests/ui/closures/closure-no-fn-2.rs [new file with mode: 0644]
tests/ui/closures/closure-no-fn-2.stderr [new file with mode: 0644]
tests/ui/closures/closure-no-fn-3.rs [new file with mode: 0644]
tests/ui/closures/closure-no-fn-3.stderr [new file with mode: 0644]
tests/ui/closures/closure-no-fn-4.rs [new file with mode: 0644]
tests/ui/closures/closure-no-fn-4.stderr [new file with mode: 0644]
tests/ui/closures/closure-no-fn-5.rs [new file with mode: 0644]
tests/ui/closures/closure-no-fn-5.stderr [new file with mode: 0644]
tests/ui/closures/closure-referencing-itself-issue-25954.rs [new file with mode: 0644]
tests/ui/closures/closure-referencing-itself-issue-25954.stderr [new file with mode: 0644]
tests/ui/closures/closure-reform-bad.rs [new file with mode: 0644]
tests/ui/closures/closure-reform-bad.stderr [new file with mode: 0644]
tests/ui/closures/closure-return-type-mismatch.rs [new file with mode: 0644]
tests/ui/closures/closure-return-type-mismatch.stderr [new file with mode: 0644]
tests/ui/closures/closure-return-type-must-be-sized.rs [new file with mode: 0644]
tests/ui/closures/closure-return-type-must-be-sized.stderr [new file with mode: 0644]
tests/ui/closures/closure-wrong-kind.rs [new file with mode: 0644]
tests/ui/closures/closure-wrong-kind.stderr [new file with mode: 0644]
tests/ui/closures/closure_cap_coerce_many_fail.rs [new file with mode: 0644]
tests/ui/closures/closure_cap_coerce_many_fail.stderr [new file with mode: 0644]
tests/ui/closures/closure_no_cap_coerce_many_check_pass.rs [new file with mode: 0644]
tests/ui/closures/closure_no_cap_coerce_many_run_pass.rs [new file with mode: 0644]
tests/ui/closures/closure_no_cap_coerce_many_unsafe_0.mir.stderr [new file with mode: 0644]
tests/ui/closures/closure_no_cap_coerce_many_unsafe_0.rs [new file with mode: 0644]
tests/ui/closures/closure_no_cap_coerce_many_unsafe_0.thir.stderr [new file with mode: 0644]
tests/ui/closures/closure_no_cap_coerce_many_unsafe_1.rs [new file with mode: 0644]
tests/ui/closures/closure_promotion.rs [new file with mode: 0644]
tests/ui/closures/coerce-unsafe-closure-to-unsafe-fn-ptr.mir.stderr [new file with mode: 0644]
tests/ui/closures/coerce-unsafe-closure-to-unsafe-fn-ptr.rs [new file with mode: 0644]
tests/ui/closures/coerce-unsafe-closure-to-unsafe-fn-ptr.thir.stderr [new file with mode: 0644]
tests/ui/closures/coerce-unsafe-to-closure.rs [new file with mode: 0644]
tests/ui/closures/coerce-unsafe-to-closure.stderr [new file with mode: 0644]
tests/ui/closures/deeply-nested_closures.rs [new file with mode: 0644]
tests/ui/closures/diverging-closure.rs [new file with mode: 0644]
tests/ui/closures/issue-101696.rs [new file with mode: 0644]
tests/ui/closures/issue-102089-multiple-opaque-cast.rs [new file with mode: 0644]
tests/ui/closures/issue-10398.rs [new file with mode: 0644]
tests/ui/closures/issue-10398.stderr [new file with mode: 0644]
tests/ui/closures/issue-23012-supertrait-signature-inference.rs [new file with mode: 0644]
tests/ui/closures/issue-41366.rs [new file with mode: 0644]
tests/ui/closures/issue-42463.rs [new file with mode: 0644]
tests/ui/closures/issue-46742.rs [new file with mode: 0644]
tests/ui/closures/issue-48109.rs [new file with mode: 0644]
tests/ui/closures/issue-52437.rs [new file with mode: 0644]
tests/ui/closures/issue-52437.stderr [new file with mode: 0644]
tests/ui/closures/issue-67123.rs [new file with mode: 0644]
tests/ui/closures/issue-67123.stderr [new file with mode: 0644]
tests/ui/closures/issue-6801.rs [new file with mode: 0644]
tests/ui/closures/issue-6801.stderr [new file with mode: 0644]
tests/ui/closures/issue-68025.rs [new file with mode: 0644]
tests/ui/closures/issue-72408-nested-closures-exponential.rs [new file with mode: 0644]
tests/ui/closures/issue-78720.rs [new file with mode: 0644]
tests/ui/closures/issue-78720.stderr [new file with mode: 0644]
tests/ui/closures/issue-80313-mutable-borrow-in-closure.rs [new file with mode: 0644]
tests/ui/closures/issue-80313-mutable-borrow-in-closure.stderr [new file with mode: 0644]
tests/ui/closures/issue-80313-mutable-borrow-in-move-closure.rs [new file with mode: 0644]
tests/ui/closures/issue-80313-mutable-borrow-in-move-closure.stderr [new file with mode: 0644]
tests/ui/closures/issue-80313-mutation-in-closure.rs [new file with mode: 0644]
tests/ui/closures/issue-80313-mutation-in-closure.stderr [new file with mode: 0644]
tests/ui/closures/issue-80313-mutation-in-move-closure.rs [new file with mode: 0644]
tests/ui/closures/issue-80313-mutation-in-move-closure.stderr [new file with mode: 0644]
tests/ui/closures/issue-81700-mut-borrow.rs [new file with mode: 0644]
tests/ui/closures/issue-81700-mut-borrow.stderr [new file with mode: 0644]
tests/ui/closures/issue-82438-mut-without-upvar.rs [new file with mode: 0644]
tests/ui/closures/issue-82438-mut-without-upvar.stderr [new file with mode: 0644]
tests/ui/closures/issue-84044-drop-non-mut.rs [new file with mode: 0644]
tests/ui/closures/issue-84044-drop-non-mut.stderr [new file with mode: 0644]
tests/ui/closures/issue-84128.rs [new file with mode: 0644]
tests/ui/closures/issue-84128.stderr [new file with mode: 0644]
tests/ui/closures/issue-87461.rs [new file with mode: 0644]
tests/ui/closures/issue-87461.stderr [new file with mode: 0644]
tests/ui/closures/issue-87814-1.rs [new file with mode: 0644]
tests/ui/closures/issue-87814-2.rs [new file with mode: 0644]
tests/ui/closures/issue-90871.rs [new file with mode: 0644]
tests/ui/closures/issue-90871.stderr [new file with mode: 0644]
tests/ui/closures/issue-97607.rs [new file with mode: 0644]
tests/ui/closures/issue-99565.rs [new file with mode: 0644]
tests/ui/closures/issue-99565.stderr [new file with mode: 0644]
tests/ui/closures/local-type-mix.rs [new file with mode: 0644]
tests/ui/closures/local-type-mix.stderr [new file with mode: 0644]
tests/ui/closures/multiple-fn-bounds.rs [new file with mode: 0644]
tests/ui/closures/multiple-fn-bounds.stderr [new file with mode: 0644]
tests/ui/closures/old-closure-arg-call-as.rs [new file with mode: 0644]
tests/ui/closures/old-closure-arg.rs [new file with mode: 0644]
tests/ui/closures/old-closure-explicit-types.rs [new file with mode: 0644]
tests/ui/closures/old-closure-expr-precedence.rs [new file with mode: 0644]
tests/ui/closures/old-closure-expr-precedence.stderr [new file with mode: 0644]
tests/ui/closures/old-closure-expression-remove-semicolon.fixed [new file with mode: 0644]
tests/ui/closures/old-closure-expression-remove-semicolon.rs [new file with mode: 0644]
tests/ui/closures/old-closure-expression-remove-semicolon.stderr [new file with mode: 0644]
tests/ui/closures/old-closure-fn-coerce.rs [new file with mode: 0644]
tests/ui/closures/old-closure-iter-1.rs [new file with mode: 0644]
tests/ui/closures/old-closure-iter-2.rs [new file with mode: 0644]
tests/ui/closures/once-move-out-on-heap.rs [new file with mode: 0644]
tests/ui/closures/print/closure-print-generic-1.rs [new file with mode: 0644]
tests/ui/closures/print/closure-print-generic-1.stderr [new file with mode: 0644]
tests/ui/closures/print/closure-print-generic-2.rs [new file with mode: 0644]
tests/ui/closures/print/closure-print-generic-2.stderr [new file with mode: 0644]
tests/ui/closures/print/closure-print-generic-trim-off-verbose-2.rs [new file with mode: 0644]
tests/ui/closures/print/closure-print-generic-trim-off-verbose-2.stderr [new file with mode: 0644]
tests/ui/closures/print/closure-print-generic-verbose-1.rs [new file with mode: 0644]
tests/ui/closures/print/closure-print-generic-verbose-1.stderr [new file with mode: 0644]
tests/ui/closures/print/closure-print-generic-verbose-2.rs [new file with mode: 0644]
tests/ui/closures/print/closure-print-generic-verbose-2.stderr [new file with mode: 0644]
tests/ui/closures/print/closure-print-verbose.rs [new file with mode: 0644]
tests/ui/closures/print/closure-print-verbose.stderr [new file with mode: 0644]
tests/ui/closures/semistatement-in-lambda.rs [new file with mode: 0644]
tests/ui/closures/supertrait-hint-cycle-2.rs [new file with mode: 0644]
tests/ui/closures/supertrait-hint-cycle-3.rs [new file with mode: 0644]
tests/ui/closures/supertrait-hint-cycle.rs [new file with mode: 0644]
tests/ui/closures/supertrait-hint-references-assoc-ty.rs [new file with mode: 0644]
tests/ui/closures/thir-unsafeck-issue-85871.rs [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-call/gate_test.rs [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-call/gate_test.stderr [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-call/params-on-registers.rs [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-call/params-on-stack.rs [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-call/params-on-stack.stderr [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-call/wrong-abi-location-1.rs [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-call/wrong-abi-location-1.stderr [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-call/wrong-abi-location-2.rs [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-call/wrong-abi-location-2.stderr [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-entry/gate_test.rs [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-entry/gate_test.stderr [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-entry/issue-83475.rs [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-entry/issue-83475.stderr [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-entry/params-on-registers.rs [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-entry/params-on-stack.rs [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-entry/params-on-stack.stderr [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-entry/trustzone-only.rs [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-entry/trustzone-only.stderr [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-entry/wrong-abi.rs [new file with mode: 0644]
tests/ui/cmse-nonsecure/cmse-nonsecure-entry/wrong-abi.stderr [new file with mode: 0644]
tests/ui/codegen/auxiliary/issue-97708-aux.rs [new file with mode: 0644]
tests/ui/codegen/auxiliary/llvm_pr32379.rs [new file with mode: 0644]
tests/ui/codegen/init-large-type.rs [new file with mode: 0644]
tests/ui/codegen/issue-101585-128bit-repeat.rs [new file with mode: 0644]
tests/ui/codegen/issue-16602-1.rs [new file with mode: 0644]
tests/ui/codegen/issue-16602-2.rs [new file with mode: 0644]
tests/ui/codegen/issue-16602-3.rs [new file with mode: 0644]
tests/ui/codegen/issue-28950.rs [new file with mode: 0644]
tests/ui/codegen/issue-55976.rs [new file with mode: 0644]
tests/ui/codegen/issue-63787.rs [new file with mode: 0644]
tests/ui/codegen/issue-64401.rs [new file with mode: 0644]
tests/ui/codegen/issue-82859-slice-miscompile.rs [new file with mode: 0644]
tests/ui/codegen/issue-88043-bb-does-not-have-terminator.rs [new file with mode: 0644]
tests/ui/codegen/issue-97708.rs [new file with mode: 0644]
tests/ui/codegen/issue-99551.rs [new file with mode: 0644]
tests/ui/codegen/llvm-pr32379.rs [new file with mode: 0644]
tests/ui/codemap_tests/bad-format-args.rs [new file with mode: 0644]
tests/ui/codemap_tests/bad-format-args.stderr [new file with mode: 0644]
tests/ui/codemap_tests/coherence-overlapping-inherent-impl-trait.rs [new file with mode: 0644]
tests/ui/codemap_tests/coherence-overlapping-inherent-impl-trait.stderr [new file with mode: 0644]
tests/ui/codemap_tests/empty_span.rs [new file with mode: 0644]
tests/ui/codemap_tests/empty_span.stderr [new file with mode: 0644]
tests/ui/codemap_tests/huge_multispan_highlight.rs [new file with mode: 0644]
tests/ui/codemap_tests/huge_multispan_highlight.stderr [new file with mode: 0644]
tests/ui/codemap_tests/issue-11715.rs [new file with mode: 0644]
tests/ui/codemap_tests/issue-11715.stderr [new file with mode: 0644]
tests/ui/codemap_tests/issue-28308.rs [new file with mode: 0644]
tests/ui/codemap_tests/issue-28308.stderr [new file with mode: 0644]
tests/ui/codemap_tests/one_line.rs [new file with mode: 0644]
tests/ui/codemap_tests/one_line.stderr [new file with mode: 0644]
tests/ui/codemap_tests/overlapping_inherent_impls.rs [new file with mode: 0644]
tests/ui/codemap_tests/overlapping_inherent_impls.stderr [new file with mode: 0644]
tests/ui/codemap_tests/tab.rs [new file with mode: 0644]
tests/ui/codemap_tests/tab.stderr [new file with mode: 0644]
tests/ui/codemap_tests/tab_2.rs [new file with mode: 0644]
tests/ui/codemap_tests/tab_2.stderr [new file with mode: 0644]
tests/ui/codemap_tests/tab_3.rs [new file with mode: 0644]
tests/ui/codemap_tests/tab_3.stderr [new file with mode: 0644]
tests/ui/codemap_tests/two_files.rs [new file with mode: 0644]
tests/ui/codemap_tests/two_files.stderr [new file with mode: 0644]
tests/ui/codemap_tests/two_files_data.rs [new file with mode: 0644]
tests/ui/codemap_tests/unicode.expanded.stdout [new file with mode: 0644]
tests/ui/codemap_tests/unicode.normal.stderr [new file with mode: 0644]
tests/ui/codemap_tests/unicode.rs [new file with mode: 0644]
tests/ui/codemap_tests/unicode_2.rs [new file with mode: 0644]
tests/ui/codemap_tests/unicode_2.stderr [new file with mode: 0644]
tests/ui/codemap_tests/unicode_3.rs [new file with mode: 0644]
tests/ui/codemap_tests/unicode_3.stderr [new file with mode: 0644]
tests/ui/coercion/auxiliary/issue-39823.rs [new file with mode: 0644]
tests/ui/coercion/coerce-block-tail-26978.rs [new file with mode: 0644]
tests/ui/coercion/coerce-block-tail-26978.stderr [new file with mode: 0644]
tests/ui/coercion/coerce-block-tail-57749.rs [new file with mode: 0644]
tests/ui/coercion/coerce-block-tail-57749.stderr [new file with mode: 0644]
tests/ui/coercion/coerce-block-tail-83783.rs [new file with mode: 0644]
tests/ui/coercion/coerce-block-tail-83783.stderr [new file with mode: 0644]
tests/ui/coercion/coerce-block-tail-83850.rs [new file with mode: 0644]
tests/ui/coercion/coerce-block-tail-83850.stderr [new file with mode: 0644]
tests/ui/coercion/coerce-block-tail.rs [new file with mode: 0644]
tests/ui/coercion/coerce-block-tail.stderr [new file with mode: 0644]
tests/ui/coercion/coerce-expect-unsized-ascribed.rs [new file with mode: 0644]
tests/ui/coercion/coerce-expect-unsized-ascribed.stderr [new file with mode: 0644]
tests/ui/coercion/coerce-expect-unsized.rs [new file with mode: 0644]
tests/ui/coercion/coerce-issue-49593-box-never-windows.nofallback.stderr [new file with mode: 0644]
tests/ui/coercion/coerce-issue-49593-box-never-windows.rs [new file with mode: 0644]
tests/ui/coercion/coerce-issue-49593-box-never.nofallback.stderr [new file with mode: 0644]
tests/ui/coercion/coerce-issue-49593-box-never.rs [new file with mode: 0644]
tests/ui/coercion/coerce-mut.rs [new file with mode: 0644]
tests/ui/coercion/coerce-mut.stderr [new file with mode: 0644]
tests/ui/coercion/coerce-overloaded-autoderef-fail.rs [new file with mode: 0644]
tests/ui/coercion/coerce-overloaded-autoderef-fail.stderr [new file with mode: 0644]
tests/ui/coercion/coerce-overloaded-autoderef.rs [new file with mode: 0644]
tests/ui/coercion/coerce-reborrow-imm-ptr-arg.rs [new file with mode: 0644]
tests/ui/coercion/coerce-reborrow-imm-ptr-rcvr.rs [new file with mode: 0644]
tests/ui/coercion/coerce-reborrow-imm-vec-arg.rs [new file with mode: 0644]
tests/ui/coercion/coerce-reborrow-imm-vec-rcvr.rs [new file with mode: 0644]
tests/ui/coercion/coerce-reborrow-multi-arg-fail.rs [new file with mode: 0644]
tests/ui/coercion/coerce-reborrow-multi-arg-fail.stderr [new file with mode: 0644]
tests/ui/coercion/coerce-reborrow-multi-arg.rs [new file with mode: 0644]
tests/ui/coercion/coerce-reborrow-mut-ptr-arg.rs [new file with mode: 0644]
tests/ui/coercion/coerce-reborrow-mut-ptr-rcvr.rs [new file with mode: 0644]
tests/ui/coercion/coerce-reborrow-mut-vec-arg.rs [new file with mode: 0644]
tests/ui/coercion/coerce-reborrow-mut-vec-rcvr.rs [new file with mode: 0644]
tests/ui/coercion/coerce-to-bang-cast.rs [new file with mode: 0644]
tests/ui/coercion/coerce-to-bang-cast.stderr [new file with mode: 0644]
tests/ui/coercion/coerce-to-bang.rs [new file with mode: 0644]
tests/ui/coercion/coerce-to-bang.stderr [new file with mode: 0644]
tests/ui/coercion/coerce-unify-return.rs [new file with mode: 0644]
tests/ui/coercion/coerce-unify.rs [new file with mode: 0644]
tests/ui/coercion/coerce-unsize-subtype.rs [new file with mode: 0644]
tests/ui/coercion/coercion-missing-tail-expected-type.fixed [new file with mode: 0644]
tests/ui/coercion/coercion-missing-tail-expected-type.rs [new file with mode: 0644]
tests/ui/coercion/coercion-missing-tail-expected-type.stderr [new file with mode: 0644]
tests/ui/coercion/coercion-slice.rs [new file with mode: 0644]
tests/ui/coercion/coercion-slice.stderr [new file with mode: 0644]
tests/ui/coercion/issue-101066.rs [new file with mode: 0644]
tests/ui/coercion/issue-14589.rs [new file with mode: 0644]
tests/ui/coercion/issue-36007.rs [new file with mode: 0644]
tests/ui/coercion/issue-37655.rs [new file with mode: 0644]
tests/ui/coercion/issue-39823.rs [new file with mode: 0644]
tests/ui/coercion/issue-53475.rs [new file with mode: 0644]
tests/ui/coercion/issue-53475.stderr [new file with mode: 0644]
tests/ui/coercion/issue-73886.rs [new file with mode: 0644]
tests/ui/coercion/issue-73886.stderr [new file with mode: 0644]
tests/ui/coercion/issue-88097.rs [new file with mode: 0644]
tests/ui/coercion/retslot-cast.rs [new file with mode: 0644]
tests/ui/coercion/retslot-cast.stderr [new file with mode: 0644]
tests/ui/coercion/unsafe-coercion.rs [new file with mode: 0644]
tests/ui/coherence/auxiliary/coherence_copy_like_lib.rs [new file with mode: 0644]
tests/ui/coherence/auxiliary/coherence_fundamental_trait_lib.rs [new file with mode: 0644]
tests/ui/coherence/auxiliary/coherence_inherent_cc_lib.rs [new file with mode: 0644]
tests/ui/coherence/auxiliary/coherence_lib.rs [new file with mode: 0644]
tests/ui/coherence/auxiliary/coherence_orphan_lib.rs [new file with mode: 0644]
tests/ui/coherence/auxiliary/error_lib.rs [new file with mode: 0644]
tests/ui/coherence/auxiliary/go_trait.rs [new file with mode: 0644]
tests/ui/coherence/auxiliary/option_future.rs [new file with mode: 0644]
tests/ui/coherence/auxiliary/re_rebalance_coherence_lib-rpass.rs [new file with mode: 0644]
tests/ui/coherence/auxiliary/re_rebalance_coherence_lib.rs [new file with mode: 0644]
tests/ui/coherence/auxiliary/trait-with-const-param.rs [new file with mode: 0644]
tests/ui/coherence/auxiliary/trait_impl_conflict.rs [new file with mode: 0644]
tests/ui/coherence/coherence-all-remote.rs [new file with mode: 0644]
tests/ui/coherence/coherence-all-remote.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-bigint-int.rs [new file with mode: 0644]
tests/ui/coherence/coherence-bigint-param.rs [new file with mode: 0644]
tests/ui/coherence/coherence-bigint-param.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-bigint-vecint.rs [new file with mode: 0644]
tests/ui/coherence/coherence-blanket-conflicts-with-blanket-implemented.rs [new file with mode: 0644]
tests/ui/coherence/coherence-blanket-conflicts-with-blanket-implemented.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-blanket-conflicts-with-blanket-unimplemented.rs [new file with mode: 0644]
tests/ui/coherence/coherence-blanket-conflicts-with-blanket-unimplemented.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-blanket-conflicts-with-specific-cross-crate.rs [new file with mode: 0644]
tests/ui/coherence/coherence-blanket-conflicts-with-specific-cross-crate.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-blanket-conflicts-with-specific-multidispatch.rs [new file with mode: 0644]
tests/ui/coherence/coherence-blanket-conflicts-with-specific-multidispatch.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-blanket-conflicts-with-specific-trait.rs [new file with mode: 0644]
tests/ui/coherence/coherence-blanket-conflicts-with-specific-trait.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-blanket-conflicts-with-specific.rs [new file with mode: 0644]
tests/ui/coherence/coherence-blanket-conflicts-with-specific.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-blanket.rs [new file with mode: 0644]
tests/ui/coherence/coherence-conflicting-negative-trait-impl.rs [new file with mode: 0644]
tests/ui/coherence/coherence-conflicting-negative-trait-impl.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-covered-type-parameter.rs [new file with mode: 0644]
tests/ui/coherence/coherence-cow.re_a.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-cow.re_b.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-cow.re_c.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-cow.rs [new file with mode: 0644]
tests/ui/coherence/coherence-cross-crate-conflict.rs [new file with mode: 0644]
tests/ui/coherence/coherence-cross-crate-conflict.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-default-trait-impl.rs [new file with mode: 0644]
tests/ui/coherence/coherence-default-trait-impl.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-error-suppression.rs [new file with mode: 0644]
tests/ui/coherence/coherence-error-suppression.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-fn-covariant-bound-vs-static.rs [new file with mode: 0644]
tests/ui/coherence/coherence-fn-covariant-bound-vs-static.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-fn-implied-bounds.rs [new file with mode: 0644]
tests/ui/coherence/coherence-fn-implied-bounds.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-fn-inputs.rs [new file with mode: 0644]
tests/ui/coherence/coherence-fn-inputs.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-free-vs-bound-region.rs [new file with mode: 0644]
tests/ui/coherence/coherence-free-vs-bound-region.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-fundamental-trait-objects.rs [new file with mode: 0644]
tests/ui/coherence/coherence-fundamental-trait-objects.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-impl-in-fn.rs [new file with mode: 0644]
tests/ui/coherence/coherence-impl-trait-for-marker-trait-negative.rs [new file with mode: 0644]
tests/ui/coherence/coherence-impl-trait-for-marker-trait-negative.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-impl-trait-for-marker-trait-positive.rs [new file with mode: 0644]
tests/ui/coherence/coherence-impl-trait-for-marker-trait-positive.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-impl-trait-for-trait-object-safe.rs [new file with mode: 0644]
tests/ui/coherence/coherence-impl-trait-for-trait-object-safe.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-impl-trait-for-trait.rs [new file with mode: 0644]
tests/ui/coherence/coherence-impl-trait-for-trait.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-impls-copy.rs [new file with mode: 0644]
tests/ui/coherence/coherence-impls-copy.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-impls-send.rs [new file with mode: 0644]
tests/ui/coherence/coherence-impls-send.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-impls-sized.rs [new file with mode: 0644]
tests/ui/coherence/coherence-impls-sized.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-inherited-assoc-ty-cycle-err.rs [new file with mode: 0644]
tests/ui/coherence/coherence-inherited-assoc-ty-cycle-err.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-inherited-subtyping.old.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-inherited-subtyping.re.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-inherited-subtyping.rs [new file with mode: 0644]
tests/ui/coherence/coherence-iterator-vec-any-elem.rs [new file with mode: 0644]
tests/ui/coherence/coherence-iterator-vec.rs [new file with mode: 0644]
tests/ui/coherence/coherence-lone-type-parameter.rs [new file with mode: 0644]
tests/ui/coherence/coherence-lone-type-parameter.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-multidispatch-tuple.rs [new file with mode: 0644]
tests/ui/coherence/coherence-negative-impls-copy-bad.rs [new file with mode: 0644]
tests/ui/coherence/coherence-negative-impls-copy-bad.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-negative-impls-copy.rs [new file with mode: 0644]
tests/ui/coherence/coherence-negative-impls-safe-rpass.rs [new file with mode: 0644]
tests/ui/coherence/coherence-negative-impls-safe.rs [new file with mode: 0644]
tests/ui/coherence/coherence-negative-impls-safe.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-negative-inherent-where-bounds.rs [new file with mode: 0644]
tests/ui/coherence/coherence-negative-inherent.rs [new file with mode: 0644]
tests/ui/coherence/coherence-negative-outlives-lifetimes.rs [new file with mode: 0644]
tests/ui/coherence/coherence-negative-outlives-lifetimes.stock.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-no-direct-lifetime-dispatch.rs [new file with mode: 0644]
tests/ui/coherence/coherence-no-direct-lifetime-dispatch.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-orphan.rs [new file with mode: 0644]
tests/ui/coherence/coherence-orphan.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-all-t-and-tuple.rs [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-all-t-and-tuple.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-double-negative.rs [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-downstream-inherent.rs [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-downstream-inherent.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-downstream.rs [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-downstream.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-issue-23516-inherent.rs [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-issue-23516-inherent.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-issue-23516.rs [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-issue-23516.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-messages.rs [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-messages.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-negate-alias-strict.rs [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-negate-not-use-feature-gate.rs [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-negate-not-use-feature-gate.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-negate-strict.rs [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-negate-use-feature-gate.rs [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-negative-trait.rs [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-negative-trait2.rs [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-super-negative.rs [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-trait-alias.rs [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-trait-alias.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-upstream-inherent.rs [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-upstream-inherent.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-upstream.rs [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-upstream.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-overlap-with-regions.rs [new file with mode: 0644]
tests/ui/coherence/coherence-overlapping-pairs.rs [new file with mode: 0644]
tests/ui/coherence/coherence-overlapping-pairs.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-pair-covered-uncovered-1.rs [new file with mode: 0644]
tests/ui/coherence/coherence-pair-covered-uncovered-1.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-pair-covered-uncovered.rs [new file with mode: 0644]
tests/ui/coherence/coherence-pair-covered-uncovered.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-projection-conflict-orphan.rs [new file with mode: 0644]
tests/ui/coherence/coherence-projection-conflict-orphan.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-projection-conflict-ty-param.rs [new file with mode: 0644]
tests/ui/coherence/coherence-projection-conflict-ty-param.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-projection-conflict.rs [new file with mode: 0644]
tests/ui/coherence/coherence-projection-conflict.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-projection-ok-orphan.rs [new file with mode: 0644]
tests/ui/coherence/coherence-projection-ok.rs [new file with mode: 0644]
tests/ui/coherence/coherence-rfc447-constrained.rs [new file with mode: 0644]
tests/ui/coherence/coherence-subtyping.rs [new file with mode: 0644]
tests/ui/coherence/coherence-subtyping.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-tuple-conflict.rs [new file with mode: 0644]
tests/ui/coherence/coherence-tuple-conflict.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-unsafe-trait-object-impl.rs [new file with mode: 0644]
tests/ui/coherence/coherence-unsafe-trait-object-impl.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-vec-local-2.rs [new file with mode: 0644]
tests/ui/coherence/coherence-vec-local-2.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-vec-local.rs [new file with mode: 0644]
tests/ui/coherence/coherence-vec-local.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-wasm-bindgen.rs [new file with mode: 0644]
tests/ui/coherence/coherence-wasm-bindgen.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-where-clause.rs [new file with mode: 0644]
tests/ui/coherence/coherence-with-closure.rs [new file with mode: 0644]
tests/ui/coherence/coherence-with-closure.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-with-generator.rs [new file with mode: 0644]
tests/ui/coherence/coherence-with-generator.stock.stderr [new file with mode: 0644]
tests/ui/coherence/coherence_copy_like.rs [new file with mode: 0644]
tests/ui/coherence/coherence_copy_like_err_fundamental_struct.rs [new file with mode: 0644]
tests/ui/coherence/coherence_copy_like_err_fundamental_struct_ref.rs [new file with mode: 0644]
tests/ui/coherence/coherence_copy_like_err_fundamental_struct_tuple.rs [new file with mode: 0644]
tests/ui/coherence/coherence_copy_like_err_fundamental_struct_tuple.stderr [new file with mode: 0644]
tests/ui/coherence/coherence_copy_like_err_struct.rs [new file with mode: 0644]
tests/ui/coherence/coherence_copy_like_err_struct.stderr [new file with mode: 0644]
tests/ui/coherence/coherence_copy_like_err_tuple.rs [new file with mode: 0644]
tests/ui/coherence/coherence_copy_like_err_tuple.stderr [new file with mode: 0644]
tests/ui/coherence/coherence_inherent.rs [new file with mode: 0644]
tests/ui/coherence/coherence_inherent.stderr [new file with mode: 0644]
tests/ui/coherence/coherence_inherent_cc.rs [new file with mode: 0644]
tests/ui/coherence/coherence_inherent_cc.stderr [new file with mode: 0644]
tests/ui/coherence/coherence_local.rs [new file with mode: 0644]
tests/ui/coherence/coherence_local_err_struct.rs [new file with mode: 0644]
tests/ui/coherence/coherence_local_err_struct.stderr [new file with mode: 0644]
tests/ui/coherence/coherence_local_err_tuple.rs [new file with mode: 0644]
tests/ui/coherence/coherence_local_err_tuple.stderr [new file with mode: 0644]
tests/ui/coherence/coherence_local_ref.rs [new file with mode: 0644]
tests/ui/coherence/conflicting-impl-with-err.rs [new file with mode: 0644]
tests/ui/coherence/conflicting-impl-with-err.stderr [new file with mode: 0644]
tests/ui/coherence/const-generics-orphan-check-ok.rs [new file with mode: 0644]
tests/ui/coherence/deep-bad-copy-reason.rs [new file with mode: 0644]
tests/ui/coherence/deep-bad-copy-reason.stderr [new file with mode: 0644]
tests/ui/coherence/impl-foreign-for-foreign.rs [new file with mode: 0644]
tests/ui/coherence/impl-foreign-for-foreign.stderr [new file with mode: 0644]
tests/ui/coherence/impl-foreign-for-foreign[foreign].rs [new file with mode: 0644]
tests/ui/coherence/impl-foreign-for-foreign[foreign].stderr [new file with mode: 0644]
tests/ui/coherence/impl-foreign-for-foreign[local].rs [new file with mode: 0644]
tests/ui/coherence/impl-foreign-for-fundamental[foreign].rs [new file with mode: 0644]
tests/ui/coherence/impl-foreign-for-fundamental[foreign].stderr [new file with mode: 0644]
tests/ui/coherence/impl-foreign-for-fundamental[local].rs [new file with mode: 0644]
tests/ui/coherence/impl-foreign-for-local.rs [new file with mode: 0644]
tests/ui/coherence/impl-foreign-for-locally-defined-fundamental.rs [new file with mode: 0644]
tests/ui/coherence/impl-foreign-for-locally-defined-fundamental[foreign].rs [new file with mode: 0644]
tests/ui/coherence/impl-foreign[foreign]-for-foreign.rs [new file with mode: 0644]
tests/ui/coherence/impl-foreign[foreign]-for-foreign.stderr [new file with mode: 0644]
tests/ui/coherence/impl-foreign[foreign]-for-local.rs [new file with mode: 0644]
tests/ui/coherence/impl-foreign[fundemental[foreign]]-for-foreign.rs [new file with mode: 0644]
tests/ui/coherence/impl-foreign[fundemental[foreign]]-for-foreign.stderr [new file with mode: 0644]
tests/ui/coherence/impl-foreign[fundemental[local]]-for-foreign.rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign-for-foreign[t].rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign-for-foreign[t].stderr [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign-for-fundamental[t].rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign-for-fundamental[t].stderr [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[foreign[t]_local]-for-foreign.rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[foreign]-for-fundamental[t].rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[foreign]-for-fundamental[t].stderr [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[foreign]-for-t.rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[foreign]-for-t.stderr [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[fundamental[t]]-for-foreign.rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[fundamental[t]]-for-foreign.stderr [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[fundamental[t]]-for-fundamental[t].rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[fundamental[t]]-for-fundamental[t].stderr [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[fundamental[t]]-for-local.rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[fundamental[t]]-for-t.rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[fundamental[t]]-for-t.stderr [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[fundamental[t]_local]-for-foreign.rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[fundamental[t]_local]-for-foreign.stderr [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[fundemental[local]]-for-foreign[t].rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[local]-for-foreign.rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[local]-for-foreign[t].rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[local]-for-fundamental[foreign[t]].rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[local]-for-fundamental[t].rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[local]-for-fundamental[t].stderr [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[local]-for-local.rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[local]-for-t.rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[local]-for-t.stderr [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[local_fundamental[t]]-for-foreign.rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[t]-for-foreign.rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[t]-for-foreign.stderr [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[t]-for-fundamental.rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[t]-for-fundamental.stderr [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[t]-for-local.rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[t]-for-t.rs [new file with mode: 0644]
tests/ui/coherence/impl[t]-foreign[t]-for-t.stderr [new file with mode: 0644]
tests/ui/coherence/inter-crate-ambiguity-causes-notes.rs [new file with mode: 0644]
tests/ui/coherence/inter-crate-ambiguity-causes-notes.stderr [new file with mode: 0644]
tests/ui/coherence/issue-85026.rs [new file with mode: 0644]
tests/ui/coherence/issue-85026.stderr [new file with mode: 0644]
tests/ui/coherence/issue-99663-2.rs [new file with mode: 0644]
tests/ui/coherence/issue-99663.rs [new file with mode: 0644]
tests/ui/coherence/re-rebalance-coherence-default-generic-associated-type.rs [new file with mode: 0644]
tests/ui/coherence/re-rebalance-coherence.rs [new file with mode: 0644]
tests/ui/coherence/strict-coherence-needs-negative-coherence.rs [new file with mode: 0644]
tests/ui/coherence/strict-coherence-needs-negative-coherence.stderr [new file with mode: 0644]
tests/ui/coinduction/canonicalization-rerun.rs [new file with mode: 0644]
tests/ui/command-line-diagnostics.rs [new file with mode: 0644]
tests/ui/command-line-diagnostics.stderr [new file with mode: 0644]
tests/ui/command/command-argv0.rs [new file with mode: 0644]
tests/ui/command/command-create-pidfd.rs [new file with mode: 0644]
tests/ui/command/command-current-dir.rs [new file with mode: 0644]
tests/ui/command/command-exec.rs [new file with mode: 0644]
tests/ui/command/command-pre-exec.rs [new file with mode: 0644]
tests/ui/command/command-setgroups.rs [new file with mode: 0644]
tests/ui/command/command-uid-gid.rs [new file with mode: 0644]
tests/ui/command/issue-10626.rs [new file with mode: 0644]
tests/ui/commandline-argfile-badutf8.args [new file with mode: 0644]
tests/ui/commandline-argfile-badutf8.rs [new file with mode: 0644]
tests/ui/commandline-argfile-badutf8.stderr [new file with mode: 0644]
tests/ui/commandline-argfile-missing.rs [new file with mode: 0644]
tests/ui/commandline-argfile-missing.stderr [new file with mode: 0644]
tests/ui/commandline-argfile.args [new file with mode: 0644]
tests/ui/commandline-argfile.rs [new file with mode: 0644]
tests/ui/compare-method/bad-self-type.rs [new file with mode: 0644]
tests/ui/compare-method/bad-self-type.stderr [new file with mode: 0644]
tests/ui/compare-method/issue-90444.rs [new file with mode: 0644]
tests/ui/compare-method/issue-90444.stderr [new file with mode: 0644]
tests/ui/compare-method/proj-outlives-region.rs [new file with mode: 0644]
tests/ui/compare-method/proj-outlives-region.stderr [new file with mode: 0644]
tests/ui/compare-method/region-extra-2.rs [new file with mode: 0644]
tests/ui/compare-method/region-extra-2.stderr [new file with mode: 0644]
tests/ui/compare-method/region-extra.rs [new file with mode: 0644]
tests/ui/compare-method/region-extra.stderr [new file with mode: 0644]
tests/ui/compare-method/region-unrelated.rs [new file with mode: 0644]
tests/ui/compare-method/region-unrelated.stderr [new file with mode: 0644]
tests/ui/compare-method/reordered-type-param.rs [new file with mode: 0644]
tests/ui/compare-method/reordered-type-param.stderr [new file with mode: 0644]
tests/ui/compare-method/trait-bound-on-type-parameter.rs [new file with mode: 0644]
tests/ui/compare-method/trait-bound-on-type-parameter.stderr [new file with mode: 0644]
tests/ui/compare-method/traits-misc-mismatch-1.rs [new file with mode: 0644]
tests/ui/compare-method/traits-misc-mismatch-1.stderr [new file with mode: 0644]
tests/ui/compare-method/traits-misc-mismatch-2.rs [new file with mode: 0644]
tests/ui/compare-method/traits-misc-mismatch-2.stderr [new file with mode: 0644]
tests/ui/compile_error_macro.rs [new file with mode: 0644]
tests/ui/compile_error_macro.stderr [new file with mode: 0644]
tests/ui/compiletest-self-test/compile-flags-last.rs [new file with mode: 0644]
tests/ui/compiletest-self-test/compile-flags-last.stderr [new file with mode: 0644]
tests/ui/compiletest-self-test/ui-testing-optout.rs [new file with mode: 0644]
tests/ui/compiletest-self-test/ui-testing-optout.stderr [new file with mode: 0644]
tests/ui/complex.rs [new file with mode: 0644]
tests/ui/conditional-compilation/auxiliary/namespaced_enums.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-arg-invalid-1.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-arg-invalid-1.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-arg-invalid-2.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-arg-invalid-2.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-arg-invalid-3.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-arg-invalid-3.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-arg-invalid-4.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-arg-invalid-4.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-arg-invalid-5.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-arg-invalid-5.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-arg-invalid-6.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-arg-invalid-6.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-arg-invalid-7.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-arg-invalid-7.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-arg-invalid-8.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-arg-invalid-8.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-arg-invalid-9.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-arg-invalid-9.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-cfg-2.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-cfg-2.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-crate-2.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-crate-2.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-empty-is-unused.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-empty-is-unused.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-invalid-predicate.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-invalid-predicate.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-multi-false.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-multi-invalid-1.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-multi-invalid-1.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-multi-invalid-2.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-multi-invalid-2.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-multi-true.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-multi-true.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-parse.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-parse.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-syntax-validation.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-syntax-validation.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-unknown-attribute-macro-expansion.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-attr-unknown-attribute-macro-expansion.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-empty-codemap.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-empty-codemap.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-generic-params.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-generic-params.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-in-crate-1.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-in-crate-1.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-non-opt-expr.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-non-opt-expr.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg_accessible-bugs.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg_accessible-bugs.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg_accessible-input-validation.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg_accessible-input-validation.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg_accessible-not_sure.edition2015.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg_accessible-not_sure.edition2021.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg_accessible-not_sure.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg_accessible-private.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg_accessible-stuck.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg_accessible-stuck.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg_accessible-unstable.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg_accessible-unstable.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg_accessible.rs [new file with mode: 0644]
tests/ui/conditional-compilation/cfg_accessible.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg_attr_path.rs [new file with mode: 0644]
tests/ui/conditional-compilation/inner-cfg-non-inline-mod.rs [new file with mode: 0644]
tests/ui/conditional-compilation/issue-34028.rs [new file with mode: 0644]
tests/ui/conditional-compilation/module_with_cfg.rs [new file with mode: 0644]
tests/ui/conditional-compilation/test-cfg.rs [new file with mode: 0644]
tests/ui/conditional-compilation/test-cfg.stderr [new file with mode: 0644]
tests/ui/conflicting-repr-hints.rs [new file with mode: 0644]
tests/ui/conflicting-repr-hints.stderr [new file with mode: 0644]
tests/ui/confuse-field-and-method/issue-18343.rs [new file with mode: 0644]
tests/ui/confuse-field-and-method/issue-18343.stderr [new file with mode: 0644]
tests/ui/confuse-field-and-method/issue-2392.rs [new file with mode: 0644]
tests/ui/confuse-field-and-method/issue-2392.stderr [new file with mode: 0644]
tests/ui/confuse-field-and-method/issue-32128.rs [new file with mode: 0644]
tests/ui/confuse-field-and-method/issue-32128.stderr [new file with mode: 0644]
tests/ui/confuse-field-and-method/issue-33784.rs [new file with mode: 0644]
tests/ui/confuse-field-and-method/issue-33784.stderr [new file with mode: 0644]
tests/ui/confuse-field-and-method/private-field.rs [new file with mode: 0644]
tests/ui/confuse-field-and-method/private-field.stderr [new file with mode: 0644]
tests/ui/conservative_impl_trait.rs [new file with mode: 0644]
tests/ui/conservative_impl_trait.stderr [new file with mode: 0644]
tests/ui/const-generics/apit-with-const-param.rs [new file with mode: 0644]
tests/ui/const-generics/arg-in-pat-1.rs [new file with mode: 0644]
tests/ui/const-generics/arg-in-pat-2.rs [new file with mode: 0644]
tests/ui/const-generics/arg-in-pat-3.rs [new file with mode: 0644]
tests/ui/const-generics/argument_order.rs [new file with mode: 0644]
tests/ui/const-generics/argument_order.stderr [new file with mode: 0644]
tests/ui/const-generics/array-impls/alloc-traits-impls-length-32.rs [new file with mode: 0644]
tests/ui/const-generics/array-impls/alloc-traits-impls-length-33.rs [new file with mode: 0644]
tests/ui/const-generics/array-impls/alloc-types-impls-length-33.rs [new file with mode: 0644]
tests/ui/const-generics/array-impls/core-traits-impls-length-32.rs [new file with mode: 0644]
tests/ui/const-generics/array-impls/core-traits-impls-length-33.rs [new file with mode: 0644]
tests/ui/const-generics/array-impls/into-iter-impls-length-32.rs [new file with mode: 0644]
tests/ui/const-generics/array-impls/into-iter-impls-length-33.rs [new file with mode: 0644]
tests/ui/const-generics/array-wrapper-struct-ctor.rs [new file with mode: 0644]
tests/ui/const-generics/assoc_const_eq_diagnostic.rs [new file with mode: 0644]
tests/ui/const-generics/assoc_const_eq_diagnostic.stderr [new file with mode: 0644]
tests/ui/const-generics/associated-type-bound-fail.rs [new file with mode: 0644]
tests/ui/const-generics/associated-type-bound-fail.stderr [new file with mode: 0644]
tests/ui/const-generics/associated-type-bound.rs [new file with mode: 0644]
tests/ui/const-generics/auxiliary/const_generic_lib.rs [new file with mode: 0644]
tests/ui/const-generics/auxiliary/crayte.rs [new file with mode: 0644]
tests/ui/const-generics/auxiliary/generics_of_parent.rs [new file with mode: 0644]
tests/ui/const-generics/auxiliary/generics_of_parent_impl_trait.rs [new file with mode: 0644]
tests/ui/const-generics/auxiliary/legacy-const-generics.rs [new file with mode: 0644]
tests/ui/const-generics/backcompat/trait-resolution-breakage.rs [new file with mode: 0644]
tests/ui/const-generics/backcompat/unevaluated-consts.rs [new file with mode: 0644]
tests/ui/const-generics/bad-const-generic-exprs.rs [new file with mode: 0644]
tests/ui/const-generics/bad-const-generic-exprs.stderr [new file with mode: 0644]
tests/ui/const-generics/broken-mir-1.rs [new file with mode: 0644]
tests/ui/const-generics/broken-mir-2.rs [new file with mode: 0644]
tests/ui/const-generics/cannot-infer-type-for-const-param.rs [new file with mode: 0644]
tests/ui/const-generics/coerce_unsized_array.rs [new file with mode: 0644]
tests/ui/const-generics/concrete-const-as-fn-arg.rs [new file with mode: 0644]
tests/ui/const-generics/concrete-const-impl-method.rs [new file with mode: 0644]
tests/ui/const-generics/condition-in-trait-const-arg.rs [new file with mode: 0644]
tests/ui/const-generics/const-arg-in-const-arg.full.stderr [new file with mode: 0644]
tests/ui/const-generics/const-arg-in-const-arg.min.stderr [new file with mode: 0644]
tests/ui/const-generics/const-arg-in-const-arg.rs [new file with mode: 0644]
tests/ui/const-generics/const-arg-in-fn.rs [new file with mode: 0644]
tests/ui/const-generics/const-arg-type-arg-misordered.rs [new file with mode: 0644]
tests/ui/const-generics/const-arg-type-arg-misordered.stderr [new file with mode: 0644]
tests/ui/const-generics/const-argument-cross-crate-mismatch.rs [new file with mode: 0644]
tests/ui/const-generics/const-argument-cross-crate-mismatch.stderr [new file with mode: 0644]
tests/ui/const-generics/const-argument-cross-crate.rs [new file with mode: 0644]
tests/ui/const-generics/const-argument-if-length.full.stderr [new file with mode: 0644]
tests/ui/const-generics/const-argument-if-length.min.stderr [new file with mode: 0644]
tests/ui/const-generics/const-argument-if-length.rs [new file with mode: 0644]
tests/ui/const-generics/const-argument-non-static-lifetime.min.stderr [new file with mode: 0644]
tests/ui/const-generics/const-argument-non-static-lifetime.rs [new file with mode: 0644]
tests/ui/const-generics/const-fn-with-const-param.rs [new file with mode: 0644]
tests/ui/const-generics/const-generic-default-wont-borrowck.rs [new file with mode: 0644]
tests/ui/const-generics/const-generic-default-wont-borrowck.stderr [new file with mode: 0644]
tests/ui/const-generics/const-generic-function.rs [new file with mode: 0644]
tests/ui/const-generics/const-generic-function.stderr [new file with mode: 0644]
tests/ui/const-generics/const-generic-type_name.rs [new file with mode: 0644]
tests/ui/const-generics/const-param-after-const-literal-arg.rs [new file with mode: 0644]
tests/ui/const-generics/const-param-before-other-params.rs [new file with mode: 0644]
tests/ui/const-generics/const-param-before-other-params.stderr [new file with mode: 0644]
tests/ui/const-generics/const-param-elided-lifetime.full.stderr [new file with mode: 0644]
tests/ui/const-generics/const-param-elided-lifetime.min.stderr [new file with mode: 0644]
tests/ui/const-generics/const-param-elided-lifetime.rs [new file with mode: 0644]
tests/ui/const-generics/const-param-in-async.rs [new file with mode: 0644]
tests/ui/const-generics/const-param-type-depends-on-const-param.full.stderr [new file with mode: 0644]
tests/ui/const-generics/const-param-type-depends-on-const-param.min.stderr [new file with mode: 0644]
tests/ui/const-generics/const-param-type-depends-on-const-param.rs [new file with mode: 0644]
tests/ui/const-generics/const-param-type-depends-on-type-param-ungated.rs [new file with mode: 0644]
tests/ui/const-generics/const-param-type-depends-on-type-param-ungated.stderr [new file with mode: 0644]
tests/ui/const-generics/const-param-type-depends-on-type-param.full.stderr [new file with mode: 0644]
tests/ui/const-generics/const-param-type-depends-on-type-param.min.stderr [new file with mode: 0644]
tests/ui/const-generics/const-param-type-depends-on-type-param.rs [new file with mode: 0644]
tests/ui/const-generics/const-parameter-uppercase-lint.rs [new file with mode: 0644]
tests/ui/const-generics/const-parameter-uppercase-lint.stderr [new file with mode: 0644]
tests/ui/const-generics/const_trait_fn-issue-88433.rs [new file with mode: 0644]
tests/ui/const-generics/core-types.rs [new file with mode: 0644]
tests/ui/const-generics/cross_crate_complex.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/auxiliary/const_defaulty.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/auxiliary/trait_object_lt_defaults_lib.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/complex-generic-default-expr.min.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/complex-generic-default-expr.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/complex-unord-param.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/const-default.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/const-param-as-default-value.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/const-param-in-ty-defaults.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/default-annotation.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/default-const-param-cannot-reference-self.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/default-const-param-cannot-reference-self.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/default-on-impl.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/default-on-impl.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/default-param-wf-concrete.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/default-param-wf-concrete.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/doesnt_infer.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/doesnt_infer.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/external.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/forward-declared.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/forward-declared.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/generic-expr-default-concrete.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/generic-expr-default-concrete.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/generic-expr-default-mismatched-types.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/generic-expr-default-mismatched-types.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/generic-expr-default.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/generic-expr-default.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/intermixed-lifetime.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/intermixed-lifetime.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/mismatch.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/mismatch.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/mismatched_ty_const_in_trait_impl.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/mismatched_ty_const_in_trait_impl.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/param-order-err-pretty-prints-default.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/param-order-err-pretty-prints-default.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/pretty-printing-ast.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/pretty-printing-ast.stdout [new file with mode: 0644]
tests/ui/const-generics/defaults/repr-c-issue-82792.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/rp_impl_trait.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/rp_impl_trait_fail.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/rp_impl_trait_fail.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/self-referential.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/self-referential.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/simple-defaults.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/trait_object_lt_defaults.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/trait_objects.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/trait_objects_fail.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/trait_objects_fail.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/type-default-const-param-name.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/wfness.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/wfness.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/wrong-order.rs [new file with mode: 0644]
tests/ui/const-generics/defaults/wrong-order.stderr [new file with mode: 0644]
tests/ui/const-generics/deref-into-array-generic.rs [new file with mode: 0644]
tests/ui/const-generics/different_generic_args.full.stderr [new file with mode: 0644]
tests/ui/const-generics/different_generic_args.min.stderr [new file with mode: 0644]
tests/ui/const-generics/different_generic_args.rs [new file with mode: 0644]
tests/ui/const-generics/different_generic_args_array.rs [new file with mode: 0644]
tests/ui/const-generics/different_generic_args_array.stderr [new file with mode: 0644]
tests/ui/const-generics/dont-evaluate-array-len-on-err-1.rs [new file with mode: 0644]
tests/ui/const-generics/dont-evaluate-array-len-on-err-1.stderr [new file with mode: 0644]
tests/ui/const-generics/dyn-supertraits.rs [new file with mode: 0644]
tests/ui/const-generics/early/closing-args-token.rs [new file with mode: 0644]
tests/ui/const-generics/early/closing-args-token.stderr [new file with mode: 0644]
tests/ui/const-generics/early/const-expression-parameter.rs [new file with mode: 0644]
tests/ui/const-generics/early/const-expression-parameter.stderr [new file with mode: 0644]
tests/ui/const-generics/early/const-param-from-outer-fn.rs [new file with mode: 0644]
tests/ui/const-generics/early/const-param-from-outer-fn.stderr [new file with mode: 0644]
tests/ui/const-generics/early/const-param-hygiene.rs [new file with mode: 0644]
tests/ui/const-generics/early/const-param-shadowing.rs [new file with mode: 0644]
tests/ui/const-generics/early/const-param-shadowing.stderr [new file with mode: 0644]
tests/ui/const-generics/early/invalid-const-arguments.rs [new file with mode: 0644]
tests/ui/const-generics/early/invalid-const-arguments.stderr [new file with mode: 0644]
tests/ui/const-generics/early/macro_rules-braces.rs [new file with mode: 0644]
tests/ui/const-generics/early/macro_rules-braces.stderr [new file with mode: 0644]
tests/ui/const-generics/ensure_is_evaluatable.rs [new file with mode: 0644]
tests/ui/const-generics/ensure_is_evaluatable.stderr [new file with mode: 0644]
tests/ui/const-generics/enum-variants.rs [new file with mode: 0644]
tests/ui/const-generics/exhaustive-value.rs [new file with mode: 0644]
tests/ui/const-generics/exhaustive-value.stderr [new file with mode: 0644]
tests/ui/const-generics/expose-default-substs-param-env.rs [new file with mode: 0644]
tests/ui/const-generics/float-generic.adt_const_params.stderr [new file with mode: 0644]
tests/ui/const-generics/float-generic.rs [new file with mode: 0644]
tests/ui/const-generics/float-generic.simple.stderr [new file with mode: 0644]
tests/ui/const-generics/fn-const-param-call.full.stderr [new file with mode: 0644]
tests/ui/const-generics/fn-const-param-call.min.stderr [new file with mode: 0644]
tests/ui/const-generics/fn-const-param-call.rs [new file with mode: 0644]
tests/ui/const-generics/fn-const-param-infer.full.stderr [new file with mode: 0644]
tests/ui/const-generics/fn-const-param-infer.min.stderr [new file with mode: 0644]
tests/ui/const-generics/fn-const-param-infer.rs [new file with mode: 0644]
tests/ui/const-generics/fn_with_two_const_inputs.rs [new file with mode: 0644]
tests/ui/const-generics/fn_with_two_const_inputs.stderr [new file with mode: 0644]
tests/ui/const-generics/fn_with_two_same_const_inputs.rs [new file with mode: 0644]
tests/ui/const-generics/forbid-non-structural_match-types.rs [new file with mode: 0644]
tests/ui/const-generics/forbid-non-structural_match-types.stderr [new file with mode: 0644]
tests/ui/const-generics/foreign-item-const-parameter.rs [new file with mode: 0644]
tests/ui/const-generics/foreign-item-const-parameter.stderr [new file with mode: 0644]
tests/ui/const-generics/generic-param-mismatch.rs [new file with mode: 0644]
tests/ui/const-generics/generic-param-mismatch.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_arg_infer/array-repeat-expr.rs [new file with mode: 0644]
tests/ui/const-generics/generic_arg_infer/dont-use-defaults.rs [new file with mode: 0644]
tests/ui/const-generics/generic_arg_infer/in-signature.rs [new file with mode: 0644]
tests/ui/const-generics/generic_arg_infer/in-signature.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_arg_infer/infer-arg-test.rs [new file with mode: 0644]
tests/ui/const-generics/generic_arg_infer/infer-arg-test.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_arg_infer/infer_arg_and_const_arg.rs [new file with mode: 0644]
tests/ui/const-generics/generic_arg_infer/issue-91614.rs [new file with mode: 0644]
tests/ui/const-generics/generic_arg_infer/issue-91614.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/abstract-const-as-cast-1.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/abstract-const-as-cast-2.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/abstract-const-as-cast-2.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/abstract-const-as-cast-3.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/abstract-const-as-cast-3.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/abstract-const-as-cast-4.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/abstract-consts-as-cast-5.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/abstract-consts-as-cast-5.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/array-size-in-generic-struct-param.full.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/array-size-in-generic-struct-param.min.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/array-size-in-generic-struct-param.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/assoc_const_unification/const_equate_assoc_consts.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/assoc_const_unification/doesnt_unify_evaluatable.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/assoc_const_unification/doesnt_unify_evaluatable.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/assoc_const_unification/dropck_unifies_assoc_consts.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/assoc_const_unification/unifies_evaluatable.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/associated-const.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/associated-consts.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/auxiliary/anon_const_non_local.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/auxiliary/const_evaluatable_lib.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/auxiliary/issue-94287-aux.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/closures.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/closures.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/const-block-is-poly.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/const-block-is-poly.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/const_eval_resolve_canonical.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/const_kind_expr/relate_binop_arg_tys.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/const_kind_expr/relate_binop_arg_tys.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/const_kind_expr/relate_cast_arg_ty.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/const_kind_expr/relate_cast_arg_ty.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/const_kind_expr/relate_ty_with_infer_1.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/const_kind_expr/relate_ty_with_infer_2.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/const_kind_expr/wf_obligation.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/const_kind_expr/wf_obligation.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/cross_crate.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/cross_crate_predicate.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/cross_crate_predicate.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/dependence_lint.full.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/dependence_lint.gce.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/dependence_lint.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/different-fn.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/different-fn.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/division.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/dont-eagerly-error-in-is-const-evaluatable.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/drop_impl.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/elaborate-trait-pred.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/eval-privacy.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/eval-privacy.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/eval-try-unify.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/eval-try-unify.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/evaluated-to-ambig.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/feature-gate-generic_const_exprs.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/feature-gate-generic_const_exprs.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/fn_call.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/from-sig-fail.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/from-sig-fail.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/from-sig.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/function-call.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/function-call.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/impl-bounds.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/infer-too-generic.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-100217.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-100360.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-102074.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-102768.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-102768.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-105257.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-105257.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-105608.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-105608.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-62504.full.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-62504.min.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-62504.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-69654.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-69654.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-72787.min.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-72787.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-72819-generic-in-const-eval.full.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-72819-generic-in-const-eval.min.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-72819-generic-in-const-eval.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-73298.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-73899.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-74634.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-74713.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-74713.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-76595.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-76595.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-79518-default_trait_method_normalization.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-79518-default_trait_method_normalization.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-80561-incorrect-param-env.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-80742.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-80742.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-82268.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-83765.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-83765.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-83972.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-84408.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-84669.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-85848.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-85848.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-86710.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-89851.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-90847.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-94287.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-94287.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-94293.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-97047-ice-1.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-97047-ice-1.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-97047-ice-2.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-97047-ice-2.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-99647.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-99705.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/less_than.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/let-bindings.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/let-bindings.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/needs_where_clause.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/needs_where_clause.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/nested-abstract-consts-1.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/nested-abstract-consts-2.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/nested_uneval_unification-1.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/nested_uneval_unification-2.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/no_dependence.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/no_where_clause.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/no_where_clause.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/non_local_anon_const_diagnostics.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/non_local_anon_const_diagnostics.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/normed_to_param_is_evaluatable.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/object-safety-err-ret.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/object-safety-err-ret.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/object-safety-err-where-bounds.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/object-safety-err-where-bounds.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/object-safety-ok-infer-err.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/object-safety-ok-infer-err.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/object-safety-ok.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/obligation-cause.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/obligation-cause.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/simple_fail.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/simple_fail.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/single-satisfied-ConstEvaluatable-in-probe.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/subexprs_are_const_evalutable.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/ty-alias-substitution.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/unify-op-with-fn-call.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/unify-op-with-fn-call.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/unop.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/unused-complex-default-expr.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/unused_expr.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/unused_expr.stderr [new file with mode: 0644]
tests/ui/const-generics/ice-68875.rs [new file with mode: 0644]
tests/ui/const-generics/ice-68875.stderr [new file with mode: 0644]
tests/ui/const-generics/ice-const-generic-function-return-ty.rs [new file with mode: 0644]
tests/ui/const-generics/ice-const-generic-function-return-ty.stderr [new file with mode: 0644]
tests/ui/const-generics/impl-const-generic-struct.rs [new file with mode: 0644]
tests/ui/const-generics/incorrect-number-of-const-args.rs [new file with mode: 0644]
tests/ui/const-generics/incorrect-number-of-const-args.stderr [new file with mode: 0644]
tests/ui/const-generics/infer/cannot-infer-const-args.rs [new file with mode: 0644]
tests/ui/const-generics/infer/cannot-infer-const-args.stderr [new file with mode: 0644]
tests/ui/const-generics/infer/issue-77092.rs [new file with mode: 0644]
tests/ui/const-generics/infer/issue-77092.stderr [new file with mode: 0644]
tests/ui/const-generics/infer/method-chain.rs [new file with mode: 0644]
tests/ui/const-generics/infer/method-chain.stderr [new file with mode: 0644]
tests/ui/const-generics/infer/one-param-uninferred.rs [new file with mode: 0644]
tests/ui/const-generics/infer/one-param-uninferred.stderr [new file with mode: 0644]
tests/ui/const-generics/infer/uninferred-consts.rs [new file with mode: 0644]
tests/ui/const-generics/infer/uninferred-consts.stderr [new file with mode: 0644]
tests/ui/const-generics/infer_arg_from_pat.rs [new file with mode: 0644]
tests/ui/const-generics/infer_arr_len_from_pat.rs [new file with mode: 0644]
tests/ui/const-generics/inhabited-assoc-ty-ice-1.rs [new file with mode: 0644]
tests/ui/const-generics/inhabited-assoc-ty-ice-2.rs [new file with mode: 0644]
tests/ui/const-generics/integer-literal-generic-arg-in-where-clause.rs [new file with mode: 0644]
tests/ui/const-generics/intrinsics-type_name-as-const-argument.min.stderr [new file with mode: 0644]
tests/ui/const-generics/intrinsics-type_name-as-const-argument.rs [new file with mode: 0644]
tests/ui/const-generics/invalid-const-arg-for-type-param.rs [new file with mode: 0644]
tests/ui/const-generics/invalid-const-arg-for-type-param.stderr [new file with mode: 0644]
tests/ui/const-generics/invalid-constant-in-args.rs [new file with mode: 0644]
tests/ui/const-generics/invalid-constant-in-args.stderr [new file with mode: 0644]
tests/ui/const-generics/invalid-enum.rs [new file with mode: 0644]
tests/ui/const-generics/invalid-enum.stderr [new file with mode: 0644]
tests/ui/const-generics/invariant.rs [new file with mode: 0644]
tests/ui/const-generics/invariant.stderr [new file with mode: 0644]
tests/ui/const-generics/issue-102124.rs [new file with mode: 0644]
tests/ui/const-generics/issue-105689.rs [new file with mode: 0644]
tests/ui/const-generics/issue-106419-struct-with-multiple-const-params.rs [new file with mode: 0644]
tests/ui/const-generics/issue-46511.rs [new file with mode: 0644]
tests/ui/const-generics/issue-46511.stderr [new file with mode: 0644]
tests/ui/const-generics/issue-66451.rs [new file with mode: 0644]
tests/ui/const-generics/issue-66451.stderr [new file with mode: 0644]
tests/ui/const-generics/issue-70408.rs [new file with mode: 0644]
tests/ui/const-generics/issue-80471.rs [new file with mode: 0644]
tests/ui/const-generics/issue-80471.stderr [new file with mode: 0644]
tests/ui/const-generics/issue-93647.rs [new file with mode: 0644]
tests/ui/const-generics/issue-93647.stderr [new file with mode: 0644]
tests/ui/const-generics/issue-97007.rs [new file with mode: 0644]
tests/ui/const-generics/issues/auxiliary/const_generic_issues_lib.rs [new file with mode: 0644]
tests/ui/const-generics/issues/auxiliary/impl-const.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-100313.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-100313.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-105037.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-105821.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-56445-1.full.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-56445-1.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-56445-1.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-56445-2.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-56445-2.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-56445-3.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-56445-3.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-60818-struct-constructors.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-61336-1.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-61336-2.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-61336-2.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-61336.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-61336.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-61422.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-61432.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-62187-encountered-polymorphic-const.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-62878.full.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-62878.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-62878.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-63322-forbid-dyn.full.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-63322-forbid-dyn.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-63322-forbid-dyn.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-64519.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-66596-impl-trait-for-str-const-arg.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-66906.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67185-1.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67185-2.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67185-2.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67375.full.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67375.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67375.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67739.full.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67739.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67739.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67945-1.full.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67945-1.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67945-1.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67945-2.full.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67945-2.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67945-2.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67945-3.full.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67945-3.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67945-3.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67945-4.full.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67945-4.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-67945-4.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-68104-print-stack-overflow.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-68366.full.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-68366.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-68366.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-68596.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-68615-adt.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-68615-adt.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-68615-array.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-68615-array.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-69654-run-pass.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-70125-1.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-70125-2.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-70167.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-70180-1-stalled_on.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-70180-2-stalled_on.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-70225.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-70273-assoc-fn.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-71169.full.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-71169.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-71169.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-71202.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-71202.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-71381.full.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-71381.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-71381.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-71382.full.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-71382.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-71382.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-71547.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-71611.full.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-71611.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-71611.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-71986.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-72352.full.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-72352.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-72352.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-72845.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-72845.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-73120.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-73260.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-73260.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-73491.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-73491.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-73727-static-reference-array-const-param.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-73727-static-reference-array-const-param.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-74101.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-74101.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-74255.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-74255.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-74906.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-74950.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-74950.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-75047.min.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-75047.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-75299.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-76701-ty-param-in-const.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-76701-ty-param-in-const.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-77357.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-77357.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-79674.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-79674.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-80062.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-80062.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-80375.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-80375.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-82956.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-82956.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-83249.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-83249.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-83288.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-83466.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-83466.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-83765.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-83765.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-83993.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-84659.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-84659.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-85031-2.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-85031-2.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-86033.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-86530.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-86530.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-86535-2.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-86535.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-86820.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-86820.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-87076.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-87470.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-87493.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-87493.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-87964.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-88119.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-88468.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-88997.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-88997.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-89146.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-89304.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-89320.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-89334.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-90318.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-90318.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-90364.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-90364.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-90455.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-90455.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-92186.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-96654.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-97278.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-97278.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-97634.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-98629.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-98629.stderr [new file with mode: 0644]
tests/ui/const-generics/issues/issue-99641.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-99641.stderr [new file with mode: 0644]
tests/ui/const-generics/late-bound-vars/in_closure.rs [new file with mode: 0644]
tests/ui/const-generics/late-bound-vars/simple.rs [new file with mode: 0644]
tests/ui/const-generics/legacy-const-generics-bad.rs [new file with mode: 0644]
tests/ui/const-generics/legacy-const-generics-bad.stderr [new file with mode: 0644]
tests/ui/const-generics/legacy-const-generics.rs [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/assoc_const.rs [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/complex-expression.rs [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/complex-expression.stderr [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/complex-types.rs [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/complex-types.stderr [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/const-evaluatable-unchecked.rs [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/const-evaluatable-unchecked.stderr [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/const-expression-suggest-missing-braces-without-turbofish.rs [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/const-expression-suggest-missing-braces-without-turbofish.stderr [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/const-expression-suggest-missing-braces.rs [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/const-expression-suggest-missing-braces.stderr [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/const_default_first.rs [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/const_default_first.stderr [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/const_fn_in_generics.rs [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/default_function_param.rs [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/default_function_param.stderr [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/default_trait_param.rs [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/forbid-non-static-lifetimes.rs [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/forbid-non-static-lifetimes.stderr [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/forbid-self-no-normalize.rs [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/forbid-self-no-normalize.stderr [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/inferred_const.rs [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/invalid-patterns.32bit.stderr [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/invalid-patterns.64bit.stderr [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/invalid-patterns.rs [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/macro-fail.rs [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/macro-fail.stderr [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/macro.rs [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/self-ty-in-const-1.rs [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/self-ty-in-const-1.stderr [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/self-ty-in-const-2.rs [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/self-ty-in-const-2.stderr [new file with mode: 0644]
tests/ui/const-generics/min_const_generics/type_and_const_defaults.rs [new file with mode: 0644]
tests/ui/const-generics/nested-type.full.stderr [new file with mode: 0644]
tests/ui/const-generics/nested-type.min.stderr [new file with mode: 0644]
tests/ui/const-generics/nested-type.rs [new file with mode: 0644]
tests/ui/const-generics/occurs-check/bind-param.rs [new file with mode: 0644]
tests/ui/const-generics/occurs-check/unify-fixpoint.rs [new file with mode: 0644]
tests/ui/const-generics/occurs-check/unify-fixpoint.stderr [new file with mode: 0644]
tests/ui/const-generics/occurs-check/unify-n-nplusone.rs [new file with mode: 0644]
tests/ui/const-generics/occurs-check/unify-n-nplusone.stderr [new file with mode: 0644]
tests/ui/const-generics/occurs-check/unused-substs-1.rs [new file with mode: 0644]
tests/ui/const-generics/occurs-check/unused-substs-1.stderr [new file with mode: 0644]
tests/ui/const-generics/occurs-check/unused-substs-2.rs [new file with mode: 0644]
tests/ui/const-generics/occurs-check/unused-substs-2.stderr [new file with mode: 0644]
tests/ui/const-generics/occurs-check/unused-substs-3.rs [new file with mode: 0644]
tests/ui/const-generics/occurs-check/unused-substs-3.stderr [new file with mode: 0644]
tests/ui/const-generics/occurs-check/unused-substs-4.rs [new file with mode: 0644]
tests/ui/const-generics/occurs-check/unused-substs-4.stderr [new file with mode: 0644]
tests/ui/const-generics/occurs-check/unused-substs-5.rs [new file with mode: 0644]
tests/ui/const-generics/occurs-check/unused-substs-5.stderr [new file with mode: 0644]
tests/ui/const-generics/outer-lifetime-in-const-generic-default.rs [new file with mode: 0644]
tests/ui/const-generics/outer-lifetime-in-const-generic-default.stderr [new file with mode: 0644]
tests/ui/const-generics/overlapping_impls.rs [new file with mode: 0644]
tests/ui/const-generics/params-in-ct-in-ty-param-lazy-norm.full.stderr [new file with mode: 0644]
tests/ui/const-generics/params-in-ct-in-ty-param-lazy-norm.min.stderr [new file with mode: 0644]
tests/ui/const-generics/params-in-ct-in-ty-param-lazy-norm.rs [new file with mode: 0644]
tests/ui/const-generics/parent_generics_of_encoding.rs [new file with mode: 0644]
tests/ui/const-generics/parent_generics_of_encoding_impl_trait.rs [new file with mode: 0644]
tests/ui/const-generics/parent_generics_of_encoding_impl_trait.stderr [new file with mode: 0644]
tests/ui/const-generics/parser-error-recovery/issue-89013-no-assoc.rs [new file with mode: 0644]
tests/ui/const-generics/parser-error-recovery/issue-89013-no-assoc.stderr [new file with mode: 0644]
tests/ui/const-generics/parser-error-recovery/issue-89013-no-kw.rs [new file with mode: 0644]
tests/ui/const-generics/parser-error-recovery/issue-89013-no-kw.stderr [new file with mode: 0644]
tests/ui/const-generics/parser-error-recovery/issue-89013-type.rs [new file with mode: 0644]
tests/ui/const-generics/parser-error-recovery/issue-89013-type.stderr [new file with mode: 0644]
tests/ui/const-generics/parser-error-recovery/issue-89013.rs [new file with mode: 0644]
tests/ui/const-generics/parser-error-recovery/issue-89013.stderr [new file with mode: 0644]
tests/ui/const-generics/projection-as-arg-const.rs [new file with mode: 0644]
tests/ui/const-generics/projection-as-arg-const.stderr [new file with mode: 0644]
tests/ui/const-generics/promotion.rs [new file with mode: 0644]
tests/ui/const-generics/raw-ptr-const-param-deref.full.stderr [new file with mode: 0644]
tests/ui/const-generics/raw-ptr-const-param-deref.min.stderr [new file with mode: 0644]
tests/ui/const-generics/raw-ptr-const-param-deref.rs [new file with mode: 0644]
tests/ui/const-generics/raw-ptr-const-param.full.stderr [new file with mode: 0644]
tests/ui/const-generics/raw-ptr-const-param.min.stderr [new file with mode: 0644]
tests/ui/const-generics/raw-ptr-const-param.rs [new file with mode: 0644]
tests/ui/const-generics/slice-const-param-mismatch.full.stderr [new file with mode: 0644]
tests/ui/const-generics/slice-const-param-mismatch.min.stderr [new file with mode: 0644]
tests/ui/const-generics/slice-const-param-mismatch.rs [new file with mode: 0644]
tests/ui/const-generics/slice-const-param.rs [new file with mode: 0644]
tests/ui/const-generics/sneaky-array-repeat-expr.rs [new file with mode: 0644]
tests/ui/const-generics/sneaky-array-repeat-expr.stderr [new file with mode: 0644]
tests/ui/const-generics/std/const-generics-range.min.stderr [new file with mode: 0644]
tests/ui/const-generics/std/const-generics-range.rs [new file with mode: 0644]
tests/ui/const-generics/struct-with-invalid-const-param.rs [new file with mode: 0644]
tests/ui/const-generics/struct-with-invalid-const-param.stderr [new file with mode: 0644]
tests/ui/const-generics/suggest_const_for_array.rs [new file with mode: 0644]
tests/ui/const-generics/suggest_const_for_array.stderr [new file with mode: 0644]
tests/ui/const-generics/trait-const-args.rs [new file with mode: 0644]
tests/ui/const-generics/transmute-const-param-static-reference.min.stderr [new file with mode: 0644]
tests/ui/const-generics/transmute-const-param-static-reference.rs [new file with mode: 0644]
tests/ui/const-generics/transparent-maybeunit-array-wrapper.rs [new file with mode: 0644]
tests/ui/const-generics/try_unify_ignore_lifetimes.rs [new file with mode: 0644]
tests/ui/const-generics/two_matching_preds.rs [new file with mode: 0644]
tests/ui/const-generics/type-after-const-ok.rs [new file with mode: 0644]
tests/ui/const-generics/type-dependent/auxiliary/type_dependent_lib.rs [new file with mode: 0644]
tests/ui/const-generics/type-dependent/const-arg-in-const-arg.rs [new file with mode: 0644]
tests/ui/const-generics/type-dependent/issue-61936.rs [new file with mode: 0644]
tests/ui/const-generics/type-dependent/issue-63695.rs [new file with mode: 0644]
tests/ui/const-generics/type-dependent/issue-67144-1.rs [new file with mode: 0644]
tests/ui/const-generics/type-dependent/issue-67144-2.rs [new file with mode: 0644]
tests/ui/const-generics/type-dependent/issue-69816.rs [new file with mode: 0644]
tests/ui/const-generics/type-dependent/issue-70217.rs [new file with mode: 0644]
tests/ui/const-generics/type-dependent/issue-70507.rs [new file with mode: 0644]
tests/ui/const-generics/type-dependent/issue-70586.rs [new file with mode: 0644]
tests/ui/const-generics/type-dependent/issue-71348.min.stderr [new file with mode: 0644]
tests/ui/const-generics/type-dependent/issue-71348.rs [new file with mode: 0644]
tests/ui/const-generics/type-dependent/issue-71382.rs [new file with mode: 0644]
tests/ui/const-generics/type-dependent/issue-71382.stderr [new file with mode: 0644]
tests/ui/const-generics/type-dependent/issue-71805.rs [new file with mode: 0644]
tests/ui/const-generics/type-dependent/issue-73730.rs [new file with mode: 0644]
tests/ui/const-generics/type-dependent/non-local.rs [new file with mode: 0644]
tests/ui/const-generics/type-dependent/qpath.rs [new file with mode: 0644]
tests/ui/const-generics/type-dependent/simple.rs [new file with mode: 0644]
tests/ui/const-generics/type-dependent/type-mismatch.full.stderr [new file with mode: 0644]
tests/ui/const-generics/type-dependent/type-mismatch.min.stderr [new file with mode: 0644]
tests/ui/const-generics/type-dependent/type-mismatch.rs [new file with mode: 0644]
tests/ui/const-generics/type_mismatch.rs [new file with mode: 0644]
tests/ui/const-generics/type_mismatch.stderr [new file with mode: 0644]
tests/ui/const-generics/type_not_in_scope.rs [new file with mode: 0644]
tests/ui/const-generics/type_not_in_scope.stderr [new file with mode: 0644]
tests/ui/const-generics/type_of_anon_const.rs [new file with mode: 0644]
tests/ui/const-generics/types-mismatch-const-args.full.stderr [new file with mode: 0644]
tests/ui/const-generics/types-mismatch-const-args.min.stderr [new file with mode: 0644]
tests/ui/const-generics/types-mismatch-const-args.rs [new file with mode: 0644]
tests/ui/const-generics/unify_with_nested_expr.rs [new file with mode: 0644]
tests/ui/const-generics/unify_with_nested_expr.stderr [new file with mode: 0644]
tests/ui/const-generics/uninferred-consts-during-codegen-1.rs [new file with mode: 0644]
tests/ui/const-generics/uninferred-consts-during-codegen-2.rs [new file with mode: 0644]
tests/ui/const-generics/unknown_adt.rs [new file with mode: 0644]
tests/ui/const-generics/unknown_adt.stderr [new file with mode: 0644]
tests/ui/const-generics/unused-const-param.rs [new file with mode: 0644]
tests/ui/const-generics/unused-type-param-suggestion.rs [new file with mode: 0644]
tests/ui/const-generics/unused-type-param-suggestion.stderr [new file with mode: 0644]
tests/ui/const-generics/unused_braces.fixed [new file with mode: 0644]
tests/ui/const-generics/unused_braces.full.fixed [new file with mode: 0644]
tests/ui/const-generics/unused_braces.min.fixed [new file with mode: 0644]
tests/ui/const-generics/unused_braces.rs [new file with mode: 0644]
tests/ui/const-generics/unused_braces.stderr [new file with mode: 0644]
tests/ui/const-generics/where-clauses.rs [new file with mode: 0644]
tests/ui/const-generics/wrong-normalization.rs [new file with mode: 0644]
tests/ui/const-generics/wrong-normalization.stderr [new file with mode: 0644]
tests/ui/const-ptr/allowed_slices.rs [new file with mode: 0644]
tests/ui/const-ptr/forbidden_slices.rs [new file with mode: 0644]
tests/ui/const-ptr/forbidden_slices.stderr [new file with mode: 0644]
tests/ui/const-ptr/out_of_bounds_read.rs [new file with mode: 0644]
tests/ui/const-ptr/out_of_bounds_read.stderr [new file with mode: 0644]
tests/ui/const_prop/ice-assert-fail-div-by-zero.rs [new file with mode: 0644]
tests/ui/const_prop/ice-assert-fail-div-by-zero.stderr [new file with mode: 0644]
tests/ui/const_prop/inline_spans.rs [new file with mode: 0644]
tests/ui/const_prop/inline_spans_lint_attribute.rs [new file with mode: 0644]
tests/ui/const_prop/issue-102553.rs [new file with mode: 0644]
tests/ui/constructor-lifetime-args.rs [new file with mode: 0644]
tests/ui/constructor-lifetime-args.stderr [new file with mode: 0644]
tests/ui/consts/array-literal-index-oob.rs [new file with mode: 0644]
tests/ui/consts/array-literal-index-oob.stderr [new file with mode: 0644]
tests/ui/consts/array-literal-len-mismatch.rs [new file with mode: 0644]
tests/ui/consts/array-literal-len-mismatch.stderr [new file with mode: 0644]
tests/ui/consts/array-to-slice-cast.rs [new file with mode: 0644]
tests/ui/consts/assert-type-intrinsics.rs [new file with mode: 0644]
tests/ui/consts/assert-type-intrinsics.stderr [new file with mode: 0644]
tests/ui/consts/assoc-const.rs [new file with mode: 0644]
tests/ui/consts/assoc_const_generic_impl.rs [new file with mode: 0644]
tests/ui/consts/assoc_const_generic_impl.stderr [new file with mode: 0644]
tests/ui/consts/associated_const_generic.rs [new file with mode: 0644]
tests/ui/consts/async-block.rs [new file with mode: 0644]
tests/ui/consts/async-block.with_feature.stderr [new file with mode: 0644]
tests/ui/consts/async-block.without_feature.stderr [new file with mode: 0644]
tests/ui/consts/auxiliary/cci_const_block.rs [new file with mode: 0644]
tests/ui/consts/auxiliary/closure-in-foreign-crate.rs [new file with mode: 0644]
tests/ui/consts/auxiliary/const_fn_lib.rs [new file with mode: 0644]
tests/ui/consts/auxiliary/external_macro.rs [new file with mode: 0644]
tests/ui/consts/auxiliary/issue-17718-aux.rs [new file with mode: 0644]
tests/ui/consts/auxiliary/issue-63226.rs [new file with mode: 0644]
tests/ui/consts/auxiliary/promotable_const_fn_lib.rs [new file with mode: 0644]
tests/ui/consts/bswap-const.rs [new file with mode: 0644]
tests/ui/consts/cast-discriminant-zst-enum.rs [new file with mode: 0644]
tests/ui/consts/chained-constants-stackoverflow.rs [new file with mode: 0644]
tests/ui/consts/check_const-feature-gated.rs [new file with mode: 0644]
tests/ui/consts/closure-in-foreign-crate.rs [new file with mode: 0644]
tests/ui/consts/closure-structural-match-issue-90013.rs [new file with mode: 0644]
tests/ui/consts/const-address-of-interior-mut.rs [new file with mode: 0644]
tests/ui/consts/const-address-of-interior-mut.stderr [new file with mode: 0644]
tests/ui/consts/const-address-of-mut.rs [new file with mode: 0644]
tests/ui/consts/const-address-of-mut.stderr [new file with mode: 0644]
tests/ui/consts/const-address-of.rs [new file with mode: 0644]
tests/ui/consts/const-adt-align-mismatch.rs [new file with mode: 0644]
tests/ui/consts/const-array-oob-arith.rs [new file with mode: 0644]
tests/ui/consts/const-array-oob-arith.stderr [new file with mode: 0644]
tests/ui/consts/const-array-oob.rs [new file with mode: 0644]
tests/ui/consts/const-array-oob.stderr [new file with mode: 0644]
tests/ui/consts/const-as-fn.rs [new file with mode: 0644]
tests/ui/consts/const-as-fn.stderr [new file with mode: 0644]
tests/ui/consts/const-autoderef.rs [new file with mode: 0644]
tests/ui/consts/const-big-enum.rs [new file with mode: 0644]
tests/ui/consts/const-binops.rs [new file with mode: 0644]
tests/ui/consts/const-bitshift-rhs-inference.rs [new file with mode: 0644]
tests/ui/consts/const-block-const-bound.rs [new file with mode: 0644]
tests/ui/consts/const-block-const-bound.stderr [new file with mode: 0644]
tests/ui/consts/const-block-cross-crate-fn.rs [new file with mode: 0644]
tests/ui/consts/const-block-item-macro-codegen.rs [new file with mode: 0644]
tests/ui/consts/const-block-item.rs [new file with mode: 0644]
tests/ui/consts/const-block-non-item-statement-3.rs [new file with mode: 0644]
tests/ui/consts/const-block-non-item-statement-rpass.rs [new file with mode: 0644]
tests/ui/consts/const-block-non-item-statement.rs [new file with mode: 0644]
tests/ui/consts/const-block.rs [new file with mode: 0644]
tests/ui/consts/const-blocks/const-repeat.rs [new file with mode: 0644]
tests/ui/consts/const-blocks/fn-call-in-const.rs [new file with mode: 0644]
tests/ui/consts/const-blocks/fn-call-in-non-const.rs [new file with mode: 0644]
tests/ui/consts/const-blocks/fn-call-in-non-const.stderr [new file with mode: 0644]
tests/ui/consts/const-blocks/migrate-fail.rs [new file with mode: 0644]
tests/ui/consts/const-blocks/migrate-fail.stderr [new file with mode: 0644]
tests/ui/consts/const-blocks/migrate-pass.rs [new file with mode: 0644]
tests/ui/consts/const-blocks/nll-fail.rs [new file with mode: 0644]
tests/ui/consts/const-blocks/nll-fail.stderr [new file with mode: 0644]
tests/ui/consts/const-blocks/nll-pass.rs [new file with mode: 0644]
tests/ui/consts/const-blocks/run-pass.rs [new file with mode: 0644]
tests/ui/consts/const-blocks/trait-error.rs [new file with mode: 0644]
tests/ui/consts/const-blocks/trait-error.stderr [new file with mode: 0644]
tests/ui/consts/const-bound.rs [new file with mode: 0644]
tests/ui/consts/const-byte-str-cast.rs [new file with mode: 0644]
tests/ui/consts/const-call.rs [new file with mode: 0644]
tests/ui/consts/const-call.stderr [new file with mode: 0644]
tests/ui/consts/const-cast-different-types.rs [new file with mode: 0644]
tests/ui/consts/const-cast-different-types.stderr [new file with mode: 0644]
tests/ui/consts/const-cast-ptr-int.rs [new file with mode: 0644]
tests/ui/consts/const-cast-wrong-type.rs [new file with mode: 0644]
tests/ui/consts/const-cast-wrong-type.stderr [new file with mode: 0644]
tests/ui/consts/const-cast.rs [new file with mode: 0644]
tests/ui/consts/const-const.rs [new file with mode: 0644]
tests/ui/consts/const-contents.rs [new file with mode: 0644]
tests/ui/consts/const-deref-ptr.rs [new file with mode: 0644]
tests/ui/consts/const-deref-ptr.stderr [new file with mode: 0644]
tests/ui/consts/const-deref.rs [new file with mode: 0644]
tests/ui/consts/const-endianess.rs [new file with mode: 0644]
tests/ui/consts/const-enum-byref-self.rs [new file with mode: 0644]
tests/ui/consts/const-enum-byref.rs [new file with mode: 0644]
tests/ui/consts/const-enum-cast.rs [new file with mode: 0644]
tests/ui/consts/const-enum-ptr.rs [new file with mode: 0644]
tests/ui/consts/const-enum-struct.rs [new file with mode: 0644]
tests/ui/consts/const-enum-struct2.rs [new file with mode: 0644]
tests/ui/consts/const-enum-structlike.rs [new file with mode: 0644]
tests/ui/consts/const-enum-tuple.rs [new file with mode: 0644]
tests/ui/consts/const-enum-tuple2.rs [new file with mode: 0644]
tests/ui/consts/const-enum-tuplestruct.rs [new file with mode: 0644]
tests/ui/consts/const-enum-tuplestruct2.rs [new file with mode: 0644]
tests/ui/consts/const-enum-vec-index.rs [new file with mode: 0644]
tests/ui/consts/const-enum-vec-ptr.rs [new file with mode: 0644]
tests/ui/consts/const-enum-vector.rs [new file with mode: 0644]
tests/ui/consts/const-err-early.rs [new file with mode: 0644]
tests/ui/consts/const-err-early.stderr [new file with mode: 0644]
tests/ui/consts/const-err-late.rs [new file with mode: 0644]
tests/ui/consts/const-err-late.stderr [new file with mode: 0644]
tests/ui/consts/const-err-multi.rs [new file with mode: 0644]
tests/ui/consts/const-err-multi.stderr [new file with mode: 0644]
tests/ui/consts/const-err-rpass.rs [new file with mode: 0644]
tests/ui/consts/const-err2.noopt.stderr [new file with mode: 0644]
tests/ui/consts/const-err2.opt.stderr [new file with mode: 0644]
tests/ui/consts/const-err2.opt_with_overflow_checks.stderr [new file with mode: 0644]
tests/ui/consts/const-err2.rs [new file with mode: 0644]
tests/ui/consts/const-err4.32bit.stderr [new file with mode: 0644]
tests/ui/consts/const-err4.64bit.stderr [new file with mode: 0644]
tests/ui/consts/const-err4.rs [new file with mode: 0644]
tests/ui/consts/const-eval/assign-to-static-within-other-static.rs [new file with mode: 0644]
tests/ui/consts/const-eval/assign-to-static-within-other-static.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/auxiliary/post_monomorphization_error.rs [new file with mode: 0644]
tests/ui/consts/const-eval/auxiliary/stability.rs [new file with mode: 0644]
tests/ui/consts/const-eval/conditional_array_execution.rs [new file with mode: 0644]
tests/ui/consts/const-eval/conditional_array_execution.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-intrinsic-promotion.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-intrinsic-promotion.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-overflow-2.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-overflow-2.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-overflow-3.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-overflow-3.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-overflow-3b.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-overflow-3b.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-overflow-4.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-overflow-4.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-overflow-4b.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-overflow-4b.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-overflow2.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-overflow2.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-overflow2b.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-overflow2b.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-overflow2c.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-overflow2c.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-query-stack.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-query-stack.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-span.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-span.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const-pointer-values-in-various-types.64bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const-pointer-values-in-various-types.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const_fn_ptr.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const_fn_ptr.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const_fn_ptr_fail.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const_fn_ptr_fail.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const_fn_ptr_fail2.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const_fn_ptr_fail2.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const_let.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const_let.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const_panic.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const_panic.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const_panic_2021.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const_panic_2021.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const_panic_libcore_bin.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const_panic_libcore_bin.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const_panic_stability.e2018.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const_panic_stability.e2021.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const_panic_stability.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const_panic_track_caller.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const_panic_track_caller.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const_prop_errors.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const_raw_ptr_ops.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const_raw_ptr_ops.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const_raw_ptr_ops2.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const_raw_ptr_ops2.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/const_signed_pat.rs [new file with mode: 0644]
tests/ui/consts/const-eval/dangling.rs [new file with mode: 0644]
tests/ui/consts/const-eval/dangling.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/dont_promote_unstable_const_fn.rs [new file with mode: 0644]
tests/ui/consts/const-eval/dont_promote_unstable_const_fn.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/dont_promote_unstable_const_fn_cross_crate.rs [new file with mode: 0644]
tests/ui/consts/const-eval/dont_promote_unstable_const_fn_cross_crate.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/double_check.rs [new file with mode: 0644]
tests/ui/consts/const-eval/double_check2.rs [new file with mode: 0644]
tests/ui/consts/const-eval/duration_conversion.rs [new file with mode: 0644]
tests/ui/consts/const-eval/enum_discr.rs [new file with mode: 0644]
tests/ui/consts/const-eval/erroneous-const.rs [new file with mode: 0644]
tests/ui/consts/const-eval/erroneous-const.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/erroneous-const2.rs [new file with mode: 0644]
tests/ui/consts/const-eval/erroneous-const2.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/extern_fat_pointer.rs [new file with mode: 0644]
tests/ui/consts/const-eval/format.rs [new file with mode: 0644]
tests/ui/consts/const-eval/format.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/generic-slice.rs [new file with mode: 0644]
tests/ui/consts/const-eval/generic-slice.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/heap/alloc_intrinsic_errors.rs [new file with mode: 0644]
tests/ui/consts/const-eval/heap/alloc_intrinsic_errors.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/heap/alloc_intrinsic_nontransient.rs [new file with mode: 0644]
tests/ui/consts/const-eval/heap/alloc_intrinsic_nontransient_fail.rs [new file with mode: 0644]
tests/ui/consts/const-eval/heap/alloc_intrinsic_nontransient_fail.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/heap/alloc_intrinsic_transient.rs [new file with mode: 0644]
tests/ui/consts/const-eval/heap/alloc_intrinsic_uninit.32bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/heap/alloc_intrinsic_uninit.64bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/heap/alloc_intrinsic_uninit.rs [new file with mode: 0644]
tests/ui/consts/const-eval/heap/alloc_intrinsic_untyped.rs [new file with mode: 0644]
tests/ui/consts/const-eval/heap/alloc_intrinsic_untyped.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/heap/alloc_intrinsic_zero_sized.rs [new file with mode: 0644]
tests/ui/consts/const-eval/heap/dealloc_intrinsic.rs [new file with mode: 0644]
tests/ui/consts/const-eval/heap/dealloc_intrinsic_dangling.rs [new file with mode: 0644]
tests/ui/consts/const-eval/heap/dealloc_intrinsic_dangling.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/heap/dealloc_intrinsic_duplicate.rs [new file with mode: 0644]
tests/ui/consts/const-eval/heap/dealloc_intrinsic_duplicate.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/heap/dealloc_intrinsic_incorrect_layout.rs [new file with mode: 0644]
tests/ui/consts/const-eval/heap/dealloc_intrinsic_incorrect_layout.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/heap/dealloc_intrinsic_zero_sized.rs [new file with mode: 0644]
tests/ui/consts/const-eval/ice-generic-assoc-const.rs [new file with mode: 0644]
tests/ui/consts/const-eval/ice-packed.rs [new file with mode: 0644]
tests/ui/consts/const-eval/index-out-of-bounds-never-type.rs [new file with mode: 0644]
tests/ui/consts/const-eval/index-out-of-bounds-never-type.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/index_out_of_bounds.rs [new file with mode: 0644]
tests/ui/consts/const-eval/index_out_of_bounds.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/index_out_of_bounds_propagated.rs [new file with mode: 0644]
tests/ui/consts/const-eval/index_out_of_bounds_propagated.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/infinite_loop.rs [new file with mode: 0644]
tests/ui/consts/const-eval/infinite_loop.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/issue-100878.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-104390.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-104390.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/issue-43197.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-43197.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/issue-44578.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-44578.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/issue-47971.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-49296.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-49296.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/issue-50706.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-50814-2.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-50814-2.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/issue-50814.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-50814.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/issue-51300.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-52475.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-52475.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/issue-53157.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-53401.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-55541.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-64908.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-64970.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-65394.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-65394.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/issue-70723.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-70723.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/issue-70804-fn-subtyping.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-84957-const-str-as-bytes.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-85155.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-85155.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/issue-85907.rs [new file with mode: 0644]
tests/ui/consts/const-eval/issue-85907.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/issue-91827-extern-types.rs [new file with mode: 0644]
tests/ui/consts/const-eval/livedrop.rs [new file with mode: 0644]
tests/ui/consts/const-eval/livedrop.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/match-test-ptr-null.rs [new file with mode: 0644]
tests/ui/consts/const-eval/match-test-ptr-null.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/mod-static-with-const-fn.rs [new file with mode: 0644]
tests/ui/consts/const-eval/mod-static-with-const-fn.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/no_lint_for_statically_known_error.rs [new file with mode: 0644]
tests/ui/consts/const-eval/nrvo.rs [new file with mode: 0644]
tests/ui/consts/const-eval/panic-assoc-never-type.rs [new file with mode: 0644]
tests/ui/consts/const-eval/panic-assoc-never-type.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/panic-never-type.rs [new file with mode: 0644]
tests/ui/consts/const-eval/panic-never-type.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/partial_ptr_overwrite.rs [new file with mode: 0644]
tests/ui/consts/const-eval/partial_ptr_overwrite.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/promote-static.rs [new file with mode: 0644]
tests/ui/consts/const-eval/promote_mutable_zst_mir_borrowck.rs [new file with mode: 0644]
tests/ui/consts/const-eval/promoted_const_fn_fail.rs [new file with mode: 0644]
tests/ui/consts/const-eval/promoted_const_fn_fail.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/promoted_const_fn_fail_deny_const_err.rs [new file with mode: 0644]
tests/ui/consts/const-eval/promoted_const_fn_fail_deny_const_err.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/promoted_errors.noopt.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/promoted_errors.opt.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/promoted_errors.opt_with_overflow_checks.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/promoted_errors.rs [new file with mode: 0644]
tests/ui/consts/const-eval/promoted_raw_ptr_ops.rs [new file with mode: 0644]
tests/ui/consts/const-eval/promoted_raw_ptr_ops.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/raw-bytes.32bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/raw-bytes.64bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/raw-bytes.rs [new file with mode: 0644]
tests/ui/consts/const-eval/ref_to_int_match.32bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ref_to_int_match.64bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ref_to_int_match.rs [new file with mode: 0644]
tests/ui/consts/const-eval/shift_overflow.rs [new file with mode: 0644]
tests/ui/consts/const-eval/shift_overflow.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/simd/insert_extract.rs [new file with mode: 0644]
tests/ui/consts/const-eval/simple_with_undef.rs [new file with mode: 0644]
tests/ui/consts/const-eval/size-of-t.rs [new file with mode: 0644]
tests/ui/consts/const-eval/size-of-t.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/stable-metric/ctfe-fn-call.rs [new file with mode: 0644]
tests/ui/consts/const-eval/stable-metric/ctfe-fn-call.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/stable-metric/ctfe-labelled-loop.rs [new file with mode: 0644]
tests/ui/consts/const-eval/stable-metric/ctfe-labelled-loop.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/stable-metric/ctfe-recursion.rs [new file with mode: 0644]
tests/ui/consts/const-eval/stable-metric/ctfe-recursion.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/stable-metric/ctfe-simple-loop.rs [new file with mode: 0644]
tests/ui/consts/const-eval/stable-metric/ctfe-simple-loop.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/stable-metric/dominators-edge-case.rs [new file with mode: 0644]
tests/ui/consts/const-eval/strlen.rs [new file with mode: 0644]
tests/ui/consts/const-eval/transmute-const-promotion.rs [new file with mode: 0644]
tests/ui/consts/const-eval/transmute-const-promotion.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/transmute-const.32bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/transmute-const.64bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/transmute-const.rs [new file with mode: 0644]
tests/ui/consts/const-eval/ub-enum-overwrite.rs [new file with mode: 0644]
tests/ui/consts/const-eval/ub-enum-overwrite.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ub-enum.32bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ub-enum.64bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ub-enum.rs [new file with mode: 0644]
tests/ui/consts/const-eval/ub-incorrect-vtable.32bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ub-incorrect-vtable.64bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ub-incorrect-vtable.rs [new file with mode: 0644]
tests/ui/consts/const-eval/ub-int-array.32bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ub-int-array.64bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ub-int-array.rs [new file with mode: 0644]
tests/ui/consts/const-eval/ub-nonnull.chalk.64bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ub-nonnull.rs [new file with mode: 0644]
tests/ui/consts/const-eval/ub-nonnull.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ub-ref-ptr.rs [new file with mode: 0644]
tests/ui/consts/const-eval/ub-ref-ptr.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ub-uninhabit.rs [new file with mode: 0644]
tests/ui/consts/const-eval/ub-uninhabit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ub-upvars.32bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ub-upvars.64bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ub-upvars.rs [new file with mode: 0644]
tests/ui/consts/const-eval/ub-wide-ptr.chalk.64bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ub-wide-ptr.rs [new file with mode: 0644]
tests/ui/consts/const-eval/ub-wide-ptr.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/union-const-eval-field.rs [new file with mode: 0644]
tests/ui/consts/const-eval/union-const-eval-field.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/union-ice.rs [new file with mode: 0644]
tests/ui/consts/const-eval/union-ice.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/union-ub.32bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/union-ub.64bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/union-ub.rs [new file with mode: 0644]
tests/ui/consts/const-eval/union_promotion.rs [new file with mode: 0644]
tests/ui/consts/const-eval/union_promotion.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/unused-broken-const.rs [new file with mode: 0644]
tests/ui/consts/const-eval/unused-broken-const.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/unwind-abort.rs [new file with mode: 0644]
tests/ui/consts/const-eval/unwind-abort.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/valid-const.rs [new file with mode: 0644]
tests/ui/consts/const-eval/validate_uninhabited_zsts.32bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/validate_uninhabited_zsts.64bit.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/validate_uninhabited_zsts.rs [new file with mode: 0644]
tests/ui/consts/const-eval/write-to-uninhabited-enum-variant.rs [new file with mode: 0644]
tests/ui/consts/const-eval/zst_operand_eval.rs [new file with mode: 0644]
tests/ui/consts/const-expr-addr-operator.rs [new file with mode: 0644]
tests/ui/consts/const-expr-in-fixed-length-vec.rs [new file with mode: 0644]
tests/ui/consts/const-expr-in-vec-repeat.rs [new file with mode: 0644]
tests/ui/consts/const-extern-fn/const-extern-fn-call-extern-fn.rs [new file with mode: 0644]
tests/ui/consts/const-extern-fn/const-extern-fn-call-extern-fn.stderr [new file with mode: 0644]
tests/ui/consts/const-extern-fn/const-extern-fn-min-const-fn.rs [new file with mode: 0644]
tests/ui/consts/const-extern-fn/const-extern-fn-min-const-fn.stderr [new file with mode: 0644]
tests/ui/consts/const-extern-fn/const-extern-fn-requires-unsafe.mir.stderr [new file with mode: 0644]
tests/ui/consts/const-extern-fn/const-extern-fn-requires-unsafe.rs [new file with mode: 0644]
tests/ui/consts/const-extern-fn/const-extern-fn-requires-unsafe.thir.stderr [new file with mode: 0644]
tests/ui/consts/const-extern-fn/const-extern-fn.rs [new file with mode: 0644]
tests/ui/consts/const-extern-fn/feature-gate-const_extern_fn.rs [new file with mode: 0644]
tests/ui/consts/const-extern-fn/feature-gate-const_extern_fn.stderr [new file with mode: 0644]
tests/ui/consts/const-extern-fn/issue-68062-const-extern-fns-dont-need-fn-specifier-2.rs [new file with mode: 0644]
tests/ui/consts/const-extern-fn/issue-68062-const-extern-fns-dont-need-fn-specifier-2.stderr [new file with mode: 0644]
tests/ui/consts/const-extern-fn/issue-68062-const-extern-fns-dont-need-fn-specifier.rs [new file with mode: 0644]
tests/ui/consts/const-extern-fn/issue-68062-const-extern-fns-dont-need-fn-specifier.stderr [new file with mode: 0644]
tests/ui/consts/const-extern-function.rs [new file with mode: 0644]
tests/ui/consts/const-external-macro-const-err.rs [new file with mode: 0644]
tests/ui/consts/const-external-macro-const-err.stderr [new file with mode: 0644]
tests/ui/consts/const-fields-and-indexing.rs [new file with mode: 0644]
tests/ui/consts/const-float-bits-conv.rs [new file with mode: 0644]
tests/ui/consts/const-float-bits-reject-conv.rs [new file with mode: 0644]
tests/ui/consts/const-float-bits-reject-conv.stderr [new file with mode: 0644]
tests/ui/consts/const-float-classify.rs [new file with mode: 0644]
tests/ui/consts/const-fn-const-eval.rs [new file with mode: 0644]
tests/ui/consts/const-fn-destructuring-arg.rs [new file with mode: 0644]
tests/ui/consts/const-fn-error.rs [new file with mode: 0644]
tests/ui/consts/const-fn-error.stderr [new file with mode: 0644]
tests/ui/consts/const-fn-in-vec.rs [new file with mode: 0644]
tests/ui/consts/const-fn-in-vec.stderr [new file with mode: 0644]
tests/ui/consts/const-fn-method.rs [new file with mode: 0644]
tests/ui/consts/const-fn-mismatch.rs [new file with mode: 0644]
tests/ui/consts/const-fn-mismatch.stderr [new file with mode: 0644]
tests/ui/consts/const-fn-nested.rs [new file with mode: 0644]
tests/ui/consts/const-fn-not-in-trait.rs [new file with mode: 0644]
tests/ui/consts/const-fn-not-in-trait.stderr [new file with mode: 0644]
tests/ui/consts/const-fn-not-safe-for-const.rs [new file with mode: 0644]
tests/ui/consts/const-fn-not-safe-for-const.stderr [new file with mode: 0644]
tests/ui/consts/const-fn-ptr.rs [new file with mode: 0644]
tests/ui/consts/const-fn-ptr.stderr [new file with mode: 0644]
tests/ui/consts/const-fn-stability-calls-3.rs [new file with mode: 0644]
tests/ui/consts/const-fn-stability-calls.rs [new file with mode: 0644]
tests/ui/consts/const-fn-type-name-any.rs [new file with mode: 0644]
tests/ui/consts/const-fn-type-name.rs [new file with mode: 0644]
tests/ui/consts/const-fn-val.rs [new file with mode: 0644]
tests/ui/consts/const-fn-zst-args.rs [new file with mode: 0644]
tests/ui/consts/const-fn.rs [new file with mode: 0644]
tests/ui/consts/const-for-feature-gate.rs [new file with mode: 0644]
tests/ui/consts/const-for-feature-gate.stderr [new file with mode: 0644]
tests/ui/consts/const-for.rs [new file with mode: 0644]
tests/ui/consts/const-for.stderr [new file with mode: 0644]
tests/ui/consts/const-index-feature-gate.rs [new file with mode: 0644]
tests/ui/consts/const-int-arithmetic-overflow.rs [new file with mode: 0644]
tests/ui/consts/const-int-arithmetic.rs [new file with mode: 0644]
tests/ui/consts/const-int-conversion-rpass.rs [new file with mode: 0644]
tests/ui/consts/const-int-conversion.rs [new file with mode: 0644]
tests/ui/consts/const-int-conversion.stderr [new file with mode: 0644]
tests/ui/consts/const-int-overflowing-rpass.rs [new file with mode: 0644]
tests/ui/consts/const-int-overflowing.rs [new file with mode: 0644]
tests/ui/consts/const-int-overflowing.stderr [new file with mode: 0644]
tests/ui/consts/const-int-pow-rpass.rs [new file with mode: 0644]
tests/ui/consts/const-int-rotate-rpass.rs [new file with mode: 0644]
tests/ui/consts/const-int-rotate.rs [new file with mode: 0644]
tests/ui/consts/const-int-rotate.stderr [new file with mode: 0644]
tests/ui/consts/const-int-saturating-arith.rs [new file with mode: 0644]
tests/ui/consts/const-int-sign-rpass.rs [new file with mode: 0644]
tests/ui/consts/const-int-sign.rs [new file with mode: 0644]
tests/ui/consts/const-int-sign.stderr [new file with mode: 0644]
tests/ui/consts/const-int-unchecked.rs [new file with mode: 0644]
tests/ui/consts/const-int-unchecked.stderr [new file with mode: 0644]
tests/ui/consts/const-int-wrapping-rpass.rs [new file with mode: 0644]
tests/ui/consts/const-int-wrapping.rs [new file with mode: 0644]
tests/ui/consts/const-int-wrapping.stderr [new file with mode: 0644]
tests/ui/consts/const-integer-bool-ops.rs [new file with mode: 0644]
tests/ui/consts/const-integer-bool-ops.stderr [new file with mode: 0644]
tests/ui/consts/const-labeled-break.rs [new file with mode: 0644]
tests/ui/consts/const-len-underflow-separate-spans.rs [new file with mode: 0644]
tests/ui/consts/const-len-underflow-separate-spans.stderr [new file with mode: 0644]
tests/ui/consts/const-len-underflow-subspans.rs [new file with mode: 0644]
tests/ui/consts/const-len-underflow-subspans.stderr [new file with mode: 0644]
tests/ui/consts/const-match-check.eval1.stderr [new file with mode: 0644]
tests/ui/consts/const-match-check.eval2.stderr [new file with mode: 0644]
tests/ui/consts/const-match-check.matchck.stderr [new file with mode: 0644]
tests/ui/consts/const-match-check.rs [new file with mode: 0644]
tests/ui/consts/const-match-pattern-arm.rs [new file with mode: 0644]
tests/ui/consts/const-meth-pattern.rs [new file with mode: 0644]
tests/ui/consts/const-multi-ref.rs [new file with mode: 0644]
tests/ui/consts/const-multi-ref.stderr [new file with mode: 0644]
tests/ui/consts/const-mut-refs/const_mut_address_of.rs [new file with mode: 0644]
tests/ui/consts/const-mut-refs/const_mut_refs.rs [new file with mode: 0644]
tests/ui/consts/const-mut-refs/feature-gate-const_mut_refs.rs [new file with mode: 0644]
tests/ui/consts/const-mut-refs/feature-gate-const_mut_refs.stderr [new file with mode: 0644]
tests/ui/consts/const-mut-refs/issue-76510.32bit.stderr [new file with mode: 0644]
tests/ui/consts/const-mut-refs/issue-76510.64bit.stderr [new file with mode: 0644]
tests/ui/consts/const-mut-refs/issue-76510.rs [new file with mode: 0644]
tests/ui/consts/const-mut-refs/mut_ref_in_final.rs [new file with mode: 0644]
tests/ui/consts/const-mut-refs/mut_ref_in_final.stderr [new file with mode: 0644]
tests/ui/consts/const-mut-refs/mut_ref_in_final_dynamic_check.rs [new file with mode: 0644]
tests/ui/consts/const-mut-refs/mut_ref_in_final_dynamic_check.stderr [new file with mode: 0644]
tests/ui/consts/const-needs_drop-monomorphic.rs [new file with mode: 0644]
tests/ui/consts/const-needs_drop-monomorphic.stderr [new file with mode: 0644]
tests/ui/consts/const-needs_drop.rs [new file with mode: 0644]
tests/ui/consts/const-negation.rs [new file with mode: 0644]
tests/ui/consts/const-negative.rs [new file with mode: 0644]
tests/ui/consts/const-nullary-enum.rs [new file with mode: 0644]
tests/ui/consts/const-nullary-univariant-enum.rs [new file with mode: 0644]
tests/ui/consts/const-pattern-irrefutable.rs [new file with mode: 0644]
tests/ui/consts/const-pattern-irrefutable.stderr [new file with mode: 0644]
tests/ui/consts/const-pattern-not-const-evaluable.rs [new file with mode: 0644]
tests/ui/consts/const-pattern-variant.rs [new file with mode: 0644]
tests/ui/consts/const-points-to-static.32bit.stderr [new file with mode: 0644]
tests/ui/consts/const-points-to-static.64bit.stderr [new file with mode: 0644]
tests/ui/consts/const-points-to-static.rs [new file with mode: 0644]
tests/ui/consts/const-prop-ice.rs [new file with mode: 0644]
tests/ui/consts/const-prop-ice.stderr [new file with mode: 0644]
tests/ui/consts/const-prop-ice2.rs [new file with mode: 0644]
tests/ui/consts/const-prop-ice2.stderr [new file with mode: 0644]
tests/ui/consts/const-prop-ice3.rs [new file with mode: 0644]
tests/ui/consts/const-prop-overflowing-casts.rs [new file with mode: 0644]
tests/ui/consts/const-prop-read-static-in-const.rs [new file with mode: 0644]
tests/ui/consts/const-prop-read-static-in-const.stderr [new file with mode: 0644]
tests/ui/consts/const-ptr-nonnull-rpass.rs [new file with mode: 0644]
tests/ui/consts/const-ptr-nonnull.rs [new file with mode: 0644]
tests/ui/consts/const-ptr-nonnull.stderr [new file with mode: 0644]
tests/ui/consts/const-ptr-unique-rpass.rs [new file with mode: 0644]
tests/ui/consts/const-ptr-unique.rs [new file with mode: 0644]
tests/ui/consts/const-ptr-unique.stderr [new file with mode: 0644]
tests/ui/consts/const-rec-and-tup.rs [new file with mode: 0644]
tests/ui/consts/const-region-ptrs-noncopy.rs [new file with mode: 0644]
tests/ui/consts/const-region-ptrs.rs [new file with mode: 0644]
tests/ui/consts/const-repeated-values.rs [new file with mode: 0644]
tests/ui/consts/const-size_of-align_of.rs [new file with mode: 0644]
tests/ui/consts/const-size_of-cycle.rs [new file with mode: 0644]
tests/ui/consts/const-size_of-cycle.stderr [new file with mode: 0644]
tests/ui/consts/const-size_of_val-align_of_val-extern-type.rs [new file with mode: 0644]
tests/ui/consts/const-size_of_val-align_of_val-extern-type.stderr [new file with mode: 0644]
tests/ui/consts/const-size_of_val-align_of_val.rs [new file with mode: 0644]
tests/ui/consts/const-slice-oob.rs [new file with mode: 0644]
tests/ui/consts/const-slice-oob.stderr [new file with mode: 0644]
tests/ui/consts/const-struct-offsets.rs [new file with mode: 0644]
tests/ui/consts/const-struct.rs [new file with mode: 0644]
tests/ui/consts/const-suggest-feature.rs [new file with mode: 0644]
tests/ui/consts/const-suggest-feature.stderr [new file with mode: 0644]
tests/ui/consts/const-trait-to-trait.rs [new file with mode: 0644]
tests/ui/consts/const-try-feature-gate.rs [new file with mode: 0644]
tests/ui/consts/const-try-feature-gate.stderr [new file with mode: 0644]
tests/ui/consts/const-try.rs [new file with mode: 0644]
tests/ui/consts/const-tup-index-span.rs [new file with mode: 0644]
tests/ui/consts/const-tup-index-span.stderr [new file with mode: 0644]
tests/ui/consts/const-tuple-struct.rs [new file with mode: 0644]
tests/ui/consts/const-type-mismatch.rs [new file with mode: 0644]
tests/ui/consts/const-type-mismatch.stderr [new file with mode: 0644]
tests/ui/consts/const-typeid-of-rpass.rs [new file with mode: 0644]
tests/ui/consts/const-unit-struct.rs [new file with mode: 0644]
tests/ui/consts/const-unsafe-fn.rs [new file with mode: 0644]
tests/ui/consts/const-unsized.rs [new file with mode: 0644]
tests/ui/consts/const-unsized.stderr [new file with mode: 0644]
tests/ui/consts/const-unwrap.rs [new file with mode: 0644]
tests/ui/consts/const-unwrap.stderr [new file with mode: 0644]
tests/ui/consts/const-validation-fail-55455.rs [new file with mode: 0644]
tests/ui/consts/const-variant-count.rs [new file with mode: 0644]
tests/ui/consts/const-vec-of-fns.rs [new file with mode: 0644]
tests/ui/consts/const-vec-syntax.rs [new file with mode: 0644]
tests/ui/consts/const-vecs-and-slices.rs [new file with mode: 0644]
tests/ui/consts/const.rs [new file with mode: 0644]
tests/ui/consts/const_cmp_type_id.rs [new file with mode: 0644]
tests/ui/consts/const_constructor/const-construct-call.rs [new file with mode: 0644]
tests/ui/consts/const_constructor/const_constructor_qpath.rs [new file with mode: 0644]
tests/ui/consts/const_discriminant.rs [new file with mode: 0644]
tests/ui/consts/const_fn_floating_point_arithmetic.gated.stderr [new file with mode: 0644]
tests/ui/consts/const_fn_floating_point_arithmetic.rs [new file with mode: 0644]
tests/ui/consts/const_fn_floating_point_arithmetic.stock.stderr [new file with mode: 0644]
tests/ui/consts/const_fn_return_nested_fn_ptr.rs [new file with mode: 0644]
tests/ui/consts/const_fn_unsize.rs [new file with mode: 0644]
tests/ui/consts/const_forget.rs [new file with mode: 0644]
tests/ui/consts/const_in_pattern/accept_structural.rs [new file with mode: 0644]
tests/ui/consts/const_in_pattern/auxiliary/consts.rs [new file with mode: 0644]
tests/ui/consts/const_in_pattern/cross-crate-fail.rs [new file with mode: 0644]
tests/ui/consts/const_in_pattern/cross-crate-fail.stderr [new file with mode: 0644]
tests/ui/consts/const_in_pattern/cross-crate-pass.rs [new file with mode: 0644]
tests/ui/consts/const_in_pattern/custom-eq-branch-pass.rs [new file with mode: 0644]
tests/ui/consts/const_in_pattern/custom-eq-branch-warn.rs [new file with mode: 0644]
tests/ui/consts/const_in_pattern/custom-eq-branch-warn.stderr [new file with mode: 0644]
tests/ui/consts/const_in_pattern/incomplete-slice.rs [new file with mode: 0644]
tests/ui/consts/const_in_pattern/incomplete-slice.stderr [new file with mode: 0644]
tests/ui/consts/const_in_pattern/issue-44333.rs [new file with mode: 0644]
tests/ui/consts/const_in_pattern/issue-44333.stderr [new file with mode: 0644]
tests/ui/consts/const_in_pattern/issue-53708.rs [new file with mode: 0644]
tests/ui/consts/const_in_pattern/issue-62614.rs [new file with mode: 0644]
tests/ui/consts/const_in_pattern/issue-65466.rs [new file with mode: 0644]
tests/ui/consts/const_in_pattern/issue-73431.rs [new file with mode: 0644]
tests/ui/consts/const_in_pattern/issue-73431.stderr [new file with mode: 0644]
tests/ui/consts/const_in_pattern/issue-78057.rs [new file with mode: 0644]
tests/ui/consts/const_in_pattern/issue-78057.stderr [new file with mode: 0644]
tests/ui/consts/const_in_pattern/no-eq-branch-fail.rs [new file with mode: 0644]
tests/ui/consts/const_in_pattern/no-eq-branch-fail.stderr [new file with mode: 0644]
tests/ui/consts/const_in_pattern/reject_non_partial_eq.rs [new file with mode: 0644]
tests/ui/consts/const_in_pattern/reject_non_partial_eq.stderr [new file with mode: 0644]
tests/ui/consts/const_in_pattern/reject_non_structural.rs [new file with mode: 0644]
tests/ui/consts/const_in_pattern/reject_non_structural.stderr [new file with mode: 0644]
tests/ui/consts/const_in_pattern/warn_corner_cases.rs [new file with mode: 0644]
tests/ui/consts/const_in_pattern/warn_corner_cases.stderr [new file with mode: 0644]
tests/ui/consts/const_let_assign.rs [new file with mode: 0644]
tests/ui/consts/const_let_assign2.rs [new file with mode: 0644]
tests/ui/consts/const_let_assign3.rs [new file with mode: 0644]
tests/ui/consts/const_let_assign3.stderr [new file with mode: 0644]
tests/ui/consts/const_let_eq.rs [new file with mode: 0644]
tests/ui/consts/const_let_eq_float.rs [new file with mode: 0644]
tests/ui/consts/const_let_irrefutable.rs [new file with mode: 0644]
tests/ui/consts/const_let_promote.rs [new file with mode: 0644]
tests/ui/consts/const_let_refutable.rs [new file with mode: 0644]
tests/ui/consts/const_let_refutable.stderr [new file with mode: 0644]
tests/ui/consts/const_limit/const_eval_limit_not_reached.rs [new file with mode: 0644]
tests/ui/consts/const_limit/const_eval_limit_overflow.rs [new file with mode: 0644]
tests/ui/consts/const_limit/const_eval_limit_overflow.stderr [new file with mode: 0644]
tests/ui/consts/const_limit/const_eval_limit_reached.rs [new file with mode: 0644]
tests/ui/consts/const_limit/const_eval_limit_reached.stderr [new file with mode: 0644]
tests/ui/consts/const_limit/feature-gate-const_eval_limit.rs [new file with mode: 0644]
tests/ui/consts/const_limit/feature-gate-const_eval_limit.stderr [new file with mode: 0644]
tests/ui/consts/const_prop_slice_pat_ice.rs [new file with mode: 0644]
tests/ui/consts/const_short_circuit.rs [new file with mode: 0644]
tests/ui/consts/const_unsafe_unreachable.rs [new file with mode: 0644]
tests/ui/consts/const_unsafe_unreachable_ub.rs [new file with mode: 0644]
tests/ui/consts/const_unsafe_unreachable_ub.stderr [new file with mode: 0644]
tests/ui/consts/constifconst-call-in-const-position.rs [new file with mode: 0644]
tests/ui/consts/constifconst-call-in-const-position.stderr [new file with mode: 0644]
tests/ui/consts/consts-in-patterns.rs [new file with mode: 0644]
tests/ui/consts/control-flow/assert.rs [new file with mode: 0644]
tests/ui/consts/control-flow/assert.stderr [new file with mode: 0644]
tests/ui/consts/control-flow/basics.rs [new file with mode: 0644]
tests/ui/consts/control-flow/drop-fail.precise.stderr [new file with mode: 0644]
tests/ui/consts/control-flow/drop-fail.rs [new file with mode: 0644]
tests/ui/consts/control-flow/drop-fail.stock.stderr [new file with mode: 0644]
tests/ui/consts/control-flow/drop-pass.rs [new file with mode: 0644]
tests/ui/consts/control-flow/drop-precise.rs [new file with mode: 0644]
tests/ui/consts/control-flow/exhaustive-c-like-enum-match.rs [new file with mode: 0644]
tests/ui/consts/control-flow/feature-gate-const-if-match.rs [new file with mode: 0644]
tests/ui/consts/control-flow/interior-mutability.rs [new file with mode: 0644]
tests/ui/consts/control-flow/interior-mutability.stderr [new file with mode: 0644]
tests/ui/consts/control-flow/issue-46843.rs [new file with mode: 0644]
tests/ui/consts/control-flow/issue-46843.stderr [new file with mode: 0644]
tests/ui/consts/control-flow/issue-50577.rs [new file with mode: 0644]
tests/ui/consts/control-flow/issue-50577.stderr [new file with mode: 0644]
tests/ui/consts/control-flow/loop.rs [new file with mode: 0644]
tests/ui/consts/control-flow/loop.stderr [new file with mode: 0644]
tests/ui/consts/control-flow/short-circuit-let.rs [new file with mode: 0644]
tests/ui/consts/control-flow/short-circuit.rs [new file with mode: 0644]
tests/ui/consts/control-flow/single_variant_match_ice.rs [new file with mode: 0644]
tests/ui/consts/control-flow/try.rs [new file with mode: 0644]
tests/ui/consts/control-flow/try.stderr [new file with mode: 0644]
tests/ui/consts/copy-intrinsic.rs [new file with mode: 0644]
tests/ui/consts/copy-intrinsic.stderr [new file with mode: 0644]
tests/ui/consts/ct-var-in-collect_all_mismatches.rs [new file with mode: 0644]
tests/ui/consts/ct-var-in-collect_all_mismatches.stderr [new file with mode: 0644]
tests/ui/consts/dangling-alloc-id-ice.rs [new file with mode: 0644]
tests/ui/consts/dangling-alloc-id-ice.stderr [new file with mode: 0644]
tests/ui/consts/dangling_raw_ptr.rs [new file with mode: 0644]
tests/ui/consts/dangling_raw_ptr.stderr [new file with mode: 0644]
tests/ui/consts/deref_in_pattern.rs [new file with mode: 0644]
tests/ui/consts/drop_box.rs [new file with mode: 0644]
tests/ui/consts/drop_box.stderr [new file with mode: 0644]
tests/ui/consts/drop_none.rs [new file with mode: 0644]
tests/ui/consts/drop_zst.rs [new file with mode: 0644]
tests/ui/consts/drop_zst.stderr [new file with mode: 0644]
tests/ui/consts/enum-discr-type-err.rs [new file with mode: 0644]
tests/ui/consts/enum-discr-type-err.stderr [new file with mode: 0644]
tests/ui/consts/eval-enum.rs [new file with mode: 0644]
tests/ui/consts/eval-enum.stderr [new file with mode: 0644]
tests/ui/consts/extra-const-ub/detect-extra-ub.rs [new file with mode: 0644]
tests/ui/consts/extra-const-ub/detect-extra-ub.with_flag.stderr [new file with mode: 0644]
tests/ui/consts/extra-const-ub/issue-100771.rs [new file with mode: 0644]
tests/ui/consts/extra-const-ub/issue-101034.rs [new file with mode: 0644]
tests/ui/consts/fn_trait_refs.rs [new file with mode: 0644]
tests/ui/consts/gate-do-not-const-check.rs [new file with mode: 0644]
tests/ui/consts/gate-do-not-const-check.stderr [new file with mode: 0644]
tests/ui/consts/huge-values.rs [new file with mode: 0644]
tests/ui/consts/ice-48279.rs [new file with mode: 0644]
tests/ui/consts/ice-zst-static-access.rs [new file with mode: 0644]
tests/ui/consts/inline_asm.rs [new file with mode: 0644]
tests/ui/consts/inline_asm.stderr [new file with mode: 0644]
tests/ui/consts/int_ptr_for_zst_slices.rs [new file with mode: 0644]
tests/ui/consts/intrinsic_without_const_stab.rs [new file with mode: 0644]
tests/ui/consts/intrinsic_without_const_stab.stderr [new file with mode: 0644]
tests/ui/consts/intrinsic_without_const_stab_fail.rs [new file with mode: 0644]
tests/ui/consts/intrinsic_without_const_stab_fail.stderr [new file with mode: 0644]
tests/ui/consts/invalid-const-in-body.rs [new file with mode: 0644]
tests/ui/consts/invalid-const-in-body.stderr [new file with mode: 0644]
tests/ui/consts/invalid-inline-const-in-match-arm.rs [new file with mode: 0644]
tests/ui/consts/invalid-inline-const-in-match-arm.stderr [new file with mode: 0644]
tests/ui/consts/invalid-union.32bit.stderr [new file with mode: 0644]
tests/ui/consts/invalid-union.64bit.stderr [new file with mode: 0644]
tests/ui/consts/invalid-union.rs [new file with mode: 0644]
tests/ui/consts/invalid_promotion.rs [new file with mode: 0644]
tests/ui/consts/issue-102117.rs [new file with mode: 0644]
tests/ui/consts/issue-102117.stderr [new file with mode: 0644]
tests/ui/consts/issue-103790.rs [new file with mode: 0644]
tests/ui/consts/issue-103790.stderr [new file with mode: 0644]
tests/ui/consts/issue-104155.rs [new file with mode: 0644]
tests/ui/consts/issue-104396.rs [new file with mode: 0644]
tests/ui/consts/issue-104396.stderr [new file with mode: 0644]
tests/ui/consts/issue-104609.rs [new file with mode: 0644]
tests/ui/consts/issue-104609.stderr [new file with mode: 0644]
tests/ui/consts/issue-104768.rs [new file with mode: 0644]
tests/ui/consts/issue-104768.stderr [new file with mode: 0644]
tests/ui/consts/issue-13837.rs [new file with mode: 0644]
tests/ui/consts/issue-13902.rs [new file with mode: 0644]
tests/ui/consts/issue-17074.rs [new file with mode: 0644]
tests/ui/consts/issue-17458.rs [new file with mode: 0644]
tests/ui/consts/issue-17458.stderr [new file with mode: 0644]
tests/ui/consts/issue-17718-borrow-interior.rs [new file with mode: 0644]
tests/ui/consts/issue-17718-const-bad-values.rs [new file with mode: 0644]
tests/ui/consts/issue-17718-const-bad-values.stderr [new file with mode: 0644]
tests/ui/consts/issue-17718-const-borrow.rs [new file with mode: 0644]
tests/ui/consts/issue-17718-const-borrow.stderr [new file with mode: 0644]
tests/ui/consts/issue-17718-constants-not-static.rs [new file with mode: 0644]
tests/ui/consts/issue-17718-constants-not-static.stderr [new file with mode: 0644]
tests/ui/consts/issue-17718-references.rs [new file with mode: 0644]
tests/ui/consts/issue-17718-references.stderr [new file with mode: 0644]
tests/ui/consts/issue-17718.rs [new file with mode: 0644]
tests/ui/consts/issue-17756.rs [new file with mode: 0644]
tests/ui/consts/issue-18294.rs [new file with mode: 0644]
tests/ui/consts/issue-18294.stderr [new file with mode: 0644]
tests/ui/consts/issue-19244.rs [new file with mode: 0644]
tests/ui/consts/issue-21562.rs [new file with mode: 0644]
tests/ui/consts/issue-21721.rs [new file with mode: 0644]
tests/ui/consts/issue-23833.rs [new file with mode: 0644]
tests/ui/consts/issue-23968-const-not-overflow.rs [new file with mode: 0644]
tests/ui/consts/issue-25826.rs [new file with mode: 0644]
tests/ui/consts/issue-25826.stderr [new file with mode: 0644]
tests/ui/consts/issue-27890.rs [new file with mode: 0644]
tests/ui/consts/issue-28113.rs [new file with mode: 0644]
tests/ui/consts/issue-28113.stderr [new file with mode: 0644]
tests/ui/consts/issue-29914-2.rs [new file with mode: 0644]
tests/ui/consts/issue-29914-3.rs [new file with mode: 0644]
tests/ui/consts/issue-29914.rs [new file with mode: 0644]
tests/ui/consts/issue-29927-1.rs [new file with mode: 0644]
tests/ui/consts/issue-29927.rs [new file with mode: 0644]
tests/ui/consts/issue-32829-2.rs [new file with mode: 0644]
tests/ui/consts/issue-32829-2.stderr [new file with mode: 0644]
tests/ui/consts/issue-32829.rs [new file with mode: 0644]
tests/ui/consts/issue-32829.stderr [new file with mode: 0644]
tests/ui/consts/issue-33537.rs [new file with mode: 0644]
tests/ui/consts/issue-33903.rs [new file with mode: 0644]
tests/ui/consts/issue-34784.rs [new file with mode: 0644]
tests/ui/consts/issue-3521.fixed [new file with mode: 0644]
tests/ui/consts/issue-3521.rs [new file with mode: 0644]
tests/ui/consts/issue-3521.stderr [new file with mode: 0644]
tests/ui/consts/issue-36163.rs [new file with mode: 0644]
tests/ui/consts/issue-36163.stderr [new file with mode: 0644]
tests/ui/consts/issue-37222.rs [new file with mode: 0644]
tests/ui/consts/issue-37550-1.rs [new file with mode: 0644]
tests/ui/consts/issue-37550.rs [new file with mode: 0644]
tests/ui/consts/issue-37991.rs [new file with mode: 0644]
tests/ui/consts/issue-39161-bogus-error.rs [new file with mode: 0644]
tests/ui/consts/issue-39974.rs [new file with mode: 0644]
tests/ui/consts/issue-39974.stderr [new file with mode: 0644]
tests/ui/consts/issue-43105.rs [new file with mode: 0644]
tests/ui/consts/issue-43105.stderr [new file with mode: 0644]
tests/ui/consts/issue-44415.rs [new file with mode: 0644]
tests/ui/consts/issue-44415.stderr [new file with mode: 0644]
tests/ui/consts/issue-46553.rs [new file with mode: 0644]
tests/ui/consts/issue-47789.rs [new file with mode: 0644]
tests/ui/consts/issue-50439.rs [new file with mode: 0644]
tests/ui/consts/issue-50439.stderr [new file with mode: 0644]
tests/ui/consts/issue-52023-array-size-pointer-cast.rs [new file with mode: 0644]
tests/ui/consts/issue-52023-array-size-pointer-cast.stderr [new file with mode: 0644]
tests/ui/consts/issue-52060.rs [new file with mode: 0644]
tests/ui/consts/issue-52060.stderr [new file with mode: 0644]
tests/ui/consts/issue-54224.rs [new file with mode: 0644]
tests/ui/consts/issue-54224.stderr [new file with mode: 0644]
tests/ui/consts/issue-54348.rs [new file with mode: 0644]
tests/ui/consts/issue-54348.stderr [new file with mode: 0644]
tests/ui/consts/issue-54387.rs [new file with mode: 0644]
tests/ui/consts/issue-54582.rs [new file with mode: 0644]
tests/ui/consts/issue-54954.rs [new file with mode: 0644]
tests/ui/consts/issue-54954.stderr [new file with mode: 0644]
tests/ui/consts/issue-56164.rs [new file with mode: 0644]
tests/ui/consts/issue-56164.stderr [new file with mode: 0644]
tests/ui/consts/issue-58435-ice-with-assoc-const.rs [new file with mode: 0644]
tests/ui/consts/issue-62045.rs [new file with mode: 0644]
tests/ui/consts/issue-63226.rs [new file with mode: 0644]
tests/ui/consts/issue-63952.32bit.stderr [new file with mode: 0644]
tests/ui/consts/issue-63952.64bit.stderr [new file with mode: 0644]
tests/ui/consts/issue-63952.rs [new file with mode: 0644]
tests/ui/consts/issue-64059.rs [new file with mode: 0644]
tests/ui/consts/issue-64506.rs [new file with mode: 0644]
tests/ui/consts/issue-64662.rs [new file with mode: 0644]
tests/ui/consts/issue-64662.stderr [new file with mode: 0644]
tests/ui/consts/issue-65348.rs [new file with mode: 0644]
tests/ui/consts/issue-66342.rs [new file with mode: 0644]
tests/ui/consts/issue-66345.rs [new file with mode: 0644]
tests/ui/consts/issue-66397.rs [new file with mode: 0644]
tests/ui/consts/issue-66693-panic-in-array-len.rs [new file with mode: 0644]
tests/ui/consts/issue-66693-panic-in-array-len.stderr [new file with mode: 0644]
tests/ui/consts/issue-66693.rs [new file with mode: 0644]
tests/ui/consts/issue-66693.stderr [new file with mode: 0644]
tests/ui/consts/issue-66787.rs [new file with mode: 0644]
tests/ui/consts/issue-67529.rs [new file with mode: 0644]
tests/ui/consts/issue-67640.rs [new file with mode: 0644]
tests/ui/consts/issue-67641.rs [new file with mode: 0644]
tests/ui/consts/issue-67696-const-prop-ice.rs [new file with mode: 0644]
tests/ui/consts/issue-67862.rs [new file with mode: 0644]
tests/ui/consts/issue-68264-overflow.rs [new file with mode: 0644]
tests/ui/consts/issue-68542-closure-in-array-len.rs [new file with mode: 0644]
tests/ui/consts/issue-68542-closure-in-array-len.stderr [new file with mode: 0644]
tests/ui/consts/issue-68684.rs [new file with mode: 0644]
tests/ui/consts/issue-69191-ice-on-uninhabited-enum-field.rs [new file with mode: 0644]
tests/ui/consts/issue-69310-array-size-lit-wrong-ty.rs [new file with mode: 0644]
tests/ui/consts/issue-69310-array-size-lit-wrong-ty.stderr [new file with mode: 0644]
tests/ui/consts/issue-69312.rs [new file with mode: 0644]
tests/ui/consts/issue-69488.rs [new file with mode: 0644]
tests/ui/consts/issue-69532.rs [new file with mode: 0644]
tests/ui/consts/issue-6991.rs [new file with mode: 0644]
tests/ui/consts/issue-70773-mir-typeck-lt-norm.rs [new file with mode: 0644]
tests/ui/consts/issue-70942-trait-vs-impl-mismatch.rs [new file with mode: 0644]
tests/ui/consts/issue-70942-trait-vs-impl-mismatch.stderr [new file with mode: 0644]
tests/ui/consts/issue-73976-monomorphic.rs [new file with mode: 0644]
tests/ui/consts/issue-73976-polymorphic.rs [new file with mode: 0644]
tests/ui/consts/issue-73976-polymorphic.stderr [new file with mode: 0644]
tests/ui/consts/issue-76064.rs [new file with mode: 0644]
tests/ui/consts/issue-76064.stderr [new file with mode: 0644]
tests/ui/consts/issue-77062-large-zst-array.rs [new file with mode: 0644]
tests/ui/consts/issue-78655.rs [new file with mode: 0644]
tests/ui/consts/issue-78655.stderr [new file with mode: 0644]
tests/ui/consts/issue-79137-monomorphic.rs [new file with mode: 0644]
tests/ui/consts/issue-79137-toogeneric.rs [new file with mode: 0644]
tests/ui/consts/issue-79137-toogeneric.stderr [new file with mode: 0644]
tests/ui/consts/issue-79152-const-array-index.rs [new file with mode: 0644]
tests/ui/consts/issue-79690.64bit.stderr [new file with mode: 0644]
tests/ui/consts/issue-79690.rs [new file with mode: 0644]
tests/ui/consts/issue-83182.rs [new file with mode: 0644]
tests/ui/consts/issue-83182.stderr [new file with mode: 0644]
tests/ui/consts/issue-87046.rs [new file with mode: 0644]
tests/ui/consts/issue-87046.stderr [new file with mode: 0644]
tests/ui/consts/issue-88071.rs [new file with mode: 0644]
tests/ui/consts/issue-88649.rs [new file with mode: 0644]
tests/ui/consts/issue-89088.rs [new file with mode: 0644]
tests/ui/consts/issue-90762.rs [new file with mode: 0644]
tests/ui/consts/issue-90870.fixed [new file with mode: 0644]
tests/ui/consts/issue-90870.rs [new file with mode: 0644]
tests/ui/consts/issue-90870.stderr [new file with mode: 0644]
tests/ui/consts/issue-90878-2.rs [new file with mode: 0644]
tests/ui/consts/issue-90878-2.stderr [new file with mode: 0644]
tests/ui/consts/issue-90878-3.rs [new file with mode: 0644]
tests/ui/consts/issue-90878-3.stderr [new file with mode: 0644]
tests/ui/consts/issue-90878.rs [new file with mode: 0644]
tests/ui/consts/issue-90878.stderr [new file with mode: 0644]
tests/ui/consts/issue-91434.rs [new file with mode: 0644]
tests/ui/consts/issue-91434.stderr [new file with mode: 0644]
tests/ui/consts/issue-91560.fixed [new file with mode: 0644]
tests/ui/consts/issue-91560.rs [new file with mode: 0644]
tests/ui/consts/issue-91560.stderr [new file with mode: 0644]
tests/ui/consts/issue-94371.rs [new file with mode: 0644]
tests/ui/consts/issue-94675.rs [new file with mode: 0644]
tests/ui/consts/issue-94675.stderr [new file with mode: 0644]
tests/ui/consts/issue-96169.rs [new file with mode: 0644]
tests/ui/consts/issue-broken-mir.rs [new file with mode: 0644]
tests/ui/consts/issue-miri-1910.rs [new file with mode: 0644]
tests/ui/consts/issue-miri-1910.stderr [new file with mode: 0644]
tests/ui/consts/large_const_alloc.rs [new file with mode: 0644]
tests/ui/consts/large_const_alloc.stderr [new file with mode: 0644]
tests/ui/consts/locals-in-const-fn.rs [new file with mode: 0644]
tests/ui/consts/match-const-fn-structs.rs [new file with mode: 0644]
tests/ui/consts/match_ice.rs [new file with mode: 0644]
tests/ui/consts/match_ice.stderr [new file with mode: 0644]
tests/ui/consts/min_const_fn/address_of.rs [new file with mode: 0644]
tests/ui/consts/min_const_fn/address_of.stderr [new file with mode: 0644]
tests/ui/consts/min_const_fn/address_of_const.rs [new file with mode: 0644]
tests/ui/consts/min_const_fn/allow_const_fn_ptr_run_pass.rs [new file with mode: 0644]
tests/ui/consts/min_const_fn/allow_raw_ptr_dereference_const_fn.rs [new file with mode: 0644]
tests/ui/consts/min_const_fn/bad_const_fn_body_ice.rs [new file with mode: 0644]
tests/ui/consts/min_const_fn/bad_const_fn_body_ice.stderr [new file with mode: 0644]
tests/ui/consts/min_const_fn/cast_fn.rs [new file with mode: 0644]
tests/ui/consts/min_const_fn/cmp_fn_pointers.rs [new file with mode: 0644]
tests/ui/consts/min_const_fn/cmp_fn_pointers.stderr [new file with mode: 0644]
tests/ui/consts/min_const_fn/min_const_fn.rs [new file with mode: 0644]
tests/ui/consts/min_const_fn/min_const_fn.stderr [new file with mode: 0644]
tests/ui/consts/min_const_fn/min_const_fn_dyn.rs [new file with mode: 0644]
tests/ui/consts/min_const_fn/min_const_fn_libstd.rs [new file with mode: 0644]
tests/ui/consts/min_const_fn/min_const_fn_libstd_stability.rs [new file with mode: 0644]
tests/ui/consts/min_const_fn/min_const_fn_libstd_stability.stderr [new file with mode: 0644]
tests/ui/consts/min_const_fn/min_const_fn_unsafe_bad.rs [new file with mode: 0644]
tests/ui/consts/min_const_fn/min_const_fn_unsafe_bad.stderr [new file with mode: 0644]
tests/ui/consts/min_const_fn/min_const_fn_unsafe_ok.rs [new file with mode: 0644]
tests/ui/consts/min_const_fn/min_const_unsafe_fn_libstd_stability.rs [new file with mode: 0644]
tests/ui/consts/min_const_fn/min_const_unsafe_fn_libstd_stability.stderr [new file with mode: 0644]
tests/ui/consts/min_const_fn/min_const_unsafe_fn_libstd_stability2.rs [new file with mode: 0644]
tests/ui/consts/min_const_fn/min_const_unsafe_fn_libstd_stability2.stderr [new file with mode: 0644]
tests/ui/consts/min_const_fn/mutable_borrow.rs [new file with mode: 0644]
tests/ui/consts/min_const_fn/mutable_borrow.stderr [new file with mode: 0644]
tests/ui/consts/min_const_fn/promotion.rs [new file with mode: 0644]
tests/ui/consts/min_const_fn/promotion.stderr [new file with mode: 0644]
tests/ui/consts/mir_check_nonconst.rs [new file with mode: 0644]
tests/ui/consts/mir_check_nonconst.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/abi-mismatch.rs [new file with mode: 0644]
tests/ui/consts/miri_unleashed/abi-mismatch.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/assoc_const.rs [new file with mode: 0644]
tests/ui/consts/miri_unleashed/assoc_const.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/assoc_const_2.rs [new file with mode: 0644]
tests/ui/consts/miri_unleashed/assoc_const_2.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/auxiliary/static_cross_crate.rs [new file with mode: 0644]
tests/ui/consts/miri_unleashed/box.rs [new file with mode: 0644]
tests/ui/consts/miri_unleashed/box.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/const_refers_to_static.32bit.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/const_refers_to_static.64bit.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/const_refers_to_static.rs [new file with mode: 0644]
tests/ui/consts/miri_unleashed/const_refers_to_static_cross_crate.32bit.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/const_refers_to_static_cross_crate.64bit.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/const_refers_to_static_cross_crate.rs [new file with mode: 0644]
tests/ui/consts/miri_unleashed/drop.rs [new file with mode: 0644]
tests/ui/consts/miri_unleashed/drop.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/feature-gate-unleash_the_miri_inside_of_you.rs [new file with mode: 0644]
tests/ui/consts/miri_unleashed/feature-gate-unleash_the_miri_inside_of_you.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/inline_asm.rs [new file with mode: 0644]
tests/ui/consts/miri_unleashed/inline_asm.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/mutable_references.rs [new file with mode: 0644]
tests/ui/consts/miri_unleashed/mutable_references.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/mutable_references_err.32bit.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/mutable_references_err.64bit.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/mutable_references_err.rs [new file with mode: 0644]
tests/ui/consts/miri_unleashed/mutating_global.rs [new file with mode: 0644]
tests/ui/consts/miri_unleashed/mutating_global.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/non_const_fn.rs [new file with mode: 0644]
tests/ui/consts/miri_unleashed/non_const_fn.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/ptr_arith.rs [new file with mode: 0644]
tests/ui/consts/miri_unleashed/ptr_arith.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/raw_mutable_const.rs [new file with mode: 0644]
tests/ui/consts/miri_unleashed/raw_mutable_const.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/slice_eq.rs [new file with mode: 0644]
tests/ui/consts/miri_unleashed/tls.rs [new file with mode: 0644]
tests/ui/consts/miri_unleashed/tls.stderr [new file with mode: 0644]
tests/ui/consts/missing_span_in_backtrace.rs [new file with mode: 0644]
tests/ui/consts/missing_span_in_backtrace.stderr [new file with mode: 0644]
tests/ui/consts/mozjs-error.rs [new file with mode: 0644]
tests/ui/consts/nested_erroneous_ctfe.rs [new file with mode: 0644]
tests/ui/consts/nested_erroneous_ctfe.stderr [new file with mode: 0644]
tests/ui/consts/non-const-value-in-const.rs [new file with mode: 0644]
tests/ui/consts/non-const-value-in-const.stderr [new file with mode: 0644]
tests/ui/consts/non-scalar-cast.rs [new file with mode: 0644]
tests/ui/consts/offset.rs [new file with mode: 0644]
tests/ui/consts/offset_from.rs [new file with mode: 0644]
tests/ui/consts/offset_from_ub.rs [new file with mode: 0644]
tests/ui/consts/offset_from_ub.stderr [new file with mode: 0644]
tests/ui/consts/offset_ub.rs [new file with mode: 0644]
tests/ui/consts/offset_ub.stderr [new file with mode: 0644]
tests/ui/consts/packed_pattern.rs [new file with mode: 0644]
tests/ui/consts/packed_pattern.stderr [new file with mode: 0644]
tests/ui/consts/packed_pattern2.rs [new file with mode: 0644]
tests/ui/consts/packed_pattern2.stderr [new file with mode: 0644]
tests/ui/consts/partial_qualif.rs [new file with mode: 0644]
tests/ui/consts/partial_qualif.stderr [new file with mode: 0644]
tests/ui/consts/precise-drop-with-coverage.rs [new file with mode: 0644]
tests/ui/consts/precise-drop-with-promoted.rs [new file with mode: 0644]
tests/ui/consts/promote-not.rs [new file with mode: 0644]
tests/ui/consts/promote-not.stderr [new file with mode: 0644]
tests/ui/consts/promote_borrowed_field.rs [new file with mode: 0644]
tests/ui/consts/promote_const_let.rs [new file with mode: 0644]
tests/ui/consts/promote_const_let.stderr [new file with mode: 0644]
tests/ui/consts/promote_evaluation_unused_result.rs [new file with mode: 0644]
tests/ui/consts/promote_fn_calls.rs [new file with mode: 0644]
tests/ui/consts/promote_fn_calls_std.rs [new file with mode: 0644]
tests/ui/consts/promoted-const-drop.rs [new file with mode: 0644]
tests/ui/consts/promoted-const-drop.stderr [new file with mode: 0644]
tests/ui/consts/promoted-storage.rs [new file with mode: 0644]
tests/ui/consts/promoted-validation-55454.rs [new file with mode: 0644]
tests/ui/consts/promoted_const_call.rs [new file with mode: 0644]
tests/ui/consts/promoted_const_call.stderr [new file with mode: 0644]
tests/ui/consts/promoted_const_call2.rs [new file with mode: 0644]
tests/ui/consts/promoted_const_call2.stderr [new file with mode: 0644]
tests/ui/consts/promoted_const_call3.rs [new file with mode: 0644]
tests/ui/consts/promoted_const_call3.stderr [new file with mode: 0644]
tests/ui/consts/promoted_const_call4.rs [new file with mode: 0644]
tests/ui/consts/promoted_const_call5.rs [new file with mode: 0644]
tests/ui/consts/promoted_const_call5.stderr [new file with mode: 0644]
tests/ui/consts/promoted_regression.rs [new file with mode: 0644]
tests/ui/consts/promotion-mutable-ref.rs [new file with mode: 0644]
tests/ui/consts/promotion.rs [new file with mode: 0644]
tests/ui/consts/ptr_comparisons.rs [new file with mode: 0644]
tests/ui/consts/ptr_comparisons.stderr [new file with mode: 0644]
tests/ui/consts/ptr_is_null.rs [new file with mode: 0644]
tests/ui/consts/qualif-indirect-mutation-fail.rs [new file with mode: 0644]
tests/ui/consts/qualif-indirect-mutation-fail.stderr [new file with mode: 0644]
tests/ui/consts/qualif-indirect-mutation-pass.rs [new file with mode: 0644]
tests/ui/consts/qualif-union.rs [new file with mode: 0644]
tests/ui/consts/qualif-union.stderr [new file with mode: 0644]
tests/ui/consts/qualif_overwrite.rs [new file with mode: 0644]
tests/ui/consts/qualif_overwrite.stderr [new file with mode: 0644]
tests/ui/consts/qualif_overwrite_2.rs [new file with mode: 0644]
tests/ui/consts/qualif_overwrite_2.stderr [new file with mode: 0644]
tests/ui/consts/raw-ptr-const.rs [new file with mode: 0644]
tests/ui/consts/raw-ptr-const.stderr [new file with mode: 0644]
tests/ui/consts/raw_pointer_promoted.rs [new file with mode: 0644]
tests/ui/consts/recursive-zst-static.default.stderr [new file with mode: 0644]
tests/ui/consts/recursive-zst-static.rs [new file with mode: 0644]
tests/ui/consts/recursive-zst-static.unleash.stderr [new file with mode: 0644]
tests/ui/consts/recursive.rs [new file with mode: 0644]
tests/ui/consts/recursive.stderr [new file with mode: 0644]
tests/ui/consts/references.rs [new file with mode: 0644]
tests/ui/consts/refs_check_const_eq-issue-88384.rs [new file with mode: 0644]
tests/ui/consts/refs_check_const_eq-issue-88384.stderr [new file with mode: 0644]
tests/ui/consts/refs_check_const_value_eq-issue-88876.rs [new file with mode: 0644]
tests/ui/consts/repeat_match.rs [new file with mode: 0644]
tests/ui/consts/return-in-const-fn.rs [new file with mode: 0644]
tests/ui/consts/rustc-const-stability-require-const.rs [new file with mode: 0644]
tests/ui/consts/rustc-const-stability-require-const.stderr [new file with mode: 0644]
tests/ui/consts/rustc-impl-const-stability.rs [new file with mode: 0644]
tests/ui/consts/rvalue-static-promotion.rs [new file with mode: 0644]
tests/ui/consts/self_normalization.rs [new file with mode: 0644]
tests/ui/consts/self_normalization2.rs [new file with mode: 0644]
tests/ui/consts/signed_enum_discr.rs [new file with mode: 0644]
tests/ui/consts/stable-precise-live-drops-in-libcore.rs [new file with mode: 0644]
tests/ui/consts/stable-precise-live-drops-in-libcore.stderr [new file with mode: 0644]
tests/ui/consts/static-cycle-error.rs [new file with mode: 0644]
tests/ui/consts/static-raw-pointer-interning.rs [new file with mode: 0644]
tests/ui/consts/static-raw-pointer-interning2.rs [new file with mode: 0644]
tests/ui/consts/static_mut_containing_mut_ref.rs [new file with mode: 0644]
tests/ui/consts/static_mut_containing_mut_ref2.mut_refs.stderr [new file with mode: 0644]
tests/ui/consts/static_mut_containing_mut_ref2.rs [new file with mode: 0644]
tests/ui/consts/static_mut_containing_mut_ref2.stock.stderr [new file with mode: 0644]
tests/ui/consts/static_mut_containing_mut_ref3.rs [new file with mode: 0644]
tests/ui/consts/static_mut_containing_mut_ref3.stderr [new file with mode: 0644]
tests/ui/consts/std/alloc.32bit.stderr [new file with mode: 0644]
tests/ui/consts/std/alloc.64bit.stderr [new file with mode: 0644]
tests/ui/consts/std/alloc.rs [new file with mode: 0644]
tests/ui/consts/std/cell.rs [new file with mode: 0644]
tests/ui/consts/std/cell.stderr [new file with mode: 0644]
tests/ui/consts/std/iter.rs [new file with mode: 0644]
tests/ui/consts/std/slice.rs [new file with mode: 0644]
tests/ui/consts/too_generic_eval_ice.rs [new file with mode: 0644]
tests/ui/consts/too_generic_eval_ice.stderr [new file with mode: 0644]
tests/ui/consts/trait_specialization.rs [new file with mode: 0644]
tests/ui/consts/trait_specialization.stderr [new file with mode: 0644]
tests/ui/consts/transmute-const.rs [new file with mode: 0644]
tests/ui/consts/transmute-size-mismatch-before-typeck.rs [new file with mode: 0644]
tests/ui/consts/transmute-size-mismatch-before-typeck.stderr [new file with mode: 0644]
tests/ui/consts/try-operator.rs [new file with mode: 0644]
tests/ui/consts/tuple-struct-constructors.rs [new file with mode: 0644]
tests/ui/consts/underscore_const_names.rs [new file with mode: 0644]
tests/ui/consts/uninhabited-const-issue-61744.rs [new file with mode: 0644]
tests/ui/consts/uninhabited-const-issue-61744.stderr [new file with mode: 0644]
tests/ui/consts/union_constant.rs [new file with mode: 0644]
tests/ui/consts/unnormalized-param-env.rs [new file with mode: 0644]
tests/ui/consts/unstable-const-fn-in-libcore.rs [new file with mode: 0644]
tests/ui/consts/unstable-const-fn-in-libcore.stderr [new file with mode: 0644]
tests/ui/consts/unstable-precise-live-drops-in-libcore.rs [new file with mode: 0644]
tests/ui/consts/unwind-abort.rs [new file with mode: 0644]
tests/ui/consts/validate_never_arrays.rs [new file with mode: 0644]
tests/ui/consts/validate_never_arrays.stderr [new file with mode: 0644]
tests/ui/consts/write-to-static-mut-in-static.rs [new file with mode: 0644]
tests/ui/consts/write-to-static-mut-in-static.stderr [new file with mode: 0644]
tests/ui/consts/write_to_mut_ref_dest.rs [new file with mode: 0644]
tests/ui/consts/write_to_mut_ref_dest.stock.stderr [new file with mode: 0644]
tests/ui/consts/write_to_static_via_mut_ref.rs [new file with mode: 0644]
tests/ui/consts/write_to_static_via_mut_ref.stderr [new file with mode: 0644]
tests/ui/consts/zst_no_llvm_alloc.rs [new file with mode: 0644]
tests/ui/copy-a-resource.rs [new file with mode: 0644]
tests/ui/copy-a-resource.stderr [new file with mode: 0644]
tests/ui/crate-leading-sep.rs [new file with mode: 0644]
tests/ui/crate-loading/auxiliary/crateresolve1-1.rs [new file with mode: 0644]
tests/ui/crate-loading/auxiliary/crateresolve1-2.rs [new file with mode: 0644]
tests/ui/crate-loading/auxiliary/crateresolve1-3.rs [new file with mode: 0644]
tests/ui/crate-loading/auxiliary/crateresolve2-1.rs [new file with mode: 0644]
tests/ui/crate-loading/auxiliary/crateresolve2-2.rs [new file with mode: 0644]
tests/ui/crate-loading/auxiliary/crateresolve2-3.rs [new file with mode: 0644]
tests/ui/crate-loading/auxiliary/libfoo.rlib [new file with mode: 0644]
tests/ui/crate-loading/auxiliary/proc-macro.rs [new file with mode: 0644]
tests/ui/crate-loading/crateresolve1.rs [new file with mode: 0644]
tests/ui/crate-loading/crateresolve1.stderr [new file with mode: 0644]
tests/ui/crate-loading/crateresolve2.rs [new file with mode: 0644]
tests/ui/crate-loading/crateresolve2.stderr [new file with mode: 0644]
tests/ui/crate-loading/cross-compiled-proc-macro.rs [new file with mode: 0644]
tests/ui/crate-loading/invalid-rlib.rs [new file with mode: 0644]
tests/ui/crate-loading/invalid-rlib.stderr [new file with mode: 0644]
tests/ui/crate-loading/missing-std.rs [new file with mode: 0644]
tests/ui/crate-loading/missing-std.stderr [new file with mode: 0644]
tests/ui/crate-method-reexport-grrrrrrr.rs [new file with mode: 0644]
tests/ui/crate-name-attr-used.rs [new file with mode: 0644]
tests/ui/crate-name-mismatch.rs [new file with mode: 0644]
tests/ui/crate-name-mismatch.stderr [new file with mode: 0644]
tests/ui/cross-crate/auxiliary/cci_borrow_lib.rs [new file with mode: 0644]
tests/ui/cross-crate/auxiliary/cci_capture_clause.rs [new file with mode: 0644]
tests/ui/cross-crate/auxiliary/cci_const.rs [new file with mode: 0644]
tests/ui/cross-crate/auxiliary/cci_impl_lib.rs [new file with mode: 0644]
tests/ui/cross-crate/auxiliary/cci_iter_lib.rs [new file with mode: 0644]
tests/ui/cross-crate/auxiliary/cci_nested_lib.rs [new file with mode: 0644]
tests/ui/cross-crate/auxiliary/cci_no_inline_lib.rs [new file with mode: 0644]
tests/ui/cross-crate/auxiliary/moves_based_on_type_lib.rs [new file with mode: 0644]
tests/ui/cross-crate/auxiliary/pub_static_array.rs [new file with mode: 0644]
tests/ui/cross-crate/auxiliary/reexported_static_methods.rs [new file with mode: 0644]
tests/ui/cross-crate/auxiliary/static_init_aux.rs [new file with mode: 0644]
tests/ui/cross-crate/auxiliary/xcrate-trait-lifetime-param.rs [new file with mode: 0644]
tests/ui/cross-crate/auxiliary/xcrate_address_insignificant.rs [new file with mode: 0644]
tests/ui/cross-crate/auxiliary/xcrate_associated_type_defaults.rs [new file with mode: 0644]
tests/ui/cross-crate/auxiliary/xcrate_generic_fn_nested_return.rs [new file with mode: 0644]
tests/ui/cross-crate/auxiliary/xcrate_static_addresses.rs [new file with mode: 0644]
tests/ui/cross-crate/cci_borrow.rs [new file with mode: 0644]
tests/ui/cross-crate/cci_capture_clause.rs [new file with mode: 0644]
tests/ui/cross-crate/cci_impl_exe.rs [new file with mode: 0644]
tests/ui/cross-crate/cci_iter_exe.rs [new file with mode: 0644]
tests/ui/cross-crate/cci_nested_exe.rs [new file with mode: 0644]
tests/ui/cross-crate/cci_no_inline_exe.rs [new file with mode: 0644]
tests/ui/cross-crate/const-cross-crate-const.rs [new file with mode: 0644]
tests/ui/cross-crate/const-cross-crate-extern.rs [new file with mode: 0644]
tests/ui/cross-crate/cross-crate-const-pat.rs [new file with mode: 0644]
tests/ui/cross-crate/issue-64872/auxiliary/a_def_obj.rs [new file with mode: 0644]
tests/ui/cross-crate/issue-64872/auxiliary/b_reexport_obj.rs [new file with mode: 0644]
tests/ui/cross-crate/issue-64872/auxiliary/c_another_vtable_for_obj.rs [new file with mode: 0644]
tests/ui/cross-crate/issue-64872/auxiliary/d_chain_of_rlibs_and_dylibs.rs [new file with mode: 0644]
tests/ui/cross-crate/issue-64872/issue-64872.rs [new file with mode: 0644]
tests/ui/cross-crate/moves-based-on-type-cross-crate.rs [new file with mode: 0644]
tests/ui/cross-crate/reexported-static-methods-cross-crate.rs [new file with mode: 0644]
tests/ui/cross-crate/static-array-across-crate.rs [new file with mode: 0644]
tests/ui/cross-crate/static-init.rs [new file with mode: 0644]
tests/ui/cross-crate/xcrate-address-insignificant.rs [new file with mode: 0644]
tests/ui/cross-crate/xcrate-associated-type-defaults.rs [new file with mode: 0644]
tests/ui/cross-crate/xcrate-static-addresses.rs [new file with mode: 0644]
tests/ui/cross-crate/xcrate-trait-lifetime-param.rs [new file with mode: 0644]
tests/ui/cross-crate/xcrate_generic_fn_nested_return.rs [new file with mode: 0644]
tests/ui/cross/cross-borrow-trait.rs [new file with mode: 0644]
tests/ui/cross/cross-borrow-trait.stderr [new file with mode: 0644]
tests/ui/cross/cross-crate-macro-backtrace/auxiliary/extern_macro_crate.rs [new file with mode: 0644]
tests/ui/cross/cross-crate-macro-backtrace/main.rs [new file with mode: 0644]
tests/ui/cross/cross-crate-macro-backtrace/main.stderr [new file with mode: 0644]
tests/ui/cross/cross-file-errors/main.rs [new file with mode: 0644]
tests/ui/cross/cross-file-errors/main.stderr [new file with mode: 0644]
tests/ui/cross/cross-file-errors/underscore.rs [new file with mode: 0644]
tests/ui/cross/cross-fn-cache-hole.rs [new file with mode: 0644]
tests/ui/cross/cross-fn-cache-hole.stderr [new file with mode: 0644]
tests/ui/custom-attribute-multisegment.rs [new file with mode: 0644]
tests/ui/custom-attribute-multisegment.stderr [new file with mode: 0644]
tests/ui/custom-test-frameworks-simple.rs [new file with mode: 0644]
tests/ui/custom_attribute.rs [new file with mode: 0644]
tests/ui/custom_attribute.stderr [new file with mode: 0644]
tests/ui/custom_test_frameworks/auxiliary/dynamic_runner.rs [new file with mode: 0644]
tests/ui/custom_test_frameworks/auxiliary/example_runner.rs [new file with mode: 0644]
tests/ui/custom_test_frameworks/dynamic.rs [new file with mode: 0644]
tests/ui/custom_test_frameworks/full.rs [new file with mode: 0644]
tests/ui/custom_test_frameworks/mismatch.rs [new file with mode: 0644]
tests/ui/custom_test_frameworks/mismatch.stderr [new file with mode: 0644]
tests/ui/cycle-trait/cycle-trait-default-type-trait.rs [new file with mode: 0644]
tests/ui/cycle-trait/cycle-trait-default-type-trait.stderr [new file with mode: 0644]
tests/ui/cycle-trait/cycle-trait-supertrait-direct.rs [new file with mode: 0644]
tests/ui/cycle-trait/cycle-trait-supertrait-direct.stderr [new file with mode: 0644]
tests/ui/cycle-trait/cycle-trait-supertrait-indirect.rs [new file with mode: 0644]
tests/ui/cycle-trait/cycle-trait-supertrait-indirect.stderr [new file with mode: 0644]
tests/ui/debuginfo/debuginfo-box-with-large-allocator.rs [new file with mode: 0644]
tests/ui/debuginfo/debuginfo-emit-llvm-ir-and-split-debuginfo.rs [new file with mode: 0644]
tests/ui/debuginfo/debuginfo-type-name-layout-ice-94961-1.rs [new file with mode: 0644]
tests/ui/debuginfo/debuginfo-type-name-layout-ice-94961-1.stderr [new file with mode: 0644]
tests/ui/debuginfo/debuginfo-type-name-layout-ice-94961-2.rs [new file with mode: 0644]
tests/ui/debuginfo/debuginfo-type-name-layout-ice-94961-2.stderr [new file with mode: 0644]
tests/ui/debuginfo/debuginfo_with_uninhabitable_field_and_unsized.rs [new file with mode: 0644]
tests/ui/debuginfo/issue-105386-debuginfo-ub.rs [new file with mode: 0644]
tests/ui/debuginfo/late-bound-projection.rs [new file with mode: 0644]
tests/ui/deduplicate-diagnostics.deduplicate.stderr [new file with mode: 0644]
tests/ui/deduplicate-diagnostics.duplicate.stderr [new file with mode: 0644]
tests/ui/deduplicate-diagnostics.rs [new file with mode: 0644]
tests/ui/deep.rs [new file with mode: 0644]
tests/ui/default-method-parsing.rs [new file with mode: 0644]
tests/ui/default-method-simple.rs [new file with mode: 0644]
tests/ui/defaults-well-formedness.rs [new file with mode: 0644]
tests/ui/definition-reachable/auxiliary/field-method-macro.rs [new file with mode: 0644]
tests/ui/definition-reachable/auxiliary/nested-fn-macro.rs [new file with mode: 0644]
tests/ui/definition-reachable/auxiliary/private-use-macro.rs [new file with mode: 0644]
tests/ui/definition-reachable/field-method.rs [new file with mode: 0644]
tests/ui/definition-reachable/nested-fn.rs [new file with mode: 0644]
tests/ui/definition-reachable/private-non-types.rs [new file with mode: 0644]
tests/ui/definition-reachable/private-types.rs [new file with mode: 0644]
tests/ui/definition-reachable/private-use.rs [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-assoc-type-codegen.rs [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-assoc-type-codegen.stderr [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-caller-callee.rs [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-caller-callee.stderr [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-check-attr.rs [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-check-attr.stderr [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-dump.rs [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-dump.stderr [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-struct-signature.rs [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-struct-signature.stderr [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method.rs [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method.stderr [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-trait-impl-two-traits.rs [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-trait-impl-two-traits.stderr [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-trait-impl.rs [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-trait-impl.stderr [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-type-alias.rs [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-type-alias.stderr [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-variance-alias.rs [new file with mode: 0644]
tests/ui/dep-graph/dep-graph-variance-alias.stderr [new file with mode: 0644]
tests/ui/deprecation-in-force-unstable.rs [new file with mode: 0644]
tests/ui/deprecation/atomic_initializers.fixed [new file with mode: 0644]
tests/ui/deprecation/atomic_initializers.rs [new file with mode: 0644]
tests/ui/deprecation/atomic_initializers.stderr [new file with mode: 0644]
tests/ui/deprecation/auxiliary/deprecation-lint.rs [new file with mode: 0644]
tests/ui/deprecation/deprecated-macro_escape-inner.rs [new file with mode: 0644]
tests/ui/deprecation/deprecated-macro_escape-inner.stderr [new file with mode: 0644]
tests/ui/deprecation/deprecated-macro_escape.rs [new file with mode: 0644]
tests/ui/deprecation/deprecated-macro_escape.stderr [new file with mode: 0644]
tests/ui/deprecation/deprecated_no_stack_check.rs [new file with mode: 0644]
tests/ui/deprecation/deprecated_no_stack_check.stderr [new file with mode: 0644]
tests/ui/deprecation/deprecation-in-future.rs [new file with mode: 0644]
tests/ui/deprecation/deprecation-in-future.stderr [new file with mode: 0644]
tests/ui/deprecation/deprecation-lint-2.rs [new file with mode: 0644]
tests/ui/deprecation/deprecation-lint-2.stderr [new file with mode: 0644]
tests/ui/deprecation/deprecation-lint-3.rs [new file with mode: 0644]
tests/ui/deprecation/deprecation-lint-3.stderr [new file with mode: 0644]
tests/ui/deprecation/deprecation-lint-nested.rs [new file with mode: 0644]
tests/ui/deprecation/deprecation-lint-nested.stderr [new file with mode: 0644]
tests/ui/deprecation/deprecation-lint.rs [new file with mode: 0644]
tests/ui/deprecation/deprecation-lint.stderr [new file with mode: 0644]
tests/ui/deprecation/deprecation-sanity.rs [new file with mode: 0644]
tests/ui/deprecation/deprecation-sanity.stderr [new file with mode: 0644]
tests/ui/deprecation/derive_on_deprecated.rs [new file with mode: 0644]
tests/ui/deprecation/derive_on_deprecated_forbidden.rs [new file with mode: 0644]
tests/ui/deprecation/feature-gate-deprecated_suggestion.rs [new file with mode: 0644]
tests/ui/deprecation/feature-gate-deprecated_suggestion.stderr [new file with mode: 0644]
tests/ui/deprecation/invalid-literal.rs [new file with mode: 0644]
tests/ui/deprecation/invalid-literal.stderr [new file with mode: 0644]
tests/ui/deprecation/issue-66340-deprecated-attr-non-meta-grammar.rs [new file with mode: 0644]
tests/ui/deprecation/issue-66340-deprecated-attr-non-meta-grammar.stderr [new file with mode: 0644]
tests/ui/deprecation/issue-84637-deprecated-associated-function.fixed [new file with mode: 0644]
tests/ui/deprecation/issue-84637-deprecated-associated-function.rs [new file with mode: 0644]
tests/ui/deprecation/issue-84637-deprecated-associated-function.stderr [new file with mode: 0644]
tests/ui/deprecation/staged-deprecation-in-future.rs [new file with mode: 0644]
tests/ui/deprecation/staged-deprecation-in-future.stderr [new file with mode: 0644]
tests/ui/deprecation/suggestion.fixed [new file with mode: 0644]
tests/ui/deprecation/suggestion.rs [new file with mode: 0644]
tests/ui/deprecation/suggestion.stderr [new file with mode: 0644]
tests/ui/deprecation/try-macro-suggestion.rs [new file with mode: 0644]
tests/ui/deprecation/try-macro-suggestion.stderr [new file with mode: 0644]
tests/ui/deref-non-pointer.rs [new file with mode: 0644]
tests/ui/deref-non-pointer.stderr [new file with mode: 0644]
tests/ui/deref-patterns/basic.rs [new file with mode: 0644]
tests/ui/deref-patterns/basic.run.stdout [new file with mode: 0644]
tests/ui/deref-patterns/default-infer.rs [new file with mode: 0644]
tests/ui/deref-patterns/gate.rs [new file with mode: 0644]
tests/ui/deref-patterns/gate.stderr [new file with mode: 0644]
tests/ui/deref-patterns/refs.rs [new file with mode: 0644]
tests/ui/deref-rc.rs [new file with mode: 0644]
tests/ui/deref.rs [new file with mode: 0644]
tests/ui/derive-uninhabited-enum-38885.rs [new file with mode: 0644]
tests/ui/derive-uninhabited-enum-38885.stderr [new file with mode: 0644]
tests/ui/derived-errors/issue-30580.rs [new file with mode: 0644]
tests/ui/derived-errors/issue-30580.stderr [new file with mode: 0644]
tests/ui/derived-errors/issue-31997-1.rs [new file with mode: 0644]
tests/ui/derived-errors/issue-31997-1.stderr [new file with mode: 0644]
tests/ui/derived-errors/issue-31997.rs [new file with mode: 0644]
tests/ui/derived-errors/issue-31997.stderr [new file with mode: 0644]
tests/ui/derives/auxiliary/derive-marker-tricky.rs [new file with mode: 0644]
tests/ui/derives/clone-debug-dead-code-in-the-same-struct.rs [new file with mode: 0644]
tests/ui/derives/clone-debug-dead-code-in-the-same-struct.stderr [new file with mode: 0644]
tests/ui/derives/clone-debug-dead-code.rs [new file with mode: 0644]
tests/ui/derives/clone-debug-dead-code.stderr [new file with mode: 0644]
tests/ui/derives/derive-Debug-use-ufcs-struct.rs [new file with mode: 0644]
tests/ui/derives/derive-Debug-use-ufcs-tuple.rs [new file with mode: 0644]
tests/ui/derives/derive-assoc-type-not-impl.rs [new file with mode: 0644]
tests/ui/derives/derive-assoc-type-not-impl.stderr [new file with mode: 0644]
tests/ui/derives/derive-deadlock.rs [new file with mode: 0644]
tests/ui/derives/derive-deadlock.stderr [new file with mode: 0644]
tests/ui/derives/derive-hygiene.rs [new file with mode: 0644]
tests/ui/derives/derive-macro-const-default.rs [new file with mode: 0644]
tests/ui/derives/derive-marker-tricky.rs [new file with mode: 0644]
tests/ui/derives/derive-multiple-with-packed.rs [new file with mode: 0644]
tests/ui/derives/derive-on-trait-item-or-impl-item.rs [new file with mode: 0644]
tests/ui/derives/derive-on-trait-item-or-impl-item.stderr [new file with mode: 0644]
tests/ui/derives/derive-partial-ord.rs [new file with mode: 0644]
tests/ui/derives/derive-renamed.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Clone-enum-struct-variant.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Clone-enum-struct-variant.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Clone-enum.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Clone-enum.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Clone-struct.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Clone-struct.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Clone-tuple-struct.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Clone-tuple-struct.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Debug-enum-struct-variant.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Debug-enum-struct-variant.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Debug-enum.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Debug-enum.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Debug-struct.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Debug-struct.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Debug-tuple-struct.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Debug-tuple-struct.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Default-struct.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Default-struct.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Default-tuple-struct.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Default-tuple-struct.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Eq-enum-struct-variant.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Eq-enum-struct-variant.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Eq-enum.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Eq-enum.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Eq-struct.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Eq-struct.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Eq-tuple-struct.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Eq-tuple-struct.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Hash-enum-struct-variant.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Hash-enum-struct-variant.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Hash-enum.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Hash-enum.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Hash-struct.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Hash-struct.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Hash-tuple-struct.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Hash-tuple-struct.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Ord-enum-struct-variant.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Ord-enum-struct-variant.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Ord-enum.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Ord-enum.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Ord-struct.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Ord-struct.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-Ord-tuple-struct.rs [new file with mode: 0644]
tests/ui/derives/derives-span-Ord-tuple-struct.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-PartialEq-enum-struct-variant.rs [new file with mode: 0644]
tests/ui/derives/derives-span-PartialEq-enum-struct-variant.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-PartialEq-enum.rs [new file with mode: 0644]
tests/ui/derives/derives-span-PartialEq-enum.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-PartialEq-struct.rs [new file with mode: 0644]
tests/ui/derives/derives-span-PartialEq-struct.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-PartialEq-tuple-struct.rs [new file with mode: 0644]
tests/ui/derives/derives-span-PartialEq-tuple-struct.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-PartialOrd-enum-struct-variant.rs [new file with mode: 0644]
tests/ui/derives/derives-span-PartialOrd-enum-struct-variant.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-PartialOrd-enum.rs [new file with mode: 0644]
tests/ui/derives/derives-span-PartialOrd-enum.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-PartialOrd-struct.rs [new file with mode: 0644]
tests/ui/derives/derives-span-PartialOrd-struct.stderr [new file with mode: 0644]
tests/ui/derives/derives-span-PartialOrd-tuple-struct.rs [new file with mode: 0644]
tests/ui/derives/derives-span-PartialOrd-tuple-struct.stderr [new file with mode: 0644]
tests/ui/derives/deriving-bounds.rs [new file with mode: 0644]
tests/ui/derives/deriving-bounds.stderr [new file with mode: 0644]
tests/ui/derives/deriving-copyclone.rs [new file with mode: 0644]
tests/ui/derives/deriving-copyclone.stderr [new file with mode: 0644]
tests/ui/derives/deriving-meta-empty-trait-list.rs [new file with mode: 0644]
tests/ui/derives/deriving-meta-unknown-trait.rs [new file with mode: 0644]
tests/ui/derives/deriving-meta-unknown-trait.stderr [new file with mode: 0644]
tests/ui/derives/deriving-no-inner-impl-error-message.rs [new file with mode: 0644]
tests/ui/derives/deriving-no-inner-impl-error-message.stderr [new file with mode: 0644]
tests/ui/derives/deriving-non-type.rs [new file with mode: 0644]
tests/ui/derives/deriving-non-type.stderr [new file with mode: 0644]
tests/ui/derives/deriving-primitive.rs [new file with mode: 0644]
tests/ui/derives/deriving-primitive.stderr [new file with mode: 0644]
tests/ui/derives/deriving-with-repr-packed-2.rs [new file with mode: 0644]
tests/ui/derives/deriving-with-repr-packed-2.stderr [new file with mode: 0644]
tests/ui/derives/deriving-with-repr-packed.rs [new file with mode: 0644]
tests/ui/derives/deriving-with-repr-packed.stderr [new file with mode: 0644]
tests/ui/derives/issue-36617.rs [new file with mode: 0644]
tests/ui/derives/issue-36617.stderr [new file with mode: 0644]
tests/ui/derives/issue-43023.rs [new file with mode: 0644]
tests/ui/derives/issue-43023.stderr [new file with mode: 0644]
tests/ui/derives/issue-91492.rs [new file with mode: 0644]
tests/ui/derives/issue-91492.stderr [new file with mode: 0644]
tests/ui/derives/issue-91550.rs [new file with mode: 0644]
tests/ui/derives/issue-91550.stderr [new file with mode: 0644]
tests/ui/derives/issue-97343.rs [new file with mode: 0644]
tests/ui/derives/issue-97343.stderr [new file with mode: 0644]
tests/ui/deriving/auxiliary/derive-no-std.rs [new file with mode: 0644]
tests/ui/deriving/derive-no-std.rs [new file with mode: 0644]
tests/ui/deriving/derive-partialord-correctness.rs [new file with mode: 0644]
tests/ui/deriving/deriving-all-codegen.rs [new file with mode: 0644]
tests/ui/deriving/deriving-all-codegen.stderr [new file with mode: 0644]
tests/ui/deriving/deriving-all-codegen.stdout [new file with mode: 0644]
tests/ui/deriving/deriving-associated-types.rs [new file with mode: 0644]
tests/ui/deriving/deriving-bounds.rs [new file with mode: 0644]
tests/ui/deriving/deriving-clone-array.rs [new file with mode: 0644]
tests/ui/deriving/deriving-clone-enum.rs [new file with mode: 0644]
tests/ui/deriving/deriving-clone-generic-enum.rs [new file with mode: 0644]
tests/ui/deriving/deriving-clone-generic-struct.rs [new file with mode: 0644]
tests/ui/deriving/deriving-clone-generic-tuple-struct.rs [new file with mode: 0644]
tests/ui/deriving/deriving-clone-struct.rs [new file with mode: 0644]
tests/ui/deriving/deriving-clone-tuple-struct.rs [new file with mode: 0644]
tests/ui/deriving/deriving-cmp-generic-enum.rs [new file with mode: 0644]
tests/ui/deriving/deriving-cmp-generic-struct-enum.rs [new file with mode: 0644]
tests/ui/deriving/deriving-cmp-generic-struct.rs [new file with mode: 0644]
tests/ui/deriving/deriving-cmp-generic-tuple-struct.rs [new file with mode: 0644]
tests/ui/deriving/deriving-cmp-shortcircuit.rs [new file with mode: 0644]
tests/ui/deriving/deriving-copyclone.rs [new file with mode: 0644]
tests/ui/deriving/deriving-default-box.rs [new file with mode: 0644]
tests/ui/deriving/deriving-default-enum.rs [new file with mode: 0644]
tests/ui/deriving/deriving-enum-single-variant.rs [new file with mode: 0644]
tests/ui/deriving/deriving-eq-ord-boxed-slice.rs [new file with mode: 0644]
tests/ui/deriving/deriving-hash.rs [new file with mode: 0644]
tests/ui/deriving/deriving-in-fn.rs [new file with mode: 0644]
tests/ui/deriving/deriving-in-macro.rs [new file with mode: 0644]
tests/ui/deriving/deriving-meta-multiple.rs [new file with mode: 0644]
tests/ui/deriving/deriving-meta.rs [new file with mode: 0644]
tests/ui/deriving/deriving-self-lifetime-totalord-totaleq.rs [new file with mode: 0644]
tests/ui/deriving/deriving-show-2.rs [new file with mode: 0644]
tests/ui/deriving/deriving-show.rs [new file with mode: 0644]
tests/ui/deriving/deriving-via-extension-c-enum.rs [new file with mode: 0644]
tests/ui/deriving/deriving-via-extension-enum.rs [new file with mode: 0644]
tests/ui/deriving/deriving-via-extension-hash-enum.rs [new file with mode: 0644]
tests/ui/deriving/deriving-via-extension-hash-struct.rs [new file with mode: 0644]
tests/ui/deriving/deriving-via-extension-struct-empty.rs [new file with mode: 0644]
tests/ui/deriving/deriving-via-extension-struct-like-enum-variant.rs [new file with mode: 0644]
tests/ui/deriving/deriving-via-extension-struct-tuple.rs [new file with mode: 0644]
tests/ui/deriving/deriving-via-extension-struct.rs [new file with mode: 0644]
tests/ui/deriving/deriving-via-extension-type-params.rs [new file with mode: 0644]
tests/ui/deriving/deriving-with-helper.rs [new file with mode: 0644]
tests/ui/deriving/deriving-with-repr-packed.rs [new file with mode: 0644]
tests/ui/deriving/issue-103157.rs [new file with mode: 0644]
tests/ui/deriving/issue-103157.stderr [new file with mode: 0644]
tests/ui/deriving/issue-105101.rs [new file with mode: 0644]
tests/ui/deriving/issue-105101.stderr [new file with mode: 0644]
tests/ui/deriving/issue-19358.rs [new file with mode: 0644]
tests/ui/deriving/issue-3935.rs [new file with mode: 0644]
tests/ui/deriving/issue-58319.rs [new file with mode: 0644]
tests/ui/deriving/issue-6341.rs [new file with mode: 0644]
tests/ui/deriving/issue-89188-gat-hrtb.rs [new file with mode: 0644]
tests/ui/dest-prop/skeptic-miscompile.rs [new file with mode: 0644]
tests/ui/destructure-trait-ref.rs [new file with mode: 0644]
tests/ui/destructure-trait-ref.stderr [new file with mode: 0644]
tests/ui/destructuring-assignment/bad-expr-lhs.rs [new file with mode: 0644]
tests/ui/destructuring-assignment/bad-expr-lhs.stderr [new file with mode: 0644]
tests/ui/destructuring-assignment/default-match-bindings-forbidden.rs [new file with mode: 0644]
tests/ui/destructuring-assignment/default-match-bindings-forbidden.stderr [new file with mode: 0644]
tests/ui/destructuring-assignment/drop-order.rs [new file with mode: 0644]
tests/ui/destructuring-assignment/nested_destructure.rs [new file with mode: 0644]
tests/ui/destructuring-assignment/note-unsupported.rs [new file with mode: 0644]
tests/ui/destructuring-assignment/note-unsupported.stderr [new file with mode: 0644]
tests/ui/destructuring-assignment/slice_destructure.rs [new file with mode: 0644]
tests/ui/destructuring-assignment/slice_destructure_fail.rs [new file with mode: 0644]
tests/ui/destructuring-assignment/slice_destructure_fail.stderr [new file with mode: 0644]
tests/ui/destructuring-assignment/struct-or-enum-variant-path.rs [new file with mode: 0644]
tests/ui/destructuring-assignment/struct_destructure.rs [new file with mode: 0644]
tests/ui/destructuring-assignment/struct_destructure_fail.rs [new file with mode: 0644]
tests/ui/destructuring-assignment/struct_destructure_fail.stderr [new file with mode: 0644]
tests/ui/destructuring-assignment/tuple_destructure.rs [new file with mode: 0644]
tests/ui/destructuring-assignment/tuple_destructure_fail.rs [new file with mode: 0644]
tests/ui/destructuring-assignment/tuple_destructure_fail.stderr [new file with mode: 0644]
tests/ui/destructuring-assignment/tuple_struct_destructure.rs [new file with mode: 0644]
tests/ui/destructuring-assignment/tuple_struct_destructure_fail.rs [new file with mode: 0644]
tests/ui/destructuring-assignment/tuple_struct_destructure_fail.stderr [new file with mode: 0644]
tests/ui/destructuring-assignment/warn-unused-duplication.rs [new file with mode: 0644]
tests/ui/destructuring-assignment/warn-unused-duplication.stderr [new file with mode: 0644]
tests/ui/diagnostic-flags/terminal_urls.rs [new file with mode: 0644]
tests/ui/diagnostic-flags/terminal_urls.stderr [new file with mode: 0644]
tests/ui/diagnostic-width/E0271.rs [new file with mode: 0644]
tests/ui/diagnostic-width/E0271.stderr [new file with mode: 0644]
tests/ui/diagnostic-width/flag-human.rs [new file with mode: 0644]
tests/ui/diagnostic-width/flag-human.stderr [new file with mode: 0644]
tests/ui/diagnostic-width/flag-json.rs [new file with mode: 0644]
tests/ui/diagnostic-width/flag-json.stderr [new file with mode: 0644]
tests/ui/diagnostic-width/long-E0308.rs [new file with mode: 0644]
tests/ui/diagnostic-width/long-E0308.stderr [new file with mode: 0644]
tests/ui/diagnostic-width/non-1-width-unicode-multiline-label.rs [new file with mode: 0644]
tests/ui/diagnostic-width/non-1-width-unicode-multiline-label.stderr [new file with mode: 0644]
tests/ui/diagnostic-width/non-whitespace-trimming-2.rs [new file with mode: 0644]
tests/ui/diagnostic-width/non-whitespace-trimming-2.stderr [new file with mode: 0644]
tests/ui/diagnostic-width/non-whitespace-trimming-unicode.rs [new file with mode: 0644]
tests/ui/diagnostic-width/non-whitespace-trimming-unicode.stderr [new file with mode: 0644]
tests/ui/diagnostic-width/non-whitespace-trimming.rs [new file with mode: 0644]
tests/ui/diagnostic-width/non-whitespace-trimming.stderr [new file with mode: 0644]
tests/ui/diagnostic-width/tabs-trimming.rs [new file with mode: 0644]
tests/ui/diagnostic-width/tabs-trimming.stderr [new file with mode: 0644]
tests/ui/diagnostic-width/whitespace-trimming-2.rs [new file with mode: 0644]
tests/ui/diagnostic-width/whitespace-trimming-2.stderr [new file with mode: 0644]
tests/ui/diagnostic-width/whitespace-trimming.rs [new file with mode: 0644]
tests/ui/diagnostic-width/whitespace-trimming.stderr [new file with mode: 0644]
tests/ui/did_you_mean/E0178.rs [new file with mode: 0644]
tests/ui/did_you_mean/E0178.stderr [new file with mode: 0644]
tests/ui/did_you_mean/bad-assoc-expr.rs [new file with mode: 0644]
tests/ui/did_you_mean/bad-assoc-expr.stderr [new file with mode: 0644]
tests/ui/did_you_mean/bad-assoc-pat.rs [new file with mode: 0644]
tests/ui/did_you_mean/bad-assoc-pat.stderr [new file with mode: 0644]
tests/ui/did_you_mean/bad-assoc-ty.rs [new file with mode: 0644]
tests/ui/did_you_mean/bad-assoc-ty.stderr [new file with mode: 0644]
tests/ui/did_you_mean/brackets-to-braces-single-element.rs [new file with mode: 0644]
tests/ui/did_you_mean/brackets-to-braces-single-element.stderr [new file with mode: 0644]
tests/ui/did_you_mean/compatible-variants-in-pat.rs [new file with mode: 0644]
tests/ui/did_you_mean/compatible-variants-in-pat.stderr [new file with mode: 0644]
tests/ui/did_you_mean/compatible-variants.rs [new file with mode: 0644]
tests/ui/did_you_mean/compatible-variants.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-103909.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-103909.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-21659-show-relevant-trait-impls-1.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-21659-show-relevant-trait-impls-1.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-21659-show-relevant-trait-impls-2.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-21659-show-relevant-trait-impls-2.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-31424.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-31424.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-34126.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-34126.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-34337.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-34337.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-35937.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-35937.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-36798.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-36798.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-36798_unknown_field.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-36798_unknown_field.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-37139.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-37139.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-38054-do-not-show-unresolved-names.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-38054-do-not-show-unresolved-names.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-38147-1.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-38147-1.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-38147-2.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-38147-2.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-38147-3.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-38147-3.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-38147-4.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-38147-4.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-39544.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-39544.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-39802-show-5-trait-impls.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-39802-show-5-trait-impls.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-40006.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-40006.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-40396.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-40396.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-40823.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-40823.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-41679-tilde-bitwise-negation-attempt.fixed [new file with mode: 0644]
tests/ui/did_you_mean/issue-41679-tilde-bitwise-negation-attempt.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-41679-tilde-bitwise-negation-attempt.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-42599_available_fields_note.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-42599_available_fields_note.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-42764.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-42764.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-43871-enum-instead-of-variant.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-43871-enum-instead-of-variant.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-46718-struct-pattern-dotdotdot.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-46718-struct-pattern-dotdotdot.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-46836-identifier-not-instead-of-negation.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-46836-identifier-not-instead-of-negation.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-48492-tuple-destructure-missing-parens.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-48492-tuple-destructure-missing-parens.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-49746-unicode-confusable-in-float-literal-expt.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-49746-unicode-confusable-in-float-literal-expt.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-53280-expected-float-found-integer-literal.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-53280-expected-float-found-integer-literal.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-54109-and_instead_of_ampersands.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-54109-and_instead_of_ampersands.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-54109-without-witness.fixed [new file with mode: 0644]
tests/ui/did_you_mean/issue-54109-without-witness.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-54109-without-witness.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-56028-there-is-an-enum-variant.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-56028-there-is-an-enum-variant.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-87830-try-brackets-for-arrays.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-87830-try-brackets-for-arrays.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-93210-ignore-doc-hidden.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-93210-ignore-doc-hidden.stderr [new file with mode: 0644]
tests/ui/did_you_mean/println-typo.rs [new file with mode: 0644]
tests/ui/did_you_mean/println-typo.stderr [new file with mode: 0644]
tests/ui/did_you_mean/pub-macro-rules.rs [new file with mode: 0644]
tests/ui/did_you_mean/pub-macro-rules.stderr [new file with mode: 0644]
tests/ui/did_you_mean/recursion_limit.rs [new file with mode: 0644]
tests/ui/did_you_mean/recursion_limit.stderr [new file with mode: 0644]
tests/ui/did_you_mean/recursion_limit_deref.rs [new file with mode: 0644]
tests/ui/did_you_mean/recursion_limit_deref.stderr [new file with mode: 0644]
tests/ui/did_you_mean/recursion_limit_macro.rs [new file with mode: 0644]
tests/ui/did_you_mean/recursion_limit_macro.stderr [new file with mode: 0644]
tests/ui/did_you_mean/replace-impl-infer-ty-from-trait.fixed [new file with mode: 0644]
tests/ui/did_you_mean/replace-impl-infer-ty-from-trait.rs [new file with mode: 0644]
tests/ui/did_you_mean/replace-impl-infer-ty-from-trait.stderr [new file with mode: 0644]
tests/ui/did_you_mean/trait-object-reference-without-parens-suggestion.rs [new file with mode: 0644]
tests/ui/did_you_mean/trait-object-reference-without-parens-suggestion.stderr [new file with mode: 0644]
tests/ui/did_you_mean/use_instead_of_import.fixed [new file with mode: 0644]
tests/ui/did_you_mean/use_instead_of_import.rs [new file with mode: 0644]
tests/ui/did_you_mean/use_instead_of_import.stderr [new file with mode: 0644]
tests/ui/directory_ownership/foo/compiletest-ignore-dir [new file with mode: 0644]
tests/ui/directory_ownership/foo/mod_file_not_owning/aux2.rs [new file with mode: 0644]
tests/ui/directory_ownership/foo/mod_file_not_owning_aux2.rs [new file with mode: 0644]
tests/ui/directory_ownership/macro-expanded-mod.rs [new file with mode: 0644]
tests/ui/directory_ownership/macro-expanded-mod.stderr [new file with mode: 0644]
tests/ui/directory_ownership/macro_expanded_mod_helper/foo/bar.rs [new file with mode: 0644]
tests/ui/directory_ownership/macro_expanded_mod_helper/foo/mod.rs [new file with mode: 0644]
tests/ui/directory_ownership/mod_file_not_owning_aux1.rs [new file with mode: 0644]
tests/ui/directory_ownership/mod_file_not_owning_aux1/compiletest-ignore-dir [new file with mode: 0644]
tests/ui/directory_ownership/mod_file_not_owning_aux1/mod_file_not_owning_aux2.rs [new file with mode: 0644]
tests/ui/directory_ownership/mod_file_not_owning_aux2.rs [new file with mode: 0644]
tests/ui/directory_ownership/mod_file_not_owning_aux3.rs [new file with mode: 0644]
tests/ui/directory_ownership/non-inline-mod-restriction.rs [new file with mode: 0644]
tests/ui/directory_ownership/non-inline-mod-restriction.stderr [new file with mode: 0644]
tests/ui/disallowed-deconstructing/disallowed-deconstructing-destructing-struct-let.fixed [new file with mode: 0644]
tests/ui/disallowed-deconstructing/disallowed-deconstructing-destructing-struct-let.rs [new file with mode: 0644]
tests/ui/disallowed-deconstructing/disallowed-deconstructing-destructing-struct-let.stderr [new file with mode: 0644]
tests/ui/disallowed-deconstructing/disallowed-deconstructing-destructing-struct-match.fixed [new file with mode: 0644]
tests/ui/disallowed-deconstructing/disallowed-deconstructing-destructing-struct-match.rs [new file with mode: 0644]
tests/ui/disallowed-deconstructing/disallowed-deconstructing-destructing-struct-match.stderr [new file with mode: 0644]
tests/ui/disambiguate-identical-names.rs [new file with mode: 0644]
tests/ui/disambiguate-identical-names.stderr [new file with mode: 0644]
tests/ui/discrim/discrim-ill-typed.rs [new file with mode: 0644]
tests/ui/discrim/discrim-ill-typed.stderr [new file with mode: 0644]
tests/ui/discrim/discrim-overflow-2.rs [new file with mode: 0644]
tests/ui/discrim/discrim-overflow-2.stderr [new file with mode: 0644]
tests/ui/discrim/discrim-overflow.rs [new file with mode: 0644]
tests/ui/discrim/discrim-overflow.stderr [new file with mode: 0644]
tests/ui/diverging-fallback-method-chain.rs [new file with mode: 0644]
tests/ui/diverging-fallback-option.rs [new file with mode: 0644]
tests/ui/diverging-fn-tail-35849.rs [new file with mode: 0644]
tests/ui/diverging-fn-tail-35849.stderr [new file with mode: 0644]
tests/ui/does-nothing.rs [new file with mode: 0644]
tests/ui/does-nothing.stderr [new file with mode: 0644]
tests/ui/dollar-crate/dollar-crate-is-keyword-2.rs [new file with mode: 0644]
tests/ui/dollar-crate/dollar-crate-is-keyword-2.stderr [new file with mode: 0644]
tests/ui/dollar-crate/dollar-crate-is-keyword.rs [new file with mode: 0644]
tests/ui/dollar-crate/dollar-crate-is-keyword.stderr [new file with mode: 0644]
tests/ui/dont-suggest-private-trait-method.rs [new file with mode: 0644]
tests/ui/dont-suggest-private-trait-method.stderr [new file with mode: 0644]
tests/ui/double-ref.rs [new file with mode: 0644]
tests/ui/double-type-import.rs [new file with mode: 0644]
tests/ui/double-type-import.stderr [new file with mode: 0644]
tests/ui/drop-bounds/drop-bounds-impl-drop.rs [new file with mode: 0644]
tests/ui/drop-bounds/drop-bounds.rs [new file with mode: 0644]
tests/ui/drop-bounds/drop-bounds.stderr [new file with mode: 0644]
tests/ui/drop/auxiliary/dropck_eyepatch_extern_crate.rs [new file with mode: 0644]
tests/ui/drop/auxiliary/inline_dtor.rs [new file with mode: 0644]
tests/ui/drop/auxiliary/issue-10028.rs [new file with mode: 0644]
tests/ui/drop/drop-foreign-fundamental.rs [new file with mode: 0644]
tests/ui/drop/drop-foreign-fundamental.stderr [new file with mode: 0644]
tests/ui/drop/drop-if-let-binding.rs [new file with mode: 0644]
tests/ui/drop/drop-on-empty-block-exit.rs [new file with mode: 0644]
tests/ui/drop/drop-on-ret.rs [new file with mode: 0644]
tests/ui/drop/drop-struct-as-object.rs [new file with mode: 0644]
tests/ui/drop/drop-trait-enum.rs [new file with mode: 0644]
tests/ui/drop/drop-trait-generic.rs [new file with mode: 0644]
tests/ui/drop/drop-trait.rs [new file with mode: 0644]
tests/ui/drop/drop-uninhabited-enum.rs [new file with mode: 0644]
tests/ui/drop/drop-with-type-ascription-1.rs [new file with mode: 0644]
tests/ui/drop/drop-with-type-ascription-2.rs [new file with mode: 0644]
tests/ui/drop/drop_order.rs [new file with mode: 0644]
tests/ui/drop/dropck-eyepatch-extern-crate.rs [new file with mode: 0644]
tests/ui/drop/dropck-eyepatch-reorder.rs [new file with mode: 0644]
tests/ui/drop/dropck-eyepatch.rs [new file with mode: 0644]
tests/ui/drop/dropck_legal_cycles.rs [new file with mode: 0644]
tests/ui/drop/dynamic-drop-async.rs [new file with mode: 0644]
tests/ui/drop/dynamic-drop.rs [new file with mode: 0644]
tests/ui/drop/issue-100276.rs [new file with mode: 0644]
tests/ui/drop/issue-10028.rs [new file with mode: 0644]
tests/ui/drop/issue-103107.rs [new file with mode: 0644]
tests/ui/drop/issue-17718-const-destructors.rs [new file with mode: 0644]
tests/ui/drop/issue-21486.rs [new file with mode: 0644]
tests/ui/drop/issue-23338-ensure-param-drop-order.rs [new file with mode: 0644]
tests/ui/drop/issue-2734.rs [new file with mode: 0644]
tests/ui/drop/issue-2735-2.rs [new file with mode: 0644]
tests/ui/drop/issue-2735-3.rs [new file with mode: 0644]
tests/ui/drop/issue-2735.rs [new file with mode: 0644]
tests/ui/drop/issue-30018-nopanic.rs [new file with mode: 0644]
tests/ui/drop/issue-35546.rs [new file with mode: 0644]
tests/ui/drop/issue-48962.rs [new file with mode: 0644]
tests/ui/drop/issue-90752-raw-ptr-shenanigans.rs [new file with mode: 0644]
tests/ui/drop/issue-90752.rs [new file with mode: 0644]
tests/ui/drop/no-drop-flag-size.rs [new file with mode: 0644]
tests/ui/drop/nondrop-cycle.rs [new file with mode: 0644]
tests/ui/drop/repeat-drop-2.rs [new file with mode: 0644]
tests/ui/drop/repeat-drop-2.stderr [new file with mode: 0644]
tests/ui/drop/repeat-drop.rs [new file with mode: 0644]
tests/ui/drop/terminate-in-initializer.rs [new file with mode: 0644]
tests/ui/drop/use_inline_dtor.rs [new file with mode: 0644]
tests/ui/dropck/auxiliary/dropck_eyepatch_extern_crate.rs [new file with mode: 0644]
tests/ui/dropck/cleanup-arm-conditional.rs [new file with mode: 0644]
tests/ui/dropck/drop-on-non-struct.rs [new file with mode: 0644]
tests/ui/dropck/drop-on-non-struct.stderr [new file with mode: 0644]
tests/ui/dropck/drop-with-active-borrows-1.rs [new file with mode: 0644]
tests/ui/dropck/drop-with-active-borrows-1.stderr [new file with mode: 0644]
tests/ui/dropck/drop-with-active-borrows-2.rs [new file with mode: 0644]
tests/ui/dropck/drop-with-active-borrows-2.stderr [new file with mode: 0644]
tests/ui/dropck/dropck-eyepatch-extern-crate.rs [new file with mode: 0644]
tests/ui/dropck/dropck-eyepatch-extern-crate.stderr [new file with mode: 0644]
tests/ui/dropck/dropck-eyepatch-implies-unsafe-impl.rs [new file with mode: 0644]
tests/ui/dropck/dropck-eyepatch-implies-unsafe-impl.stderr [new file with mode: 0644]
tests/ui/dropck/dropck-eyepatch-reorder.rs [new file with mode: 0644]
tests/ui/dropck/dropck-eyepatch-reorder.stderr [new file with mode: 0644]
tests/ui/dropck/dropck-eyepatch.rs [new file with mode: 0644]
tests/ui/dropck/dropck-eyepatch.stderr [new file with mode: 0644]
tests/ui/dropck/dropck-union.rs [new file with mode: 0644]
tests/ui/dropck/dropck-union.stderr [new file with mode: 0644]
tests/ui/dropck/dropck_fn_type.rs [new file with mode: 0644]
tests/ui/dropck/dropck_no_diverge_on_nonregular_1.rs [new file with mode: 0644]
tests/ui/dropck/dropck_no_diverge_on_nonregular_1.stderr [new file with mode: 0644]
tests/ui/dropck/dropck_no_diverge_on_nonregular_2.rs [new file with mode: 0644]
tests/ui/dropck/dropck_no_diverge_on_nonregular_2.stderr [new file with mode: 0644]
tests/ui/dropck/dropck_no_diverge_on_nonregular_3.rs [new file with mode: 0644]
tests/ui/dropck/dropck_no_diverge_on_nonregular_3.stderr [new file with mode: 0644]
tests/ui/dropck/dropck_trait_cycle_checked.rs [new file with mode: 0644]
tests/ui/dropck/dropck_trait_cycle_checked.stderr [new file with mode: 0644]
tests/ui/dropck/dropck_traits.rs [new file with mode: 0644]
tests/ui/dropck/issue-24805-dropck-itemless.rs [new file with mode: 0644]
tests/ui/dropck/issue-28498-ugeh-with-lifetime-param.rs [new file with mode: 0644]
tests/ui/dropck/issue-28498-ugeh-with-passed-to-fn.rs [new file with mode: 0644]
tests/ui/dropck/issue-28498-ugeh-with-trait-bound.rs [new file with mode: 0644]
tests/ui/dropck/issue-29844.rs [new file with mode: 0644]
tests/ui/dropck/issue-34053.rs [new file with mode: 0644]
tests/ui/dropck/issue-38868.rs [new file with mode: 0644]
tests/ui/dropck/issue-38868.stderr [new file with mode: 0644]
tests/ui/dropck/issue-54943-1.rs [new file with mode: 0644]
tests/ui/dropck/issue-54943-2.rs [new file with mode: 0644]
tests/ui/dropck/reject-specialized-drops-8142.rs [new file with mode: 0644]
tests/ui/dropck/reject-specialized-drops-8142.stderr [new file with mode: 0644]
tests/ui/dropck/relate_lt_in_type_outlives_bound.rs [new file with mode: 0644]
tests/ui/dropck/relate_lt_in_type_outlives_bound.stderr [new file with mode: 0644]
tests/ui/dst/dst-bad-assign-2.rs [new file with mode: 0644]
tests/ui/dst/dst-bad-assign-2.stderr [new file with mode: 0644]
tests/ui/dst/dst-bad-assign-3.rs [new file with mode: 0644]
tests/ui/dst/dst-bad-assign-3.stderr [new file with mode: 0644]
tests/ui/dst/dst-bad-assign.rs [new file with mode: 0644]
tests/ui/dst/dst-bad-assign.stderr [new file with mode: 0644]
tests/ui/dst/dst-bad-coerce1.rs [new file with mode: 0644]
tests/ui/dst/dst-bad-coerce1.stderr [new file with mode: 0644]
tests/ui/dst/dst-bad-coerce2.rs [new file with mode: 0644]
tests/ui/dst/dst-bad-coerce2.stderr [new file with mode: 0644]
tests/ui/dst/dst-bad-coerce3.rs [new file with mode: 0644]
tests/ui/dst/dst-bad-coerce3.stderr [new file with mode: 0644]
tests/ui/dst/dst-bad-coerce4.rs [new file with mode: 0644]
tests/ui/dst/dst-bad-coerce4.stderr [new file with mode: 0644]
tests/ui/dst/dst-bad-coercions.rs [new file with mode: 0644]
tests/ui/dst/dst-bad-coercions.stderr [new file with mode: 0644]
tests/ui/dst/dst-bad-deep-2.rs [new file with mode: 0644]
tests/ui/dst/dst-bad-deep-2.stderr [new file with mode: 0644]
tests/ui/dst/dst-bad-deep.rs [new file with mode: 0644]
tests/ui/dst/dst-bad-deep.stderr [new file with mode: 0644]
tests/ui/dst/dst-index.rs [new file with mode: 0644]
tests/ui/dst/dst-index.stderr [new file with mode: 0644]
tests/ui/dst/dst-object-from-unsized-type.rs [new file with mode: 0644]
tests/ui/dst/dst-object-from-unsized-type.stderr [new file with mode: 0644]
tests/ui/dst/dst-rvalue.rs [new file with mode: 0644]
tests/ui/dst/dst-rvalue.stderr [new file with mode: 0644]
tests/ui/dst/dst-sized-trait-param.rs [new file with mode: 0644]
tests/ui/dst/dst-sized-trait-param.stderr [new file with mode: 0644]
tests/ui/dupe-first-attr.rc [new file with mode: 0644]
tests/ui/duplicate/dupe-symbols-1.rs [new file with mode: 0644]
tests/ui/duplicate/dupe-symbols-1.stderr [new file with mode: 0644]
tests/ui/duplicate/dupe-symbols-2.rs [new file with mode: 0644]
tests/ui/duplicate/dupe-symbols-2.stderr [new file with mode: 0644]
tests/ui/duplicate/dupe-symbols-3.rs [new file with mode: 0644]
tests/ui/duplicate/dupe-symbols-3.stderr [new file with mode: 0644]
tests/ui/duplicate/dupe-symbols-4.rs [new file with mode: 0644]
tests/ui/duplicate/dupe-symbols-4.stderr [new file with mode: 0644]
tests/ui/duplicate/dupe-symbols-5.rs [new file with mode: 0644]
tests/ui/duplicate/dupe-symbols-5.stderr [new file with mode: 0644]
tests/ui/duplicate/dupe-symbols-6.rs [new file with mode: 0644]
tests/ui/duplicate/dupe-symbols-6.stderr [new file with mode: 0644]
tests/ui/duplicate/dupe-symbols-7.rs [new file with mode: 0644]
tests/ui/duplicate/dupe-symbols-7.stderr [new file with mode: 0644]
tests/ui/duplicate/dupe-symbols-8.rs [new file with mode: 0644]
tests/ui/duplicate/dupe-symbols-8.stderr [new file with mode: 0644]
tests/ui/duplicate/duplicate-check-macro-exports.rs [new file with mode: 0644]
tests/ui/duplicate/duplicate-check-macro-exports.stderr [new file with mode: 0644]
tests/ui/duplicate/duplicate-parameter.rs [new file with mode: 0644]
tests/ui/duplicate/duplicate-parameter.stderr [new file with mode: 0644]
tests/ui/duplicate/duplicate-type-parameter.rs [new file with mode: 0644]
tests/ui/duplicate/duplicate-type-parameter.stderr [new file with mode: 0644]
tests/ui/duplicate_entry_error.rs [new file with mode: 0644]
tests/ui/duplicate_entry_error.stderr [new file with mode: 0644]
tests/ui/dyn-drop/dyn-drop.rs [new file with mode: 0644]
tests/ui/dyn-drop/dyn-drop.stderr [new file with mode: 0644]
tests/ui/dyn-keyword/dyn-2015-edition-keyword-ident-lint.fixed [new file with mode: 0644]
tests/ui/dyn-keyword/dyn-2015-edition-keyword-ident-lint.rs [new file with mode: 0644]
tests/ui/dyn-keyword/dyn-2015-edition-keyword-ident-lint.stderr [new file with mode: 0644]
tests/ui/dyn-keyword/dyn-2015-idents-in-decl-macros-unlinted.rs [new file with mode: 0644]
tests/ui/dyn-keyword/dyn-2015-idents-in-macros-unlinted.rs [new file with mode: 0644]
tests/ui/dyn-keyword/dyn-2015-no-warnings-without-lints.rs [new file with mode: 0644]
tests/ui/dyn-keyword/dyn-2018-edition-lint.rs [new file with mode: 0644]
tests/ui/dyn-keyword/dyn-2018-edition-lint.stderr [new file with mode: 0644]
tests/ui/dyn-keyword/dyn-2021-edition-error.rs [new file with mode: 0644]
tests/ui/dyn-keyword/dyn-2021-edition-error.stderr [new file with mode: 0644]
tests/ui/dyn-keyword/dyn-angle-brackets.fixed [new file with mode: 0644]
tests/ui/dyn-keyword/dyn-angle-brackets.rs [new file with mode: 0644]
tests/ui/dyn-keyword/dyn-angle-brackets.stderr [new file with mode: 0644]
tests/ui/dyn-keyword/issue-56327-dyn-trait-in-macro-is-okay.rs [new file with mode: 0644]
tests/ui/dyn-star/align.normal.stderr [new file with mode: 0644]
tests/ui/dyn-star/align.over_aligned.stderr [new file with mode: 0644]
tests/ui/dyn-star/align.rs [new file with mode: 0644]
tests/ui/dyn-star/auxiliary/dyn-star-foreign.rs [new file with mode: 0644]
tests/ui/dyn-star/box.rs [new file with mode: 0644]
tests/ui/dyn-star/check-size-at-cast-polymorphic-bad.rs [new file with mode: 0644]
tests/ui/dyn-star/check-size-at-cast-polymorphic-bad.stderr [new file with mode: 0644]
tests/ui/dyn-star/check-size-at-cast-polymorphic.rs [new file with mode: 0644]
tests/ui/dyn-star/check-size-at-cast.rs [new file with mode: 0644]
tests/ui/dyn-star/check-size-at-cast.stderr [new file with mode: 0644]
tests/ui/dyn-star/const.rs [new file with mode: 0644]
tests/ui/dyn-star/dispatch-on-pin-mut.rs [new file with mode: 0644]
tests/ui/dyn-star/dispatch-on-pin-mut.run.stdout [new file with mode: 0644]
tests/ui/dyn-star/dispatch-on-pin-mut.stderr [new file with mode: 0644]
tests/ui/dyn-star/dont-unsize-coerce-dyn-star.rs [new file with mode: 0644]
tests/ui/dyn-star/dont-unsize-coerce-dyn-star.run.stdout [new file with mode: 0644]
tests/ui/dyn-star/dont-unsize-coerce-dyn-star.stderr [new file with mode: 0644]
tests/ui/dyn-star/drop.rs [new file with mode: 0644]
tests/ui/dyn-star/drop.run.stdout [new file with mode: 0644]
tests/ui/dyn-star/dyn-async-trait.rs [new file with mode: 0644]
tests/ui/dyn-star/dyn-star-to-dyn.rs [new file with mode: 0644]
tests/ui/dyn-star/dyn-star-to-dyn.stderr [new file with mode: 0644]
tests/ui/dyn-star/dyn-to-rigid.rs [new file with mode: 0644]
tests/ui/dyn-star/dyn-to-rigid.stderr [new file with mode: 0644]
tests/ui/dyn-star/error.rs [new file with mode: 0644]
tests/ui/dyn-star/error.stderr [new file with mode: 0644]
tests/ui/dyn-star/feature-gate-dyn_star.rs [new file with mode: 0644]
tests/ui/dyn-star/feature-gate-dyn_star.stderr [new file with mode: 0644]
tests/ui/dyn-star/issue-102430.rs [new file with mode: 0644]
tests/ui/dyn-star/llvm-old-style-ptrs.rs [new file with mode: 0644]
tests/ui/dyn-star/make-dyn-star.rs [new file with mode: 0644]
tests/ui/dyn-star/method.rs [new file with mode: 0644]
tests/ui/dyn-star/no-explicit-dyn-star-cast.rs [new file with mode: 0644]
tests/ui/dyn-star/no-explicit-dyn-star-cast.stderr [new file with mode: 0644]
tests/ui/dyn-star/no-explicit-dyn-star.rs [new file with mode: 0644]
tests/ui/dyn-star/no-explicit-dyn-star.stderr [new file with mode: 0644]
tests/ui/dyn-star/no-implicit-dyn-star.rs [new file with mode: 0644]
tests/ui/dyn-star/no-implicit-dyn-star.stderr [new file with mode: 0644]
tests/ui/dyn-star/no-unsize-coerce-dyn-trait.rs [new file with mode: 0644]
tests/ui/dyn-star/no-unsize-coerce-dyn-trait.stderr [new file with mode: 0644]
tests/ui/dyn-star/return.rs [new file with mode: 0644]
tests/ui/dyn-star/return.stderr [new file with mode: 0644]
tests/ui/dyn-star/syntax.rs [new file with mode: 0644]
tests/ui/dyn-star/unsize-into-ref-dyn-star.rs [new file with mode: 0644]
tests/ui/dyn-star/unsize-into-ref-dyn-star.stderr [new file with mode: 0644]
tests/ui/dyn-star/upcast.rs [new file with mode: 0644]
tests/ui/dyn-star/upcast.stderr [new file with mode: 0644]
tests/ui/dynamically-sized-types/dst-coerce-custom.rs [new file with mode: 0644]
tests/ui/dynamically-sized-types/dst-coerce-rc.rs [new file with mode: 0644]
tests/ui/dynamically-sized-types/dst-coercions.rs [new file with mode: 0644]
tests/ui/dynamically-sized-types/dst-deref-mut.rs [new file with mode: 0644]
tests/ui/dynamically-sized-types/dst-deref.rs [new file with mode: 0644]
tests/ui/dynamically-sized-types/dst-field-align.rs [new file with mode: 0644]
tests/ui/dynamically-sized-types/dst-index.rs [new file with mode: 0644]
tests/ui/dynamically-sized-types/dst-irrefutable-bind.rs [new file with mode: 0644]
tests/ui/dynamically-sized-types/dst-raw.rs [new file with mode: 0644]
tests/ui/dynamically-sized-types/dst-struct-sole.rs [new file with mode: 0644]
tests/ui/dynamically-sized-types/dst-struct.rs [new file with mode: 0644]
tests/ui/dynamically-sized-types/dst-trait-tuple.rs [new file with mode: 0644]
tests/ui/dynamically-sized-types/dst-trait.rs [new file with mode: 0644]
tests/ui/dynamically-sized-types/dst-tuple-no-reorder.rs [new file with mode: 0644]
tests/ui/dynamically-sized-types/dst-tuple-sole.rs [new file with mode: 0644]
tests/ui/dynamically-sized-types/dst-tuple-zst-offsets.rs [new file with mode: 0644]
tests/ui/dynamically-sized-types/dst-tuple.rs [new file with mode: 0644]
tests/ui/early-ret-binop-add.rs [new file with mode: 0644]
tests/ui/editions/async-block-2015.rs [new file with mode: 0644]
tests/ui/editions/async-block-2015.stderr [new file with mode: 0644]
tests/ui/editions/auxiliary/absolute.rs [new file with mode: 0644]
tests/ui/editions/auxiliary/edition-extern-crate-allowed.rs [new file with mode: 0644]
tests/ui/editions/auxiliary/edition-imports-2015.rs [new file with mode: 0644]
tests/ui/editions/auxiliary/edition-imports-2018.rs [new file with mode: 0644]
tests/ui/editions/auxiliary/edition-kw-macro-2015.rs [new file with mode: 0644]
tests/ui/editions/auxiliary/edition-kw-macro-2018.rs [new file with mode: 0644]
tests/ui/editions/dyn-trait-sugg-2021.rs [new file with mode: 0644]
tests/ui/editions/dyn-trait-sugg-2021.stderr [new file with mode: 0644]
tests/ui/editions/edition-extern-crate-allowed.rs [new file with mode: 0644]
tests/ui/editions/edition-extern-crate-allowed.stderr [new file with mode: 0644]
tests/ui/editions/edition-feature-ok.rs [new file with mode: 0644]
tests/ui/editions/edition-feature-redundant.rs [new file with mode: 0644]
tests/ui/editions/edition-feature-redundant.stderr [new file with mode: 0644]
tests/ui/editions/edition-imports-2015.rs [new file with mode: 0644]
tests/ui/editions/edition-imports-2015.stderr [new file with mode: 0644]
tests/ui/editions/edition-imports-2018.rs [new file with mode: 0644]
tests/ui/editions/edition-imports-2018.stderr [new file with mode: 0644]
tests/ui/editions/edition-imports-virtual-2015-ambiguity.rs [new file with mode: 0644]
tests/ui/editions/edition-imports-virtual-2015-gated.rs [new file with mode: 0644]
tests/ui/editions/edition-imports-virtual-2015-gated.stderr [new file with mode: 0644]
tests/ui/editions/edition-keywords-2015-2015-expansion.rs [new file with mode: 0644]
tests/ui/editions/edition-keywords-2015-2015-parsing.rs [new file with mode: 0644]
tests/ui/editions/edition-keywords-2015-2015-parsing.stderr [new file with mode: 0644]
tests/ui/editions/edition-keywords-2015-2015.rs [new file with mode: 0644]
tests/ui/editions/edition-keywords-2015-2018-expansion.rs [new file with mode: 0644]
tests/ui/editions/edition-keywords-2015-2018-expansion.stderr [new file with mode: 0644]
tests/ui/editions/edition-keywords-2015-2018-parsing.rs [new file with mode: 0644]
tests/ui/editions/edition-keywords-2015-2018-parsing.stderr [new file with mode: 0644]
tests/ui/editions/edition-keywords-2015-2018.rs [new file with mode: 0644]
tests/ui/editions/edition-keywords-2018-2015-expansion.rs [new file with mode: 0644]
tests/ui/editions/edition-keywords-2018-2015-parsing.rs [new file with mode: 0644]
tests/ui/editions/edition-keywords-2018-2015-parsing.stderr [new file with mode: 0644]
tests/ui/editions/edition-keywords-2018-2015.rs [new file with mode: 0644]
tests/ui/editions/edition-keywords-2018-2018-expansion.rs [new file with mode: 0644]
tests/ui/editions/edition-keywords-2018-2018-expansion.stderr [new file with mode: 0644]
tests/ui/editions/edition-keywords-2018-2018-parsing.rs [new file with mode: 0644]
tests/ui/editions/edition-keywords-2018-2018-parsing.stderr [new file with mode: 0644]
tests/ui/editions/edition-keywords-2018-2018.rs [new file with mode: 0644]
tests/ui/editions/edition-raw-pointer-method-2015.rs [new file with mode: 0644]
tests/ui/editions/edition-raw-pointer-method-2015.stderr [new file with mode: 0644]
tests/ui/editions/edition-raw-pointer-method-2018.rs [new file with mode: 0644]
tests/ui/editions/edition-raw-pointer-method-2018.stderr [new file with mode: 0644]
tests/ui/editions/epoch-gate-feature.rs [new file with mode: 0644]
tests/ui/elide-errors-on-mismatched-tuple.rs [new file with mode: 0644]
tests/ui/elide-errors-on-mismatched-tuple.stderr [new file with mode: 0644]
tests/ui/elided-test.rs [new file with mode: 0644]
tests/ui/elided-test.stderr [new file with mode: 0644]
tests/ui/else-if.rs [new file with mode: 0644]
tests/ui/empty-allocation-non-null.rs [new file with mode: 0644]
tests/ui/empty-allocation-rvalue-non-null.rs [new file with mode: 0644]
tests/ui/empty-type-parameter-list.rs [new file with mode: 0644]
tests/ui/empty/auxiliary/empty-struct.rs [new file with mode: 0644]
tests/ui/empty/auxiliary/two_macros.rs [new file with mode: 0644]
tests/ui/empty/empty-attributes.rs [new file with mode: 0644]
tests/ui/empty/empty-attributes.stderr [new file with mode: 0644]
tests/ui/empty/empty-comment.rs [new file with mode: 0644]
tests/ui/empty/empty-comment.stderr [new file with mode: 0644]
tests/ui/empty/empty-linkname.rs [new file with mode: 0644]
tests/ui/empty/empty-linkname.stderr [new file with mode: 0644]
tests/ui/empty/empty-macro-use.rs [new file with mode: 0644]
tests/ui/empty/empty-macro-use.stderr [new file with mode: 0644]
tests/ui/empty/empty-never-array.rs [new file with mode: 0644]
tests/ui/empty/empty-never-array.stderr [new file with mode: 0644]
tests/ui/empty/empty-struct-braces-expr.rs [new file with mode: 0644]
tests/ui/empty/empty-struct-braces-expr.stderr [new file with mode: 0644]
tests/ui/empty/empty-struct-braces-pat-1.rs [new file with mode: 0644]
tests/ui/empty/empty-struct-braces-pat-1.stderr [new file with mode: 0644]
tests/ui/empty/empty-struct-braces-pat-2.rs [new file with mode: 0644]
tests/ui/empty/empty-struct-braces-pat-2.stderr [new file with mode: 0644]
tests/ui/empty/empty-struct-braces-pat-3.rs [new file with mode: 0644]
tests/ui/empty/empty-struct-braces-pat-3.stderr [new file with mode: 0644]
tests/ui/empty/empty-struct-tuple-pat.rs [new file with mode: 0644]
tests/ui/empty/empty-struct-tuple-pat.stderr [new file with mode: 0644]
tests/ui/empty/empty-struct-unit-expr.rs [new file with mode: 0644]
tests/ui/empty/empty-struct-unit-expr.stderr [new file with mode: 0644]
tests/ui/empty/empty-struct-unit-pat.rs [new file with mode: 0644]
tests/ui/empty/empty-struct-unit-pat.stderr [new file with mode: 0644]
tests/ui/empty/issue-37026.rs [new file with mode: 0644]
tests/ui/empty/issue-37026.stderr [new file with mode: 0644]
tests/ui/empty/no-link.rs [new file with mode: 0644]
tests/ui/empty_global_asm.rs [new file with mode: 0644]
tests/ui/entry-point/auxiliary/main_functions.rs [new file with mode: 0644]
tests/ui/entry-point/imported_main_conflict.rs [new file with mode: 0644]
tests/ui/entry-point/imported_main_conflict.stderr [new file with mode: 0644]
tests/ui/entry-point/imported_main_const_fn_item_type_forbidden.rs [new file with mode: 0644]
tests/ui/entry-point/imported_main_const_fn_item_type_forbidden.stderr [new file with mode: 0644]
tests/ui/entry-point/imported_main_const_forbidden.rs [new file with mode: 0644]
tests/ui/entry-point/imported_main_const_forbidden.stderr [new file with mode: 0644]
tests/ui/entry-point/imported_main_from_extern_crate.rs [new file with mode: 0644]
tests/ui/entry-point/imported_main_from_inner_mod.rs [new file with mode: 0644]
tests/ui/entry-point/imported_main_unused_not_trigger_feature_gate.rs [new file with mode: 0644]
tests/ui/enum-discriminant/actually_not_an_enum-discriminant.rs [new file with mode: 0644]
tests/ui/enum-discriminant/arbitrary_enum_discriminant-no-repr.rs [new file with mode: 0644]
tests/ui/enum-discriminant/arbitrary_enum_discriminant-no-repr.stderr [new file with mode: 0644]
tests/ui/enum-discriminant/arbitrary_enum_discriminant.rs [new file with mode: 0644]
tests/ui/enum-discriminant/discriminant_size.rs [new file with mode: 0644]
tests/ui/enum-discriminant/discriminant_size.stderr [new file with mode: 0644]
tests/ui/enum-discriminant/discriminant_value-wrapper.rs [new file with mode: 0644]
tests/ui/enum-discriminant/discriminant_value.rs [new file with mode: 0644]
tests/ui/enum-discriminant/forbidden-discriminant-kind-impl.rs [new file with mode: 0644]
tests/ui/enum-discriminant/forbidden-discriminant-kind-impl.stderr [new file with mode: 0644]
tests/ui/enum-discriminant/get_discr.rs [new file with mode: 0644]
tests/ui/enum-discriminant/issue-104519.rs [new file with mode: 0644]
tests/ui/enum-discriminant/issue-43398.rs [new file with mode: 0644]
tests/ui/enum-discriminant/issue-43398.stderr [new file with mode: 0644]
tests/ui/enum-discriminant/issue-46519.rs [new file with mode: 0644]
tests/ui/enum-discriminant/issue-51582.rs [new file with mode: 0644]
tests/ui/enum-discriminant/issue-70453-generics-in-discr-ice-2.rs [new file with mode: 0644]
tests/ui/enum-discriminant/issue-70453-generics-in-discr-ice-2.stderr [new file with mode: 0644]
tests/ui/enum-discriminant/issue-70453-generics-in-discr-ice.rs [new file with mode: 0644]
tests/ui/enum-discriminant/issue-70453-generics-in-discr-ice.stderr [new file with mode: 0644]
tests/ui/enum-discriminant/issue-70453-polymorphic-ctfe.rs [new file with mode: 0644]
tests/ui/enum-discriminant/issue-70453-polymorphic-ctfe.stderr [new file with mode: 0644]
tests/ui/enum-discriminant/issue-70509-partial_eq.rs [new file with mode: 0644]
tests/ui/enum-discriminant/issue-70509-partial_eq.stderr [new file with mode: 0644]
tests/ui/enum-discriminant/issue-72554.rs [new file with mode: 0644]
tests/ui/enum-discriminant/issue-72554.stderr [new file with mode: 0644]
tests/ui/enum-discriminant/issue-90038.rs [new file with mode: 0644]
tests/ui/enum-discriminant/niche-prefer-zero.rs [new file with mode: 0644]
tests/ui/enum-discriminant/niche.rs [new file with mode: 0644]
tests/ui/enum-discriminant/repr128.rs [new file with mode: 0644]
tests/ui/enum-discriminant/repr128.stderr [new file with mode: 0644]
tests/ui/enum/enum-and-module-in-same-scope.rs [new file with mode: 0644]
tests/ui/enum/enum-and-module-in-same-scope.stderr [new file with mode: 0644]
tests/ui/enum/enum-discrim-autosizing.rs [new file with mode: 0644]
tests/ui/enum/enum-discrim-autosizing.stderr [new file with mode: 0644]
tests/ui/enum/enum-discrim-too-small.rs [new file with mode: 0644]
tests/ui/enum/enum-discrim-too-small.stderr [new file with mode: 0644]
tests/ui/enum/enum-discrim-too-small2.rs [new file with mode: 0644]
tests/ui/enum/enum-discrim-too-small2.stderr [new file with mode: 0644]
tests/ui/enum/enum-in-scope.rs [new file with mode: 0644]
tests/ui/enum/enum-in-scope.stderr [new file with mode: 0644]
tests/ui/enum/enum-size-variance.rs [new file with mode: 0644]
tests/ui/enum/enum-size-variance.stderr [new file with mode: 0644]
tests/ui/enum/enum-to-float-cast-2.rs [new file with mode: 0644]
tests/ui/enum/enum-to-float-cast-2.stderr [new file with mode: 0644]
tests/ui/enum/enum-to-float-cast.rs [new file with mode: 0644]
tests/ui/enum/enum-to-float-cast.stderr [new file with mode: 0644]
tests/ui/enum/enum-variant-type-2.rs [new file with mode: 0644]
tests/ui/enum/enum-variant-type-2.stderr [new file with mode: 0644]
tests/ui/enum/issue-42747.rs [new file with mode: 0644]
tests/ui/enum/issue-67945-1.rs [new file with mode: 0644]
tests/ui/enum/issue-67945-1.stderr [new file with mode: 0644]
tests/ui/enum/issue-67945-2.rs [new file with mode: 0644]
tests/ui/enum/issue-67945-2.stderr [new file with mode: 0644]
tests/ui/enum/nested-enum.rs [new file with mode: 0644]
tests/ui/enum/nested-enum.stderr [new file with mode: 0644]
tests/ui/enum/suggest-default-attribute.rs [new file with mode: 0644]
tests/ui/enum/suggest-default-attribute.stderr [new file with mode: 0644]
tests/ui/enum/union-in-enum.rs [new file with mode: 0644]
tests/ui/env-args-reverse-iterator.rs [new file with mode: 0644]
tests/ui/env-funky-keys.rs [new file with mode: 0644]
tests/ui/env-null-vars.rs [new file with mode: 0644]
tests/ui/env-vars.rs [new file with mode: 0644]
tests/ui/error-codes/E0001.rs [new file with mode: 0644]
tests/ui/error-codes/E0001.stderr [new file with mode: 0644]
tests/ui/error-codes/E0004-2.rs [new file with mode: 0644]
tests/ui/error-codes/E0004-2.stderr [new file with mode: 0644]
tests/ui/error-codes/E0004.rs [new file with mode: 0644]
tests/ui/error-codes/E0004.stderr [new file with mode: 0644]
tests/ui/error-codes/E0005.rs [new file with mode: 0644]
tests/ui/error-codes/E0005.stderr [new file with mode: 0644]
tests/ui/error-codes/E0010-teach.rs [new file with mode: 0644]
tests/ui/error-codes/E0010-teach.stderr [new file with mode: 0644]
tests/ui/error-codes/E0010.rs [new file with mode: 0644]
tests/ui/error-codes/E0010.stderr [new file with mode: 0644]
tests/ui/error-codes/E0013.rs [new file with mode: 0644]
tests/ui/error-codes/E0013.stderr [new file with mode: 0644]
tests/ui/error-codes/E0015.rs [new file with mode: 0644]
tests/ui/error-codes/E0015.stderr [new file with mode: 0644]
tests/ui/error-codes/E0017.rs [new file with mode: 0644]
tests/ui/error-codes/E0017.stderr [new file with mode: 0644]
tests/ui/error-codes/E0023.rs [new file with mode: 0644]
tests/ui/error-codes/E0023.stderr [new file with mode: 0644]
tests/ui/error-codes/E0025.rs [new file with mode: 0644]
tests/ui/error-codes/E0025.stderr [new file with mode: 0644]
tests/ui/error-codes/E0026-teach.rs [new file with mode: 0644]
tests/ui/error-codes/E0026-teach.stderr [new file with mode: 0644]
tests/ui/error-codes/E0026.rs [new file with mode: 0644]
tests/ui/error-codes/E0026.stderr [new file with mode: 0644]
tests/ui/error-codes/E0027.rs [new file with mode: 0644]
tests/ui/error-codes/E0027.stderr [new file with mode: 0644]
tests/ui/error-codes/E0029-teach.rs [new file with mode: 0644]
tests/ui/error-codes/E0029-teach.stderr [new file with mode: 0644]
tests/ui/error-codes/E0029.rs [new file with mode: 0644]
tests/ui/error-codes/E0029.stderr [new file with mode: 0644]
tests/ui/error-codes/E0030-teach.rs [new file with mode: 0644]
tests/ui/error-codes/E0030-teach.stderr [new file with mode: 0644]
tests/ui/error-codes/E0030.rs [new file with mode: 0644]
tests/ui/error-codes/E0030.stderr [new file with mode: 0644]
tests/ui/error-codes/E0033-teach.rs [new file with mode: 0644]
tests/ui/error-codes/E0033-teach.stderr [new file with mode: 0644]
tests/ui/error-codes/E0033.rs [new file with mode: 0644]
tests/ui/error-codes/E0033.stderr [new file with mode: 0644]
tests/ui/error-codes/E0034.rs [new file with mode: 0644]
tests/ui/error-codes/E0034.stderr [new file with mode: 0644]
tests/ui/error-codes/E0038.rs [new file with mode: 0644]
tests/ui/error-codes/E0038.stderr [new file with mode: 0644]
tests/ui/error-codes/E0040.fixed [new file with mode: 0644]
tests/ui/error-codes/E0040.rs [new file with mode: 0644]
tests/ui/error-codes/E0040.stderr [new file with mode: 0644]
tests/ui/error-codes/E0044.rs [new file with mode: 0644]
tests/ui/error-codes/E0044.stderr [new file with mode: 0644]
tests/ui/error-codes/E0045.rs [new file with mode: 0644]
tests/ui/error-codes/E0045.stderr [new file with mode: 0644]
tests/ui/error-codes/E0049.rs [new file with mode: 0644]
tests/ui/error-codes/E0049.stderr [new file with mode: 0644]
tests/ui/error-codes/E0050.rs [new file with mode: 0644]
tests/ui/error-codes/E0050.stderr [new file with mode: 0644]
tests/ui/error-codes/E0054.rs [new file with mode: 0644]
tests/ui/error-codes/E0054.stderr [new file with mode: 0644]
tests/ui/error-codes/E0055.rs [new file with mode: 0644]
tests/ui/error-codes/E0055.stderr [new file with mode: 0644]
tests/ui/error-codes/E0057.rs [new file with mode: 0644]
tests/ui/error-codes/E0057.stderr [new file with mode: 0644]
tests/ui/error-codes/E0059.rs [new file with mode: 0644]
tests/ui/error-codes/E0059.stderr [new file with mode: 0644]
tests/ui/error-codes/E0060.rs [new file with mode: 0644]
tests/ui/error-codes/E0060.stderr [new file with mode: 0644]
tests/ui/error-codes/E0061.rs [new file with mode: 0644]
tests/ui/error-codes/E0061.stderr [new file with mode: 0644]
tests/ui/error-codes/E0062.rs [new file with mode: 0644]
tests/ui/error-codes/E0062.stderr [new file with mode: 0644]
tests/ui/error-codes/E0063.rs [new file with mode: 0644]
tests/ui/error-codes/E0063.stderr [new file with mode: 0644]
tests/ui/error-codes/E0067.rs [new file with mode: 0644]
tests/ui/error-codes/E0067.stderr [new file with mode: 0644]
tests/ui/error-codes/E0069.rs [new file with mode: 0644]
tests/ui/error-codes/E0069.stderr [new file with mode: 0644]
tests/ui/error-codes/E0070.rs [new file with mode: 0644]
tests/ui/error-codes/E0070.stderr [new file with mode: 0644]
tests/ui/error-codes/E0071.rs [new file with mode: 0644]
tests/ui/error-codes/E0071.stderr [new file with mode: 0644]
tests/ui/error-codes/E0075.rs [new file with mode: 0644]
tests/ui/error-codes/E0075.stderr [new file with mode: 0644]
tests/ui/error-codes/E0076.rs [new file with mode: 0644]
tests/ui/error-codes/E0076.stderr [new file with mode: 0644]
tests/ui/error-codes/E0077.rs [new file with mode: 0644]
tests/ui/error-codes/E0077.stderr [new file with mode: 0644]
tests/ui/error-codes/E0080.rs [new file with mode: 0644]
tests/ui/error-codes/E0080.stderr [new file with mode: 0644]
tests/ui/error-codes/E0081.rs [new file with mode: 0644]
tests/ui/error-codes/E0081.stderr [new file with mode: 0644]
tests/ui/error-codes/E0084.rs [new file with mode: 0644]
tests/ui/error-codes/E0084.stderr [new file with mode: 0644]
tests/ui/error-codes/E0091.rs [new file with mode: 0644]
tests/ui/error-codes/E0091.stderr [new file with mode: 0644]
tests/ui/error-codes/E0092.rs [new file with mode: 0644]
tests/ui/error-codes/E0092.stderr [new file with mode: 0644]
tests/ui/error-codes/E0093.rs [new file with mode: 0644]
tests/ui/error-codes/E0093.stderr [new file with mode: 0644]
tests/ui/error-codes/E0094.rs [new file with mode: 0644]
tests/ui/error-codes/E0094.stderr [new file with mode: 0644]
tests/ui/error-codes/E0106.rs [new file with mode: 0644]
tests/ui/error-codes/E0106.stderr [new file with mode: 0644]
tests/ui/error-codes/E0107.rs [new file with mode: 0644]
tests/ui/error-codes/E0107.stderr [new file with mode: 0644]
tests/ui/error-codes/E0109.rs [new file with mode: 0644]
tests/ui/error-codes/E0109.stderr [new file with mode: 0644]
tests/ui/error-codes/E0110.rs [new file with mode: 0644]
tests/ui/error-codes/E0110.stderr [new file with mode: 0644]
tests/ui/error-codes/E0116.rs [new file with mode: 0644]
tests/ui/error-codes/E0116.stderr [new file with mode: 0644]
tests/ui/error-codes/E0117.rs [new file with mode: 0644]
tests/ui/error-codes/E0117.stderr [new file with mode: 0644]
tests/ui/error-codes/E0118.rs [new file with mode: 0644]
tests/ui/error-codes/E0118.stderr [new file with mode: 0644]
tests/ui/error-codes/E0119.rs [new file with mode: 0644]
tests/ui/error-codes/E0119.stderr [new file with mode: 0644]
tests/ui/error-codes/E0120.rs [new file with mode: 0644]
tests/ui/error-codes/E0120.stderr [new file with mode: 0644]
tests/ui/error-codes/E0121.rs [new file with mode: 0644]
tests/ui/error-codes/E0121.stderr [new file with mode: 0644]
tests/ui/error-codes/E0124.rs [new file with mode: 0644]
tests/ui/error-codes/E0124.stderr [new file with mode: 0644]
tests/ui/error-codes/E0128.rs [new file with mode: 0644]
tests/ui/error-codes/E0128.stderr [new file with mode: 0644]
tests/ui/error-codes/E0130.rs [new file with mode: 0644]
tests/ui/error-codes/E0130.stderr [new file with mode: 0644]
tests/ui/error-codes/E0131.rs [new file with mode: 0644]
tests/ui/error-codes/E0131.stderr [new file with mode: 0644]
tests/ui/error-codes/E0132.rs [new file with mode: 0644]
tests/ui/error-codes/E0132.stderr [new file with mode: 0644]
tests/ui/error-codes/E0133.mir.stderr [new file with mode: 0644]
tests/ui/error-codes/E0133.rs [new file with mode: 0644]
tests/ui/error-codes/E0133.thir.stderr [new file with mode: 0644]
tests/ui/error-codes/E0138.rs [new file with mode: 0644]
tests/ui/error-codes/E0138.stderr [new file with mode: 0644]
tests/ui/error-codes/E0152.rs [new file with mode: 0644]
tests/ui/error-codes/E0152.stderr [new file with mode: 0644]
tests/ui/error-codes/E0161.base.stderr [new file with mode: 0644]
tests/ui/error-codes/E0161.rs [new file with mode: 0644]
tests/ui/error-codes/E0164.rs [new file with mode: 0644]
tests/ui/error-codes/E0164.stderr [new file with mode: 0644]
tests/ui/error-codes/E0184.rs [new file with mode: 0644]
tests/ui/error-codes/E0184.stderr [new file with mode: 0644]
tests/ui/error-codes/E0185.rs [new file with mode: 0644]
tests/ui/error-codes/E0185.stderr [new file with mode: 0644]
tests/ui/error-codes/E0186.rs [new file with mode: 0644]
tests/ui/error-codes/E0186.stderr [new file with mode: 0644]
tests/ui/error-codes/E0191.rs [new file with mode: 0644]
tests/ui/error-codes/E0191.stderr [new file with mode: 0644]
tests/ui/error-codes/E0194.rs [new file with mode: 0644]
tests/ui/error-codes/E0194.stderr [new file with mode: 0644]
tests/ui/error-codes/E0195.rs [new file with mode: 0644]
tests/ui/error-codes/E0195.stderr [new file with mode: 0644]
tests/ui/error-codes/E0197.rs [new file with mode: 0644]
tests/ui/error-codes/E0197.stderr [new file with mode: 0644]
tests/ui/error-codes/E0198.rs [new file with mode: 0644]
tests/ui/error-codes/E0198.stderr [new file with mode: 0644]
tests/ui/error-codes/E0199.rs [new file with mode: 0644]
tests/ui/error-codes/E0199.stderr [new file with mode: 0644]
tests/ui/error-codes/E0200.rs [new file with mode: 0644]
tests/ui/error-codes/E0200.stderr [new file with mode: 0644]
tests/ui/error-codes/E0201.rs [new file with mode: 0644]
tests/ui/error-codes/E0201.stderr [new file with mode: 0644]
tests/ui/error-codes/E0206.rs [new file with mode: 0644]
tests/ui/error-codes/E0206.stderr [new file with mode: 0644]
tests/ui/error-codes/E0207.rs [new file with mode: 0644]
tests/ui/error-codes/E0207.stderr [new file with mode: 0644]
tests/ui/error-codes/E0208.rs [new file with mode: 0644]
tests/ui/error-codes/E0208.stderr [new file with mode: 0644]
tests/ui/error-codes/E0214.rs [new file with mode: 0644]
tests/ui/error-codes/E0214.stderr [new file with mode: 0644]
tests/ui/error-codes/E0220.rs [new file with mode: 0644]
tests/ui/error-codes/E0220.stderr [new file with mode: 0644]
tests/ui/error-codes/E0221.rs [new file with mode: 0644]
tests/ui/error-codes/E0221.stderr [new file with mode: 0644]
tests/ui/error-codes/E0223.rs [new file with mode: 0644]
tests/ui/error-codes/E0223.stderr [new file with mode: 0644]
tests/ui/error-codes/E0225.rs [new file with mode: 0644]
tests/ui/error-codes/E0225.stderr [new file with mode: 0644]
tests/ui/error-codes/E0227.rs [new file with mode: 0644]
tests/ui/error-codes/E0227.stderr [new file with mode: 0644]
tests/ui/error-codes/E0229.rs [new file with mode: 0644]
tests/ui/error-codes/E0229.stderr [new file with mode: 0644]
tests/ui/error-codes/E0252.rs [new file with mode: 0644]
tests/ui/error-codes/E0252.stderr [new file with mode: 0644]
tests/ui/error-codes/E0253.rs [new file with mode: 0644]
tests/ui/error-codes/E0253.stderr [new file with mode: 0644]
tests/ui/error-codes/E0254.rs [new file with mode: 0644]
tests/ui/error-codes/E0254.stderr [new file with mode: 0644]
tests/ui/error-codes/E0255.rs [new file with mode: 0644]
tests/ui/error-codes/E0255.stderr [new file with mode: 0644]
tests/ui/error-codes/E0259.rs [new file with mode: 0644]
tests/ui/error-codes/E0259.stderr [new file with mode: 0644]
tests/ui/error-codes/E0260.rs [new file with mode: 0644]
tests/ui/error-codes/E0260.stderr [new file with mode: 0644]
tests/ui/error-codes/E0261.rs [new file with mode: 0644]
tests/ui/error-codes/E0261.stderr [new file with mode: 0644]
tests/ui/error-codes/E0262.rs [new file with mode: 0644]
tests/ui/error-codes/E0262.stderr [new file with mode: 0644]
tests/ui/error-codes/E0263.rs [new file with mode: 0644]
tests/ui/error-codes/E0263.stderr [new file with mode: 0644]
tests/ui/error-codes/E0264.rs [new file with mode: 0644]
tests/ui/error-codes/E0264.stderr [new file with mode: 0644]
tests/ui/error-codes/E0267.rs [new file with mode: 0644]
tests/ui/error-codes/E0267.stderr [new file with mode: 0644]
tests/ui/error-codes/E0268.rs [new file with mode: 0644]
tests/ui/error-codes/E0268.stderr [new file with mode: 0644]
tests/ui/error-codes/E0271.rs [new file with mode: 0644]
tests/ui/error-codes/E0271.stderr [new file with mode: 0644]
tests/ui/error-codes/E0275.rs [new file with mode: 0644]
tests/ui/error-codes/E0275.stderr [new file with mode: 0644]
tests/ui/error-codes/E0276.rs [new file with mode: 0644]
tests/ui/error-codes/E0276.stderr [new file with mode: 0644]
tests/ui/error-codes/E0277-2.rs [new file with mode: 0644]
tests/ui/error-codes/E0277-2.stderr [new file with mode: 0644]
tests/ui/error-codes/E0277-3.rs [new file with mode: 0644]
tests/ui/error-codes/E0277-3.stderr [new file with mode: 0644]
tests/ui/error-codes/E0277.rs [new file with mode: 0644]
tests/ui/error-codes/E0277.stderr [new file with mode: 0644]
tests/ui/error-codes/E0282.rs [new file with mode: 0644]
tests/ui/error-codes/E0282.stderr [new file with mode: 0644]
tests/ui/error-codes/E0283.rs [new file with mode: 0644]
tests/ui/error-codes/E0283.stderr [new file with mode: 0644]
tests/ui/error-codes/E0297.rs [new file with mode: 0644]
tests/ui/error-codes/E0297.stderr [new file with mode: 0644]
tests/ui/error-codes/E0308-2.rs [new file with mode: 0644]
tests/ui/error-codes/E0308-2.stderr [new file with mode: 0644]
tests/ui/error-codes/E0308-4.rs [new file with mode: 0644]
tests/ui/error-codes/E0308-4.stderr [new file with mode: 0644]
tests/ui/error-codes/E0308.rs [new file with mode: 0644]
tests/ui/error-codes/E0308.stderr [new file with mode: 0644]
tests/ui/error-codes/E0311.fixed [new file with mode: 0644]
tests/ui/error-codes/E0311.rs [new file with mode: 0644]
tests/ui/error-codes/E0311.stderr [new file with mode: 0644]
tests/ui/error-codes/E0328.rs [new file with mode: 0644]
tests/ui/error-codes/E0328.stderr [new file with mode: 0644]
tests/ui/error-codes/E0365.rs [new file with mode: 0644]
tests/ui/error-codes/E0365.stderr [new file with mode: 0644]
tests/ui/error-codes/E0370.rs [new file with mode: 0644]
tests/ui/error-codes/E0370.stderr [new file with mode: 0644]
tests/ui/error-codes/E0374.rs [new file with mode: 0644]
tests/ui/error-codes/E0374.stderr [new file with mode: 0644]
tests/ui/error-codes/E0375.rs [new file with mode: 0644]
tests/ui/error-codes/E0375.stderr [new file with mode: 0644]
tests/ui/error-codes/E0376.rs [new file with mode: 0644]
tests/ui/error-codes/E0376.stderr [new file with mode: 0644]
tests/ui/error-codes/E0377.rs [new file with mode: 0644]
tests/ui/error-codes/E0377.stderr [new file with mode: 0644]
tests/ui/error-codes/E0388.rs [new file with mode: 0644]
tests/ui/error-codes/E0388.stderr [new file with mode: 0644]
tests/ui/error-codes/E0389.rs [new file with mode: 0644]
tests/ui/error-codes/E0389.stderr [new file with mode: 0644]
tests/ui/error-codes/E0390.rs [new file with mode: 0644]
tests/ui/error-codes/E0390.stderr [new file with mode: 0644]
tests/ui/error-codes/E0392.rs [new file with mode: 0644]
tests/ui/error-codes/E0392.stderr [new file with mode: 0644]
tests/ui/error-codes/E0393.rs [new file with mode: 0644]
tests/ui/error-codes/E0393.stderr [new file with mode: 0644]
tests/ui/error-codes/E0396-fixed.rs [new file with mode: 0644]
tests/ui/error-codes/E0396-fixed.stderr [new file with mode: 0644]
tests/ui/error-codes/E0396.rs [new file with mode: 0644]
tests/ui/error-codes/E0396.stderr [new file with mode: 0644]
tests/ui/error-codes/E0401.rs [new file with mode: 0644]
tests/ui/error-codes/E0401.stderr [new file with mode: 0644]
tests/ui/error-codes/E0403.rs [new file with mode: 0644]
tests/ui/error-codes/E0403.stderr [new file with mode: 0644]
tests/ui/error-codes/E0404.rs [new file with mode: 0644]
tests/ui/error-codes/E0404.stderr [new file with mode: 0644]
tests/ui/error-codes/E0405.rs [new file with mode: 0644]
tests/ui/error-codes/E0405.stderr [new file with mode: 0644]
tests/ui/error-codes/E0407.rs [new file with mode: 0644]
tests/ui/error-codes/E0407.stderr [new file with mode: 0644]
tests/ui/error-codes/E0408.rs [new file with mode: 0644]
tests/ui/error-codes/E0408.stderr [new file with mode: 0644]
tests/ui/error-codes/E0411.rs [new file with mode: 0644]
tests/ui/error-codes/E0411.stderr [new file with mode: 0644]
tests/ui/error-codes/E0412.rs [new file with mode: 0644]
tests/ui/error-codes/E0412.stderr [new file with mode: 0644]
tests/ui/error-codes/E0415.rs [new file with mode: 0644]
tests/ui/error-codes/E0415.stderr [new file with mode: 0644]
tests/ui/error-codes/E0416.rs [new file with mode: 0644]
tests/ui/error-codes/E0416.stderr [new file with mode: 0644]
tests/ui/error-codes/E0423.rs [new file with mode: 0644]
tests/ui/error-codes/E0423.stderr [new file with mode: 0644]
tests/ui/error-codes/E0424.rs [new file with mode: 0644]
tests/ui/error-codes/E0424.stderr [new file with mode: 0644]
tests/ui/error-codes/E0425.rs [new file with mode: 0644]
tests/ui/error-codes/E0425.stderr [new file with mode: 0644]
tests/ui/error-codes/E0426.rs [new file with mode: 0644]
tests/ui/error-codes/E0426.stderr [new file with mode: 0644]
tests/ui/error-codes/E0428.rs [new file with mode: 0644]
tests/ui/error-codes/E0428.stderr [new file with mode: 0644]
tests/ui/error-codes/E0429.rs [new file with mode: 0644]
tests/ui/error-codes/E0429.stderr [new file with mode: 0644]
tests/ui/error-codes/E0430.rs [new file with mode: 0644]
tests/ui/error-codes/E0430.stderr [new file with mode: 0644]
tests/ui/error-codes/E0431.rs [new file with mode: 0644]
tests/ui/error-codes/E0431.stderr [new file with mode: 0644]
tests/ui/error-codes/E0432.rs [new file with mode: 0644]
tests/ui/error-codes/E0432.stderr [new file with mode: 0644]
tests/ui/error-codes/E0433.rs [new file with mode: 0644]
tests/ui/error-codes/E0433.stderr [new file with mode: 0644]
tests/ui/error-codes/E0434.rs [new file with mode: 0644]
tests/ui/error-codes/E0434.stderr [new file with mode: 0644]
tests/ui/error-codes/E0435.fixed [new file with mode: 0644]
tests/ui/error-codes/E0435.rs [new file with mode: 0644]
tests/ui/error-codes/E0435.stderr [new file with mode: 0644]
tests/ui/error-codes/E0437.rs [new file with mode: 0644]
tests/ui/error-codes/E0437.stderr [new file with mode: 0644]
tests/ui/error-codes/E0438.rs [new file with mode: 0644]
tests/ui/error-codes/E0438.stderr [new file with mode: 0644]
tests/ui/error-codes/E0445.rs [new file with mode: 0644]
tests/ui/error-codes/E0445.stderr [new file with mode: 0644]
tests/ui/error-codes/E0446.rs [new file with mode: 0644]
tests/ui/error-codes/E0446.stderr [new file with mode: 0644]
tests/ui/error-codes/E0449.rs [new file with mode: 0644]
tests/ui/error-codes/E0449.stderr [new file with mode: 0644]
tests/ui/error-codes/E0451.rs [new file with mode: 0644]
tests/ui/error-codes/E0451.stderr [new file with mode: 0644]
tests/ui/error-codes/E0452.rs [new file with mode: 0644]
tests/ui/error-codes/E0452.stderr [new file with mode: 0644]
tests/ui/error-codes/E0453.rs [new file with mode: 0644]
tests/ui/error-codes/E0453.stderr [new file with mode: 0644]
tests/ui/error-codes/E0454.rs [new file with mode: 0644]
tests/ui/error-codes/E0454.stderr [new file with mode: 0644]
tests/ui/error-codes/E0458.rs [new file with mode: 0644]
tests/ui/error-codes/E0458.stderr [new file with mode: 0644]
tests/ui/error-codes/E0459.rs [new file with mode: 0644]
tests/ui/error-codes/E0459.stderr [new file with mode: 0644]
tests/ui/error-codes/E0462.rs [new file with mode: 0644]
tests/ui/error-codes/E0462.stderr [new file with mode: 0644]
tests/ui/error-codes/E0463.rs [new file with mode: 0644]
tests/ui/error-codes/E0463.stderr [new file with mode: 0644]
tests/ui/error-codes/E0464.rs [new file with mode: 0644]
tests/ui/error-codes/E0464.stderr [new file with mode: 0644]
tests/ui/error-codes/E0476.rs [new file with mode: 0644]
tests/ui/error-codes/E0476.stderr [new file with mode: 0644]
tests/ui/error-codes/E0478.rs [new file with mode: 0644]
tests/ui/error-codes/E0478.stderr [new file with mode: 0644]
tests/ui/error-codes/E0492.rs [new file with mode: 0644]
tests/ui/error-codes/E0492.stderr [new file with mode: 0644]
tests/ui/error-codes/E0496.rs [new file with mode: 0644]
tests/ui/error-codes/E0496.stderr [new file with mode: 0644]
tests/ui/error-codes/E0499.rs [new file with mode: 0644]
tests/ui/error-codes/E0499.stderr [new file with mode: 0644]
tests/ui/error-codes/E0501.rs [new file with mode: 0644]
tests/ui/error-codes/E0501.stderr [new file with mode: 0644]
tests/ui/error-codes/E0502.rs [new file with mode: 0644]
tests/ui/error-codes/E0502.stderr [new file with mode: 0644]
tests/ui/error-codes/E0503.rs [new file with mode: 0644]
tests/ui/error-codes/E0503.stderr [new file with mode: 0644]
tests/ui/error-codes/E0504.rs [new file with mode: 0644]
tests/ui/error-codes/E0504.stderr [new file with mode: 0644]
tests/ui/error-codes/E0505.rs [new file with mode: 0644]
tests/ui/error-codes/E0505.stderr [new file with mode: 0644]
tests/ui/error-codes/E0506.rs [new file with mode: 0644]
tests/ui/error-codes/E0506.stderr [new file with mode: 0644]
tests/ui/error-codes/E0507.rs [new file with mode: 0644]
tests/ui/error-codes/E0507.stderr [new file with mode: 0644]
tests/ui/error-codes/E0508-fail.rs [new file with mode: 0644]
tests/ui/error-codes/E0508-fail.stderr [new file with mode: 0644]
tests/ui/error-codes/E0508.rs [new file with mode: 0644]
tests/ui/error-codes/E0508.stderr [new file with mode: 0644]
tests/ui/error-codes/E0509.rs [new file with mode: 0644]
tests/ui/error-codes/E0509.stderr [new file with mode: 0644]
tests/ui/error-codes/E0511.rs [new file with mode: 0644]
tests/ui/error-codes/E0511.stderr [new file with mode: 0644]
tests/ui/error-codes/E0512.rs [new file with mode: 0644]
tests/ui/error-codes/E0512.stderr [new file with mode: 0644]
tests/ui/error-codes/E0516.rs [new file with mode: 0644]
tests/ui/error-codes/E0516.stderr [new file with mode: 0644]
tests/ui/error-codes/E0517.rs [new file with mode: 0644]
tests/ui/error-codes/E0517.stderr [new file with mode: 0644]
tests/ui/error-codes/E0518.rs [new file with mode: 0644]
tests/ui/error-codes/E0518.stderr [new file with mode: 0644]
tests/ui/error-codes/E0519.rs [new file with mode: 0644]
tests/ui/error-codes/E0519.stderr [new file with mode: 0644]
tests/ui/error-codes/E0520.rs [new file with mode: 0644]
tests/ui/error-codes/E0520.stderr [new file with mode: 0644]
tests/ui/error-codes/E0522.rs [new file with mode: 0644]
tests/ui/error-codes/E0522.stderr [new file with mode: 0644]
tests/ui/error-codes/E0523.rs [new file with mode: 0644]
tests/ui/error-codes/E0523.stderr [new file with mode: 0644]
tests/ui/error-codes/E0527.rs [new file with mode: 0644]
tests/ui/error-codes/E0527.stderr [new file with mode: 0644]
tests/ui/error-codes/E0528.rs [new file with mode: 0644]
tests/ui/error-codes/E0528.stderr [new file with mode: 0644]
tests/ui/error-codes/E0529.rs [new file with mode: 0644]
tests/ui/error-codes/E0529.stderr [new file with mode: 0644]
tests/ui/error-codes/E0530.rs [new file with mode: 0644]
tests/ui/error-codes/E0530.stderr [new file with mode: 0644]
tests/ui/error-codes/E0532.rs [new file with mode: 0644]
tests/ui/error-codes/E0532.stderr [new file with mode: 0644]
tests/ui/error-codes/E0534.rs [new file with mode: 0644]
tests/ui/error-codes/E0534.stderr [new file with mode: 0644]
tests/ui/error-codes/E0559.rs [new file with mode: 0644]
tests/ui/error-codes/E0559.stderr [new file with mode: 0644]
tests/ui/error-codes/E0560.rs [new file with mode: 0644]
tests/ui/error-codes/E0560.stderr [new file with mode: 0644]
tests/ui/error-codes/E0565-1.rs [new file with mode: 0644]
tests/ui/error-codes/E0565-1.stderr [new file with mode: 0644]
tests/ui/error-codes/E0565-2.rs [new file with mode: 0644]
tests/ui/error-codes/E0565-2.stderr [new file with mode: 0644]
tests/ui/error-codes/E0565.rs [new file with mode: 0644]
tests/ui/error-codes/E0565.stderr [new file with mode: 0644]
tests/ui/error-codes/E0572.rs [new file with mode: 0644]
tests/ui/error-codes/E0572.stderr [new file with mode: 0644]
tests/ui/error-codes/E0582.rs [new file with mode: 0644]
tests/ui/error-codes/E0582.stderr [new file with mode: 0644]
tests/ui/error-codes/E0583.rs [new file with mode: 0644]
tests/ui/error-codes/E0583.stderr [new file with mode: 0644]
tests/ui/error-codes/E0585.rs [new file with mode: 0644]
tests/ui/error-codes/E0585.stderr [new file with mode: 0644]
tests/ui/error-codes/E0586.rs [new file with mode: 0644]
tests/ui/error-codes/E0586.stderr [new file with mode: 0644]
tests/ui/error-codes/E0594.rs [new file with mode: 0644]
tests/ui/error-codes/E0594.stderr [new file with mode: 0644]
tests/ui/error-codes/E0596.rs [new file with mode: 0644]
tests/ui/error-codes/E0596.stderr [new file with mode: 0644]
tests/ui/error-codes/E0597.rs [new file with mode: 0644]
tests/ui/error-codes/E0597.stderr [new file with mode: 0644]
tests/ui/error-codes/E0599.rs [new file with mode: 0644]
tests/ui/error-codes/E0599.stderr [new file with mode: 0644]
tests/ui/error-codes/E0600.rs [new file with mode: 0644]
tests/ui/error-codes/E0600.stderr [new file with mode: 0644]
tests/ui/error-codes/E0601.rs [new file with mode: 0644]
tests/ui/error-codes/E0601.stderr [new file with mode: 0644]
tests/ui/error-codes/E0602.rs [new file with mode: 0644]
tests/ui/error-codes/E0602.stderr [new file with mode: 0644]
tests/ui/error-codes/E0603.rs [new file with mode: 0644]
tests/ui/error-codes/E0603.stderr [new file with mode: 0644]
tests/ui/error-codes/E0604.rs [new file with mode: 0644]
tests/ui/error-codes/E0604.stderr [new file with mode: 0644]
tests/ui/error-codes/E0605.rs [new file with mode: 0644]
tests/ui/error-codes/E0605.stderr [new file with mode: 0644]
tests/ui/error-codes/E0606.rs [new file with mode: 0644]
tests/ui/error-codes/E0606.stderr [new file with mode: 0644]
tests/ui/error-codes/E0607.rs [new file with mode: 0644]
tests/ui/error-codes/E0607.stderr [new file with mode: 0644]
tests/ui/error-codes/E0608.rs [new file with mode: 0644]
tests/ui/error-codes/E0608.stderr [new file with mode: 0644]
tests/ui/error-codes/E0609.rs [new file with mode: 0644]
tests/ui/error-codes/E0609.stderr [new file with mode: 0644]
tests/ui/error-codes/E0610.rs [new file with mode: 0644]
tests/ui/error-codes/E0610.stderr [new file with mode: 0644]
tests/ui/error-codes/E0614.rs [new file with mode: 0644]
tests/ui/error-codes/E0614.stderr [new file with mode: 0644]
tests/ui/error-codes/E0615.rs [new file with mode: 0644]
tests/ui/error-codes/E0615.stderr [new file with mode: 0644]
tests/ui/error-codes/E0616.rs [new file with mode: 0644]
tests/ui/error-codes/E0616.stderr [new file with mode: 0644]
tests/ui/error-codes/E0617.rs [new file with mode: 0644]
tests/ui/error-codes/E0617.stderr [new file with mode: 0644]
tests/ui/error-codes/E0618.rs [new file with mode: 0644]
tests/ui/error-codes/E0618.stderr [new file with mode: 0644]
tests/ui/error-codes/E0620.rs [new file with mode: 0644]
tests/ui/error-codes/E0620.stderr [new file with mode: 0644]
tests/ui/error-codes/E0621-does-not-trigger-for-closures.rs [new file with mode: 0644]
tests/ui/error-codes/E0621-does-not-trigger-for-closures.stderr [new file with mode: 0644]
tests/ui/error-codes/E0622.rs [new file with mode: 0644]
tests/ui/error-codes/E0622.stderr [new file with mode: 0644]
tests/ui/error-codes/E0624.rs [new file with mode: 0644]
tests/ui/error-codes/E0624.stderr [new file with mode: 0644]
tests/ui/error-codes/E0637.rs [new file with mode: 0644]
tests/ui/error-codes/E0637.stderr [new file with mode: 0644]
tests/ui/error-codes/E0642.fixed [new file with mode: 0644]
tests/ui/error-codes/E0642.rs [new file with mode: 0644]
tests/ui/error-codes/E0642.stderr [new file with mode: 0644]
tests/ui/error-codes/E0646.rs [new file with mode: 0644]
tests/ui/error-codes/E0646.stderr [new file with mode: 0644]
tests/ui/error-codes/E0647.rs [new file with mode: 0644]
tests/ui/error-codes/E0647.stderr [new file with mode: 0644]
tests/ui/error-codes/E0648.rs [new file with mode: 0644]
tests/ui/error-codes/E0648.stderr [new file with mode: 0644]
tests/ui/error-codes/E0657.rs [new file with mode: 0644]
tests/ui/error-codes/E0657.stderr [new file with mode: 0644]
tests/ui/error-codes/E0658.rs [new file with mode: 0644]
tests/ui/error-codes/E0658.stderr [new file with mode: 0644]
tests/ui/error-codes/E0659.rs [new file with mode: 0644]
tests/ui/error-codes/E0659.stderr [new file with mode: 0644]
tests/ui/error-codes/E0705.rs [new file with mode: 0644]
tests/ui/error-codes/E0705.stderr [new file with mode: 0644]
tests/ui/error-codes/E0711.rs [new file with mode: 0644]
tests/ui/error-codes/E0711.stderr [new file with mode: 0644]
tests/ui/error-codes/E0718.rs [new file with mode: 0644]
tests/ui/error-codes/E0718.stderr [new file with mode: 0644]
tests/ui/error-codes/E0719.rs [new file with mode: 0644]
tests/ui/error-codes/E0719.stderr [new file with mode: 0644]
tests/ui/error-codes/E0730.rs [new file with mode: 0644]
tests/ui/error-codes/E0730.stderr [new file with mode: 0644]
tests/ui/error-codes/E0746.fixed [new file with mode: 0644]
tests/ui/error-codes/E0746.rs [new file with mode: 0644]
tests/ui/error-codes/E0746.stderr [new file with mode: 0644]
tests/ui/error-codes/E0767.rs [new file with mode: 0644]
tests/ui/error-codes/E0767.stderr [new file with mode: 0644]
tests/ui/error-codes/E0771.rs [new file with mode: 0644]
tests/ui/error-codes/E0771.stderr [new file with mode: 0644]
tests/ui/error-codes/E0777.rs [new file with mode: 0644]
tests/ui/error-codes/E0777.stderr [new file with mode: 0644]
tests/ui/error-codes/E0778.rs [new file with mode: 0644]
tests/ui/error-codes/E0778.stderr [new file with mode: 0644]
tests/ui/error-codes/E0779.rs [new file with mode: 0644]
tests/ui/error-codes/E0779.stderr [new file with mode: 0644]
tests/ui/error-codes/E0789.rs [new file with mode: 0644]
tests/ui/error-codes/E0789.stderr [new file with mode: 0644]
tests/ui/error-codes/E0790.rs [new file with mode: 0644]
tests/ui/error-codes/E0790.stderr [new file with mode: 0644]
tests/ui/error-codes/auxiliary/crateresolve1-1.rs [new file with mode: 0644]
tests/ui/error-codes/auxiliary/crateresolve1-2.rs [new file with mode: 0644]
tests/ui/error-codes/auxiliary/crateresolve1-3.rs [new file with mode: 0644]
tests/ui/error-codes/auxiliary/found-staticlib.rs [new file with mode: 0644]
tests/ui/error-codes/e0119/auxiliary/complex_impl_support.rs [new file with mode: 0644]
tests/ui/error-codes/e0119/auxiliary/issue-23563-a.rs [new file with mode: 0644]
tests/ui/error-codes/e0119/complex-impl.rs [new file with mode: 0644]
tests/ui/error-codes/e0119/complex-impl.stderr [new file with mode: 0644]
tests/ui/error-codes/e0119/conflict-with-std.rs [new file with mode: 0644]
tests/ui/error-codes/e0119/conflict-with-std.stderr [new file with mode: 0644]
tests/ui/error-codes/e0119/issue-23563.rs [new file with mode: 0644]
tests/ui/error-codes/e0119/issue-23563.stderr [new file with mode: 0644]
tests/ui/error-codes/e0119/issue-27403.rs [new file with mode: 0644]
tests/ui/error-codes/e0119/issue-27403.stderr [new file with mode: 0644]
tests/ui/error-codes/e0119/issue-28981.rs [new file with mode: 0644]
tests/ui/error-codes/e0119/issue-28981.stderr [new file with mode: 0644]
tests/ui/error-codes/e0119/so-37347311.rs [new file with mode: 0644]
tests/ui/error-codes/e0119/so-37347311.stderr [new file with mode: 0644]
tests/ui/error-codes/ex-E0611.rs [new file with mode: 0644]
tests/ui/error-codes/ex-E0611.stderr [new file with mode: 0644]
tests/ui/error-codes/ex-E0612.rs [new file with mode: 0644]
tests/ui/error-codes/ex-E0612.stderr [new file with mode: 0644]
tests/ui/error-festival.rs [new file with mode: 0644]
tests/ui/error-festival.stderr [new file with mode: 0644]
tests/ui/error-should-say-copy-not-pod.rs [new file with mode: 0644]
tests/ui/error-should-say-copy-not-pod.stderr [new file with mode: 0644]
tests/ui/errors/auxiliary/remapped_dep.rs [new file with mode: 0644]
tests/ui/errors/issue-104621-extern-bad-file.rs [new file with mode: 0644]
tests/ui/errors/issue-104621-extern-bad-file.stderr [new file with mode: 0644]
tests/ui/errors/issue-104621-extern-not-file.rs [new file with mode: 0644]
tests/ui/errors/issue-104621-extern-not-file.stderr [new file with mode: 0644]
tests/ui/errors/issue-89280-emitter-overflow-splice-lines.rs [new file with mode: 0644]
tests/ui/errors/issue-89280-emitter-overflow-splice-lines.stderr [new file with mode: 0644]
tests/ui/errors/issue-99572-impl-trait-on-pointer.rs [new file with mode: 0644]
tests/ui/errors/issue-99572-impl-trait-on-pointer.stderr [new file with mode: 0644]
tests/ui/errors/remap-path-prefix-reverse.local-self.stderr [new file with mode: 0644]
tests/ui/errors/remap-path-prefix-reverse.remapped-self.stderr [new file with mode: 0644]
tests/ui/errors/remap-path-prefix-reverse.rs [new file with mode: 0644]
tests/ui/errors/remap-path-prefix.rs [new file with mode: 0644]
tests/ui/errors/remap-path-prefix.stderr [new file with mode: 0644]
tests/ui/errors/trait-bound-error-spans/blame-trait-error.rs [new file with mode: 0644]
tests/ui/errors/trait-bound-error-spans/blame-trait-error.stderr [new file with mode: 0644]
tests/ui/errors/traits/blame-trait-error-spans-on-exprs.rs [new file with mode: 0644]
tests/ui/errors/traits/blame-trait-error-spans-on-exprs.stderr [new file with mode: 0644]
tests/ui/exclusive-drop-and-copy.rs [new file with mode: 0644]
tests/ui/exclusive-drop-and-copy.stderr [new file with mode: 0644]
tests/ui/exec-env.rs [new file with mode: 0644]
tests/ui/explain.rs [new file with mode: 0644]
tests/ui/explain.stdout [new file with mode: 0644]
tests/ui/explicit-i-suffix.rs [new file with mode: 0644]
tests/ui/explicit/explicit-call-to-dtor.fixed [new file with mode: 0644]
tests/ui/explicit/explicit-call-to-dtor.rs [new file with mode: 0644]
tests/ui/explicit/explicit-call-to-dtor.stderr [new file with mode: 0644]
tests/ui/explicit/explicit-call-to-supertrait-dtor.fixed [new file with mode: 0644]
tests/ui/explicit/explicit-call-to-supertrait-dtor.rs [new file with mode: 0644]
tests/ui/explicit/explicit-call-to-supertrait-dtor.stderr [new file with mode: 0644]
tests/ui/explicit/explicit-self-lifetime-mismatch.rs [new file with mode: 0644]
tests/ui/explicit/explicit-self-lifetime-mismatch.stderr [new file with mode: 0644]
tests/ui/explore-issue-38412.rs [new file with mode: 0644]
tests/ui/explore-issue-38412.stderr [new file with mode: 0644]
tests/ui/expr-block-fn.rs [new file with mode: 0644]
tests/ui/expr-block-generic-unique1.rs [new file with mode: 0644]
tests/ui/expr-block-generic-unique2.rs [new file with mode: 0644]
tests/ui/expr-block-generic.rs [new file with mode: 0644]
tests/ui/expr-block.rs [new file with mode: 0644]
tests/ui/expr-copy.rs [new file with mode: 0644]
tests/ui/expr-if-generic.rs [new file with mode: 0644]
tests/ui/expr-if-panic-all.rs [new file with mode: 0644]
tests/ui/expr-if-unique.rs [new file with mode: 0644]
tests/ui/expr-scope.rs [new file with mode: 0644]
tests/ui/expr/compound-assignment/eval-order.rs [new file with mode: 0644]
tests/ui/expr/if-bot.rs [new file with mode: 0644]
tests/ui/expr/if/attrs/bad-cfg.rs [new file with mode: 0644]
tests/ui/expr/if/attrs/bad-cfg.stderr [new file with mode: 0644]
tests/ui/expr/if/attrs/builtin-if-attr.rs [new file with mode: 0644]
tests/ui/expr/if/attrs/cfg-false-if-attr.rs [new file with mode: 0644]
tests/ui/expr/if/attrs/else-attrs.rs [new file with mode: 0644]
tests/ui/expr/if/attrs/else-attrs.stderr [new file with mode: 0644]
tests/ui/expr/if/attrs/gate-whole-expr.rs [new file with mode: 0644]
tests/ui/expr/if/attrs/let-chains-attr.rs [new file with mode: 0644]
tests/ui/expr/if/attrs/stmt-expr-gated.rs [new file with mode: 0644]
tests/ui/expr/if/attrs/stmt-expr-gated.stderr [new file with mode: 0644]
tests/ui/expr/if/bad-if-let-suggestion.rs [new file with mode: 0644]
tests/ui/expr/if/bad-if-let-suggestion.stderr [new file with mode: 0644]
tests/ui/expr/if/expr-if-panic-fn.rs [new file with mode: 0644]
tests/ui/expr/if/expr-if-panic-pass.rs [new file with mode: 0644]
tests/ui/expr/if/expr-if-panic.rs [new file with mode: 0644]
tests/ui/expr/if/expr-if.rs [new file with mode: 0644]
tests/ui/expr/if/if-branch-types.rs [new file with mode: 0644]
tests/ui/expr/if/if-branch-types.stderr [new file with mode: 0644]
tests/ui/expr/if/if-check-panic.rs [new file with mode: 0644]
tests/ui/expr/if/if-check.rs [new file with mode: 0644]
tests/ui/expr/if/if-cond-bot.rs [new file with mode: 0644]
tests/ui/expr/if/if-else-type-mismatch.rs [new file with mode: 0644]
tests/ui/expr/if/if-else-type-mismatch.stderr [new file with mode: 0644]
tests/ui/expr/if/if-let-arm-types.rs [new file with mode: 0644]
tests/ui/expr/if/if-let-arm-types.stderr [new file with mode: 0644]
tests/ui/expr/if/if-let.rs [new file with mode: 0644]
tests/ui/expr/if/if-let.stderr [new file with mode: 0644]
tests/ui/expr/if/if-loop.rs [new file with mode: 0644]
tests/ui/expr/if/if-no-match-bindings.rs [new file with mode: 0644]
tests/ui/expr/if/if-no-match-bindings.stderr [new file with mode: 0644]
tests/ui/expr/if/if-ret.rs [new file with mode: 0644]
tests/ui/expr/if/if-ret.stderr [new file with mode: 0644]
tests/ui/expr/if/if-typeck.rs [new file with mode: 0644]
tests/ui/expr/if/if-typeck.stderr [new file with mode: 0644]
tests/ui/expr/if/if-without-block.rs [new file with mode: 0644]
tests/ui/expr/if/if-without-block.stderr [new file with mode: 0644]
tests/ui/expr/if/if-without-else-as-fn-expr.rs [new file with mode: 0644]
tests/ui/expr/if/if-without-else-as-fn-expr.stderr [new file with mode: 0644]
tests/ui/expr/if/if-without-else-result.rs [new file with mode: 0644]
tests/ui/expr/if/if-without-else-result.stderr [new file with mode: 0644]
tests/ui/expr/if/issue-4201.rs [new file with mode: 0644]
tests/ui/expr/if/issue-4201.stderr [new file with mode: 0644]
tests/ui/expr/malformed_closure/missing_braces_around_block.fixed [new file with mode: 0644]
tests/ui/expr/malformed_closure/missing_braces_around_block.rs [new file with mode: 0644]
tests/ui/expr/malformed_closure/missing_braces_around_block.stderr [new file with mode: 0644]
tests/ui/expr/malformed_closure/ruby_style_closure.rs [new file with mode: 0644]
tests/ui/expr/malformed_closure/ruby_style_closure.stderr [new file with mode: 0644]
tests/ui/ext-expand-inner-exprs.rs [new file with mode: 0644]
tests/ui/ext-nonexistent.rs [new file with mode: 0644]
tests/ui/ext-nonexistent.stderr [new file with mode: 0644]
tests/ui/extenv/extenv-arg-2-not-string-literal.rs [new file with mode: 0644]
tests/ui/extenv/extenv-arg-2-not-string-literal.stderr [new file with mode: 0644]
tests/ui/extenv/extenv-no-args.rs [new file with mode: 0644]
tests/ui/extenv/extenv-no-args.stderr [new file with mode: 0644]
tests/ui/extenv/extenv-not-defined-custom.rs [new file with mode: 0644]
tests/ui/extenv/extenv-not-defined-custom.stderr [new file with mode: 0644]
tests/ui/extenv/extenv-not-defined-default.rs [new file with mode: 0644]
tests/ui/extenv/extenv-not-defined-default.stderr [new file with mode: 0644]
tests/ui/extenv/extenv-not-string-literal.rs [new file with mode: 0644]
tests/ui/extenv/extenv-not-string-literal.stderr [new file with mode: 0644]
tests/ui/extenv/extenv-too-many-args.rs [new file with mode: 0644]
tests/ui/extenv/extenv-too-many-args.stderr [new file with mode: 0644]
tests/ui/extenv/issue-55897.rs [new file with mode: 0644]
tests/ui/extenv/issue-55897.stderr [new file with mode: 0644]
tests/ui/extern-flag/auxiliary/somedep.rs [new file with mode: 0644]
tests/ui/extern-flag/empty-extern-arg.rs [new file with mode: 0644]
tests/ui/extern-flag/empty-extern-arg.stderr [new file with mode: 0644]
tests/ui/extern-flag/multiple-opts.rs [new file with mode: 0644]
tests/ui/extern-flag/multiple-opts.stderr [new file with mode: 0644]
tests/ui/extern-flag/no-nounused.rs [new file with mode: 0644]
tests/ui/extern-flag/no-nounused.stderr [new file with mode: 0644]
tests/ui/extern-flag/noprelude-and-prelude.rs [new file with mode: 0644]
tests/ui/extern-flag/noprelude-resolves.rs [new file with mode: 0644]
tests/ui/extern-flag/noprelude.rs [new file with mode: 0644]
tests/ui/extern-flag/noprelude.stderr [new file with mode: 0644]
tests/ui/extern-flag/nounused.rs [new file with mode: 0644]
tests/ui/extern-flag/public-and-private.rs [new file with mode: 0644]
tests/ui/extern-flag/public-and-private.stderr [new file with mode: 0644]
tests/ui/extern/auxiliary/extern-take-value.rs [new file with mode: 0644]
tests/ui/extern/auxiliary/extern-types-inherent-impl.rs [new file with mode: 0644]
tests/ui/extern/auxiliary/extern_calling_convention.rs [new file with mode: 0644]
tests/ui/extern/auxiliary/extern_mod_ordering_lib.rs [new file with mode: 0644]
tests/ui/extern/auxiliary/fat_drop.rs [new file with mode: 0644]
tests/ui/extern/auxiliary/invalid-utf8.txt [new file with mode: 0644]
tests/ui/extern/auxiliary/issue-80074-macro.rs [new file with mode: 0644]
tests/ui/extern/auxiliary/m1.rs [new file with mode: 0644]
tests/ui/extern/auxiliary/m2.rs [new file with mode: 0644]
tests/ui/extern/auxiliary/no-mangle-associated-fn.rs [new file with mode: 0644]
tests/ui/extern/auxiliary/reexport-should-still-link.rs [new file with mode: 0644]
tests/ui/extern/extern-1.rs [new file with mode: 0644]
tests/ui/extern/extern-calling-convention-test.rs [new file with mode: 0644]
tests/ui/extern/extern-compare-with-return-type.rs [new file with mode: 0644]
tests/ui/extern/extern-const.fixed [new file with mode: 0644]
tests/ui/extern/extern-const.rs [new file with mode: 0644]
tests/ui/extern/extern-const.stderr [new file with mode: 0644]
tests/ui/extern/extern-crate-multiple-missing.rs [new file with mode: 0644]
tests/ui/extern/extern-crate-multiple-missing.stderr [new file with mode: 0644]
tests/ui/extern/extern-crate-rename.rs [new file with mode: 0644]
tests/ui/extern/extern-crate-rename.stderr [new file with mode: 0644]
tests/ui/extern/extern-crate-visibility.rs [new file with mode: 0644]
tests/ui/extern/extern-crate-visibility.stderr [new file with mode: 0644]
tests/ui/extern/extern-ffi-fn-with-body.rs [new file with mode: 0644]
tests/ui/extern/extern-ffi-fn-with-body.stderr [new file with mode: 0644]
tests/ui/extern/extern-foreign-crate.rs [new file with mode: 0644]
tests/ui/extern/extern-macro.rs [new file with mode: 0644]
tests/ui/extern/extern-macro.stderr [new file with mode: 0644]
tests/ui/extern/extern-main-fn.rs [new file with mode: 0644]
tests/ui/extern/extern-main-fn.stderr [new file with mode: 0644]
tests/ui/extern/extern-main-issue-86110.rs [new file with mode: 0644]
tests/ui/extern/extern-main-issue-86110.stderr [new file with mode: 0644]
tests/ui/extern/extern-methods.rs [new file with mode: 0644]
tests/ui/extern/extern-mod-abi.rs [new file with mode: 0644]
tests/ui/extern/extern-mod-ordering-exe.rs [new file with mode: 0644]
tests/ui/extern/extern-no-mangle.rs [new file with mode: 0644]
tests/ui/extern/extern-no-mangle.stderr [new file with mode: 0644]
tests/ui/extern/extern-prelude-core.rs [new file with mode: 0644]
tests/ui/extern/extern-prelude-no-speculative.rs [new file with mode: 0644]
tests/ui/extern/extern-prelude-std.rs [new file with mode: 0644]
tests/ui/extern/extern-pub.rs [new file with mode: 0644]
tests/ui/extern/extern-rust.rs [new file with mode: 0644]
tests/ui/extern/extern-static-size-overflow.rs [new file with mode: 0644]
tests/ui/extern/extern-static-size-overflow.stderr [new file with mode: 0644]
tests/ui/extern/extern-take-value.rs [new file with mode: 0644]
tests/ui/extern/extern-thiscall.rs [new file with mode: 0644]
tests/ui/extern/extern-type-diag-not-similar.rs [new file with mode: 0644]
tests/ui/extern/extern-type-diag-not-similar.stderr [new file with mode: 0644]
tests/ui/extern/extern-types-distinct-types.rs [new file with mode: 0644]
tests/ui/extern/extern-types-distinct-types.stderr [new file with mode: 0644]
tests/ui/extern/extern-types-inherent-impl.rs [new file with mode: 0644]
tests/ui/extern/extern-types-manual-sync-send.rs [new file with mode: 0644]
tests/ui/extern/extern-types-not-sync-send.rs [new file with mode: 0644]
tests/ui/extern/extern-types-not-sync-send.stderr [new file with mode: 0644]
tests/ui/extern/extern-types-pointer-cast.rs [new file with mode: 0644]
tests/ui/extern/extern-types-size_of_val.rs [new file with mode: 0644]
tests/ui/extern/extern-types-thin-pointer.rs [new file with mode: 0644]
tests/ui/extern/extern-types-trait-impl.rs [new file with mode: 0644]
tests/ui/extern/extern-types-unsized.rs [new file with mode: 0644]
tests/ui/extern/extern-types-unsized.stderr [new file with mode: 0644]
tests/ui/extern/extern-vectorcall.rs [new file with mode: 0644]
tests/ui/extern/extern-with-type-bounds.rs [new file with mode: 0644]
tests/ui/extern/extern-with-type-bounds.stderr [new file with mode: 0644]
tests/ui/extern/extern-wrong-value-type.rs [new file with mode: 0644]
tests/ui/extern/extern-wrong-value-type.stderr [new file with mode: 0644]
tests/ui/extern/extern_fat_drop.rs [new file with mode: 0644]
tests/ui/extern/issue-10025.rs [new file with mode: 0644]
tests/ui/extern/issue-10763.rs [new file with mode: 0644]
tests/ui/extern/issue-10764-rpass.rs [new file with mode: 0644]
tests/ui/extern/issue-13655.rs [new file with mode: 0644]
tests/ui/extern/issue-28324.mir.stderr [new file with mode: 0644]
tests/ui/extern/issue-28324.rs [new file with mode: 0644]
tests/ui/extern/issue-28324.thir.stderr [new file with mode: 0644]
tests/ui/extern/issue-36122-accessing-externed-dst.rs [new file with mode: 0644]
tests/ui/extern/issue-36122-accessing-externed-dst.stderr [new file with mode: 0644]
tests/ui/extern/issue-64655-allow-unwind-when-calling-panic-directly.rs [new file with mode: 0644]
tests/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs [new file with mode: 0644]
tests/ui/extern/issue-80074.rs [new file with mode: 0644]
tests/ui/extern/issue-95829.rs [new file with mode: 0644]
tests/ui/extern/issue-95829.stderr [new file with mode: 0644]
tests/ui/extern/no-mangle-associated-fn.rs [new file with mode: 0644]
tests/ui/extern/not-in-block.rs [new file with mode: 0644]
tests/ui/extern/not-in-block.stderr [new file with mode: 0644]
tests/ui/extoption_env-no-args.rs [new file with mode: 0644]
tests/ui/extoption_env-no-args.stderr [new file with mode: 0644]
tests/ui/extoption_env-not-defined.rs [new file with mode: 0644]
tests/ui/extoption_env-not-string-literal.rs [new file with mode: 0644]
tests/ui/extoption_env-not-string-literal.stderr [new file with mode: 0644]
tests/ui/extoption_env-too-many-args.rs [new file with mode: 0644]
tests/ui/extoption_env-too-many-args.stderr [new file with mode: 0644]
tests/ui/fact.rs [new file with mode: 0644]
tests/ui/fail-simple.rs [new file with mode: 0644]
tests/ui/fail-simple.stderr [new file with mode: 0644]
tests/ui/feature-gates/allow-features-empty.rs [new file with mode: 0644]
tests/ui/feature-gates/allow-features-empty.stderr [new file with mode: 0644]
tests/ui/feature-gates/allow-features.rs [new file with mode: 0644]
tests/ui/feature-gates/allow-features.stderr [new file with mode: 0644]
tests/ui/feature-gates/auxiliary/cfg-target-thread-local.rs [new file with mode: 0644]
tests/ui/feature-gates/auxiliary/debugger-visualizer.natvis [new file with mode: 0644]
tests/ui/feature-gates/auxiliary/pub_dep.rs [new file with mode: 0644]
tests/ui/feature-gates/auxiliary/re_rebalance_coherence_lib.rs [new file with mode: 0644]
tests/ui/feature-gates/bench.rs [new file with mode: 0644]
tests/ui/feature-gates/bench.stderr [new file with mode: 0644]
tests/ui/feature-gates/duplicate-features.rs [new file with mode: 0644]
tests/ui/feature-gates/duplicate-features.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-abi-avr-interrupt.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-abi-avr-interrupt.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-abi-msp430-interrupt.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-abi-msp430-interrupt.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-abi-x86-interrupt.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-abi-x86-interrupt.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-abi.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-abi.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-abi_amdgpu_kernel.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-abi_amdgpu_kernel.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-abi_ptx.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-abi_ptx.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-abi_unadjusted.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-abi_unadjusted.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-adt_const_params.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-adt_const_params.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-alloc-error-handler.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-alloc-error-handler.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-allocator_internals.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-allocator_internals.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-allow-internal-unsafe-nested-macro.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-allow-internal-unsafe-nested-macro.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-allow-internal-unstable-nested-macro.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-allow-internal-unstable-nested-macro.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-allow-internal-unstable-struct.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-allow-internal-unstable-struct.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-allow-internal-unstable.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-allow-internal-unstable.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-arbitrary-self-types.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-arbitrary-self-types.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-arbitrary_self_types-raw-pointer.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-arbitrary_self_types-raw-pointer.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-asm_const.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-asm_const.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-asm_experimental_arch.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-asm_experimental_arch.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-asm_unwind.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-asm_unwind.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-assoc-type-defaults.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-assoc-type-defaults.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-associated_const_equality.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-associated_const_equality.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-associated_type_bounds.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-associated_type_bounds.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-auto-traits.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-auto-traits.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-box-expr.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-box-expr.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-box_patterns.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-box_patterns.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-box_syntax.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-box_syntax.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-c_variadic.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-c_variadic.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-cfg-target-abi.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-cfg-target-abi.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-cfg-target-compact.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-cfg-target-compact.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-cfg-target-has-atomic-equal-alignment.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-cfg-target-has-atomic-equal-alignment.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-cfg-target-has-atomic.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-cfg-target-has-atomic.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-cfg-target-thread-local.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-cfg-target-thread-local.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-cfg-version.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-cfg-version.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-cfg_sanitize.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-cfg_sanitize.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-check-cfg.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-check-cfg.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-closure_lifetime_binder.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-closure_lifetime_binder.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-closure_track_caller.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-closure_track_caller.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-collapse_debuginfo.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-collapse_debuginfo.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-compiler-builtins.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-compiler-builtins.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-concat_bytes.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-concat_bytes.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-concat_idents.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-concat_idents.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-concat_idents2.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-concat_idents2.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-concat_idents3.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-concat_idents3.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-const-indexing.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-const_refs_to_cell.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-custom_attribute.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-custom_attribute.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-custom_attribute2.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-custom_attribute2.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-custom_mir.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-custom_mir.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-custom_test_frameworks.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-custom_test_frameworks.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-debugger-visualizer.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-debugger-visualizer.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-decl_macro.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-decl_macro.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-default_type_parameter_fallback.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-default_type_parameter_fallback.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-deprecated_safe.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-deprecated_safe.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-dispatch-from-dyn-cell.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-dispatch-from-dyn-cell.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-dispatch-from-dyn-missing-impl.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-dispatch-from-dyn-missing-impl.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-doc_cfg.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-doc_cfg.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-doc_masked.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-doc_masked.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-doc_notable_trait.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-doc_notable_trait.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-exclusive-range-pattern.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-exclusive-range-pattern.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-exhaustive-patterns.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-exhaustive-patterns.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-extern_absolute_paths.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-extern_absolute_paths.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-extern_prelude.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-extern_prelude.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-extern_types.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-extern_types.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-feature-gate.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-feature-gate.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-ffi_const.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-ffi_const.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-ffi_pure.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-ffi_pure.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-ffi_returns_twice.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-ffi_returns_twice.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-fn_align.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-fn_align.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-format_args_nl.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-format_args_nl.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-fundamental.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-fundamental.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-generators.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-generators.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-generic_arg_infer.normal.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-generic_arg_infer.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-generic_associated_types_extended.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-generic_associated_types_extended.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-impl_trait_in_fn_trait_return.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-impl_trait_in_fn_trait_return.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-imported_main.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-imported_main.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-inherent_associated_types.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-inherent_associated_types.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-inline_const.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-inline_const.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-inline_const_pat.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-inline_const_pat.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-intrinsics.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-intrinsics.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-is_sorted.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-is_sorted.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-lang-items.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-lang-items.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-large-assignments.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-large-assignments.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-link_cfg.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-link_cfg.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-link_llvm_intrinsics.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-link_llvm_intrinsics.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-linkage.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-linkage.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-lint-reasons.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-lint-reasons.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-log_syntax.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-log_syntax.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-log_syntax.stdout [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-log_syntax2.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-log_syntax2.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-log_syntax2.stdout [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-marker_trait_attr.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-marker_trait_attr.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-may-dangle.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-may-dangle.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-min_const_fn.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-min_const_fn.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-more-qualified-paths.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-more-qualified-paths.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-multiple_supertrait_upcastable.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-multiple_supertrait_upcastable.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-naked_functions.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-naked_functions.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-native_link_modifiers_as_needed.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-native_link_modifiers_as_needed.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-needs-allocator.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-needs-allocator.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-negate-unsigned.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-negate-unsigned.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-never_type.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-never_type.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-no_core.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-no_core.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-no_coverage.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-no_coverage.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-no_sanitize.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-no_sanitize.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-non_exhaustive_omitted_patterns_lint.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-non_exhaustive_omitted_patterns_lint.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-non_lifetime_binders.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-non_lifetime_binders.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-object_safe_for_dispatch.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-object_safe_for_dispatch.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-omit-gdb-pretty-printer-section.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-omit-gdb-pretty-printer-section.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-optimize_attribute.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-optimize_attribute.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-overlapping_marker_traits.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-overlapping_marker_traits.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-precise_pointer_size_matching.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-precise_pointer_size_matching.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-prelude_import.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-prelude_import.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-profiler-runtime.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-profiler-runtime.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-public_private_dependencies.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-raw-dylib-2.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-raw-dylib-2.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-raw-dylib-import-name-type.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-raw-dylib-import-name-type.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-raw-dylib.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-raw-dylib.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-register_tool.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-register_tool.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-repr-simd.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-repr-simd.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-repr128.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-repr128.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-return_position_impl_trait_in_trait.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-return_position_impl_trait_in_trait.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-rust_cold_cc.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-rust_cold_cc.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-rustc-allow-const-fn-unstable.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-rustc-allow-const-fn-unstable.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-rustc-attrs-1.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-rustc-attrs-1.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-rustc-attrs.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-rustc-attrs.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-rustc_const_unstable.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-rustc_const_unstable.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-rustdoc_internals.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-rustdoc_internals.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-simd-ffi.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-simd-ffi.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-simd.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-simd.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-staged_api.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-staged_api.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-start.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-start.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-stmt_expr_attributes.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-stmt_expr_attributes.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-strict_provenance.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-strict_provenance.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-test_unstable_lint.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-test_unstable_lint.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-thread_local.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-thread_local.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-trace_macros.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-trace_macros.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-trait-alias.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-trait-alias.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-trait_upcasting.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-trait_upcasting.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-transparent_unions.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-transparent_unions.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-trivial_bounds-lint.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-trivial_bounds.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-trivial_bounds.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-try_blocks.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-try_blocks.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-type_alias_impl_trait.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-type_ascription.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-type_ascription.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-unboxed-closures-manual-impls.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-unboxed-closures-manual-impls.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-unboxed-closures-method-calls.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-unboxed-closures-method-calls.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-unboxed-closures-ufcs-calls.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-unboxed-closures-ufcs-calls.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-unboxed-closures.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-unboxed-closures.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-unix_sigpipe.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-unix_sigpipe.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-unsafe_pin_internals.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-unsafe_pin_internals.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-unsized_fn_params.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-unsized_fn_params.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-unsized_locals.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-unsized_locals.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-unsized_tuple_coercion.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-unsized_tuple_coercion.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-used_with_arg.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-used_with_arg.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-vectorcall.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-vectorcall.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-wasm_abi.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-wasm_abi.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-with_negative_coherence.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-with_negative_coherence.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-yeet_expr-in-cfg.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-yeet_expr-in-cfg.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-yeet_expr.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-yeet_expr.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gated-feature-in-macro-arg.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gated-feature-in-macro-arg.stderr [new file with mode: 0644]
tests/ui/feature-gates/gated-bad-feature.rs [new file with mode: 0644]
tests/ui/feature-gates/gated-bad-feature.stderr [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-bench.rs [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-bench.stderr [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-builtin-attrs-error.rs [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-builtin-attrs-error.stderr [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-builtin-attrs.rs [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-builtin-attrs.stderr [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-deprecated.rs [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-derive-2.rs [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-derive-2.stderr [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-derive.rs [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-derive.stderr [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-macro_escape.rs [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-macro_escape.stderr [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-macro_use.rs [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-macro_use.stderr [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-proc_macro_derive.rs [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-proc_macro_derive.stderr [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-stable.rs [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-stable.stderr [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-test.rs [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-test.stderr [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-unstable.rs [new file with mode: 0644]
tests/ui/feature-gates/issue-43106-gating-of-unstable.stderr [new file with mode: 0644]
tests/ui/feature-gates/issue-49983-see-issue-0.rs [new file with mode: 0644]
tests/ui/feature-gates/issue-49983-see-issue-0.stderr [new file with mode: 0644]
tests/ui/feature-gates/rustc-private.rs [new file with mode: 0644]
tests/ui/feature-gates/rustc-private.stderr [new file with mode: 0644]
tests/ui/feature-gates/soft-syntax-gates-with-errors.rs [new file with mode: 0644]
tests/ui/feature-gates/soft-syntax-gates-with-errors.stderr [new file with mode: 0644]
tests/ui/feature-gates/soft-syntax-gates-without-errors.rs [new file with mode: 0644]
tests/ui/feature-gates/soft-syntax-gates-without-errors.stderr [new file with mode: 0644]
tests/ui/feature-gates/stability-attribute-consistency.rs [new file with mode: 0644]
tests/ui/feature-gates/stability-attribute-consistency.stderr [new file with mode: 0644]
tests/ui/feature-gates/stable-features.rs [new file with mode: 0644]
tests/ui/feature-gates/stable-features.stderr [new file with mode: 0644]
tests/ui/feature-gates/trace_macros-gate.rs [new file with mode: 0644]
tests/ui/feature-gates/trace_macros-gate.stderr [new file with mode: 0644]
tests/ui/feature-gates/unknown-feature.rs [new file with mode: 0644]
tests/ui/feature-gates/unknown-feature.stderr [new file with mode: 0644]
tests/ui/feature-gates/unstable-attribute-allow-issue-0.rs [new file with mode: 0644]
tests/ui/feature-gates/unstable-attribute-allow-issue-0.stderr [new file with mode: 0644]
tests/ui/ffi_const.rs [new file with mode: 0644]
tests/ui/ffi_const.stderr [new file with mode: 0644]
tests/ui/ffi_const2.rs [new file with mode: 0644]
tests/ui/ffi_const2.stderr [new file with mode: 0644]
tests/ui/ffi_pure.rs [new file with mode: 0644]
tests/ui/ffi_pure.stderr [new file with mode: 0644]
tests/ui/ffi_returns_twice.rs [new file with mode: 0644]
tests/ui/ffi_returns_twice.stderr [new file with mode: 0644]
tests/ui/filter-block-view-items.rs [new file with mode: 0644]
tests/ui/fmt/auxiliary/format-string-proc-macro.rs [new file with mode: 0644]
tests/ui/fmt/format-args-capture-issue-102057.rs [new file with mode: 0644]
tests/ui/fmt/format-args-capture-issue-102057.stderr [new file with mode: 0644]
tests/ui/fmt/format-args-capture-issue-93378.rs [new file with mode: 0644]
tests/ui/fmt/format-args-capture-issue-93378.stderr [new file with mode: 0644]
tests/ui/fmt/format-args-capture-issue-94010.rs [new file with mode: 0644]
tests/ui/fmt/format-args-capture-issue-94010.stderr [new file with mode: 0644]
tests/ui/fmt/format-args-capture-macro-hygiene.rs [new file with mode: 0644]
tests/ui/fmt/format-args-capture-macro-hygiene.stderr [new file with mode: 0644]
tests/ui/fmt/format-args-capture-missing-variables.rs [new file with mode: 0644]
tests/ui/fmt/format-args-capture-missing-variables.stderr [new file with mode: 0644]
tests/ui/fmt/format-args-capture.rs [new file with mode: 0644]
tests/ui/fmt/format-expanded-string.rs [new file with mode: 0644]
tests/ui/fmt/format-expanded-string.stderr [new file with mode: 0644]
tests/ui/fmt/format-raw-string-error.rs [new file with mode: 0644]
tests/ui/fmt/format-raw-string-error.stderr [new file with mode: 0644]
tests/ui/fmt/format-string-error-2.rs [new file with mode: 0644]
tests/ui/fmt/format-string-error-2.stderr [new file with mode: 0644]
tests/ui/fmt/format-string-error.rs [new file with mode: 0644]
tests/ui/fmt/format-string-error.stderr [new file with mode: 0644]
tests/ui/fmt/format-string-wrong-order.rs [new file with mode: 0644]
tests/ui/fmt/format-string-wrong-order.stderr [new file with mode: 0644]
tests/ui/fmt/format-with-yield-point.rs [new file with mode: 0644]
tests/ui/fmt/ifmt-bad-arg.rs [new file with mode: 0644]
tests/ui/fmt/ifmt-bad-arg.stderr [new file with mode: 0644]
tests/ui/fmt/ifmt-bad-format-args.rs [new file with mode: 0644]
tests/ui/fmt/ifmt-bad-format-args.stderr [new file with mode: 0644]
tests/ui/fmt/ifmt-unimpl.rs [new file with mode: 0644]
tests/ui/fmt/ifmt-unimpl.stderr [new file with mode: 0644]
tests/ui/fmt/ifmt-unknown-trait.rs [new file with mode: 0644]
tests/ui/fmt/ifmt-unknown-trait.stderr [new file with mode: 0644]
tests/ui/fmt/incorrect-separator.rs [new file with mode: 0644]
tests/ui/fmt/incorrect-separator.stderr [new file with mode: 0644]
tests/ui/fmt/indoc-issue-106408.rs [new file with mode: 0644]
tests/ui/fmt/issue-103826.rs [new file with mode: 0644]
tests/ui/fmt/issue-103826.stderr [new file with mode: 0644]
tests/ui/fmt/issue-104142.rs [new file with mode: 0644]
tests/ui/fmt/issue-104142.stderr [new file with mode: 0644]
tests/ui/fmt/issue-75307.rs [new file with mode: 0644]
tests/ui/fmt/issue-75307.stderr [new file with mode: 0644]
tests/ui/fmt/issue-86085.rs [new file with mode: 0644]
tests/ui/fmt/issue-86085.stderr [new file with mode: 0644]
tests/ui/fmt/issue-89173.rs [new file with mode: 0644]
tests/ui/fmt/issue-89173.stderr [new file with mode: 0644]
tests/ui/fmt/issue-91556.rs [new file with mode: 0644]
tests/ui/fmt/issue-91556.stderr [new file with mode: 0644]
tests/ui/fmt/respanned-literal-issue-106191.rs [new file with mode: 0644]
tests/ui/fmt/respanned-literal-issue-106191.stderr [new file with mode: 0644]
tests/ui/fmt/send-sync.rs [new file with mode: 0644]
tests/ui/fmt/send-sync.stderr [new file with mode: 0644]
tests/ui/fmt/struct-field-as-captured-argument.fixed [new file with mode: 0644]
tests/ui/fmt/struct-field-as-captured-argument.rs [new file with mode: 0644]
tests/ui/fmt/struct-field-as-captured-argument.stderr [new file with mode: 0644]
tests/ui/fmt/unicode-escape-spans.rs [new file with mode: 0644]
tests/ui/fmt/unicode-escape-spans.stderr [new file with mode: 0644]
tests/ui/fn-in-pat.rs [new file with mode: 0644]
tests/ui/fn-in-pat.stderr [new file with mode: 0644]
tests/ui/fn/bad-main.rs [new file with mode: 0644]
tests/ui/fn/bad-main.stderr [new file with mode: 0644]
tests/ui/fn/dyn-fn-alignment.rs [new file with mode: 0644]
tests/ui/fn/expr-fn-panic.rs [new file with mode: 0644]
tests/ui/fn/expr-fn.rs [new file with mode: 0644]
tests/ui/fn/fn-bad-block-type.rs [new file with mode: 0644]
tests/ui/fn/fn-bad-block-type.stderr [new file with mode: 0644]
tests/ui/fn/fn-closure-mutable-capture.rs [new file with mode: 0644]
tests/ui/fn/fn-closure-mutable-capture.stderr [new file with mode: 0644]
tests/ui/fn/fn-compare-mismatch.rs [new file with mode: 0644]
tests/ui/fn/fn-compare-mismatch.stderr [new file with mode: 0644]
tests/ui/fn/fn-item-type.rs [new file with mode: 0644]
tests/ui/fn/fn-item-type.stderr [new file with mode: 0644]
tests/ui/fn/fn-pointer-mismatch.rs [new file with mode: 0644]
tests/ui/fn/fn-pointer-mismatch.stderr [new file with mode: 0644]
tests/ui/fn/fn-recover-return-sign.fixed [new file with mode: 0644]
tests/ui/fn/fn-recover-return-sign.rs [new file with mode: 0644]
tests/ui/fn/fn-recover-return-sign.stderr [new file with mode: 0644]
tests/ui/fn/fn-recover-return-sign2.rs [new file with mode: 0644]
tests/ui/fn/fn-recover-return-sign2.stderr [new file with mode: 0644]
tests/ui/fn/fn-trait-formatting.rs [new file with mode: 0644]
tests/ui/fn/fn-trait-formatting.stderr [new file with mode: 0644]
tests/ui/fn/fun-call-variants.rs [new file with mode: 0644]
tests/ui/fn/implied-bounds-unnorm-associated-type-2.rs [new file with mode: 0644]
tests/ui/fn/implied-bounds-unnorm-associated-type-2.stderr [new file with mode: 0644]
tests/ui/fn/implied-bounds-unnorm-associated-type-3.rs [new file with mode: 0644]
tests/ui/fn/implied-bounds-unnorm-associated-type-4.rs [new file with mode: 0644]
tests/ui/fn/implied-bounds-unnorm-associated-type-4.stderr [new file with mode: 0644]
tests/ui/fn/implied-bounds-unnorm-associated-type-5.rs [new file with mode: 0644]
tests/ui/fn/implied-bounds-unnorm-associated-type-5.stderr [new file with mode: 0644]
tests/ui/fn/implied-bounds-unnorm-associated-type.rs [new file with mode: 0644]
tests/ui/fn/implied-bounds-unnorm-associated-type.stderr [new file with mode: 0644]
tests/ui/fn/issue-3044.rs [new file with mode: 0644]
tests/ui/fn/issue-3044.stderr [new file with mode: 0644]
tests/ui/fn/issue-3904.rs [new file with mode: 0644]
tests/ui/fn/issue-80179.rs [new file with mode: 0644]
tests/ui/fn/issue-80179.stderr [new file with mode: 0644]
tests/ui/fn/keyword-order.rs [new file with mode: 0644]
tests/ui/fn/keyword-order.stderr [new file with mode: 0644]
tests/ui/fn/nested-function-names-issue-8587.rs [new file with mode: 0644]
tests/ui/fn/signature-error-reporting-under-verbose.rs [new file with mode: 0644]
tests/ui/fn/signature-error-reporting-under-verbose.stderr [new file with mode: 0644]
tests/ui/fn/suggest-return-closure.rs [new file with mode: 0644]
tests/ui/fn/suggest-return-closure.stderr [new file with mode: 0644]
tests/ui/fn/suggest-return-future.rs [new file with mode: 0644]
tests/ui/fn/suggest-return-future.stderr [new file with mode: 0644]
tests/ui/for-loop-while/auto-loop.rs [new file with mode: 0644]
tests/ui/for-loop-while/break-outside-loop.rs [new file with mode: 0644]
tests/ui/for-loop-while/break-outside-loop.stderr [new file with mode: 0644]
tests/ui/for-loop-while/break-value.rs [new file with mode: 0644]
tests/ui/for-loop-while/break-while-condition.rs [new file with mode: 0644]
tests/ui/for-loop-while/break-while-condition.stderr [new file with mode: 0644]
tests/ui/for-loop-while/break.rs [new file with mode: 0644]
tests/ui/for-loop-while/cleanup-rvalue-during-if-and-while.rs [new file with mode: 0644]
tests/ui/for-loop-while/for-destruct.rs [new file with mode: 0644]
tests/ui/for-loop-while/for-loop-goofiness.rs [new file with mode: 0644]
tests/ui/for-loop-while/for-loop-has-unit-body.rs [new file with mode: 0644]
tests/ui/for-loop-while/for-loop-into-iterator.rs [new file with mode: 0644]
tests/ui/for-loop-while/for-loop-lifetime-of-unbound-values.rs [new file with mode: 0644]
tests/ui/for-loop-while/for-loop-macro.rs [new file with mode: 0644]
tests/ui/for-loop-while/for-loop-mut-ref-element.rs [new file with mode: 0644]
tests/ui/for-loop-while/for-loop-no-std.rs [new file with mode: 0644]
tests/ui/for-loop-while/for-loop-panic.rs [new file with mode: 0644]
tests/ui/for-loop-while/for-loop-unconstrained-element-type-i32-fallback.rs [new file with mode: 0644]
tests/ui/for-loop-while/foreach-external-iterators-break.rs [new file with mode: 0644]
tests/ui/for-loop-while/foreach-external-iterators-hashmap-break-restart.rs [new file with mode: 0644]
tests/ui/for-loop-while/foreach-external-iterators-hashmap.rs [new file with mode: 0644]
tests/ui/for-loop-while/foreach-external-iterators-loop.rs [new file with mode: 0644]
tests/ui/for-loop-while/foreach-external-iterators-nested.rs [new file with mode: 0644]
tests/ui/for-loop-while/foreach-external-iterators.rs [new file with mode: 0644]
tests/ui/for-loop-while/foreach-nested.rs [new file with mode: 0644]
tests/ui/for-loop-while/foreach-put-structured.rs [new file with mode: 0644]
tests/ui/for-loop-while/foreach-simple-outer-slot.rs [new file with mode: 0644]
tests/ui/for-loop-while/issue-2216.rs [new file with mode: 0644]
tests/ui/for-loop-while/issue-51345.rs [new file with mode: 0644]
tests/ui/for-loop-while/issue-69841.rs [new file with mode: 0644]
tests/ui/for-loop-while/label_break_value.rs [new file with mode: 0644]
tests/ui/for-loop-while/label_break_value_invalid.rs [new file with mode: 0644]
tests/ui/for-loop-while/label_break_value_invalid.stderr [new file with mode: 0644]
tests/ui/for-loop-while/labeled-break.rs [new file with mode: 0644]
tests/ui/for-loop-while/linear-for-loop.rs [new file with mode: 0644]
tests/ui/for-loop-while/liveness-assign-imm-local-after-loop.rs [new file with mode: 0644]
tests/ui/for-loop-while/liveness-loop-break.rs [new file with mode: 0644]
tests/ui/for-loop-while/liveness-move-in-loop.rs [new file with mode: 0644]
tests/ui/for-loop-while/long-while.rs [new file with mode: 0644]
tests/ui/for-loop-while/loop-break-cont-1.rs [new file with mode: 0644]
tests/ui/for-loop-while/loop-break-cont.rs [new file with mode: 0644]
tests/ui/for-loop-while/loop-break-value.rs [new file with mode: 0644]
tests/ui/for-loop-while/loop-diverges.rs [new file with mode: 0644]
tests/ui/for-loop-while/loop-label-shadowing.rs [new file with mode: 0644]
tests/ui/for-loop-while/loop-labeled-break-value.rs [new file with mode: 0644]
tests/ui/for-loop-while/loop-no-reinit-needed-post-bot.rs [new file with mode: 0644]
tests/ui/for-loop-while/loop-scope.rs [new file with mode: 0644]
tests/ui/for-loop-while/while-cont.rs [new file with mode: 0644]
tests/ui/for-loop-while/while-flow-graph.rs [new file with mode: 0644]
tests/ui/for-loop-while/while-label.rs [new file with mode: 0644]
tests/ui/for-loop-while/while-let-2.rs [new file with mode: 0644]
tests/ui/for-loop-while/while-let-2.stderr [new file with mode: 0644]
tests/ui/for-loop-while/while-let.rs [new file with mode: 0644]
tests/ui/for-loop-while/while-loop-constraints-2.rs [new file with mode: 0644]
tests/ui/for-loop-while/while-prelude-drop.rs [new file with mode: 0644]
tests/ui/for-loop-while/while-with-break.rs [new file with mode: 0644]
tests/ui/for-loop-while/while.rs [new file with mode: 0644]
tests/ui/for/for-c-in-str.rs [new file with mode: 0644]
tests/ui/for/for-c-in-str.stderr [new file with mode: 0644]
tests/ui/for/for-else-err.rs [new file with mode: 0644]
tests/ui/for/for-else-err.stderr [new file with mode: 0644]
tests/ui/for/for-else-let-else-err.rs [new file with mode: 0644]
tests/ui/for/for-else-let-else-err.stderr [new file with mode: 0644]
tests/ui/for/for-expn.rs [new file with mode: 0644]
tests/ui/for/for-expn.stderr [new file with mode: 0644]
tests/ui/for/for-loop-bogosity.rs [new file with mode: 0644]
tests/ui/for/for-loop-bogosity.stderr [new file with mode: 0644]
tests/ui/for/for-loop-refutable-pattern-error-message.rs [new file with mode: 0644]
tests/ui/for/for-loop-refutable-pattern-error-message.stderr [new file with mode: 0644]
tests/ui/for/for-loop-type-error.rs [new file with mode: 0644]
tests/ui/for/for-loop-type-error.stderr [new file with mode: 0644]
tests/ui/for/for-loop-unconstrained-element-type.rs [new file with mode: 0644]
tests/ui/for/for-loop-unconstrained-element-type.stderr [new file with mode: 0644]
tests/ui/foreign-fn-return-lifetime.fixed [new file with mode: 0644]
tests/ui/foreign-fn-return-lifetime.rs [new file with mode: 0644]
tests/ui/foreign-fn-return-lifetime.stderr [new file with mode: 0644]
tests/ui/foreign-unsafe-fn-called.mir.stderr [new file with mode: 0644]
tests/ui/foreign-unsafe-fn-called.rs [new file with mode: 0644]
tests/ui/foreign-unsafe-fn-called.thir.stderr [new file with mode: 0644]
tests/ui/foreign/auxiliary/fn-abi.rs [new file with mode: 0644]
tests/ui/foreign/foreign-fn-linkname.rs [new file with mode: 0644]
tests/ui/foreign/foreign-int-types.rs [new file with mode: 0644]
tests/ui/foreign/foreign-mod-src/compiletest-ignore-dir [new file with mode: 0644]
tests/ui/foreign/foreign-mod-src/inner.rs [new file with mode: 0644]
tests/ui/foreign/foreign-mod-unused-const.rs [new file with mode: 0644]
tests/ui/foreign/foreign-pub-super.rs [new file with mode: 0644]
tests/ui/foreign/foreign-src/compiletest-ignore-dir [new file with mode: 0644]
tests/ui/foreign/foreign-src/foreign.rs [new file with mode: 0644]
tests/ui/foreign/foreign-truncated-arguments.rs [new file with mode: 0644]
tests/ui/foreign/foreign2.rs [new file with mode: 0644]
tests/ui/foreign/issue-74120-lowering-of-ffi-block-bodies.rs [new file with mode: 0644]
tests/ui/foreign/issue-74120-lowering-of-ffi-block-bodies.stderr [new file with mode: 0644]
tests/ui/foreign/issue-91370-foreign-fn-block-impl.rs [new file with mode: 0644]
tests/ui/foreign/issue-91370-foreign-fn-block-impl.stderr [new file with mode: 0644]
tests/ui/foreign/issue-99276-same-type-lifetimes.rs [new file with mode: 0644]
tests/ui/foreign/nil-decl-in-foreign.rs [new file with mode: 0644]
tests/ui/format-no-std.rs [new file with mode: 0644]
tests/ui/fully-qualified-type/fully-qualified-type-name1.rs [new file with mode: 0644]
tests/ui/fully-qualified-type/fully-qualified-type-name1.stderr [new file with mode: 0644]
tests/ui/fully-qualified-type/fully-qualified-type-name2.rs [new file with mode: 0644]
tests/ui/fully-qualified-type/fully-qualified-type-name2.stderr [new file with mode: 0644]
tests/ui/fully-qualified-type/fully-qualified-type-name4.rs [new file with mode: 0644]
tests/ui/fully-qualified-type/fully-qualified-type-name4.stderr [new file with mode: 0644]
tests/ui/fun-indirect-call.rs [new file with mode: 0644]
tests/ui/function-pointer/function-pointer-comparison-issue-54685.rs [new file with mode: 0644]
tests/ui/function-pointer/issue-102289.rs [new file with mode: 0644]
tests/ui/function-pointer/sized-ret-with-binder.rs [new file with mode: 0644]
tests/ui/function-pointer/unsized-ret.rs [new file with mode: 0644]
tests/ui/function-pointer/unsized-ret.stderr [new file with mode: 0644]
tests/ui/functional-struct-update/functional-struct-update-noncopyable.rs [new file with mode: 0644]
tests/ui/functional-struct-update/functional-struct-update-noncopyable.stderr [new file with mode: 0644]
tests/ui/functional-struct-update/functional-struct-update-respects-privacy.rs [new file with mode: 0644]
tests/ui/functional-struct-update/functional-struct-update-respects-privacy.stderr [new file with mode: 0644]
tests/ui/functions-closures/auxiliary/fn-abi.rs [new file with mode: 0644]
tests/ui/functions-closures/call-closure-from-overloaded-op.rs [new file with mode: 0644]
tests/ui/functions-closures/capture-clauses-boxed-closures.rs [new file with mode: 0644]
tests/ui/functions-closures/capture-clauses-unboxed-closures.rs [new file with mode: 0644]
tests/ui/functions-closures/clone-closure.rs [new file with mode: 0644]
tests/ui/functions-closures/closure-bounds-can-capture-chan.rs [new file with mode: 0644]
tests/ui/functions-closures/closure-expected-type/README.md [new file with mode: 0644]
tests/ui/functions-closures/closure-expected-type/expect-infer-supply-two-infers.rs [new file with mode: 0644]
tests/ui/functions-closures/closure-expected-type/issue-38714.rs [new file with mode: 0644]
tests/ui/functions-closures/closure-expected-type/supply-just-return-type.rs [new file with mode: 0644]
tests/ui/functions-closures/closure-expected-type/supply-nothing.rs [new file with mode: 0644]
tests/ui/functions-closures/closure-immediate.rs [new file with mode: 0644]
tests/ui/functions-closures/closure-inference.rs [new file with mode: 0644]
tests/ui/functions-closures/closure-inference2.rs [new file with mode: 0644]
tests/ui/functions-closures/closure-reform.rs [new file with mode: 0644]
tests/ui/functions-closures/closure-returning-closure.rs [new file with mode: 0644]
tests/ui/functions-closures/closure-to-fn-coercion.rs [new file with mode: 0644]
tests/ui/functions-closures/closure_to_fn_coercion-expected-types.rs [new file with mode: 0644]
tests/ui/functions-closures/copy-closure.rs [new file with mode: 0644]
tests/ui/functions-closures/fn-abi.rs [new file with mode: 0644]
tests/ui/functions-closures/fn-bare-assign.rs [new file with mode: 0644]
tests/ui/functions-closures/fn-bare-coerce-to-block.rs [new file with mode: 0644]
tests/ui/functions-closures/fn-bare-item.rs [new file with mode: 0644]
tests/ui/functions-closures/fn-bare-size.rs [new file with mode: 0644]
tests/ui/functions-closures/fn-bare-spawn.rs [new file with mode: 0644]
tests/ui/functions-closures/fn-coerce-field.rs [new file with mode: 0644]
tests/ui/functions-closures/fn-help-with-err-generic-is-not-function.rs [new file with mode: 0644]
tests/ui/functions-closures/fn-help-with-err-generic-is-not-function.stderr [new file with mode: 0644]
tests/ui/functions-closures/fn-help-with-err.rs [new file with mode: 0644]
tests/ui/functions-closures/fn-help-with-err.stderr [new file with mode: 0644]
tests/ui/functions-closures/fn-item-type-cast.rs [new file with mode: 0644]
tests/ui/functions-closures/fn-item-type-coerce.rs [new file with mode: 0644]
tests/ui/functions-closures/fn-item-type-zero-sized.rs [new file with mode: 0644]
tests/ui/functions-closures/fn-lval.rs [new file with mode: 0644]
tests/ui/functions-closures/fn-type-infer.rs [new file with mode: 0644]
tests/ui/functions-closures/implied-bounds-closure-arg-outlives.rs [new file with mode: 0644]
tests/ui/functions-closures/nullable-pointer-opt-closures.rs [new file with mode: 0644]
tests/ui/functions-closures/parallel-codegen-closures.rs [new file with mode: 0644]
tests/ui/functions-closures/return-from-closure.rs [new file with mode: 0644]
tests/ui/future-incompatible-lint-group.rs [new file with mode: 0644]
tests/ui/future-incompatible-lint-group.stderr [new file with mode: 0644]
tests/ui/generator/addassign-yield.rs [new file with mode: 0644]
tests/ui/generator/async-generator-issue-67158.rs [new file with mode: 0644]
tests/ui/generator/async-generator-issue-67158.stderr [new file with mode: 0644]
tests/ui/generator/auto-trait-regions.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/auto-trait-regions.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/auto-trait-regions.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/auto-trait-regions.rs [new file with mode: 0644]
tests/ui/generator/auto-trait-regions.stderr [new file with mode: 0644]
tests/ui/generator/auxiliary/metadata-sufficient-for-layout.rs [new file with mode: 0644]
tests/ui/generator/auxiliary/xcrate-reachable.rs [new file with mode: 0644]
tests/ui/generator/auxiliary/xcrate.rs [new file with mode: 0644]
tests/ui/generator/borrow-in-tail-expr.rs [new file with mode: 0644]
tests/ui/generator/borrowing.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/borrowing.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/borrowing.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/borrowing.rs [new file with mode: 0644]
tests/ui/generator/borrowing.stderr [new file with mode: 0644]
tests/ui/generator/clone-impl-async.rs [new file with mode: 0644]
tests/ui/generator/clone-impl-async.stderr [new file with mode: 0644]
tests/ui/generator/clone-impl-static.rs [new file with mode: 0644]
tests/ui/generator/clone-impl-static.stderr [new file with mode: 0644]
tests/ui/generator/clone-impl.rs [new file with mode: 0644]
tests/ui/generator/clone-impl.stderr [new file with mode: 0644]
tests/ui/generator/conditional-drop.rs [new file with mode: 0644]
tests/ui/generator/control-flow.rs [new file with mode: 0644]
tests/ui/generator/derived-drop-parent-expr.rs [new file with mode: 0644]
tests/ui/generator/discriminant.rs [new file with mode: 0644]
tests/ui/generator/drop-and-replace.rs [new file with mode: 0644]
tests/ui/generator/drop-control-flow.rs [new file with mode: 0644]
tests/ui/generator/drop-env.rs [new file with mode: 0644]
tests/ui/generator/drop-track-addassign-yield.rs [new file with mode: 0644]
tests/ui/generator/drop-tracking-parent-expression.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/drop-tracking-parent-expression.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/drop-tracking-parent-expression.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/drop-tracking-parent-expression.rs [new file with mode: 0644]
tests/ui/generator/drop-tracking-yielding-in-match-guards.rs [new file with mode: 0644]
tests/ui/generator/drop-yield-twice.rs [new file with mode: 0644]
tests/ui/generator/drop-yield-twice.stderr [new file with mode: 0644]
tests/ui/generator/dropck-resume.rs [new file with mode: 0644]
tests/ui/generator/dropck-resume.stderr [new file with mode: 0644]
tests/ui/generator/dropck.rs [new file with mode: 0644]
tests/ui/generator/dropck.stderr [new file with mode: 0644]
tests/ui/generator/generator-region-requirements.migrate.stderr [new file with mode: 0644]
tests/ui/generator/generator-region-requirements.rs [new file with mode: 0644]
tests/ui/generator/generator-region-requirements.stderr [new file with mode: 0644]
tests/ui/generator/generator-resume-after-panic.rs [new file with mode: 0644]
tests/ui/generator/generator-with-nll.rs [new file with mode: 0644]
tests/ui/generator/generator-with-nll.stderr [new file with mode: 0644]
tests/ui/generator/generator-yielding-or-returning-itself.rs [new file with mode: 0644]
tests/ui/generator/generator-yielding-or-returning-itself.stderr [new file with mode: 0644]
tests/ui/generator/issue-102645.rs [new file with mode: 0644]
tests/ui/generator/issue-102645.stderr [new file with mode: 0644]
tests/ui/generator/issue-105084.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/issue-105084.rs [new file with mode: 0644]
tests/ui/generator/issue-44197.rs [new file with mode: 0644]
tests/ui/generator/issue-45729-unsafe-in-generator.mir.stderr [new file with mode: 0644]
tests/ui/generator/issue-45729-unsafe-in-generator.rs [new file with mode: 0644]
tests/ui/generator/issue-45729-unsafe-in-generator.thir.stderr [new file with mode: 0644]
tests/ui/generator/issue-48048.rs [new file with mode: 0644]
tests/ui/generator/issue-48048.stderr [new file with mode: 0644]
tests/ui/generator/issue-52304.rs [new file with mode: 0644]
tests/ui/generator/issue-52398.rs [new file with mode: 0644]
tests/ui/generator/issue-52398.stderr [new file with mode: 0644]
tests/ui/generator/issue-53548-1.rs [new file with mode: 0644]
tests/ui/generator/issue-53548.rs [new file with mode: 0644]
tests/ui/generator/issue-57017.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/issue-57017.rs [new file with mode: 0644]
tests/ui/generator/issue-57084.rs [new file with mode: 0644]
tests/ui/generator/issue-57084.stderr [new file with mode: 0644]
tests/ui/generator/issue-57478.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/issue-57478.rs [new file with mode: 0644]
tests/ui/generator/issue-58888.rs [new file with mode: 0644]
tests/ui/generator/issue-61442-stmt-expr-with-drop.rs [new file with mode: 0644]
tests/ui/generator/issue-62506-two_awaits.rs [new file with mode: 0644]
tests/ui/generator/issue-64620-yield-array-element.rs [new file with mode: 0644]
tests/ui/generator/issue-64620-yield-array-element.stderr [new file with mode: 0644]
tests/ui/generator/issue-68112.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/issue-68112.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/issue-68112.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/issue-68112.rs [new file with mode: 0644]
tests/ui/generator/issue-69017.rs [new file with mode: 0644]
tests/ui/generator/issue-69039.rs [new file with mode: 0644]
tests/ui/generator/issue-87142.rs [new file with mode: 0644]
tests/ui/generator/issue-88653.rs [new file with mode: 0644]
tests/ui/generator/issue-88653.stderr [new file with mode: 0644]
tests/ui/generator/issue-91477.rs [new file with mode: 0644]
tests/ui/generator/issue-91477.stderr [new file with mode: 0644]
tests/ui/generator/issue-93161.rs [new file with mode: 0644]
tests/ui/generator/iterator-count.rs [new file with mode: 0644]
tests/ui/generator/layout-error.rs [new file with mode: 0644]
tests/ui/generator/layout-error.stderr [new file with mode: 0644]
tests/ui/generator/live-upvar-across-yield.rs [new file with mode: 0644]
tests/ui/generator/match-bindings.rs [new file with mode: 0644]
tests/ui/generator/match-bindings.stderr [new file with mode: 0644]
tests/ui/generator/metadata-sufficient-for-layout.rs [new file with mode: 0644]
tests/ui/generator/metadata-sufficient-for-layout.stderr [new file with mode: 0644]
tests/ui/generator/nested_generators.rs [new file with mode: 0644]
tests/ui/generator/niche-in-generator.rs [new file with mode: 0644]
tests/ui/generator/non-static-is-unpin.rs [new file with mode: 0644]
tests/ui/generator/not-send-sync.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/not-send-sync.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/not-send-sync.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/not-send-sync.rs [new file with mode: 0644]
tests/ui/generator/overlap-locals.rs [new file with mode: 0644]
tests/ui/generator/panic-drops-resume.rs [new file with mode: 0644]
tests/ui/generator/panic-drops.rs [new file with mode: 0644]
tests/ui/generator/panic-safe.rs [new file with mode: 0644]
tests/ui/generator/parent-expression.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/parent-expression.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/parent-expression.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/parent-expression.rs [new file with mode: 0644]
tests/ui/generator/partial-drop.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/partial-drop.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/partial-drop.rs [new file with mode: 0644]
tests/ui/generator/partial-initialization-across-yield.rs [new file with mode: 0644]
tests/ui/generator/partial-initialization-across-yield.stderr [new file with mode: 0644]
tests/ui/generator/pattern-borrow.rs [new file with mode: 0644]
tests/ui/generator/pattern-borrow.stderr [new file with mode: 0644]
tests/ui/generator/pin-box-generator.rs [new file with mode: 0644]
tests/ui/generator/print/generator-print-verbose-1.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/print/generator-print-verbose-1.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/print/generator-print-verbose-1.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/print/generator-print-verbose-1.rs [new file with mode: 0644]
tests/ui/generator/print/generator-print-verbose-2.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/print/generator-print-verbose-2.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/print/generator-print-verbose-2.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/print/generator-print-verbose-2.rs [new file with mode: 0644]
tests/ui/generator/print/generator-print-verbose-3.rs [new file with mode: 0644]
tests/ui/generator/print/generator-print-verbose-3.stderr [new file with mode: 0644]
tests/ui/generator/reborrow-mut-upvar.rs [new file with mode: 0644]
tests/ui/generator/reborrow-mut-upvar.stderr [new file with mode: 0644]
tests/ui/generator/ref-escapes-but-not-over-yield.rs [new file with mode: 0644]
tests/ui/generator/ref-escapes-but-not-over-yield.stderr [new file with mode: 0644]
tests/ui/generator/ref-upvar-not-send.rs [new file with mode: 0644]
tests/ui/generator/ref-upvar-not-send.stderr [new file with mode: 0644]
tests/ui/generator/reinit-in-match-guard.rs [new file with mode: 0644]
tests/ui/generator/resume-after-return.rs [new file with mode: 0644]
tests/ui/generator/resume-arg-late-bound.rs [new file with mode: 0644]
tests/ui/generator/resume-arg-late-bound.stderr [new file with mode: 0644]
tests/ui/generator/resume-arg-size.rs [new file with mode: 0644]
tests/ui/generator/resume-live-across-yield.rs [new file with mode: 0644]
tests/ui/generator/retain-resume-ref.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/retain-resume-ref.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/retain-resume-ref.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/retain-resume-ref.rs [new file with mode: 0644]
tests/ui/generator/retain-resume-ref.stderr [new file with mode: 0644]
tests/ui/generator/size-moved-locals.rs [new file with mode: 0644]
tests/ui/generator/sized-yield.rs [new file with mode: 0644]
tests/ui/generator/sized-yield.stderr [new file with mode: 0644]
tests/ui/generator/smoke-resume-args.rs [new file with mode: 0644]
tests/ui/generator/smoke.rs [new file with mode: 0644]
tests/ui/generator/static-generators.rs [new file with mode: 0644]
tests/ui/generator/static-mut-reference-across-yield.rs [new file with mode: 0644]
tests/ui/generator/static-not-unpin.rs [new file with mode: 0644]
tests/ui/generator/static-not-unpin.stderr [new file with mode: 0644]
tests/ui/generator/static-reference-across-yield.rs [new file with mode: 0644]
tests/ui/generator/too-live-local-in-immovable-gen.rs [new file with mode: 0644]
tests/ui/generator/too-live-local-in-immovable-gen.stderr [new file with mode: 0644]
tests/ui/generator/too-many-parameters.rs [new file with mode: 0644]
tests/ui/generator/too-many-parameters.stderr [new file with mode: 0644]
tests/ui/generator/type-mismatch-error.rs [new file with mode: 0644]
tests/ui/generator/type-mismatch-error.stderr [new file with mode: 0644]
tests/ui/generator/type-mismatch-signature-deduction.rs [new file with mode: 0644]
tests/ui/generator/type-mismatch-signature-deduction.stderr [new file with mode: 0644]
tests/ui/generator/unresolved-ct-var-drop-tracking.rs [new file with mode: 0644]
tests/ui/generator/unresolved-ct-var-drop-tracking.stderr [new file with mode: 0644]
tests/ui/generator/unresolved-ct-var.rs [new file with mode: 0644]
tests/ui/generator/unresolved-ct-var.stderr [new file with mode: 0644]
tests/ui/generator/xcrate-reachable.rs [new file with mode: 0644]
tests/ui/generator/xcrate.rs [new file with mode: 0644]
tests/ui/generator/yield-in-args-rev.rs [new file with mode: 0644]
tests/ui/generator/yield-in-args-rev.stderr [new file with mode: 0644]
tests/ui/generator/yield-in-args.rs [new file with mode: 0644]
tests/ui/generator/yield-in-args.stderr [new file with mode: 0644]
tests/ui/generator/yield-in-box.rs [new file with mode: 0644]
tests/ui/generator/yield-in-box.stderr [new file with mode: 0644]
tests/ui/generator/yield-in-const.rs [new file with mode: 0644]
tests/ui/generator/yield-in-const.stderr [new file with mode: 0644]
tests/ui/generator/yield-in-function.rs [new file with mode: 0644]
tests/ui/generator/yield-in-function.stderr [new file with mode: 0644]
tests/ui/generator/yield-in-initializer.rs [new file with mode: 0644]
tests/ui/generator/yield-in-initializer.stderr [new file with mode: 0644]
tests/ui/generator/yield-in-static.rs [new file with mode: 0644]
tests/ui/generator/yield-in-static.stderr [new file with mode: 0644]
tests/ui/generator/yield-outside-generator-issue-78653.rs [new file with mode: 0644]
tests/ui/generator/yield-outside-generator-issue-78653.stderr [new file with mode: 0644]
tests/ui/generator/yield-subtype.rs [new file with mode: 0644]
tests/ui/generator/yield-subtype.stderr [new file with mode: 0644]
tests/ui/generator/yield-while-iterating.rs [new file with mode: 0644]
tests/ui/generator/yield-while-iterating.stderr [new file with mode: 0644]
tests/ui/generator/yield-while-local-borrowed.rs [new file with mode: 0644]
tests/ui/generator/yield-while-local-borrowed.stderr [new file with mode: 0644]
tests/ui/generator/yield-while-ref-reborrowed.rs [new file with mode: 0644]
tests/ui/generator/yield-while-ref-reborrowed.stderr [new file with mode: 0644]
tests/ui/generator/yielding-in-match-guards.rs [new file with mode: 0644]
tests/ui/generic-associated-types/anonymize-bound-vars.rs [new file with mode: 0644]
tests/ui/generic-associated-types/auxiliary/foo_defn.rs [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/hrtb-implied-1.rs [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/hrtb-implied-1.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/hrtb-implied-2.rs [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/hrtb-implied-2.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/hrtb-implied-3.rs [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/hrtb-implied-3.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/issue-100013.rs [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/issue-100013.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/issue-80626.rs [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/issue-87735.rs [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/issue-87735.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/issue-87755.rs [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/issue-87755.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/issue-87803.rs [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/issue-87803.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/issue-88382.rs [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/issue-88382.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/issue-88460.rs [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/issue-88460.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/issue-88526.rs [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/issue-88526.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/issue-91762.rs [new file with mode: 0644]
tests/ui/generic-associated-types/bugs/issue-91762.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/collections-project-default.rs [new file with mode: 0644]
tests/ui/generic-associated-types/collections-project-default.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/collections.rs [new file with mode: 0644]
tests/ui/generic-associated-types/collectivity-regression.rs [new file with mode: 0644]
tests/ui/generic-associated-types/collectivity-regression.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/const-generics-gat-in-trait-return-type-1.rs [new file with mode: 0644]
tests/ui/generic-associated-types/const-generics-gat-in-trait-return-type-2.rs [new file with mode: 0644]
tests/ui/generic-associated-types/const-generics-gat-in-trait-return-type-3.rs [new file with mode: 0644]
tests/ui/generic-associated-types/const_params_have_right_type.rs [new file with mode: 0644]
tests/ui/generic-associated-types/const_params_have_right_type.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/constraint-assoc-type-suggestion.rs [new file with mode: 0644]
tests/ui/generic-associated-types/constraint-assoc-type-suggestion.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/construct_with_other_type.rs [new file with mode: 0644]
tests/ui/generic-associated-types/cross-crate-bounds.rs [new file with mode: 0644]
tests/ui/generic-associated-types/cross-crate-bounds.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/elided-in-expr-position.rs [new file with mode: 0644]
tests/ui/generic-associated-types/elided-in-expr-position.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/empty_generics.rs [new file with mode: 0644]
tests/ui/generic-associated-types/empty_generics.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/equality-bound.rs [new file with mode: 0644]
tests/ui/generic-associated-types/equality-bound.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/extended/lending_iterator.base.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/extended/lending_iterator.rs [new file with mode: 0644]
tests/ui/generic-associated-types/extended/lending_iterator_2.base.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/extended/lending_iterator_2.rs [new file with mode: 0644]
tests/ui/generic-associated-types/gat-in-trait-path-undeclared-lifetime.rs [new file with mode: 0644]
tests/ui/generic-associated-types/gat-in-trait-path-undeclared-lifetime.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/gat-in-trait-path.base.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/gat-in-trait-path.rs [new file with mode: 0644]
tests/ui/generic-associated-types/gat-trait-path-generic-type-arg.rs [new file with mode: 0644]
tests/ui/generic-associated-types/gat-trait-path-generic-type-arg.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/gat-trait-path-missing-lifetime.rs [new file with mode: 0644]
tests/ui/generic-associated-types/gat-trait-path-missing-lifetime.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/gat-trait-path-parenthesised-args.rs [new file with mode: 0644]
tests/ui/generic-associated-types/gat-trait-path-parenthesised-args.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/generic-associated-type-bounds.rs [new file with mode: 0644]
tests/ui/generic-associated-types/generic-associated-types-where.rs [new file with mode: 0644]
tests/ui/generic-associated-types/generic-associated-types-where.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/generic_associated_type_undeclared_lifetimes.rs [new file with mode: 0644]
tests/ui/generic-associated-types/generic_associated_type_undeclared_lifetimes.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/impl_bounds.rs [new file with mode: 0644]
tests/ui/generic-associated-types/impl_bounds.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/impl_bounds_ok.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-101020.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-101020.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-102114.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-102114.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-102333.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-102335-gat.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-102335-gat.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-47206-where-clause.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-47206-where-clause.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-58694-parameter-out-of-range.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-62326-parameter-out-of-range.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-67424.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-67510-pass.base.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-67510-pass.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-67510.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-67510.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-68641-check-gat-bounds.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-68641-check-gat-bounds.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-68642-broken-llvm-ir.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-68642-broken-llvm-ir.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-68643-broken-mir.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-68643-broken-mir.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-68644-codegen-selection.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-68644-codegen-selection.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-68645-codegen-fulfillment.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-68645-codegen-fulfillment.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-68648-1.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-68648-2.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-68648-2.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-68649-pass.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-68653.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-68656-unsized-values.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-68656-unsized-values.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-70303.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-70304.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-70304.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-71176.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-71176.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-74684-1.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-74684-1.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-74684-2.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-74684-2.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-74816.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-74816.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-74824.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-74824.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-76407.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-76535.base.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-76535.extended.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-76535.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-76826.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-78113-lifetime-mismatch-dyn-trait-box.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-78113-lifetime-mismatch-dyn-trait-box.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-78671.base.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-78671.extended.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-78671.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-79422.base.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-79422.extended.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-79422.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-79636-1.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-79636-1.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-79636-2.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-79636-2.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-80433-reduced.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-80433.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-80433.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-81487.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-81712-cyclic-traits.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-81712-cyclic-traits.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-81862.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-81862.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-84931.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-84931.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-85921.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-86218-2.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-86218.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-86483.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-86787.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-86787.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-87258_a.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-87258_a.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-87258_b.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-87258_b.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-87429-2.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-87429-associated-type-default.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-87429-associated-type-default.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-87429-specialization.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-87429-specialization.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-87429.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-87748.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-87750.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-88287.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-88287.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-88360.fixed [new file with mode: 0644]
tests/ui/generic-associated-types/issue-88360.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-88360.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-88405.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-88459.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-88595.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-88595.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-89008.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-89352.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-90014.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-90014.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-90729.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-91139.migrate.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-91139.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-91139.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-91883.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-91883.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-92033.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-92033.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-92096.migrate.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-92096.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-92096.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-92280.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-92954.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-93141.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-93262.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-93340.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-93341.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-93342.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-93874.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-95305.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-95305.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/iterable.rs [new file with mode: 0644]
tests/ui/generic-associated-types/method-unsatisfied-assoc-type-predicate.rs [new file with mode: 0644]
tests/ui/generic-associated-types/method-unsatisfied-assoc-type-predicate.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/mismatched-where-clause-regions.rs [new file with mode: 0644]
tests/ui/generic-associated-types/mismatched-where-clause-regions.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/missing-bounds.fixed [new file with mode: 0644]
tests/ui/generic-associated-types/missing-bounds.rs [new file with mode: 0644]
tests/ui/generic-associated-types/missing-bounds.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/missing-where-clause-on-trait.rs [new file with mode: 0644]
tests/ui/generic-associated-types/missing-where-clause-on-trait.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/missing_lifetime_args.rs [new file with mode: 0644]
tests/ui/generic-associated-types/missing_lifetime_args.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/missing_lifetime_const.rs [new file with mode: 0644]
tests/ui/generic-associated-types/missing_lifetime_const.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/own-bound-span.rs [new file with mode: 0644]
tests/ui/generic-associated-types/own-bound-span.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/parameter_number_and_kind.rs [new file with mode: 0644]
tests/ui/generic-associated-types/parameter_number_and_kind.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/parameter_number_and_kind_impl.rs [new file with mode: 0644]
tests/ui/generic-associated-types/parameter_number_and_kind_impl.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/parse/in-trait-impl.rs [new file with mode: 0644]
tests/ui/generic-associated-types/parse/in-trait.rs [new file with mode: 0644]
tests/ui/generic-associated-types/parse/trait-path-expected-token.rs [new file with mode: 0644]
tests/ui/generic-associated-types/parse/trait-path-expected-token.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/parse/trait-path-expressions.rs [new file with mode: 0644]
tests/ui/generic-associated-types/parse/trait-path-expressions.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/parse/trait-path-missing-gen_arg.rs [new file with mode: 0644]
tests/ui/generic-associated-types/parse/trait-path-missing-gen_arg.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/parse/trait-path-segments.rs [new file with mode: 0644]
tests/ui/generic-associated-types/parse/trait-path-segments.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/parse/trait-path-type-error-once-implemented.rs [new file with mode: 0644]
tests/ui/generic-associated-types/parse/trait-path-type-error-once-implemented.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/parse/trait-path-types.rs [new file with mode: 0644]
tests/ui/generic-associated-types/parse/trait-path-types.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/pointer_family.rs [new file with mode: 0644]
tests/ui/generic-associated-types/projection-bound-cycle-generic.rs [new file with mode: 0644]
tests/ui/generic-associated-types/projection-bound-cycle-generic.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/projection-bound-cycle.rs [new file with mode: 0644]
tests/ui/generic-associated-types/projection-bound-cycle.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/projection-type-lifetime-mismatch.rs [new file with mode: 0644]
tests/ui/generic-associated-types/projection-type-lifetime-mismatch.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/self-outlives-lint.rs [new file with mode: 0644]
tests/ui/generic-associated-types/self-outlives-lint.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/shadowing.rs [new file with mode: 0644]
tests/ui/generic-associated-types/shadowing.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/streaming_iterator.rs [new file with mode: 0644]
tests/ui/generic-associated-types/trait-objects.base.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/trait-objects.extended.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/trait-objects.rs [new file with mode: 0644]
tests/ui/generic-associated-types/type-param-defaults.rs [new file with mode: 0644]
tests/ui/generic-associated-types/type-param-defaults.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/unsatisfied-item-lifetime-bound.rs [new file with mode: 0644]
tests/ui/generic-associated-types/unsatisfied-item-lifetime-bound.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/unsatisfied-outlives-bound.rs [new file with mode: 0644]
tests/ui/generic-associated-types/unsatisfied-outlives-bound.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/variance_constraints.rs [new file with mode: 0644]
tests/ui/generics/autobind.rs [new file with mode: 0644]
tests/ui/generics/auxiliary/default_type_params_xc.rs [new file with mode: 0644]
tests/ui/generics/bad-mid-path-type-params.rs [new file with mode: 0644]
tests/ui/generics/bad-mid-path-type-params.stderr [new file with mode: 0644]
tests/ui/generics/generic-alias-unique.rs [new file with mode: 0644]
tests/ui/generics/generic-arg-mismatch-recover.rs [new file with mode: 0644]
tests/ui/generics/generic-arg-mismatch-recover.stderr [new file with mode: 0644]
tests/ui/generics/generic-default-type-params-cross-crate.rs [new file with mode: 0644]
tests/ui/generics/generic-default-type-params.rs [new file with mode: 0644]
tests/ui/generics/generic-derived-type.rs [new file with mode: 0644]
tests/ui/generics/generic-exterior-unique.rs [new file with mode: 0644]
tests/ui/generics/generic-extern-lifetime.rs [new file with mode: 0644]
tests/ui/generics/generic-extern-lifetime.stderr [new file with mode: 0644]
tests/ui/generics/generic-extern-mangle.rs [new file with mode: 0644]
tests/ui/generics/generic-extern.rs [new file with mode: 0644]
tests/ui/generics/generic-extern.stderr [new file with mode: 0644]
tests/ui/generics/generic-fn-infer.rs [new file with mode: 0644]
tests/ui/generics/generic-fn-twice.rs [new file with mode: 0644]
tests/ui/generics/generic-fn-unique.rs [new file with mode: 0644]
tests/ui/generics/generic-fn.rs [new file with mode: 0644]
tests/ui/generics/generic-function-item-where-type.rs [new file with mode: 0644]
tests/ui/generics/generic-function-item-where-type.stderr [new file with mode: 0644]
tests/ui/generics/generic-impl-less-params-with-defaults.rs [new file with mode: 0644]
tests/ui/generics/generic-impl-less-params-with-defaults.stderr [new file with mode: 0644]
tests/ui/generics/generic-impl-more-params-with-defaults.rs [new file with mode: 0644]
tests/ui/generics/generic-impl-more-params-with-defaults.stderr [new file with mode: 0644]
tests/ui/generics/generic-ivec-leak.rs [new file with mode: 0644]
tests/ui/generics/generic-lifetime-trait-impl.rs [new file with mode: 0644]
tests/ui/generics/generic-lifetime-trait-impl.stderr [new file with mode: 0644]
tests/ui/generics/generic-newtype-struct.rs [new file with mode: 0644]
tests/ui/generics/generic-no-mangle.fixed [new file with mode: 0644]
tests/ui/generics/generic-no-mangle.rs [new file with mode: 0644]
tests/ui/generics/generic-no-mangle.stderr [new file with mode: 0644]
tests/ui/generics/generic-non-trailing-defaults.rs [new file with mode: 0644]
tests/ui/generics/generic-non-trailing-defaults.stderr [new file with mode: 0644]
tests/ui/generics/generic-object.rs [new file with mode: 0644]
tests/ui/generics/generic-param-attrs.rs [new file with mode: 0644]
tests/ui/generics/generic-recursive-tag.rs [new file with mode: 0644]
tests/ui/generics/generic-static-methods.rs [new file with mode: 0644]
tests/ui/generics/generic-tag-corruption.rs [new file with mode: 0644]
tests/ui/generics/generic-tag-local.rs [new file with mode: 0644]
tests/ui/generics/generic-tag-match.rs [new file with mode: 0644]
tests/ui/generics/generic-tag-values.rs [new file with mode: 0644]
tests/ui/generics/generic-tag.rs [new file with mode: 0644]
tests/ui/generics/generic-temporary.rs [new file with mode: 0644]
tests/ui/generics/generic-tup.rs [new file with mode: 0644]
tests/ui/generics/generic-type-less-params-with-defaults.rs [new file with mode: 0644]
tests/ui/generics/generic-type-less-params-with-defaults.stderr [new file with mode: 0644]
tests/ui/generics/generic-type-more-params-with-defaults.rs [new file with mode: 0644]
tests/ui/generics/generic-type-more-params-with-defaults.stderr [new file with mode: 0644]
tests/ui/generics/generic-type-params-forward-mention.rs [new file with mode: 0644]
tests/ui/generics/generic-type-params-forward-mention.stderr [new file with mode: 0644]
tests/ui/generics/generic-type-params-name-repr.rs [new file with mode: 0644]
tests/ui/generics/generic-type-params-name-repr.stderr [new file with mode: 0644]
tests/ui/generics/generic-type-synonym.rs [new file with mode: 0644]
tests/ui/generics/generic-type.rs [new file with mode: 0644]
tests/ui/generics/generic-unique.rs [new file with mode: 0644]
tests/ui/generics/issue-106694.rs [new file with mode: 0644]
tests/ui/generics/issue-106694.stderr [new file with mode: 0644]
tests/ui/generics/issue-1112.rs [new file with mode: 0644]
tests/ui/generics/issue-2936.rs [new file with mode: 0644]
tests/ui/generics/issue-32498.rs [new file with mode: 0644]
tests/ui/generics/issue-333.rs [new file with mode: 0644]
tests/ui/generics/issue-59508-1.rs [new file with mode: 0644]
tests/ui/generics/issue-59508-1.stderr [new file with mode: 0644]
tests/ui/generics/issue-59508.fixed [new file with mode: 0644]
tests/ui/generics/issue-59508.rs [new file with mode: 0644]
tests/ui/generics/issue-59508.stderr [new file with mode: 0644]
tests/ui/generics/issue-61631-default-type-param-can-reference-self-in-trait.rs [new file with mode: 0644]
tests/ui/generics/issue-61631-default-type-param-can-reference-self-in-trait.stderr [new file with mode: 0644]
tests/ui/generics/issue-61631-default-type-param-cannot-reference-self.rs [new file with mode: 0644]
tests/ui/generics/issue-61631-default-type-param-cannot-reference-self.stderr [new file with mode: 0644]
tests/ui/generics/issue-65285-incorrect-explicit-lifetime-name-needed.rs [new file with mode: 0644]
tests/ui/generics/issue-65285-incorrect-explicit-lifetime-name-needed.stderr [new file with mode: 0644]
tests/ui/generics/issue-80512-param-reordering-with-defaults.rs [new file with mode: 0644]
tests/ui/generics/issue-80512-param-reordering-with-defaults.stderr [new file with mode: 0644]
tests/ui/generics/issue-94432-garbage-ice.rs [new file with mode: 0644]
tests/ui/generics/issue-94923.rs [new file with mode: 0644]
tests/ui/generics/issue-95208-ignore-qself.fixed [new file with mode: 0644]
tests/ui/generics/issue-95208-ignore-qself.rs [new file with mode: 0644]
tests/ui/generics/issue-95208-ignore-qself.stderr [new file with mode: 0644]
tests/ui/generics/issue-95208.fixed [new file with mode: 0644]
tests/ui/generics/issue-95208.rs [new file with mode: 0644]
tests/ui/generics/issue-95208.stderr [new file with mode: 0644]
tests/ui/generics/issue-98432.rs [new file with mode: 0644]
tests/ui/generics/issue-98432.stderr [new file with mode: 0644]
tests/ui/generics/lifetime-before-type-params.rs [new file with mode: 0644]
tests/ui/generics/lifetime-before-type-params.stderr [new file with mode: 0644]
tests/ui/generics/mid-path-type-params.rs [new file with mode: 0644]
tests/ui/generics/param-in-ct-in-ty-param-default.rs [new file with mode: 0644]
tests/ui/generics/param-in-ct-in-ty-param-default.stderr [new file with mode: 0644]
tests/ui/generics/post_monomorphization_error_backtrace.rs [new file with mode: 0644]
tests/ui/generics/post_monomorphization_error_backtrace.stderr [new file with mode: 0644]
tests/ui/generics/single-colon-path-not-const-generics.rs [new file with mode: 0644]
tests/ui/generics/single-colon-path-not-const-generics.stderr [new file with mode: 0644]
tests/ui/generics/type-params-in-for-each.rs [new file with mode: 0644]
tests/ui/generics/wrong-number-of-args.rs [new file with mode: 0644]
tests/ui/generics/wrong-number-of-args.stderr [new file with mode: 0644]
tests/ui/global-scope.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/exclusive_range_pattern_syntax_collision.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/exclusive_range_pattern_syntax_collision.stderr [new file with mode: 0644]
tests/ui/half-open-range-patterns/exclusive_range_pattern_syntax_collision2.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/exclusive_range_pattern_syntax_collision2.stderr [new file with mode: 0644]
tests/ui/half-open-range-patterns/exclusive_range_pattern_syntax_collision3.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/exclusive_range_pattern_syntax_collision3.stderr [new file with mode: 0644]
tests/ui/half-open-range-patterns/feature-gate-half-open-range-patterns-in-slices.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/feature-gate-half-open-range-patterns-in-slices.stderr [new file with mode: 0644]
tests/ui/half-open-range-patterns/half-open-range-pats-bad-types.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/half-open-range-pats-bad-types.stderr [new file with mode: 0644]
tests/ui/half-open-range-patterns/half-open-range-pats-exhaustive-fail.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/half-open-range-pats-exhaustive-fail.stderr [new file with mode: 0644]
tests/ui/half-open-range-patterns/half-open-range-pats-exhaustive-pass.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/half-open-range-pats-inclusive-dotdotdot-bad-syntax.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/half-open-range-pats-inclusive-dotdotdot-bad-syntax.stderr [new file with mode: 0644]
tests/ui/half-open-range-patterns/half-open-range-pats-inclusive-match-arrow.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/half-open-range-pats-inclusive-match-arrow.stderr [new file with mode: 0644]
tests/ui/half-open-range-patterns/half-open-range-pats-inclusive-no-end.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/half-open-range-pats-inclusive-no-end.stderr [new file with mode: 0644]
tests/ui/half-open-range-patterns/half-open-range-pats-ref-ambiguous-interp.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/half-open-range-pats-ref-ambiguous-interp.stderr [new file with mode: 0644]
tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/half-open-range-pats-syntactic-pass.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/half-open-range-pats-thir-lower-empty.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/half-open-range-pats-thir-lower-empty.stderr [new file with mode: 0644]
tests/ui/half-open-range-patterns/pat-tuple-4.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/pat-tuple-5.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/pat-tuple-5.stderr [new file with mode: 0644]
tests/ui/half-open-range-patterns/range_pat_interactions0.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/range_pat_interactions1.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/range_pat_interactions1.stderr [new file with mode: 0644]
tests/ui/half-open-range-patterns/range_pat_interactions2.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/range_pat_interactions2.stderr [new file with mode: 0644]
tests/ui/half-open-range-patterns/range_pat_interactions3.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/range_pat_interactions3.stderr [new file with mode: 0644]
tests/ui/half-open-range-patterns/slice_pattern_syntax_problem0.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/slice_pattern_syntax_problem0.stderr [new file with mode: 0644]
tests/ui/half-open-range-patterns/slice_pattern_syntax_problem1.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/slice_pattern_syntax_problem1.stderr [new file with mode: 0644]
tests/ui/half-open-range-patterns/slice_pattern_syntax_problem2.rs [new file with mode: 0644]
tests/ui/hashmap/hashmap-capacity-overflow.rs [new file with mode: 0644]
tests/ui/hashmap/hashmap-index-mut.rs [new file with mode: 0644]
tests/ui/hashmap/hashmap-index-mut.stderr [new file with mode: 0644]
tests/ui/hashmap/hashmap-iter-value-lifetime.rs [new file with mode: 0644]
tests/ui/hashmap/hashmap-iter-value-lifetime.stderr [new file with mode: 0644]
tests/ui/hashmap/hashmap-lifetimes.rs [new file with mode: 0644]
tests/ui/hashmap/hashmap-lifetimes.stderr [new file with mode: 0644]
tests/ui/hashmap/hashmap-memory.rs [new file with mode: 0644]
tests/ui/hello.rs [new file with mode: 0644]
tests/ui/hello_world/main.rs [new file with mode: 0644]
tests/ui/higher-lifetime-bounds.rs [new file with mode: 0644]
tests/ui/higher-lifetime-bounds.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/complex.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/due-to-where-clause.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/due-to-where-clause.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hang-on-deeply-nested-dyn.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hang-on-deeply-nested-dyn.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-binder-levels-in-object-types.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-cache-issue-54302.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-cache-issue-54302.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-conflate-regions.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-conflate-regions.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-debruijn-in-receiver.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-debruijn-in-receiver.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-debruijn-object-types-in-closures.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-exists-forall-fn.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-exists-forall-fn.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-exists-forall-trait-contravariant.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-exists-forall-trait-contravariant.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-exists-forall-trait-covariant.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-exists-forall-trait-invariant.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-exists-forall-trait-invariant.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-fn-like-trait-object.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-fn-like-trait.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-higher-ranker-supertraits-transitive.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-higher-ranker-supertraits-transitive.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-higher-ranker-supertraits.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-higher-ranker-supertraits.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-identity-fn-borrows.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-identity-fn-borrows.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-just-for-static.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-just-for-static.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-malformed-lifetime-generics.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-malformed-lifetime-generics.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-opt-in-copy.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-parse.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-perfect-forwarding.polonius.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-perfect-forwarding.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-perfect-forwarding.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-precedence-of-plus-where-clause.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-precedence-of-plus.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-resolve-lifetime.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-trait-object-paren-notation.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-trait-object-passed-to-closure.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-type-outlives.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-unboxed-closure-trait.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-wrong-kind.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/hrtb-wrong-kind.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-100689.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-102899.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-30786.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-30786.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-36139-normalize-closure-sig.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-39292.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-42114.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-43623.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-46989.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-46989.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-57639.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-58451.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-58451.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-59311.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-59311.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-60283.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-62203-hrtb-ice.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-62203-hrtb-ice.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-88446.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-88586-hr-self-outlives-in-trait-def.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-90177.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-95034.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-95230.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-44005.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-56556.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-62529-1.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-62529-2.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-62529-3.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-62529-3.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-62529-4.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-62529-5.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-62529-6.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-70120.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-71955.migrate.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-71955.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-71955.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-74261.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-76956.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-80706.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-80956.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-81809.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-85455.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-85455.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-89118.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-89118.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-89436.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-90612.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-90638.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-90875.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-90950.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-90950.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/norm-before-method-resolution.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/norm-before-method-resolution.stderr [new file with mode: 0644]
tests/ui/hr-subtype/hr-subtype.bound_a_b_ret_a_vs_bound_a_ret_a.stderr [new file with mode: 0644]
tests/ui/hr-subtype/hr-subtype.bound_a_vs_free_x.stderr [new file with mode: 0644]
tests/ui/hr-subtype/hr-subtype.bound_inv_a_b_vs_bound_inv_a.stderr [new file with mode: 0644]
tests/ui/hr-subtype/hr-subtype.free_inv_x_vs_free_inv_y.stderr [new file with mode: 0644]
tests/ui/hr-subtype/hr-subtype.free_x_vs_free_y.stderr [new file with mode: 0644]
tests/ui/hr-subtype/hr-subtype.rs [new file with mode: 0644]
tests/ui/hr-subtype/placeholder-pattern-fail.rs [new file with mode: 0644]
tests/ui/hr-subtype/placeholder-pattern-fail.stderr [new file with mode: 0644]
tests/ui/hr-subtype/placeholder-pattern.rs [new file with mode: 0644]
tests/ui/hr-subtype/return-static.rs [new file with mode: 0644]
tests/ui/hygiene/arguments.rs [new file with mode: 0644]
tests/ui/hygiene/arguments.stderr [new file with mode: 0644]
tests/ui/hygiene/assoc_item_ctxt.rs [new file with mode: 0644]
tests/ui/hygiene/assoc_item_ctxt.stderr [new file with mode: 0644]
tests/ui/hygiene/assoc_ty_bindings.rs [new file with mode: 0644]
tests/ui/hygiene/auxiliary/codegen-attrs.rs [new file with mode: 0644]
tests/ui/hygiene/auxiliary/def-site-async-await.rs [new file with mode: 0644]
tests/ui/hygiene/auxiliary/fields.rs [new file with mode: 0644]
tests/ui/hygiene/auxiliary/intercrate.rs [new file with mode: 0644]
tests/ui/hygiene/auxiliary/legacy_interaction.rs [new file with mode: 0644]
tests/ui/hygiene/auxiliary/local_inner_macros.rs [new file with mode: 0644]
tests/ui/hygiene/auxiliary/methods.rs [new file with mode: 0644]
tests/ui/hygiene/auxiliary/my_crate.rs [new file with mode: 0644]
tests/ui/hygiene/auxiliary/needs_hygiene.rs [new file with mode: 0644]
tests/ui/hygiene/auxiliary/nested-dollar-crate.rs [new file with mode: 0644]
tests/ui/hygiene/auxiliary/not-libstd.rs [new file with mode: 0644]
tests/ui/hygiene/auxiliary/opaque-hygiene.rs [new file with mode: 0644]
tests/ui/hygiene/auxiliary/pub_hygiene.rs [new file with mode: 0644]
tests/ui/hygiene/auxiliary/stdlib-prelude.rs [new file with mode: 0644]
tests/ui/hygiene/auxiliary/transparent-basic.rs [new file with mode: 0644]
tests/ui/hygiene/auxiliary/unhygienic_example.rs [new file with mode: 0644]
tests/ui/hygiene/auxiliary/use_by_macro.rs [new file with mode: 0644]
tests/ui/hygiene/auxiliary/variants.rs [new file with mode: 0644]
tests/ui/hygiene/auxiliary/xcrate.rs [new file with mode: 0644]
tests/ui/hygiene/cross-crate-codegen-attrs.rs [new file with mode: 0644]
tests/ui/hygiene/cross-crate-define-and-use.rs [new file with mode: 0644]
tests/ui/hygiene/cross-crate-fields.rs [new file with mode: 0644]
tests/ui/hygiene/cross-crate-glob-hygiene.rs [new file with mode: 0644]
tests/ui/hygiene/cross-crate-glob-hygiene.stderr [new file with mode: 0644]
tests/ui/hygiene/cross-crate-methods.rs [new file with mode: 0644]
tests/ui/hygiene/cross-crate-name-collision.rs [new file with mode: 0644]
tests/ui/hygiene/cross-crate-name-hiding-2.rs [new file with mode: 0644]
tests/ui/hygiene/cross-crate-name-hiding-2.stderr [new file with mode: 0644]
tests/ui/hygiene/cross-crate-name-hiding.rs [new file with mode: 0644]
tests/ui/hygiene/cross-crate-name-hiding.stderr [new file with mode: 0644]
tests/ui/hygiene/cross-crate-redefine.rs [new file with mode: 0644]
tests/ui/hygiene/cross-crate-redefine.stderr [new file with mode: 0644]
tests/ui/hygiene/cross-crate-variants.rs [new file with mode: 0644]
tests/ui/hygiene/dollar-crate-modern.rs [new file with mode: 0644]
tests/ui/hygiene/duplicate_lifetimes.rs [new file with mode: 0644]
tests/ui/hygiene/duplicate_lifetimes.stderr [new file with mode: 0644]
tests/ui/hygiene/eager-from-opaque-2.rs [new file with mode: 0644]
tests/ui/hygiene/eager-from-opaque.rs [new file with mode: 0644]
tests/ui/hygiene/expansion-info-reset.rs [new file with mode: 0644]
tests/ui/hygiene/expansion-info-reset.stderr [new file with mode: 0644]
tests/ui/hygiene/extern-prelude-from-opaque-fail.rs [new file with mode: 0644]
tests/ui/hygiene/extern-prelude-from-opaque-fail.stderr [new file with mode: 0644]
tests/ui/hygiene/fields-definition.rs [new file with mode: 0644]
tests/ui/hygiene/fields-definition.stderr [new file with mode: 0644]
tests/ui/hygiene/fields-move.rs [new file with mode: 0644]
tests/ui/hygiene/fields-move.stderr [new file with mode: 0644]
tests/ui/hygiene/fields-numeric-borrowck.rs [new file with mode: 0644]
tests/ui/hygiene/fields-numeric-borrowck.stderr [new file with mode: 0644]
tests/ui/hygiene/fields.rs [new file with mode: 0644]
tests/ui/hygiene/fields.stderr [new file with mode: 0644]
tests/ui/hygiene/for-loop.rs [new file with mode: 0644]
tests/ui/hygiene/for-loop.stderr [new file with mode: 0644]
tests/ui/hygiene/format-args.rs [new file with mode: 0644]
tests/ui/hygiene/generate-mod.rs [new file with mode: 0644]
tests/ui/hygiene/generate-mod.stderr [new file with mode: 0644]
tests/ui/hygiene/generic_params.rs [new file with mode: 0644]
tests/ui/hygiene/globs.rs [new file with mode: 0644]
tests/ui/hygiene/globs.stderr [new file with mode: 0644]
tests/ui/hygiene/hir-res-hygiene.rs [new file with mode: 0644]
tests/ui/hygiene/hygiene-dodging-1.rs [new file with mode: 0644]
tests/ui/hygiene/hygiene.rs [new file with mode: 0644]
tests/ui/hygiene/hygienic-label-1.rs [new file with mode: 0644]
tests/ui/hygiene/hygienic-label-1.stderr [new file with mode: 0644]
tests/ui/hygiene/hygienic-label-2.rs [new file with mode: 0644]
tests/ui/hygiene/hygienic-label-2.stderr [new file with mode: 0644]
tests/ui/hygiene/hygienic-label-3.rs [new file with mode: 0644]
tests/ui/hygiene/hygienic-label-3.stderr [new file with mode: 0644]
tests/ui/hygiene/hygienic-label-4.rs [new file with mode: 0644]
tests/ui/hygiene/hygienic-label-4.stderr [new file with mode: 0644]
tests/ui/hygiene/hygienic-labels-in-let.rs [new file with mode: 0644]
tests/ui/hygiene/hygienic-labels.rs [new file with mode: 0644]
tests/ui/hygiene/impl_items-2.rs [new file with mode: 0644]
tests/ui/hygiene/impl_items-2.stderr [new file with mode: 0644]
tests/ui/hygiene/impl_items.rs [new file with mode: 0644]
tests/ui/hygiene/impl_items.stderr [new file with mode: 0644]
tests/ui/hygiene/intercrate.rs [new file with mode: 0644]
tests/ui/hygiene/intercrate.stderr [new file with mode: 0644]
tests/ui/hygiene/issue-15221.rs [new file with mode: 0644]
tests/ui/hygiene/issue-32922.rs [new file with mode: 0644]
tests/ui/hygiene/issue-40847.rs [new file with mode: 0644]
tests/ui/hygiene/issue-44128.rs [new file with mode: 0644]
tests/ui/hygiene/issue-47311.rs [new file with mode: 0644]
tests/ui/hygiene/issue-47312.rs [new file with mode: 0644]
tests/ui/hygiene/issue-61574-const-parameters.rs [new file with mode: 0644]
tests/ui/hygiene/issue-77523-def-site-async-await.rs [new file with mode: 0644]
tests/ui/hygiene/items.rs [new file with mode: 0644]
tests/ui/hygiene/lambda-var-hygiene.rs [new file with mode: 0644]
tests/ui/hygiene/legacy_interaction.rs [new file with mode: 0644]
tests/ui/hygiene/lexical.rs [new file with mode: 0644]
tests/ui/hygiene/local_inner_macros.rs [new file with mode: 0644]
tests/ui/hygiene/macro-metavars-legacy.rs [new file with mode: 0644]
tests/ui/hygiene/macro-metavars-transparent.rs [new file with mode: 0644]
tests/ui/hygiene/missing-self-diag.rs [new file with mode: 0644]
tests/ui/hygiene/missing-self-diag.stderr [new file with mode: 0644]
tests/ui/hygiene/nested-dollar-crate.rs [new file with mode: 0644]
tests/ui/hygiene/nested_macro_privacy.rs [new file with mode: 0644]
tests/ui/hygiene/nested_macro_privacy.stderr [new file with mode: 0644]
tests/ui/hygiene/no_implicit_prelude-2018.rs [new file with mode: 0644]
tests/ui/hygiene/no_implicit_prelude-2018.stderr [new file with mode: 0644]
tests/ui/hygiene/no_implicit_prelude-2021.rs [new file with mode: 0644]
tests/ui/hygiene/no_implicit_prelude.rs [new file with mode: 0644]
tests/ui/hygiene/no_implicit_prelude.stderr [new file with mode: 0644]
tests/ui/hygiene/panic-location.rs [new file with mode: 0644]
tests/ui/hygiene/panic-location.run.stderr [new file with mode: 0644]
tests/ui/hygiene/pattern-macro.rs [new file with mode: 0644]
tests/ui/hygiene/pattern-macro.stderr [new file with mode: 0644]
tests/ui/hygiene/prelude-import-hygiene.rs [new file with mode: 0644]
tests/ui/hygiene/privacy-early.rs [new file with mode: 0644]
tests/ui/hygiene/privacy-early.stderr [new file with mode: 0644]
tests/ui/hygiene/privacy.rs [new file with mode: 0644]
tests/ui/hygiene/privacy.stderr [new file with mode: 0644]
tests/ui/hygiene/rustc-macro-transparency.rs [new file with mode: 0644]
tests/ui/hygiene/rustc-macro-transparency.stderr [new file with mode: 0644]
tests/ui/hygiene/specialization.rs [new file with mode: 0644]
tests/ui/hygiene/stdlib-prelude-from-opaque-early.rs [new file with mode: 0644]
tests/ui/hygiene/stdlib-prelude-from-opaque-late.rs [new file with mode: 0644]
tests/ui/hygiene/thread-local-not-in-prelude.rs [new file with mode: 0644]
tests/ui/hygiene/trait_items-2.rs [new file with mode: 0644]
tests/ui/hygiene/trait_items.rs [new file with mode: 0644]
tests/ui/hygiene/trait_items.stderr [new file with mode: 0644]
tests/ui/hygiene/traits-in-scope.rs [new file with mode: 0644]
tests/ui/hygiene/transparent-basic.rs [new file with mode: 0644]
tests/ui/hygiene/unpretty-debug.rs [new file with mode: 0644]
tests/ui/hygiene/unpretty-debug.stdout [new file with mode: 0644]
tests/ui/hygiene/wrap_unhygienic_example.rs [new file with mode: 0644]
tests/ui/hygiene/xcrate.rs [new file with mode: 0644]
tests/ui/illegal-sized-bound/mutability-mismatch-arg.fixed [new file with mode: 0644]
tests/ui/illegal-sized-bound/mutability-mismatch-arg.rs [new file with mode: 0644]
tests/ui/illegal-sized-bound/mutability-mismatch-arg.stderr [new file with mode: 0644]
tests/ui/illegal-sized-bound/mutability-mismatch.rs [new file with mode: 0644]
tests/ui/illegal-sized-bound/mutability-mismatch.stderr [new file with mode: 0644]
tests/ui/illegal-sized-bound/regular.rs [new file with mode: 0644]
tests/ui/illegal-sized-bound/regular.stderr [new file with mode: 0644]
tests/ui/illegal-ufcs-drop.fixed [new file with mode: 0644]
tests/ui/illegal-ufcs-drop.rs [new file with mode: 0644]
tests/ui/illegal-ufcs-drop.stderr [new file with mode: 0644]
tests/ui/impl-header-lifetime-elision/assoc-type.rs [new file with mode: 0644]
tests/ui/impl-header-lifetime-elision/assoc-type.stderr [new file with mode: 0644]
tests/ui/impl-header-lifetime-elision/constant-used-as-arraylen.rs [new file with mode: 0644]
tests/ui/impl-header-lifetime-elision/dyn-trait.rs [new file with mode: 0644]
tests/ui/impl-header-lifetime-elision/dyn-trait.stderr [new file with mode: 0644]
tests/ui/impl-header-lifetime-elision/explicit-and-elided-same-header.rs [new file with mode: 0644]
tests/ui/impl-header-lifetime-elision/inherent-impl.rs [new file with mode: 0644]
tests/ui/impl-header-lifetime-elision/path-elided.rs [new file with mode: 0644]
tests/ui/impl-header-lifetime-elision/path-elided.stderr [new file with mode: 0644]
tests/ui/impl-header-lifetime-elision/path-underscore.rs [new file with mode: 0644]
tests/ui/impl-header-lifetime-elision/ref-underscore.rs [new file with mode: 0644]
tests/ui/impl-header-lifetime-elision/trait-elided.rs [new file with mode: 0644]
tests/ui/impl-header-lifetime-elision/trait-elided.stderr [new file with mode: 0644]
tests/ui/impl-header-lifetime-elision/trait-underscore.rs [new file with mode: 0644]
tests/ui/impl-inherent-non-conflict.rs [new file with mode: 0644]
tests/ui/impl-not-adjacent-to-type.rs [new file with mode: 0644]
tests/ui/impl-privacy-xc-1.rs [new file with mode: 0644]
tests/ui/impl-trait/associated-impl-trait-type-generic-trait.rs [new file with mode: 0644]
tests/ui/impl-trait/associated-impl-trait-type-trivial.rs [new file with mode: 0644]
tests/ui/impl-trait/associated-impl-trait-type.rs [new file with mode: 0644]
tests/ui/impl-trait/async_scope_creep.rs [new file with mode: 0644]
tests/ui/impl-trait/auto-trait-leak-rpass.rs [new file with mode: 0644]
tests/ui/impl-trait/auto-trait-leak.rs [new file with mode: 0644]
tests/ui/impl-trait/auto-trait-leak.stderr [new file with mode: 0644]
tests/ui/impl-trait/auto-trait-leak2.rs [new file with mode: 0644]
tests/ui/impl-trait/auto-trait-leak2.stderr [new file with mode: 0644]
tests/ui/impl-trait/auto-trait.rs [new file with mode: 0644]
tests/ui/impl-trait/auto-trait.stderr [new file with mode: 0644]
tests/ui/impl-trait/autoderef.rs [new file with mode: 0644]
tests/ui/impl-trait/auxiliary/extra-item.rs [new file with mode: 0644]
tests/ui/impl-trait/auxiliary/no_method_suggested_traits.rs [new file with mode: 0644]
tests/ui/impl-trait/auxiliary/xcrate.rs [new file with mode: 0644]
tests/ui/impl-trait/bound-normalization-fail.rs [new file with mode: 0644]
tests/ui/impl-trait/bound-normalization-fail.stderr [new file with mode: 0644]
tests/ui/impl-trait/bound-normalization-pass.rs [new file with mode: 0644]
tests/ui/impl-trait/bounds_regression.rs [new file with mode: 0644]
tests/ui/impl-trait/can-return-unconstrained-closure.rs [new file with mode: 0644]
tests/ui/impl-trait/closure-calling-parent-fn.rs [new file with mode: 0644]
tests/ui/impl-trait/closure-in-impl-trait-arg.rs [new file with mode: 0644]
tests/ui/impl-trait/closure-in-impl-trait.rs [new file with mode: 0644]
tests/ui/impl-trait/cross-return-site-inference.rs [new file with mode: 0644]
tests/ui/impl-trait/cross-return-site-inference.stderr [new file with mode: 0644]
tests/ui/impl-trait/deduce-signature-from-supertrait.rs [new file with mode: 0644]
tests/ui/impl-trait/deprecated_annotation.rs [new file with mode: 0644]
tests/ui/impl-trait/diagnostics/fully-qualified-path-impl-trait.rs [new file with mode: 0644]
tests/ui/impl-trait/diagnostics/fully-qualified-path-impl-trait.stderr [new file with mode: 0644]
tests/ui/impl-trait/divergence.rs [new file with mode: 0644]
tests/ui/impl-trait/does-not-live-long-enough.rs [new file with mode: 0644]
tests/ui/impl-trait/does-not-live-long-enough.stderr [new file with mode: 0644]
tests/ui/impl-trait/dyn-trait-elided-two-inputs-assoc.rs [new file with mode: 0644]
tests/ui/impl-trait/dyn-trait-elided-two-inputs-param.rs [new file with mode: 0644]
tests/ui/impl-trait/dyn-trait-elided-two-inputs-ref-assoc.rs [new file with mode: 0644]
tests/ui/impl-trait/dyn-trait-elided-two-inputs-ref-param.rs [new file with mode: 0644]
tests/ui/impl-trait/dyn-trait-return-should-be-impl-trait.rs [new file with mode: 0644]
tests/ui/impl-trait/dyn-trait-return-should-be-impl-trait.stderr [new file with mode: 0644]
tests/ui/impl-trait/equal-hidden-lifetimes.rs [new file with mode: 0644]
tests/ui/impl-trait/equality-rpass.rs [new file with mode: 0644]
tests/ui/impl-trait/equality-rpass.stderr [new file with mode: 0644]
tests/ui/impl-trait/equality.rs [new file with mode: 0644]
tests/ui/impl-trait/equality.stderr [new file with mode: 0644]
tests/ui/impl-trait/equality2.rs [new file with mode: 0644]
tests/ui/impl-trait/equality2.stderr [new file with mode: 0644]
tests/ui/impl-trait/example-calendar.rs [new file with mode: 0644]
tests/ui/impl-trait/example-st.rs [new file with mode: 0644]
tests/ui/impl-trait/explicit-generic-args-with-impl-trait/const-args.rs [new file with mode: 0644]
tests/ui/impl-trait/explicit-generic-args-with-impl-trait/explicit-generic-args-for-impl.rs [new file with mode: 0644]
tests/ui/impl-trait/explicit-generic-args-with-impl-trait/explicit-generic-args-for-impl.stderr [new file with mode: 0644]
tests/ui/impl-trait/explicit-generic-args-with-impl-trait/explicit-generic-args.rs [new file with mode: 0644]
tests/ui/impl-trait/explicit-generic-args-with-impl-trait/issue-87718.rs [new file with mode: 0644]
tests/ui/impl-trait/explicit-generic-args-with-impl-trait/not-enough-args.rs [new file with mode: 0644]
tests/ui/impl-trait/explicit-generic-args-with-impl-trait/not-enough-args.stderr [new file with mode: 0644]
tests/ui/impl-trait/extra-item.rs [new file with mode: 0644]
tests/ui/impl-trait/extra-item.stderr [new file with mode: 0644]
tests/ui/impl-trait/fallback.rs [new file with mode: 0644]
tests/ui/impl-trait/fallback_inference.rs [new file with mode: 0644]
tests/ui/impl-trait/fallback_inference.stderr [new file with mode: 0644]
tests/ui/impl-trait/feature-self-return-type.rs [new file with mode: 0644]
tests/ui/impl-trait/feature-self-return-type.stderr [new file with mode: 0644]
tests/ui/impl-trait/generic-with-implicit-hrtb-without-dyn.edition2015.stderr [new file with mode: 0644]
tests/ui/impl-trait/generic-with-implicit-hrtb-without-dyn.edition2021.stderr [new file with mode: 0644]
tests/ui/impl-trait/generic-with-implicit-hrtb-without-dyn.rs [new file with mode: 0644]
tests/ui/impl-trait/hidden-lifetimes.rs [new file with mode: 0644]
tests/ui/impl-trait/hidden-lifetimes.stderr [new file with mode: 0644]
tests/ui/impl-trait/hidden-type-is-opaque-2.rs [new file with mode: 0644]
tests/ui/impl-trait/hidden-type-is-opaque-2.stderr [new file with mode: 0644]
tests/ui/impl-trait/hidden-type-is-opaque.rs [new file with mode: 0644]
tests/ui/impl-trait/impl-fn-hrtb-bounds-2.rs [new file with mode: 0644]
tests/ui/impl-trait/impl-fn-hrtb-bounds-2.stderr [new file with mode: 0644]
tests/ui/impl-trait/impl-fn-hrtb-bounds.rs [new file with mode: 0644]
tests/ui/impl-trait/impl-fn-hrtb-bounds.stderr [new file with mode: 0644]
tests/ui/impl-trait/impl-fn-parsing-ambiguities.rs [new file with mode: 0644]
tests/ui/impl-trait/impl-fn-parsing-ambiguities.stderr [new file with mode: 0644]
tests/ui/impl-trait/impl-fn-predefined-lifetimes.rs [new file with mode: 0644]
tests/ui/impl-trait/impl-fn-predefined-lifetimes.stderr [new file with mode: 0644]
tests/ui/impl-trait/impl-generic-mismatch-ab.rs [new file with mode: 0644]
tests/ui/impl-trait/impl-generic-mismatch-ab.stderr [new file with mode: 0644]
tests/ui/impl-trait/impl-generic-mismatch.rs [new file with mode: 0644]
tests/ui/impl-trait/impl-generic-mismatch.stderr [new file with mode: 0644]
tests/ui/impl-trait/impl-trait-in-macro.rs [new file with mode: 0644]
tests/ui/impl-trait/impl-trait-in-macro.stderr [new file with mode: 0644]
tests/ui/impl-trait/impl-trait-plus-priority.rs [new file with mode: 0644]
tests/ui/impl-trait/impl-trait-plus-priority.stderr [new file with mode: 0644]
tests/ui/impl-trait/impl_fn_associativity.rs [new file with mode: 0644]
tests/ui/impl-trait/impl_trait_projections.rs [new file with mode: 0644]
tests/ui/impl-trait/impl_trait_projections.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/auxiliary/rpitit.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/box-coerce-span-in-default.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/box-coerce-span-in-default.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/deep-match-works.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/deep-match.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/deep-match.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-body-type-err-2.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-body-type-err-2.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-body-type-err.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-body-type-err.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-body-with-rpit.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-body.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-method-constraint.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-method-constraint.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/doesnt-satisfy.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/doesnt-satisfy.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/early.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/encode.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/foreign.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/generics-mismatch.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/generics-mismatch.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/issue-102140.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/issue-102140.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/issue-102301.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/issue-102571.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/issue-102571.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/method-signature-matches.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/method-signature-matches.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/nested-rpitit.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/new-lowering-strategy/simple-trait.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/object-safety.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/object-safety.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/opaque-in-impl-is-opaque.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/opaque-in-impl-is-opaque.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/opaque-in-impl.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/reveal.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/signature-mismatch.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/signature-mismatch.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/specialization-broken.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/specialization-broken.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/specialization-substs-remap.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/success.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/trait-more-generics-than-impl.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/trait-more-generics-than-impl.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/wf-bounds.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/wf-bounds.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/where-clause.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-100075-2.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-100075-2.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-100075.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-100075.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-100187.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-102605.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-102605.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-103181-1.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-103181-1.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-103181-2.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-103181-2.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-103599.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-103599.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-35668.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-35668.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-46959.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-49556.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-49579.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-49685.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-51185.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-54966.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-54966.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-55872-1.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-55872-1.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-55872-2.drop_tracking.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-55872-2.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-55872-2.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-55872-2.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-55872-2.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-55872-3.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-55872-3.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-55872.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-55872.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-56445.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-68532.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-72911.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-72911.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-86465.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-86465.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-87450.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-87450.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-99073-2.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-99073-2.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-99073.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-99073.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-99642-2.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-99642.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-99914.rs [new file with mode: 0644]
tests/ui/impl-trait/issue-99914.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/infinite-impl-trait-issue-38064.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/infinite-impl-trait-issue-38064.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-104815.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-105826.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-21659-show-relevant-trait-impls-3.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-21659-show-relevant-trait-impls-3.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-42479.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-49376.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-52128.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-53457.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-54600.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-54600.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-54840.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-54840.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-54895.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-54895.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-55608-captures-empty-region.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-57464-unexpected-regions.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-57979-deeply-nested-impl-trait-in-assoc-proj.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-57979-deeply-nested-impl-trait-in-assoc-proj.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-57979-impl-trait-in-path.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-57979-impl-trait-in-path.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-57979-nested-impl-trait-in-assoc-proj.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-57979-nested-impl-trait-in-assoc-proj.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-58504.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-58504.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-58956.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-58956.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-62742.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-62742.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-65581.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-67830.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-67830.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-70877.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-70877.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-70971.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-70971.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-74282.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-74282.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-77987.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-78722.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-78722.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-79099.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-79099.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-82139.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-82139.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-83919.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-83919.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-83929-impl-trait-in-generic-default.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-83929-impl-trait-in-generic-default.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-84073.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-84073.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-84919.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-84919.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-86201.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-86642.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-86642.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-86719.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-86719.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-86800.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-86800.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-87295.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-87295.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-87340.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-87340.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-88236-2.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-88236-2.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-88236.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-88236.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-89312.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-92305.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-92305.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-93788.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-99348-impl-compatibility.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-99348-impl-compatibility.stderr [new file with mode: 0644]
tests/ui/impl-trait/lifetimes.rs [new file with mode: 0644]
tests/ui/impl-trait/lifetimes2.rs [new file with mode: 0644]
tests/ui/impl-trait/method-suggestion-no-duplication.rs [new file with mode: 0644]
tests/ui/impl-trait/method-suggestion-no-duplication.stderr [new file with mode: 0644]
tests/ui/impl-trait/multiple-lifetimes.rs [new file with mode: 0644]
tests/ui/impl-trait/multiple-lifetimes/error-handling-2.rs [new file with mode: 0644]
tests/ui/impl-trait/multiple-lifetimes/error-handling-2.stderr [new file with mode: 0644]
tests/ui/impl-trait/multiple-lifetimes/error-handling.polonius.stderr [new file with mode: 0644]
tests/ui/impl-trait/multiple-lifetimes/error-handling.rs [new file with mode: 0644]
tests/ui/impl-trait/multiple-lifetimes/error-handling.stderr [new file with mode: 0644]
tests/ui/impl-trait/multiple-lifetimes/inverse-bounds.rs [new file with mode: 0644]
tests/ui/impl-trait/multiple-lifetimes/ordinary-bounds-pick-original-elided.rs [new file with mode: 0644]
tests/ui/impl-trait/multiple-lifetimes/ordinary-bounds-pick-original-type-alias-impl-trait.rs [new file with mode: 0644]
tests/ui/impl-trait/multiple-lifetimes/ordinary-bounds-pick-original.rs [new file with mode: 0644]
tests/ui/impl-trait/multiple-lifetimes/ordinary-bounds-pick-other.rs [new file with mode: 0644]
tests/ui/impl-trait/multiple-lifetimes/ordinary-bounds-unrelated.rs [new file with mode: 0644]
tests/ui/impl-trait/multiple-lifetimes/ordinary-bounds-unrelated.stderr [new file with mode: 0644]
tests/ui/impl-trait/multiple-lifetimes/ordinary-bounds-unsuited.rs [new file with mode: 0644]
tests/ui/impl-trait/multiple-lifetimes/ordinary-bounds-unsuited.stderr [new file with mode: 0644]
tests/ui/impl-trait/must_outlive_least_region_or_bound.rs [new file with mode: 0644]
tests/ui/impl-trait/must_outlive_least_region_or_bound.stderr [new file with mode: 0644]
tests/ui/impl-trait/needs_least_region_or_bound.rs [new file with mode: 0644]
tests/ui/impl-trait/negative-reasoning.rs [new file with mode: 0644]
tests/ui/impl-trait/negative-reasoning.stderr [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type.rs [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type2-tait.rs [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type2-tait.stderr [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type2-tait2.rs [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type2-tait2.stderr [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type2-tait3.rs [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type2-tait3.stderr [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type2.rs [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type2.stderr [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type3-tait.rs [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type3-tait.stderr [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type3-tait2.rs [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type3-tait2.stderr [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type3-tait3.rs [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type3-tait3.stderr [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type3.rs [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type3.stderr [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type4.rs [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type4.stderr [new file with mode: 0644]
tests/ui/impl-trait/nested-rpit-hrtb.rs [new file with mode: 0644]
tests/ui/impl-trait/nested-rpit-hrtb.stderr [new file with mode: 0644]
tests/ui/impl-trait/nested-rpit-with-anonymous-lifetimes.rs [new file with mode: 0644]
tests/ui/impl-trait/nested_impl_trait.rs [new file with mode: 0644]
tests/ui/impl-trait/nested_impl_trait.stderr [new file with mode: 0644]
tests/ui/impl-trait/nesting.rs [new file with mode: 0644]
tests/ui/impl-trait/no-method-suggested-traits.rs [new file with mode: 0644]
tests/ui/impl-trait/no-method-suggested-traits.stderr [new file with mode: 0644]
tests/ui/impl-trait/no-trait.rs [new file with mode: 0644]
tests/ui/impl-trait/no-trait.stderr [new file with mode: 0644]
tests/ui/impl-trait/normalize-tait-in-const.rs [new file with mode: 0644]
tests/ui/impl-trait/normalize-tait-in-const.stderr [new file with mode: 0644]
tests/ui/impl-trait/object-unsafe-trait-in-return-position-dyn-trait.rs [new file with mode: 0644]
tests/ui/impl-trait/object-unsafe-trait-in-return-position-dyn-trait.stderr [new file with mode: 0644]
tests/ui/impl-trait/object-unsafe-trait-in-return-position-impl-trait.rs [new file with mode: 0644]
tests/ui/impl-trait/object-unsafe-trait-in-return-position-impl-trait.stderr [new file with mode: 0644]
tests/ui/impl-trait/point-to-type-err-cause-on-impl-trait-return.rs [new file with mode: 0644]
tests/ui/impl-trait/point-to-type-err-cause-on-impl-trait-return.stderr [new file with mode: 0644]
tests/ui/impl-trait/printing-binder.rs [new file with mode: 0644]
tests/ui/impl-trait/printing-binder.stderr [new file with mode: 0644]
tests/ui/impl-trait/private_unused.rs [new file with mode: 0644]
tests/ui/impl-trait/projection-mismatch-in-impl-where-clause.rs [new file with mode: 0644]
tests/ui/impl-trait/projection-mismatch-in-impl-where-clause.stderr [new file with mode: 0644]
tests/ui/impl-trait/projection.rs [new file with mode: 0644]
tests/ui/impl-trait/question_mark.rs [new file with mode: 0644]
tests/ui/impl-trait/recursive-generator.rs [new file with mode: 0644]
tests/ui/impl-trait/recursive-generator.stderr [new file with mode: 0644]
tests/ui/impl-trait/recursive-impl-trait-type-direct.rs [new file with mode: 0644]
tests/ui/impl-trait/recursive-impl-trait-type-indirect.drop_tracking.stderr [new file with mode: 0644]
tests/ui/impl-trait/recursive-impl-trait-type-indirect.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/impl-trait/recursive-impl-trait-type-indirect.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/impl-trait/recursive-impl-trait-type-indirect.rs [new file with mode: 0644]
tests/ui/impl-trait/recursive-impl-trait-type-through-non-recursive.rs [new file with mode: 0644]
tests/ui/impl-trait/recursive-impl-trait-type-through-non-recursive.stderr [new file with mode: 0644]
tests/ui/impl-trait/recursive-type-alias-impl-trait-declaration-too-subtle-2.rs [new file with mode: 0644]
tests/ui/impl-trait/recursive-type-alias-impl-trait-declaration-too-subtle-2.stderr [new file with mode: 0644]
tests/ui/impl-trait/recursive-type-alias-impl-trait-declaration-too-subtle.rs [new file with mode: 0644]
tests/ui/impl-trait/recursive-type-alias-impl-trait-declaration-too-subtle.stderr [new file with mode: 0644]
tests/ui/impl-trait/recursive-type-alias-impl-trait-declaration.rs [new file with mode: 0644]
tests/ui/impl-trait/region-escape-via-bound-contravariant-closure.rs [new file with mode: 0644]
tests/ui/impl-trait/region-escape-via-bound-contravariant.rs [new file with mode: 0644]
tests/ui/impl-trait/region-escape-via-bound.rs [new file with mode: 0644]
tests/ui/impl-trait/region-escape-via-bound.stderr [new file with mode: 0644]
tests/ui/impl-trait/return-position-impl-trait-minimal.rs [new file with mode: 0644]
tests/ui/impl-trait/rpit-assoc-pair-with-lifetime.rs [new file with mode: 0644]
tests/ui/impl-trait/rpit-not-sized.rs [new file with mode: 0644]
tests/ui/impl-trait/rpit-not-sized.stderr [new file with mode: 0644]
tests/ui/impl-trait/static-return-lifetime-infered.rs [new file with mode: 0644]
tests/ui/impl-trait/static-return-lifetime-infered.stderr [new file with mode: 0644]
tests/ui/impl-trait/suggest-calling-rpit-closure.rs [new file with mode: 0644]
tests/ui/impl-trait/suggest-calling-rpit-closure.stderr [new file with mode: 0644]
tests/ui/impl-trait/trait_resolution.rs [new file with mode: 0644]
tests/ui/impl-trait/trait_type.rs [new file with mode: 0644]
tests/ui/impl-trait/trait_type.stderr [new file with mode: 0644]
tests/ui/impl-trait/two_tait_defining_each_other.rs [new file with mode: 0644]
tests/ui/impl-trait/two_tait_defining_each_other.stderr [new file with mode: 0644]
tests/ui/impl-trait/two_tait_defining_each_other2.rs [new file with mode: 0644]
tests/ui/impl-trait/two_tait_defining_each_other2.stderr [new file with mode: 0644]
tests/ui/impl-trait/two_tait_defining_each_other3.rs [new file with mode: 0644]
tests/ui/impl-trait/two_tait_defining_each_other3.stderr [new file with mode: 0644]
tests/ui/impl-trait/type-alias-generic-param.rs [new file with mode: 0644]
tests/ui/impl-trait/type-alias-impl-trait-in-fn-body.rs [new file with mode: 0644]
tests/ui/impl-trait/type-arg-mismatch-due-to-impl-trait.rs [new file with mode: 0644]
tests/ui/impl-trait/type-arg-mismatch-due-to-impl-trait.stderr [new file with mode: 0644]
tests/ui/impl-trait/type_parameters_captured.rs [new file with mode: 0644]
tests/ui/impl-trait/type_parameters_captured.stderr [new file with mode: 0644]
tests/ui/impl-trait/unactionable_diagnostic.fixed [new file with mode: 0644]
tests/ui/impl-trait/unactionable_diagnostic.rs [new file with mode: 0644]
tests/ui/impl-trait/unactionable_diagnostic.stderr [new file with mode: 0644]
tests/ui/impl-trait/universal-mismatched-type.rs [new file with mode: 0644]
tests/ui/impl-trait/universal-mismatched-type.stderr [new file with mode: 0644]
tests/ui/impl-trait/universal-two-impl-traits.rs [new file with mode: 0644]
tests/ui/impl-trait/universal-two-impl-traits.stderr [new file with mode: 0644]
tests/ui/impl-trait/universal_hrtb_anon.rs [new file with mode: 0644]
tests/ui/impl-trait/universal_hrtb_named.rs [new file with mode: 0644]
tests/ui/impl-trait/universal_in_adt_in_parameters.rs [new file with mode: 0644]
tests/ui/impl-trait/universal_in_impl_trait_in_parameters.rs [new file with mode: 0644]
tests/ui/impl-trait/universal_in_trait_defn_parameters.rs [new file with mode: 0644]
tests/ui/impl-trait/universal_multiple_bounds.rs [new file with mode: 0644]
tests/ui/impl-trait/universal_wrong_bounds.rs [new file with mode: 0644]
tests/ui/impl-trait/universal_wrong_bounds.stderr [new file with mode: 0644]
tests/ui/impl-trait/universal_wrong_hrtb.rs [new file with mode: 0644]
tests/ui/impl-trait/universal_wrong_hrtb.stderr [new file with mode: 0644]
tests/ui/impl-trait/unsafety-checking-cycle.rs [new file with mode: 0644]
tests/ui/impl-trait/wf-eval-order.rs [new file with mode: 0644]
tests/ui/impl-trait/where-allowed-2.rs [new file with mode: 0644]
tests/ui/impl-trait/where-allowed-2.stderr [new file with mode: 0644]
tests/ui/impl-trait/where-allowed.rs [new file with mode: 0644]
tests/ui/impl-trait/where-allowed.stderr [new file with mode: 0644]
tests/ui/impl-trait/xcrate.rs [new file with mode: 0644]
tests/ui/impl-trait/xcrate_simple.rs [new file with mode: 0644]
tests/ui/impl-unused-rps-in-assoc-type.rs [new file with mode: 0644]
tests/ui/impl-unused-rps-in-assoc-type.stderr [new file with mode: 0644]
tests/ui/impl-unused-tps-inherent.rs [new file with mode: 0644]
tests/ui/impl-unused-tps-inherent.stderr [new file with mode: 0644]
tests/ui/impl-unused-tps.rs [new file with mode: 0644]
tests/ui/impl-unused-tps.stderr [new file with mode: 0644]
tests/ui/implicit-method-bind.rs [new file with mode: 0644]
tests/ui/implicit-method-bind.stderr [new file with mode: 0644]
tests/ui/implied-bounds/assoc-ty-wf-used-to-get-assoc-ty.rs [new file with mode: 0644]
tests/ui/implied-bounds/assoc-ty-wf-used-to-get-assoc-ty.stderr [new file with mode: 0644]
tests/ui/implied-bounds/hrlt-implied-trait-bounds-guard.rs [new file with mode: 0644]
tests/ui/implied-bounds/hrlt-implied-trait-bounds-guard.stderr [new file with mode: 0644]
tests/ui/implied-bounds/hrlt-implied-trait-bounds-roundtrip.rs [new file with mode: 0644]
tests/ui/implied-bounds/impl-header-unnormalized-types.rs [new file with mode: 0644]
tests/ui/implied-bounds/impl-header-unnormalized-types.stderr [new file with mode: 0644]
tests/ui/implied-bounds/impl-implied-bounds-compatibility-unnormalized.rs [new file with mode: 0644]
tests/ui/implied-bounds/impl-implied-bounds-compatibility-unnormalized.stderr [new file with mode: 0644]
tests/ui/implied-bounds/impl-implied-bounds-compatibility.rs [new file with mode: 0644]
tests/ui/implied-bounds/impl-implied-bounds-compatibility.stderr [new file with mode: 0644]
tests/ui/implied-bounds/issue-100690.rs [new file with mode: 0644]
tests/ui/implied-bounds/issue-100690.stderr [new file with mode: 0644]
tests/ui/implied-bounds/issue-101951.rs [new file with mode: 0644]
tests/ui/imports/absolute-paths-in-nested-use-groups.rs [new file with mode: 0644]
tests/ui/imports/absolute-paths-in-nested-use-groups.stderr [new file with mode: 0644]
tests/ui/imports/auxiliary/gensymed.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/glob-conflict.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/import_crate_var.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/issue-36881-aux.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/issue-52891.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/issue-55811.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/issue-56125.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/issue-59764.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/overlapping_pub_trait_source.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/two_macros.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/unnamed_pub_trait_source.rs [new file with mode: 0644]
tests/ui/imports/bad-import-in-nested.rs [new file with mode: 0644]
tests/ui/imports/bad-import-in-nested.stderr [new file with mode: 0644]
tests/ui/imports/bad-import-with-rename.rs [new file with mode: 0644]
tests/ui/imports/bad-import-with-rename.stderr [new file with mode: 0644]
tests/ui/imports/double-import.rs [new file with mode: 0644]
tests/ui/imports/double-import.stderr [new file with mode: 0644]
tests/ui/imports/duplicate.rs [new file with mode: 0644]
tests/ui/imports/duplicate.stderr [new file with mode: 0644]
tests/ui/imports/export-glob-imports-target.rs [new file with mode: 0644]
tests/ui/imports/export-multi.rs [new file with mode: 0644]
tests/ui/imports/extern-crate-self/extern-crate-self-fail.rs [new file with mode: 0644]
tests/ui/imports/extern-crate-self/extern-crate-self-fail.stderr [new file with mode: 0644]
tests/ui/imports/extern-crate-self/extern-crate-self-macro-alias.rs [new file with mode: 0644]
tests/ui/imports/extern-crate-self/extern-crate-self-macro-item.rs [new file with mode: 0644]
tests/ui/imports/extern-crate-self/extern-crate-self-macro-self.rs [new file with mode: 0644]
tests/ui/imports/extern-crate-self/extern-crate-self-pass.rs [new file with mode: 0644]
tests/ui/imports/extern-crate-used.rs [new file with mode: 0644]
tests/ui/imports/extern-crate-used.stderr [new file with mode: 0644]
tests/ui/imports/extern-prelude-extern-crate-absolute-expanded.rs [new file with mode: 0644]
tests/ui/imports/extern-prelude-extern-crate-cfg.rs [new file with mode: 0644]
tests/ui/imports/extern-prelude-extern-crate-fail.rs [new file with mode: 0644]
tests/ui/imports/extern-prelude-extern-crate-fail.stderr [new file with mode: 0644]
tests/ui/imports/extern-prelude-extern-crate-pass.rs [new file with mode: 0644]
tests/ui/imports/extern-prelude-extern-crate-restricted-shadowing.rs [new file with mode: 0644]
tests/ui/imports/extern-prelude-extern-crate-restricted-shadowing.stderr [new file with mode: 0644]
tests/ui/imports/extern-prelude-extern-crate-shadowing.rs [new file with mode: 0644]
tests/ui/imports/gensymed.rs [new file with mode: 0644]
tests/ui/imports/glob-conflict-cross-crate.rs [new file with mode: 0644]
tests/ui/imports/glob-conflict-cross-crate.stderr [new file with mode: 0644]
tests/ui/imports/glob-cycles.rs [new file with mode: 0644]
tests/ui/imports/glob-resolve1.rs [new file with mode: 0644]
tests/ui/imports/glob-resolve1.stderr [new file with mode: 0644]
tests/ui/imports/glob-shadowing.rs [new file with mode: 0644]
tests/ui/imports/glob-shadowing.stderr [new file with mode: 0644]
tests/ui/imports/glob-use-std.rs [new file with mode: 0644]
tests/ui/imports/import-crate-var.rs [new file with mode: 0644]
tests/ui/imports/import-crate-var.stderr [new file with mode: 0644]
tests/ui/imports/import-crate-with-invalid-spans/auxiliary/crate_with_invalid_spans.rs [new file with mode: 0644]
tests/ui/imports/import-crate-with-invalid-spans/auxiliary/crate_with_invalid_spans_macros.rs [new file with mode: 0644]
tests/ui/imports/import-crate-with-invalid-spans/main.rs [new file with mode: 0644]
tests/ui/imports/import-from-missing.rs [new file with mode: 0644]
tests/ui/imports/import-from-missing.stderr [new file with mode: 0644]
tests/ui/imports/import-from.rs [new file with mode: 0644]
tests/ui/imports/import-glob-0-rpass.rs [new file with mode: 0644]
tests/ui/imports/import-glob-0.rs [new file with mode: 0644]
tests/ui/imports/import-glob-0.stderr [new file with mode: 0644]
tests/ui/imports/import-glob-1.rs [new file with mode: 0644]
tests/ui/imports/import-glob-circular.rs [new file with mode: 0644]
tests/ui/imports/import-glob-circular.stderr [new file with mode: 0644]
tests/ui/imports/import-glob-crate.rs [new file with mode: 0644]
tests/ui/imports/import-in-block.rs [new file with mode: 0644]
tests/ui/imports/import-loop-2.rs [new file with mode: 0644]
tests/ui/imports/import-loop-2.stderr [new file with mode: 0644]
tests/ui/imports/import-loop.rs [new file with mode: 0644]
tests/ui/imports/import-loop.stderr [new file with mode: 0644]
tests/ui/imports/import-prefix-macro-1.rs [new file with mode: 0644]
tests/ui/imports/import-prefix-macro-1.stderr [new file with mode: 0644]
tests/ui/imports/import-prefix-macro-2.rs [new file with mode: 0644]
tests/ui/imports/import-prefix-macro-2.stderr [new file with mode: 0644]
tests/ui/imports/import-prefix-macro.rs [new file with mode: 0644]
tests/ui/imports/import-rename.rs [new file with mode: 0644]
tests/ui/imports/import-rpass.rs [new file with mode: 0644]
tests/ui/imports/import-trailing-comma.rs [new file with mode: 0644]
tests/ui/imports/import-trait-method.rs [new file with mode: 0644]
tests/ui/imports/import-trait-method.stderr [new file with mode: 0644]
tests/ui/imports/import.rs [new file with mode: 0644]
tests/ui/imports/import.stderr [new file with mode: 0644]
tests/ui/imports/import2-rpass.rs [new file with mode: 0644]
tests/ui/imports/import2.rs [new file with mode: 0644]
tests/ui/imports/import2.stderr [new file with mode: 0644]
tests/ui/imports/import3-rpass.rs [new file with mode: 0644]
tests/ui/imports/import3.rs [new file with mode: 0644]
tests/ui/imports/import3.stderr [new file with mode: 0644]
tests/ui/imports/import4-rpass.rs [new file with mode: 0644]
tests/ui/imports/import4.rs [new file with mode: 0644]
tests/ui/imports/import4.stderr [new file with mode: 0644]
tests/ui/imports/import5.rs [new file with mode: 0644]
tests/ui/imports/import6.rs [new file with mode: 0644]
tests/ui/imports/import7.rs [new file with mode: 0644]
tests/ui/imports/import8.rs [new file with mode: 0644]
tests/ui/imports/imports.rs [new file with mode: 0644]
tests/ui/imports/inaccessible_type_aliases.rs [new file with mode: 0644]
tests/ui/imports/inaccessible_type_aliases.stderr [new file with mode: 0644]
tests/ui/imports/issue-13404.rs [new file with mode: 0644]
tests/ui/imports/issue-13404.stderr [new file with mode: 0644]
tests/ui/imports/issue-1697.rs [new file with mode: 0644]
tests/ui/imports/issue-1697.stderr [new file with mode: 0644]
tests/ui/imports/issue-18083.rs [new file with mode: 0644]
tests/ui/imports/issue-19498.rs [new file with mode: 0644]
tests/ui/imports/issue-19498.stderr [new file with mode: 0644]
tests/ui/imports/issue-24081.rs [new file with mode: 0644]
tests/ui/imports/issue-24081.stderr [new file with mode: 0644]
tests/ui/imports/issue-24883.rs [new file with mode: 0644]
tests/ui/imports/issue-25396.rs [new file with mode: 0644]
tests/ui/imports/issue-25396.stderr [new file with mode: 0644]
tests/ui/imports/issue-26873-multifile/A/B.rs [new file with mode: 0644]
tests/ui/imports/issue-26873-multifile/A/C.rs [new file with mode: 0644]
tests/ui/imports/issue-26873-multifile/A/mod.rs [new file with mode: 0644]
tests/ui/imports/issue-26873-multifile/compiletest-ignore-dir [new file with mode: 0644]
tests/ui/imports/issue-26873-multifile/issue-26873-multifile.rs [new file with mode: 0644]
tests/ui/imports/issue-26873-multifile/issue-26873-onefile.rs [new file with mode: 0644]
tests/ui/imports/issue-26873-multifile/mod.rs [new file with mode: 0644]
tests/ui/imports/issue-26886.rs [new file with mode: 0644]
tests/ui/imports/issue-26886.stderr [new file with mode: 0644]
tests/ui/imports/issue-26930.rs [new file with mode: 0644]
tests/ui/imports/issue-28134.rs [new file with mode: 0644]
tests/ui/imports/issue-28134.stderr [new file with mode: 0644]
tests/ui/imports/issue-28388-1.rs [new file with mode: 0644]
tests/ui/imports/issue-28388-1.stderr [new file with mode: 0644]
tests/ui/imports/issue-28388-2.rs [new file with mode: 0644]
tests/ui/imports/issue-28388-2.stderr [new file with mode: 0644]
tests/ui/imports/issue-2937.rs [new file with mode: 0644]
tests/ui/imports/issue-2937.stderr [new file with mode: 0644]
tests/ui/imports/issue-30560.rs [new file with mode: 0644]
tests/ui/imports/issue-30560.stderr [new file with mode: 0644]
tests/ui/imports/issue-31212.rs [new file with mode: 0644]
tests/ui/imports/issue-31212.stderr [new file with mode: 0644]
tests/ui/imports/issue-32119.rs [new file with mode: 0644]
tests/ui/imports/issue-32222.rs [new file with mode: 0644]
tests/ui/imports/issue-32354-suggest-import-rename.fixed [new file with mode: 0644]
tests/ui/imports/issue-32354-suggest-import-rename.rs [new file with mode: 0644]
tests/ui/imports/issue-32354-suggest-import-rename.stderr [new file with mode: 0644]
tests/ui/imports/issue-32833.rs [new file with mode: 0644]
tests/ui/imports/issue-32833.stderr [new file with mode: 0644]
tests/ui/imports/issue-33464.rs [new file with mode: 0644]
tests/ui/imports/issue-33464.stderr [new file with mode: 0644]
tests/ui/imports/issue-36881.rs [new file with mode: 0644]
tests/ui/imports/issue-36881.stderr [new file with mode: 0644]
tests/ui/imports/issue-37887.rs [new file with mode: 0644]
tests/ui/imports/issue-37887.stderr [new file with mode: 0644]
tests/ui/imports/issue-38293.rs [new file with mode: 0644]
tests/ui/imports/issue-38293.stderr [new file with mode: 0644]
tests/ui/imports/issue-4366-2.rs [new file with mode: 0644]
tests/ui/imports/issue-4366-2.stderr [new file with mode: 0644]
tests/ui/imports/issue-4366.rs [new file with mode: 0644]
tests/ui/imports/issue-4366.stderr [new file with mode: 0644]
tests/ui/imports/issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed [new file with mode: 0644]
tests/ui/imports/issue-45799-bad-extern-crate-rename-suggestion-formatting.rs [new file with mode: 0644]
tests/ui/imports/issue-45799-bad-extern-crate-rename-suggestion-formatting.stderr [new file with mode: 0644]
tests/ui/imports/issue-45829/auxiliary/issue-45829-a.rs [new file with mode: 0644]
tests/ui/imports/issue-45829/auxiliary/issue-45829-b.rs [new file with mode: 0644]
tests/ui/imports/issue-45829/import-self.rs [new file with mode: 0644]
tests/ui/imports/issue-45829/import-self.stderr [new file with mode: 0644]
tests/ui/imports/issue-45829/import-twice.rs [new file with mode: 0644]
tests/ui/imports/issue-45829/import-twice.stderr [new file with mode: 0644]
tests/ui/imports/issue-45829/issue-45829.rs [new file with mode: 0644]
tests/ui/imports/issue-45829/issue-45829.stderr [new file with mode: 0644]
tests/ui/imports/issue-45829/rename-extern-vs-use.rs [new file with mode: 0644]
tests/ui/imports/issue-45829/rename-extern-vs-use.stderr [new file with mode: 0644]
tests/ui/imports/issue-45829/rename-extern-with-tab.rs [new file with mode: 0644]
tests/ui/imports/issue-45829/rename-extern-with-tab.stderr [new file with mode: 0644]
tests/ui/imports/issue-45829/rename-extern.rs [new file with mode: 0644]
tests/ui/imports/issue-45829/rename-extern.stderr [new file with mode: 0644]
tests/ui/imports/issue-45829/rename-use-vs-extern.rs [new file with mode: 0644]
tests/ui/imports/issue-45829/rename-use-vs-extern.stderr [new file with mode: 0644]
tests/ui/imports/issue-45829/rename-use-with-tabs.rs [new file with mode: 0644]
tests/ui/imports/issue-45829/rename-use-with-tabs.stderr [new file with mode: 0644]
tests/ui/imports/issue-45829/rename-with-path.rs [new file with mode: 0644]
tests/ui/imports/issue-45829/rename-with-path.stderr [new file with mode: 0644]
tests/ui/imports/issue-45829/rename.rs [new file with mode: 0644]
tests/ui/imports/issue-45829/rename.stderr [new file with mode: 0644]
tests/ui/imports/issue-47623.rs [new file with mode: 0644]
tests/ui/imports/issue-47623.stderr [new file with mode: 0644]
tests/ui/imports/issue-4865-1.rs [new file with mode: 0644]
tests/ui/imports/issue-4865-2.rs [new file with mode: 0644]
tests/ui/imports/issue-4865-3.rs [new file with mode: 0644]
tests/ui/imports/issue-52891.fixed [new file with mode: 0644]
tests/ui/imports/issue-52891.rs [new file with mode: 0644]
tests/ui/imports/issue-52891.stderr [new file with mode: 0644]
tests/ui/imports/issue-53140.rs [new file with mode: 0644]
tests/ui/imports/issue-53269.rs [new file with mode: 0644]
tests/ui/imports/issue-53269.stderr [new file with mode: 0644]
tests/ui/imports/issue-53512.rs [new file with mode: 0644]
tests/ui/imports/issue-53512.stderr [new file with mode: 0644]
tests/ui/imports/issue-53565.rs [new file with mode: 0644]
tests/ui/imports/issue-53565.stderr [new file with mode: 0644]
tests/ui/imports/issue-55457.rs [new file with mode: 0644]
tests/ui/imports/issue-55457.stderr [new file with mode: 0644]
tests/ui/imports/issue-55811.rs [new file with mode: 0644]
tests/ui/imports/issue-55884-1.rs [new file with mode: 0644]
tests/ui/imports/issue-55884-1.stderr [new file with mode: 0644]
tests/ui/imports/issue-55884-2.rs [new file with mode: 0644]
tests/ui/imports/issue-55884-2.stderr [new file with mode: 0644]
tests/ui/imports/issue-56125.rs [new file with mode: 0644]
tests/ui/imports/issue-56125.stderr [new file with mode: 0644]
tests/ui/imports/issue-56263.rs [new file with mode: 0644]
tests/ui/imports/issue-57015.rs [new file with mode: 0644]
tests/ui/imports/issue-57015.stderr [new file with mode: 0644]
tests/ui/imports/issue-57539.rs [new file with mode: 0644]
tests/ui/imports/issue-57539.stderr [new file with mode: 0644]
tests/ui/imports/issue-59764.rs [new file with mode: 0644]
tests/ui/imports/issue-59764.stderr [new file with mode: 0644]
tests/ui/imports/issue-62767.rs [new file with mode: 0644]
tests/ui/imports/issue-68103.rs [new file with mode: 0644]
tests/ui/imports/issue-8208.rs [new file with mode: 0644]
tests/ui/imports/issue-8208.stderr [new file with mode: 0644]
tests/ui/imports/issue-8640.rs [new file with mode: 0644]
tests/ui/imports/issue-8640.stderr [new file with mode: 0644]
tests/ui/imports/issue-99695-b.fixed [new file with mode: 0644]
tests/ui/imports/issue-99695-b.rs [new file with mode: 0644]
tests/ui/imports/issue-99695-b.stderr [new file with mode: 0644]
tests/ui/imports/issue-99695.fixed [new file with mode: 0644]
tests/ui/imports/issue-99695.rs [new file with mode: 0644]
tests/ui/imports/issue-99695.stderr [new file with mode: 0644]
tests/ui/imports/local-modularized-tricky-fail-1.rs [new file with mode: 0644]
tests/ui/imports/local-modularized-tricky-fail-1.stderr [new file with mode: 0644]
tests/ui/imports/local-modularized-tricky-fail-2.rs [new file with mode: 0644]
tests/ui/imports/local-modularized-tricky-fail-2.stderr [new file with mode: 0644]
tests/ui/imports/local-modularized-tricky-pass-1.rs [new file with mode: 0644]
tests/ui/imports/local-modularized-tricky-pass-2.rs [new file with mode: 0644]
tests/ui/imports/local-modularized.rs [new file with mode: 0644]
tests/ui/imports/macro-paths.rs [new file with mode: 0644]
tests/ui/imports/macro-paths.stderr [new file with mode: 0644]
tests/ui/imports/macros.rs [new file with mode: 0644]
tests/ui/imports/macros.stderr [new file with mode: 0644]
tests/ui/imports/no-std-inject.rs [new file with mode: 0644]
tests/ui/imports/no-std-inject.stderr [new file with mode: 0644]
tests/ui/imports/overlapping_pub_trait.rs [new file with mode: 0644]
tests/ui/imports/overlapping_pub_trait.stderr [new file with mode: 0644]
tests/ui/imports/reexport-star.rs [new file with mode: 0644]
tests/ui/imports/reexports.rs [new file with mode: 0644]
tests/ui/imports/reexports.stderr [new file with mode: 0644]
tests/ui/imports/resolve_self_super_hint.rs [new file with mode: 0644]
tests/ui/imports/resolve_self_super_hint.stderr [new file with mode: 0644]
tests/ui/imports/rfc-1560-warning-cycle.rs [new file with mode: 0644]
tests/ui/imports/rfc-1560-warning-cycle.stderr [new file with mode: 0644]
tests/ui/imports/shadow_builtin_macros.rs [new file with mode: 0644]
tests/ui/imports/shadow_builtin_macros.stderr [new file with mode: 0644]
tests/ui/imports/tool-mod-child.rs [new file with mode: 0644]
tests/ui/imports/tool-mod-child.stderr [new file with mode: 0644]
tests/ui/imports/unnamed_pub_trait.rs [new file with mode: 0644]
tests/ui/imports/unnamed_pub_trait.stderr [new file with mode: 0644]
tests/ui/imports/unresolved-imports-used.rs [new file with mode: 0644]
tests/ui/imports/unresolved-imports-used.stderr [new file with mode: 0644]
tests/ui/imports/unused-import-issue-87973.fixed [new file with mode: 0644]
tests/ui/imports/unused-import-issue-87973.rs [new file with mode: 0644]
tests/ui/imports/unused-import-issue-87973.stderr [new file with mode: 0644]
tests/ui/imports/unused-imports-in-test-mode.rs [new file with mode: 0644]
tests/ui/imports/unused-imports-in-test-mode.stderr [new file with mode: 0644]
tests/ui/imports/unused-imports-in-test-module.rs [new file with mode: 0644]
tests/ui/imports/unused-imports-in-test-module.stderr [new file with mode: 0644]
tests/ui/imports/unused-macro-use.rs [new file with mode: 0644]
tests/ui/imports/unused-macro-use.stderr [new file with mode: 0644]
tests/ui/imports/unused.rs [new file with mode: 0644]
tests/ui/imports/unused.stderr [new file with mode: 0644]
tests/ui/imports/use-mod.rs [new file with mode: 0644]
tests/ui/impossible_range.fixed [new file with mode: 0644]
tests/ui/impossible_range.rs [new file with mode: 0644]
tests/ui/impossible_range.stderr [new file with mode: 0644]
tests/ui/inc-range-pat.rs [new file with mode: 0644]
tests/ui/include-macros/auxiliary/same-file-in-two-crates-aux.rs [new file with mode: 0644]
tests/ui/include-macros/data.bin [new file with mode: 0644]
tests/ui/include-macros/file.txt [new file with mode: 0644]
tests/ui/include-macros/mismatched-types.rs [new file with mode: 0644]
tests/ui/include-macros/mismatched-types.stderr [new file with mode: 0644]
tests/ui/include-macros/normalization.rs [new file with mode: 0644]
tests/ui/include-macros/same-file-in-two-crates.rs [new file with mode: 0644]
tests/ui/incoherent-inherent-impls/auxiliary/extern-crate.rs [new file with mode: 0644]
tests/ui/incoherent-inherent-impls/needs-has-incoherent-impls.rs [new file with mode: 0644]
tests/ui/incoherent-inherent-impls/needs-has-incoherent-impls.stderr [new file with mode: 0644]
tests/ui/incoherent-inherent-impls/no-attr-empty-impl.rs [new file with mode: 0644]
tests/ui/incoherent-inherent-impls/no-attr-empty-impl.stderr [new file with mode: 0644]
tests/ui/index-bot.rs [new file with mode: 0644]
tests/ui/index-bot.stderr [new file with mode: 0644]
tests/ui/index-help.rs [new file with mode: 0644]
tests/ui/index-help.stderr [new file with mode: 0644]
tests/ui/index_message.rs [new file with mode: 0644]
tests/ui/index_message.stderr [new file with mode: 0644]
tests/ui/indexing-requires-a-uint.rs [new file with mode: 0644]
tests/ui/indexing-requires-a-uint.stderr [new file with mode: 0644]
tests/ui/infer-fn-tail-expr.rs [new file with mode: 0644]
tests/ui/inference/ambiguous_type_parameter.rs [new file with mode: 0644]
tests/ui/inference/ambiguous_type_parameter.stderr [new file with mode: 0644]
tests/ui/inference/array-len-mismatch.rs [new file with mode: 0644]
tests/ui/inference/array-len-mismatch.stderr [new file with mode: 0644]
tests/ui/inference/auxiliary/inference_unstable_iterator.rs [new file with mode: 0644]
tests/ui/inference/auxiliary/inference_unstable_itertools.rs [new file with mode: 0644]
tests/ui/inference/cannot-infer-async.rs [new file with mode: 0644]
tests/ui/inference/cannot-infer-async.stderr [new file with mode: 0644]
tests/ui/inference/cannot-infer-closure-circular.rs [new file with mode: 0644]
tests/ui/inference/cannot-infer-closure-circular.stderr [new file with mode: 0644]
tests/ui/inference/cannot-infer-closure.rs [new file with mode: 0644]
tests/ui/inference/cannot-infer-closure.stderr [new file with mode: 0644]
tests/ui/inference/cannot-infer-partial-try-return.rs [new file with mode: 0644]
tests/ui/inference/cannot-infer-partial-try-return.stderr [new file with mode: 0644]
tests/ui/inference/char-as-str-multi.rs [new file with mode: 0644]
tests/ui/inference/char-as-str-multi.stderr [new file with mode: 0644]
tests/ui/inference/char-as-str-single.fixed [new file with mode: 0644]
tests/ui/inference/char-as-str-single.rs [new file with mode: 0644]
tests/ui/inference/char-as-str-single.stderr [new file with mode: 0644]
tests/ui/inference/deref-suggestion.rs [new file with mode: 0644]
tests/ui/inference/deref-suggestion.stderr [new file with mode: 0644]
tests/ui/inference/erase-type-params-in-label.rs [new file with mode: 0644]
tests/ui/inference/erase-type-params-in-label.stderr [new file with mode: 0644]
tests/ui/inference/infer-binary-operand-behind-reference.rs [new file with mode: 0644]
tests/ui/inference/inference-variable-behind-raw-pointer.rs [new file with mode: 0644]
tests/ui/inference/inference-variable-behind-raw-pointer.stderr [new file with mode: 0644]
tests/ui/inference/inference_unstable.rs [new file with mode: 0644]
tests/ui/inference/inference_unstable.stderr [new file with mode: 0644]
tests/ui/inference/inference_unstable_featured.rs [new file with mode: 0644]
tests/ui/inference/inference_unstable_featured.stderr [new file with mode: 0644]
tests/ui/inference/inference_unstable_forced.rs [new file with mode: 0644]
tests/ui/inference/inference_unstable_forced.stderr [new file with mode: 0644]
tests/ui/inference/issue-103587.rs [new file with mode: 0644]
tests/ui/inference/issue-103587.stderr [new file with mode: 0644]
tests/ui/inference/issue-104649.rs [new file with mode: 0644]
tests/ui/inference/issue-104649.stderr [new file with mode: 0644]
tests/ui/inference/issue-107090.rs [new file with mode: 0644]
tests/ui/inference/issue-107090.stderr [new file with mode: 0644]
tests/ui/inference/issue-28935.rs [new file with mode: 0644]
tests/ui/inference/issue-36053.rs [new file with mode: 0644]
tests/ui/inference/issue-70703.rs [new file with mode: 0644]
tests/ui/inference/issue-71309.rs [new file with mode: 0644]
tests/ui/inference/issue-71309.stderr [new file with mode: 0644]
tests/ui/inference/issue-71732.rs [new file with mode: 0644]
tests/ui/inference/issue-71732.stderr [new file with mode: 0644]
tests/ui/inference/issue-72616.rs [new file with mode: 0644]
tests/ui/inference/issue-72616.stderr [new file with mode: 0644]
tests/ui/inference/issue-72690.rs [new file with mode: 0644]
tests/ui/inference/issue-72690.stderr [new file with mode: 0644]
tests/ui/inference/issue-80816.rs [new file with mode: 0644]
tests/ui/inference/issue-80816.stderr [new file with mode: 0644]
tests/ui/inference/issue-81522.rs [new file with mode: 0644]
tests/ui/inference/issue-83606.rs [new file with mode: 0644]
tests/ui/inference/issue-83606.stderr [new file with mode: 0644]
tests/ui/inference/issue-86162-1.rs [new file with mode: 0644]
tests/ui/inference/issue-86162-1.stderr [new file with mode: 0644]
tests/ui/inference/issue-86162-2.rs [new file with mode: 0644]
tests/ui/inference/issue-86162-2.stderr [new file with mode: 0644]
tests/ui/inference/lub-glb-with-unbound-infer-var.rs [new file with mode: 0644]
tests/ui/inference/need_type_info/channel.rs [new file with mode: 0644]
tests/ui/inference/need_type_info/channel.stderr [new file with mode: 0644]
tests/ui/inference/need_type_info/concrete-impl.rs [new file with mode: 0644]
tests/ui/inference/need_type_info/concrete-impl.stderr [new file with mode: 0644]
tests/ui/inference/need_type_info/do-not-suggest-generic-arguments-for-turbofish.rs [new file with mode: 0644]
tests/ui/inference/need_type_info/do-not-suggest-generic-arguments-for-turbofish.stderr [new file with mode: 0644]
tests/ui/inference/need_type_info/expr-struct-type-relative-enum.rs [new file with mode: 0644]
tests/ui/inference/need_type_info/expr-struct-type-relative-enum.stderr [new file with mode: 0644]
tests/ui/inference/need_type_info/expr-struct-type-relative-gat.rs [new file with mode: 0644]
tests/ui/inference/need_type_info/expr-struct-type-relative-gat.stderr [new file with mode: 0644]
tests/ui/inference/need_type_info/expr-struct-type-relative.rs [new file with mode: 0644]
tests/ui/inference/need_type_info/expr-struct-type-relative.stderr [new file with mode: 0644]
tests/ui/inference/need_type_info/issue-103053.rs [new file with mode: 0644]
tests/ui/inference/need_type_info/issue-103053.stderr [new file with mode: 0644]
tests/ui/inference/need_type_info/issue-107745-avoid-expr-from-macro-expansion.rs [new file with mode: 0644]
tests/ui/inference/need_type_info/issue-107745-avoid-expr-from-macro-expansion.stderr [new file with mode: 0644]
tests/ui/inference/need_type_info/self-ty-in-path.rs [new file with mode: 0644]
tests/ui/inference/need_type_info/self-ty-in-path.stderr [new file with mode: 0644]
tests/ui/inference/need_type_info/type-alias-indirect.rs [new file with mode: 0644]
tests/ui/inference/need_type_info/type-alias-indirect.stderr [new file with mode: 0644]
tests/ui/inference/need_type_info/type-alias.rs [new file with mode: 0644]
tests/ui/inference/need_type_info/type-alias.stderr [new file with mode: 0644]
tests/ui/inference/newlambdas-ret-infer.rs [new file with mode: 0644]
tests/ui/inference/newlambdas-ret-infer2.rs [new file with mode: 0644]
tests/ui/inference/question-mark-type-infer.rs [new file with mode: 0644]
tests/ui/inference/question-mark-type-infer.stderr [new file with mode: 0644]
tests/ui/inference/range-type-infer.rs [new file with mode: 0644]
tests/ui/inference/simple-infer.rs [new file with mode: 0644]
tests/ui/inference/str-as-char.fixed [new file with mode: 0644]
tests/ui/inference/str-as-char.rs [new file with mode: 0644]
tests/ui/inference/str-as-char.stderr [new file with mode: 0644]
tests/ui/inference/tutorial-suffix-inference-test.rs [new file with mode: 0644]
tests/ui/inference/tutorial-suffix-inference-test.stderr [new file with mode: 0644]
tests/ui/inference/type-infer-generalize-ty-var.rs [new file with mode: 0644]
tests/ui/infinite/auxiliary/alias.rs [new file with mode: 0644]
tests/ui/infinite/infinite-alias.rs [new file with mode: 0644]
tests/ui/infinite/infinite-alias.stderr [new file with mode: 0644]
tests/ui/infinite/infinite-autoderef.rs [new file with mode: 0644]
tests/ui/infinite/infinite-autoderef.stderr [new file with mode: 0644]
tests/ui/infinite/infinite-instantiation.polonius.stderr [new file with mode: 0644]
tests/ui/infinite/infinite-instantiation.rs [new file with mode: 0644]
tests/ui/infinite/infinite-instantiation.stderr [new file with mode: 0644]
tests/ui/infinite/infinite-macro-expansion.rs [new file with mode: 0644]
tests/ui/infinite/infinite-macro-expansion.stderr [new file with mode: 0644]
tests/ui/infinite/infinite-recursion-const-fn.rs [new file with mode: 0644]
tests/ui/infinite/infinite-recursion-const-fn.stderr [new file with mode: 0644]
tests/ui/infinite/infinite-struct.rs [new file with mode: 0644]
tests/ui/infinite/infinite-struct.stderr [new file with mode: 0644]
tests/ui/infinite/infinite-tag-type-recursion.rs [new file with mode: 0644]
tests/ui/infinite/infinite-tag-type-recursion.stderr [new file with mode: 0644]
tests/ui/infinite/infinite-trait-alias-recursion.rs [new file with mode: 0644]
tests/ui/infinite/infinite-trait-alias-recursion.stderr [new file with mode: 0644]
tests/ui/infinite/infinite-type-alias-mutual-recursion.rs [new file with mode: 0644]
tests/ui/infinite/infinite-type-alias-mutual-recursion.stderr [new file with mode: 0644]
tests/ui/infinite/infinite-vec-type-recursion.rs [new file with mode: 0644]
tests/ui/infinite/infinite-vec-type-recursion.stderr [new file with mode: 0644]
tests/ui/infinite/issue-41731-infinite-macro-print.rs [new file with mode: 0644]
tests/ui/infinite/issue-41731-infinite-macro-print.stderr [new file with mode: 0644]
tests/ui/infinite/issue-41731-infinite-macro-println.rs [new file with mode: 0644]
tests/ui/infinite/issue-41731-infinite-macro-println.stderr [new file with mode: 0644]
tests/ui/inherent-impls-overlap-check/auxiliary/repeat.rs [new file with mode: 0644]
tests/ui/inherent-impls-overlap-check/no-overlap.rs [new file with mode: 0644]
tests/ui/inherent-impls-overlap-check/overlap.rs [new file with mode: 0644]
tests/ui/inherent-impls-overlap-check/overlap.stderr [new file with mode: 0644]
tests/ui/inherit-env.rs [new file with mode: 0644]
tests/ui/inline-const/const-expr-array-init.rs [new file with mode: 0644]
tests/ui/inline-const/const-expr-basic.rs [new file with mode: 0644]
tests/ui/inline-const/const-expr-generic-err.rs [new file with mode: 0644]
tests/ui/inline-const/const-expr-generic-err.stderr [new file with mode: 0644]
tests/ui/inline-const/const-expr-generic-err2.rs [new file with mode: 0644]
tests/ui/inline-const/const-expr-generic-err2.stderr [new file with mode: 0644]
tests/ui/inline-const/const-expr-generic.rs [new file with mode: 0644]
tests/ui/inline-const/const-expr-inference.rs [new file with mode: 0644]
tests/ui/inline-const/const-expr-lifetime-err.rs [new file with mode: 0644]
tests/ui/inline-const/const-expr-lifetime-err.stderr [new file with mode: 0644]
tests/ui/inline-const/const-expr-lifetime.rs [new file with mode: 0644]
tests/ui/inline-const/const-expr-macro.rs [new file with mode: 0644]
tests/ui/inline-const/const-expr-reference.rs [new file with mode: 0644]
tests/ui/inline-const/const-match-pat-generic.rs [new file with mode: 0644]
tests/ui/inline-const/const-match-pat-generic.stderr [new file with mode: 0644]
tests/ui/inline-const/const-match-pat-inference.rs [new file with mode: 0644]
tests/ui/inline-const/const-match-pat-lifetime-err.rs [new file with mode: 0644]
tests/ui/inline-const/const-match-pat-lifetime.rs [new file with mode: 0644]
tests/ui/inline-const/const-match-pat-range.rs [new file with mode: 0644]
tests/ui/inline-const/const-match-pat.rs [new file with mode: 0644]
tests/ui/inline-const/expr-unsafe-err.mir.stderr [new file with mode: 0644]
tests/ui/inline-const/expr-unsafe-err.rs [new file with mode: 0644]
tests/ui/inline-const/expr-unsafe-err.thir.stderr [new file with mode: 0644]
tests/ui/inline-const/expr-unsafe.mir.stderr [new file with mode: 0644]
tests/ui/inline-const/expr-unsafe.rs [new file with mode: 0644]
tests/ui/inline-const/expr-unsafe.thir.stderr [new file with mode: 0644]
tests/ui/inline-const/expr-with-block-err.rs [new file with mode: 0644]
tests/ui/inline-const/expr-with-block-err.stderr [new file with mode: 0644]
tests/ui/inline-const/expr-with-block.rs [new file with mode: 0644]
tests/ui/inline-const/macro-with-const.rs [new file with mode: 0644]
tests/ui/inline-const/pat-unsafe-err.rs [new file with mode: 0644]
tests/ui/inline-const/pat-unsafe.rs [new file with mode: 0644]
tests/ui/inline-disallow-on-variant.rs [new file with mode: 0644]
tests/ui/inline-disallow-on-variant.stderr [new file with mode: 0644]
tests/ui/inlined-main.rs [new file with mode: 0644]
tests/ui/inner-attrs-on-impl.rs [new file with mode: 0644]
tests/ui/inner-module.rs [new file with mode: 0644]
tests/ui/inner-static-type-parameter.rs [new file with mode: 0644]
tests/ui/inner-static-type-parameter.stderr [new file with mode: 0644]
tests/ui/inner-static.rs [new file with mode: 0644]
tests/ui/instrument-xray/flags-always-never-1.rs [new file with mode: 0644]
tests/ui/instrument-xray/flags-always-never-1.stderr [new file with mode: 0644]
tests/ui/instrument-xray/flags-always-never-2.rs [new file with mode: 0644]
tests/ui/instrument-xray/flags-basic.rs [new file with mode: 0644]
tests/ui/instrument-xray/flags-dupe-always.rs [new file with mode: 0644]
tests/ui/instrument-xray/flags-dupe-always.stderr [new file with mode: 0644]
tests/ui/instrument-xray/flags-dupe-ignore-loops.rs [new file with mode: 0644]
tests/ui/instrument-xray/flags-dupe-ignore-loops.stderr [new file with mode: 0644]
tests/ui/instrument-xray/target-not-supported.rs [new file with mode: 0644]
tests/ui/instrument-xray/target-not-supported.stderr [new file with mode: 0644]
tests/ui/integral-indexing.rs [new file with mode: 0644]
tests/ui/integral-indexing.stderr [new file with mode: 0644]
tests/ui/integral-variable-unification-error.rs [new file with mode: 0644]
tests/ui/integral-variable-unification-error.stderr [new file with mode: 0644]
tests/ui/interior-mutability/interior-mutability.rs [new file with mode: 0644]
tests/ui/interior-mutability/interior-mutability.stderr [new file with mode: 0644]
tests/ui/internal/auxiliary/internal_unstable.rs [new file with mode: 0644]
tests/ui/internal/internal-unstable-const.rs [new file with mode: 0644]
tests/ui/internal/internal-unstable-const.stderr [new file with mode: 0644]
tests/ui/internal/internal-unstable-noallow.rs [new file with mode: 0644]
tests/ui/internal/internal-unstable-noallow.stderr [new file with mode: 0644]
tests/ui/internal/internal-unstable-thread-local.rs [new file with mode: 0644]
tests/ui/internal/internal-unstable-thread-local.stderr [new file with mode: 0644]
tests/ui/internal/internal-unstable.rs [new file with mode: 0644]
tests/ui/internal/internal-unstable.stderr [new file with mode: 0644]
tests/ui/intrinsics-always-extern.rs [new file with mode: 0644]
tests/ui/intrinsics-always-extern.stderr [new file with mode: 0644]
tests/ui/intrinsics/auxiliary/cci_intrinsic.rs [new file with mode: 0644]
tests/ui/intrinsics/bad-intrinsic-monomorphization.rs [new file with mode: 0644]
tests/ui/intrinsics/bad-intrinsic-monomorphization.stderr [new file with mode: 0644]
tests/ui/intrinsics/const-eval-select-backtrace-std.rs [new file with mode: 0644]
tests/ui/intrinsics/const-eval-select-backtrace-std.run.stderr [new file with mode: 0644]
tests/ui/intrinsics/const-eval-select-backtrace.rs [new file with mode: 0644]
tests/ui/intrinsics/const-eval-select-backtrace.run.stderr [new file with mode: 0644]
tests/ui/intrinsics/const-eval-select-bad.rs [new file with mode: 0644]
tests/ui/intrinsics/const-eval-select-bad.stderr [new file with mode: 0644]
tests/ui/intrinsics/const-eval-select-stability.rs [new file with mode: 0644]
tests/ui/intrinsics/const-eval-select-stability.stderr [new file with mode: 0644]
tests/ui/intrinsics/const-eval-select-x86_64.rs [new file with mode: 0644]
tests/ui/intrinsics/const-eval-select.rs [new file with mode: 0644]
tests/ui/intrinsics/intrinsic-alignment.rs [new file with mode: 0644]
tests/ui/intrinsics/intrinsic-assume.rs [new file with mode: 0644]
tests/ui/intrinsics/intrinsic-atomics-cc.rs [new file with mode: 0644]
tests/ui/intrinsics/intrinsic-atomics.rs [new file with mode: 0644]
tests/ui/intrinsics/intrinsic-nearby.rs [new file with mode: 0644]
tests/ui/intrinsics/intrinsic-raw_eq-const-padding.rs [new file with mode: 0644]
tests/ui/intrinsics/intrinsic-raw_eq-const-padding.stderr [new file with mode: 0644]
tests/ui/intrinsics/intrinsic-raw_eq-const.rs [new file with mode: 0644]
tests/ui/intrinsics/intrinsic-unreachable.rs [new file with mode: 0644]
tests/ui/intrinsics/intrinsic-volatile.rs [new file with mode: 0644]
tests/ui/intrinsics/intrinsics-integer.rs [new file with mode: 0644]
tests/ui/intrinsics/intrinsics-math.rs [new file with mode: 0644]
tests/ui/intrinsics/issue-28575.mir.stderr [new file with mode: 0644]
tests/ui/intrinsics/issue-28575.rs [new file with mode: 0644]
tests/ui/intrinsics/issue-28575.thir.stderr [new file with mode: 0644]
tests/ui/intrinsics/issue-84297-reifying-copy.rs [new file with mode: 0644]
tests/ui/intrinsics/non-integer-atomic.rs [new file with mode: 0644]
tests/ui/intrinsics/non-integer-atomic.stderr [new file with mode: 0644]
tests/ui/intrinsics/panic-uninitialized-zeroed.rs [new file with mode: 0644]
tests/ui/intrinsics/safe-intrinsic-mismatch.rs [new file with mode: 0644]
tests/ui/intrinsics/safe-intrinsic-mismatch.stderr [new file with mode: 0644]
tests/ui/intrinsics/unchecked_math_unsafe.mir.stderr [new file with mode: 0644]
tests/ui/intrinsics/unchecked_math_unsafe.rs [new file with mode: 0644]
tests/ui/intrinsics/unchecked_math_unsafe.thir.stderr [new file with mode: 0644]
tests/ui/intrinsics/unchecked_math_unstable.rs [new file with mode: 0644]
tests/ui/intrinsics/unchecked_math_unstable.stderr [new file with mode: 0644]
tests/ui/invalid-compile-flags/branch-protection-missing-pac-ret.BADFLAGS.stderr [new file with mode: 0644]
tests/ui/invalid-compile-flags/branch-protection-missing-pac-ret.BADTARGET.stderr [new file with mode: 0644]
tests/ui/invalid-compile-flags/branch-protection-missing-pac-ret.rs [new file with mode: 0644]
tests/ui/invalid-compile-flags/codegen-option-without-group.rs [new file with mode: 0644]
tests/ui/invalid-compile-flags/codegen-option-without-group.stderr [new file with mode: 0644]
tests/ui/invalid-compile-flags/debug-option-without-group.rs [new file with mode: 0644]
tests/ui/invalid-compile-flags/debug-option-without-group.stderr [new file with mode: 0644]
tests/ui/invalid-module-declaration/auxiliary/foo/bar.rs [new file with mode: 0644]
tests/ui/invalid-module-declaration/auxiliary/foo/mod.rs [new file with mode: 0644]
tests/ui/invalid-module-declaration/invalid-module-declaration.rs [new file with mode: 0644]
tests/ui/invalid-module-declaration/invalid-module-declaration.stderr [new file with mode: 0644]
tests/ui/invalid-self-argument/bare-fn-start.rs [new file with mode: 0644]
tests/ui/invalid-self-argument/bare-fn-start.stderr [new file with mode: 0644]
tests/ui/invalid-self-argument/bare-fn.rs [new file with mode: 0644]
tests/ui/invalid-self-argument/bare-fn.stderr [new file with mode: 0644]
tests/ui/invalid-self-argument/trait-fn.rs [new file with mode: 0644]
tests/ui/invalid-self-argument/trait-fn.stderr [new file with mode: 0644]
tests/ui/invalid/invalid-crate-type-macro.rs [new file with mode: 0644]
tests/ui/invalid/invalid-crate-type-macro.stderr [new file with mode: 0644]
tests/ui/invalid/invalid-crate-type.rs [new file with mode: 0644]
tests/ui/invalid/invalid-crate-type.stderr [new file with mode: 0644]
tests/ui/invalid/invalid-debugger-visualizer-option.rs [new file with mode: 0644]
tests/ui/invalid/invalid-debugger-visualizer-option.stderr [new file with mode: 0644]
tests/ui/invalid/invalid-debugger-visualizer-target.rs [new file with mode: 0644]
tests/ui/invalid/invalid-debugger-visualizer-target.stderr [new file with mode: 0644]
tests/ui/invalid/invalid-inline.rs [new file with mode: 0644]
tests/ui/invalid/invalid-inline.stderr [new file with mode: 0644]
tests/ui/invalid/invalid-llvm-passes.rs [new file with mode: 0644]
tests/ui/invalid/invalid-llvm-passes.stderr [new file with mode: 0644]
tests/ui/invalid/invalid-macro-matcher.rs [new file with mode: 0644]
tests/ui/invalid/invalid-macro-matcher.stderr [new file with mode: 0644]
tests/ui/invalid/invalid-no-sanitize.rs [new file with mode: 0644]
tests/ui/invalid/invalid-no-sanitize.stderr [new file with mode: 0644]
tests/ui/invalid/invalid-path-in-const.rs [new file with mode: 0644]
tests/ui/invalid/invalid-path-in-const.stderr [new file with mode: 0644]
tests/ui/invalid/invalid-plugin-attr.rs [new file with mode: 0644]
tests/ui/invalid/invalid-plugin-attr.stderr [new file with mode: 0644]
tests/ui/invalid/invalid-rustc_legacy_const_generics-arguments.rs [new file with mode: 0644]
tests/ui/invalid/invalid-rustc_legacy_const_generics-arguments.stderr [new file with mode: 0644]
tests/ui/invalid/invalid_rustc_layout_scalar_valid_range.rs [new file with mode: 0644]
tests/ui/invalid/invalid_rustc_layout_scalar_valid_range.stderr [new file with mode: 0644]
tests/ui/invalid_crate_type_syntax.rs [new file with mode: 0644]
tests/ui/invalid_crate_type_syntax.stderr [new file with mode: 0644]
tests/ui/invalid_dispatch_from_dyn_impls.rs [new file with mode: 0644]
tests/ui/invalid_dispatch_from_dyn_impls.stderr [new file with mode: 0644]
tests/ui/io-checks/inaccessbile-temp-dir.rs [new file with mode: 0644]
tests/ui/io-checks/inaccessbile-temp-dir.stderr [new file with mode: 0644]
tests/ui/io-checks/non-ice-error-on-worker-io-fail.rs [new file with mode: 0644]
tests/ui/io-checks/non-ice-error-on-worker-io-fail.stderr [new file with mode: 0644]
tests/ui/issue-76387-llvm-miscompile.rs [new file with mode: 0644]
tests/ui/issue-94866.rs [new file with mode: 0644]
tests/ui/issue-94866.stderr [new file with mode: 0644]
tests/ui/issues-71798.rs [new file with mode: 0644]
tests/ui/issues-71798.stderr [new file with mode: 0644]
tests/ui/issues/auxiliary/cgu_test.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/cgu_test_a.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/cgu_test_b.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/i8.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/iss.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-11224.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-11508.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-11529.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-11680.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-12133-dylib.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-12133-dylib2.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-12133-rlib.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-12612-1.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-12612-2.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-12660-aux.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-13507.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-13620-1.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-13620-2.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-13872-1.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-13872-2.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-13872-3.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-14344-1.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-14344-2.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-14421.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-14422.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-15562.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-16643.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-16725.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-17662.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-18501.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-18514.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-18711.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-18913-1.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-18913-2.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-1920.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-19293.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-19340-1.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-20389.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-21202.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-2170-lib.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-2316-a.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-2316-b.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-2380.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-2414-a.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-2414-b.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-2472-b.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-25185-1.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-25185-2.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-2526.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-25467.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-2631-a.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-2723-a.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-29181.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-29265.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-29485.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-3012-1.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-30123-aux.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-3136-a.rc [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-3136-a.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-31702-1.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-31702-2.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-34796-aux.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-36954.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-38190.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-38226-aux.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-3979-traits.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-41053.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-41394.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-41549.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-42007-s.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-4208-cc.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-4545.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-48984-aux.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-49544.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-51798.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-52489.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-5518.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-5521.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-56943.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-57271-lib.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-5844-aux.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-7178.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-73112.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-7899.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-8044.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-8259.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-8401.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-9123.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-9155.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-9188.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-9906.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/issue-9968.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/private-trait-xc.rs [new file with mode: 0644]
tests/ui/issues/auxiliary/reexported-trait.rs [new file with mode: 0644]
tests/ui/issues/issue-100605.rs [new file with mode: 0644]
tests/ui/issues/issue-100605.stderr [new file with mode: 0644]
tests/ui/issues/issue-10228.rs [new file with mode: 0644]
tests/ui/issues/issue-10291.rs [new file with mode: 0644]
tests/ui/issues/issue-10291.stderr [new file with mode: 0644]
tests/ui/issues/issue-102964.rs [new file with mode: 0644]
tests/ui/issues/issue-102964.stderr [new file with mode: 0644]
tests/ui/issues/issue-10396.rs [new file with mode: 0644]
tests/ui/issues/issue-10412.rs [new file with mode: 0644]
tests/ui/issues/issue-10412.stderr [new file with mode: 0644]
tests/ui/issues/issue-10436.rs [new file with mode: 0644]
tests/ui/issues/issue-10456.rs [new file with mode: 0644]
tests/ui/issues/issue-10465.rs [new file with mode: 0644]
tests/ui/issues/issue-10465.stderr [new file with mode: 0644]
tests/ui/issues/issue-10545.rs [new file with mode: 0644]
tests/ui/issues/issue-10545.stderr [new file with mode: 0644]
tests/ui/issues/issue-10638.rs [new file with mode: 0644]
tests/ui/issues/issue-10656.rs [new file with mode: 0644]
tests/ui/issues/issue-10656.stderr [new file with mode: 0644]
tests/ui/issues/issue-106755.rs [new file with mode: 0644]
tests/ui/issues/issue-106755.stderr [new file with mode: 0644]
tests/ui/issues/issue-10682.rs [new file with mode: 0644]
tests/ui/issues/issue-10683.rs [new file with mode: 0644]
tests/ui/issues/issue-10718.rs [new file with mode: 0644]
tests/ui/issues/issue-10734.rs [new file with mode: 0644]
tests/ui/issues/issue-10764.rs [new file with mode: 0644]
tests/ui/issues/issue-10764.stderr [new file with mode: 0644]
tests/ui/issues/issue-10767.rs [new file with mode: 0644]
tests/ui/issues/issue-10802.rs [new file with mode: 0644]
tests/ui/issues/issue-10806.rs [new file with mode: 0644]
tests/ui/issues/issue-10853.rs [new file with mode: 0644]
tests/ui/issues/issue-10877.rs [new file with mode: 0644]
tests/ui/issues/issue-10877.stderr [new file with mode: 0644]
tests/ui/issues/issue-10902.rs [new file with mode: 0644]
tests/ui/issues/issue-11004.rs [new file with mode: 0644]
tests/ui/issues/issue-11004.stderr [new file with mode: 0644]
tests/ui/issues/issue-11047.rs [new file with mode: 0644]
tests/ui/issues/issue-11085.rs [new file with mode: 0644]
tests/ui/issues/issue-11192.rs [new file with mode: 0644]
tests/ui/issues/issue-11192.stderr [new file with mode: 0644]
tests/ui/issues/issue-11205.rs [new file with mode: 0644]
tests/ui/issues/issue-11224.rs [new file with mode: 0644]
tests/ui/issues/issue-11267.rs [new file with mode: 0644]
tests/ui/issues/issue-11374.rs [new file with mode: 0644]
tests/ui/issues/issue-11374.stderr [new file with mode: 0644]
tests/ui/issues/issue-11382.rs [new file with mode: 0644]
tests/ui/issues/issue-11384.rs [new file with mode: 0644]
tests/ui/issues/issue-11508.rs [new file with mode: 0644]
tests/ui/issues/issue-11515.rs [new file with mode: 0644]
tests/ui/issues/issue-11515.stderr [new file with mode: 0644]
tests/ui/issues/issue-11529.rs [new file with mode: 0644]
tests/ui/issues/issue-11552.rs [new file with mode: 0644]
tests/ui/issues/issue-11592.rs [new file with mode: 0644]
tests/ui/issues/issue-11593.rs [new file with mode: 0644]
tests/ui/issues/issue-11593.stderr [new file with mode: 0644]
tests/ui/issues/issue-11677.rs [new file with mode: 0644]
tests/ui/issues/issue-11680.rs [new file with mode: 0644]
tests/ui/issues/issue-11680.stderr [new file with mode: 0644]
tests/ui/issues/issue-11681.rs [new file with mode: 0644]
tests/ui/issues/issue-11681.stderr [new file with mode: 0644]
tests/ui/issues/issue-11692-1.rs [new file with mode: 0644]
tests/ui/issues/issue-11692-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-11692-2.rs [new file with mode: 0644]
tests/ui/issues/issue-11692-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-11709.rs [new file with mode: 0644]
tests/ui/issues/issue-11740.rs [new file with mode: 0644]
tests/ui/issues/issue-11771.rs [new file with mode: 0644]
tests/ui/issues/issue-11771.stderr [new file with mode: 0644]
tests/ui/issues/issue-11820.rs [new file with mode: 0644]
tests/ui/issues/issue-11844.rs [new file with mode: 0644]
tests/ui/issues/issue-11844.stderr [new file with mode: 0644]
tests/ui/issues/issue-11869.rs [new file with mode: 0644]
tests/ui/issues/issue-11873.rs [new file with mode: 0644]
tests/ui/issues/issue-11873.stderr [new file with mode: 0644]
tests/ui/issues/issue-11958.rs [new file with mode: 0644]
tests/ui/issues/issue-11958.stderr [new file with mode: 0644]
tests/ui/issues/issue-12028.rs [new file with mode: 0644]
tests/ui/issues/issue-12028.stderr [new file with mode: 0644]
tests/ui/issues/issue-12033.rs [new file with mode: 0644]
tests/ui/issues/issue-12041.rs [new file with mode: 0644]
tests/ui/issues/issue-12041.stderr [new file with mode: 0644]
tests/ui/issues/issue-12127.rs [new file with mode: 0644]
tests/ui/issues/issue-12127.stderr [new file with mode: 0644]
tests/ui/issues/issue-12133-1.rs [new file with mode: 0644]
tests/ui/issues/issue-12133-2.rs [new file with mode: 0644]
tests/ui/issues/issue-12133-3.rs [new file with mode: 0644]
tests/ui/issues/issue-12187-1.rs [new file with mode: 0644]
tests/ui/issues/issue-12187-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-12187-2.rs [new file with mode: 0644]
tests/ui/issues/issue-12187-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-12285.rs [new file with mode: 0644]
tests/ui/issues/issue-1251.rs [new file with mode: 0644]
tests/ui/issues/issue-12511.rs [new file with mode: 0644]
tests/ui/issues/issue-12511.stderr [new file with mode: 0644]
tests/ui/issues/issue-12567.rs [new file with mode: 0644]
tests/ui/issues/issue-12567.stderr [new file with mode: 0644]
tests/ui/issues/issue-1257.rs [new file with mode: 0644]
tests/ui/issues/issue-12612.rs [new file with mode: 0644]
tests/ui/issues/issue-12660.rs [new file with mode: 0644]
tests/ui/issues/issue-12677.rs [new file with mode: 0644]
tests/ui/issues/issue-12699.rs [new file with mode: 0644]
tests/ui/issues/issue-12729.rs [new file with mode: 0644]
tests/ui/issues/issue-12744.rs [new file with mode: 0644]
tests/ui/issues/issue-12860.rs [new file with mode: 0644]
tests/ui/issues/issue-12863.rs [new file with mode: 0644]
tests/ui/issues/issue-12863.stderr [new file with mode: 0644]
tests/ui/issues/issue-12909.rs [new file with mode: 0644]
tests/ui/issues/issue-12920.rs [new file with mode: 0644]
tests/ui/issues/issue-12997-1.rs [new file with mode: 0644]
tests/ui/issues/issue-12997-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-12997-2.rs [new file with mode: 0644]
tests/ui/issues/issue-12997-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-13027.rs [new file with mode: 0644]
tests/ui/issues/issue-13033.rs [new file with mode: 0644]
tests/ui/issues/issue-13033.stderr [new file with mode: 0644]
tests/ui/issues/issue-13058.rs [new file with mode: 0644]
tests/ui/issues/issue-13058.stderr [new file with mode: 0644]
tests/ui/issues/issue-13105.rs [new file with mode: 0644]
tests/ui/issues/issue-13167.rs [new file with mode: 0644]
tests/ui/issues/issue-13202.rs [new file with mode: 0644]
tests/ui/issues/issue-13204.rs [new file with mode: 0644]
tests/ui/issues/issue-13214.rs [new file with mode: 0644]
tests/ui/issues/issue-13259-windows-tcb-trash.rs [new file with mode: 0644]
tests/ui/issues/issue-13264.rs [new file with mode: 0644]
tests/ui/issues/issue-13323.rs [new file with mode: 0644]
tests/ui/issues/issue-13359.rs [new file with mode: 0644]
tests/ui/issues/issue-13359.stderr [new file with mode: 0644]
tests/ui/issues/issue-13405.rs [new file with mode: 0644]
tests/ui/issues/issue-13407.rs [new file with mode: 0644]
tests/ui/issues/issue-13407.stderr [new file with mode: 0644]
tests/ui/issues/issue-13434.rs [new file with mode: 0644]
tests/ui/issues/issue-13446.rs [new file with mode: 0644]
tests/ui/issues/issue-13446.stderr [new file with mode: 0644]
tests/ui/issues/issue-13466.rs [new file with mode: 0644]
tests/ui/issues/issue-13466.stderr [new file with mode: 0644]
tests/ui/issues/issue-13482-2.rs [new file with mode: 0644]
tests/ui/issues/issue-13482-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-13482.rs [new file with mode: 0644]
tests/ui/issues/issue-13482.stderr [new file with mode: 0644]
tests/ui/issues/issue-13497-2.rs [new file with mode: 0644]
tests/ui/issues/issue-13497-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-13497.rs [new file with mode: 0644]
tests/ui/issues/issue-13497.stderr [new file with mode: 0644]
tests/ui/issues/issue-13507-2.rs [new file with mode: 0644]
tests/ui/issues/issue-1362.rs [new file with mode: 0644]
tests/ui/issues/issue-1362.stderr [new file with mode: 0644]
tests/ui/issues/issue-13620.rs [new file with mode: 0644]
tests/ui/issues/issue-13665.rs [new file with mode: 0644]
tests/ui/issues/issue-13703.rs [new file with mode: 0644]
tests/ui/issues/issue-13763.rs [new file with mode: 0644]
tests/ui/issues/issue-13775.rs [new file with mode: 0644]
tests/ui/issues/issue-13808.rs [new file with mode: 0644]
tests/ui/issues/issue-13847.rs [new file with mode: 0644]
tests/ui/issues/issue-13847.stderr [new file with mode: 0644]
tests/ui/issues/issue-13867.rs [new file with mode: 0644]
tests/ui/issues/issue-13872.rs [new file with mode: 0644]
tests/ui/issues/issue-14082.rs [new file with mode: 0644]
tests/ui/issues/issue-14091-2.rs [new file with mode: 0644]
tests/ui/issues/issue-14091-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-14091.rs [new file with mode: 0644]
tests/ui/issues/issue-14091.stderr [new file with mode: 0644]
tests/ui/issues/issue-14092.rs [new file with mode: 0644]
tests/ui/issues/issue-14092.stderr [new file with mode: 0644]
tests/ui/issues/issue-14229.rs [new file with mode: 0644]
tests/ui/issues/issue-14254.rs [new file with mode: 0644]
tests/ui/issues/issue-14285.rs [new file with mode: 0644]
tests/ui/issues/issue-14285.stderr [new file with mode: 0644]
tests/ui/issues/issue-14308.rs [new file with mode: 0644]
tests/ui/issues/issue-14330.rs [new file with mode: 0644]
tests/ui/issues/issue-14344.rs [new file with mode: 0644]
tests/ui/issues/issue-14366.rs [new file with mode: 0644]
tests/ui/issues/issue-14366.stderr [new file with mode: 0644]
tests/ui/issues/issue-14382.rs [new file with mode: 0644]
tests/ui/issues/issue-14393.rs [new file with mode: 0644]
tests/ui/issues/issue-14399.rs [new file with mode: 0644]
tests/ui/issues/issue-14421.rs [new file with mode: 0644]
tests/ui/issues/issue-14422.rs [new file with mode: 0644]
tests/ui/issues/issue-1448-2.rs [new file with mode: 0644]
tests/ui/issues/issue-1448-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-1451.rs [new file with mode: 0644]
tests/ui/issues/issue-14541.rs [new file with mode: 0644]
tests/ui/issues/issue-14541.stderr [new file with mode: 0644]
tests/ui/issues/issue-1460.rs [new file with mode: 0644]
tests/ui/issues/issue-1460.stderr [new file with mode: 0644]
tests/ui/issues/issue-14721.rs [new file with mode: 0644]
tests/ui/issues/issue-14721.stderr [new file with mode: 0644]
tests/ui/issues/issue-1476.rs [new file with mode: 0644]
tests/ui/issues/issue-1476.stderr [new file with mode: 0644]
tests/ui/issues/issue-14821.rs [new file with mode: 0644]
tests/ui/issues/issue-14845.rs [new file with mode: 0644]
tests/ui/issues/issue-14845.stderr [new file with mode: 0644]
tests/ui/issues/issue-14853.rs [new file with mode: 0644]
tests/ui/issues/issue-14853.stderr [new file with mode: 0644]
tests/ui/issues/issue-14865.rs [new file with mode: 0644]
tests/ui/issues/issue-14875.rs [new file with mode: 0644]
tests/ui/issues/issue-14901.rs [new file with mode: 0644]
tests/ui/issues/issue-14915.rs [new file with mode: 0644]
tests/ui/issues/issue-14915.stderr [new file with mode: 0644]
tests/ui/issues/issue-14919.rs [new file with mode: 0644]
tests/ui/issues/issue-14959.rs [new file with mode: 0644]
tests/ui/issues/issue-15034.rs [new file with mode: 0644]
tests/ui/issues/issue-15034.stderr [new file with mode: 0644]
tests/ui/issues/issue-15043.rs [new file with mode: 0644]
tests/ui/issues/issue-15063.rs [new file with mode: 0644]
tests/ui/issues/issue-15094.rs [new file with mode: 0644]
tests/ui/issues/issue-15094.stderr [new file with mode: 0644]
tests/ui/issues/issue-15104.rs [new file with mode: 0644]
tests/ui/issues/issue-15129-rpass.rs [new file with mode: 0644]
tests/ui/issues/issue-15155.rs [new file with mode: 0644]
tests/ui/issues/issue-15167.rs [new file with mode: 0644]
tests/ui/issues/issue-15167.stderr [new file with mode: 0644]
tests/ui/issues/issue-15189.rs [new file with mode: 0644]
tests/ui/issues/issue-15207.rs [new file with mode: 0644]
tests/ui/issues/issue-15207.stderr [new file with mode: 0644]
tests/ui/issues/issue-15260.rs [new file with mode: 0644]
tests/ui/issues/issue-15260.stderr [new file with mode: 0644]
tests/ui/issues/issue-15381.rs [new file with mode: 0644]
tests/ui/issues/issue-15381.stderr [new file with mode: 0644]
tests/ui/issues/issue-15444.rs [new file with mode: 0644]
tests/ui/issues/issue-15523-big.rs [new file with mode: 0644]
tests/ui/issues/issue-15523.rs [new file with mode: 0644]
tests/ui/issues/issue-15562.rs [new file with mode: 0644]
tests/ui/issues/issue-15571.rs [new file with mode: 0644]
tests/ui/issues/issue-15673.rs [new file with mode: 0644]
tests/ui/issues/issue-15689-1.rs [new file with mode: 0644]
tests/ui/issues/issue-15689-2.rs [new file with mode: 0644]
tests/ui/issues/issue-15734.rs [new file with mode: 0644]
tests/ui/issues/issue-15735.rs [new file with mode: 0644]
tests/ui/issues/issue-15756.rs [new file with mode: 0644]
tests/ui/issues/issue-15756.stderr [new file with mode: 0644]
tests/ui/issues/issue-15763.rs [new file with mode: 0644]
tests/ui/issues/issue-15774.rs [new file with mode: 0644]
tests/ui/issues/issue-15783.rs [new file with mode: 0644]
tests/ui/issues/issue-15783.stderr [new file with mode: 0644]
tests/ui/issues/issue-15793.rs [new file with mode: 0644]
tests/ui/issues/issue-15858.rs [new file with mode: 0644]
tests/ui/issues/issue-15896.rs [new file with mode: 0644]
tests/ui/issues/issue-15896.stderr [new file with mode: 0644]
tests/ui/issues/issue-15965.rs [new file with mode: 0644]
tests/ui/issues/issue-15965.stderr [new file with mode: 0644]
tests/ui/issues/issue-16048.rs [new file with mode: 0644]
tests/ui/issues/issue-16048.stderr [new file with mode: 0644]
tests/ui/issues/issue-16149.rs [new file with mode: 0644]
tests/ui/issues/issue-16149.stderr [new file with mode: 0644]
tests/ui/issues/issue-16151.rs [new file with mode: 0644]
tests/ui/issues/issue-16250.rs [new file with mode: 0644]
tests/ui/issues/issue-16250.stderr [new file with mode: 0644]
tests/ui/issues/issue-16256.rs [new file with mode: 0644]
tests/ui/issues/issue-16256.stderr [new file with mode: 0644]
tests/ui/issues/issue-16278.rs [new file with mode: 0644]
tests/ui/issues/issue-16338.rs [new file with mode: 0644]
tests/ui/issues/issue-16338.stderr [new file with mode: 0644]
tests/ui/issues/issue-16401.rs [new file with mode: 0644]
tests/ui/issues/issue-16401.stderr [new file with mode: 0644]
tests/ui/issues/issue-16441.rs [new file with mode: 0644]
tests/ui/issues/issue-16452.rs [new file with mode: 0644]
tests/ui/issues/issue-16492.rs [new file with mode: 0644]
tests/ui/issues/issue-16530.rs [new file with mode: 0644]
tests/ui/issues/issue-16538.mir.stderr [new file with mode: 0644]
tests/ui/issues/issue-16538.rs [new file with mode: 0644]
tests/ui/issues/issue-16538.thir.stderr [new file with mode: 0644]
tests/ui/issues/issue-16560.rs [new file with mode: 0644]
tests/ui/issues/issue-16562.rs [new file with mode: 0644]
tests/ui/issues/issue-16562.stderr [new file with mode: 0644]
tests/ui/issues/issue-16596.rs [new file with mode: 0644]
tests/ui/issues/issue-1660.rs [new file with mode: 0644]
tests/ui/issues/issue-16643.rs [new file with mode: 0644]
tests/ui/issues/issue-16648.rs [new file with mode: 0644]
tests/ui/issues/issue-16668.rs [new file with mode: 0644]
tests/ui/issues/issue-16671.rs [new file with mode: 0644]
tests/ui/issues/issue-16683.rs [new file with mode: 0644]
tests/ui/issues/issue-16683.stderr [new file with mode: 0644]
tests/ui/issues/issue-16725.rs [new file with mode: 0644]
tests/ui/issues/issue-16725.stderr [new file with mode: 0644]
tests/ui/issues/issue-16739.rs [new file with mode: 0644]
tests/ui/issues/issue-16745.rs [new file with mode: 0644]
tests/ui/issues/issue-16774.rs [new file with mode: 0644]
tests/ui/issues/issue-16783.rs [new file with mode: 0644]
tests/ui/issues/issue-16819.rs [new file with mode: 0644]
tests/ui/issues/issue-16922-rpass.rs [new file with mode: 0644]
tests/ui/issues/issue-16922.rs [new file with mode: 0644]
tests/ui/issues/issue-16922.stderr [new file with mode: 0644]
tests/ui/issues/issue-16939.rs [new file with mode: 0644]
tests/ui/issues/issue-16939.stderr [new file with mode: 0644]
tests/ui/issues/issue-1696.rs [new file with mode: 0644]
tests/ui/issues/issue-16966.rs [new file with mode: 0644]
tests/ui/issues/issue-16966.stderr [new file with mode: 0644]
tests/ui/issues/issue-16994.rs [new file with mode: 0644]
tests/ui/issues/issue-17001.rs [new file with mode: 0644]
tests/ui/issues/issue-17001.stderr [new file with mode: 0644]
tests/ui/issues/issue-17033.rs [new file with mode: 0644]
tests/ui/issues/issue-17033.stderr [new file with mode: 0644]
tests/ui/issues/issue-17068.rs [new file with mode: 0644]
tests/ui/issues/issue-17121.rs [new file with mode: 0644]
tests/ui/issues/issue-17216.rs [new file with mode: 0644]
tests/ui/issues/issue-17252.rs [new file with mode: 0644]
tests/ui/issues/issue-17252.stderr [new file with mode: 0644]
tests/ui/issues/issue-17302.rs [new file with mode: 0644]
tests/ui/issues/issue-17322.rs [new file with mode: 0644]
tests/ui/issues/issue-17336.rs [new file with mode: 0644]
tests/ui/issues/issue-17337.rs [new file with mode: 0644]
tests/ui/issues/issue-17337.stderr [new file with mode: 0644]
tests/ui/issues/issue-17351.rs [new file with mode: 0644]
tests/ui/issues/issue-17361.rs [new file with mode: 0644]
tests/ui/issues/issue-17373.rs [new file with mode: 0644]
tests/ui/issues/issue-17373.stderr [new file with mode: 0644]
tests/ui/issues/issue-17385.rs [new file with mode: 0644]
tests/ui/issues/issue-17385.stderr [new file with mode: 0644]
tests/ui/issues/issue-17405.rs [new file with mode: 0644]
tests/ui/issues/issue-17405.stderr [new file with mode: 0644]
tests/ui/issues/issue-17431-1.rs [new file with mode: 0644]
tests/ui/issues/issue-17431-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-17431-2.rs [new file with mode: 0644]
tests/ui/issues/issue-17431-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-17431-3.rs [new file with mode: 0644]
tests/ui/issues/issue-17431-3.stderr [new file with mode: 0644]
tests/ui/issues/issue-17431-4.rs [new file with mode: 0644]
tests/ui/issues/issue-17431-4.stderr [new file with mode: 0644]
tests/ui/issues/issue-17431-5.rs [new file with mode: 0644]
tests/ui/issues/issue-17431-5.stderr [new file with mode: 0644]
tests/ui/issues/issue-17431-6.rs [new file with mode: 0644]
tests/ui/issues/issue-17431-6.stderr [new file with mode: 0644]
tests/ui/issues/issue-17431-7.rs [new file with mode: 0644]
tests/ui/issues/issue-17431-7.stderr [new file with mode: 0644]
tests/ui/issues/issue-17441.rs [new file with mode: 0644]
tests/ui/issues/issue-17441.stderr [new file with mode: 0644]
tests/ui/issues/issue-17450.rs [new file with mode: 0644]
tests/ui/issues/issue-17503.rs [new file with mode: 0644]
tests/ui/issues/issue-17546.rs [new file with mode: 0644]
tests/ui/issues/issue-17546.stderr [new file with mode: 0644]
tests/ui/issues/issue-17551.rs [new file with mode: 0644]
tests/ui/issues/issue-17551.stderr [new file with mode: 0644]
tests/ui/issues/issue-17651.rs [new file with mode: 0644]
tests/ui/issues/issue-17651.stderr [new file with mode: 0644]
tests/ui/issues/issue-17662.rs [new file with mode: 0644]
tests/ui/issues/issue-17732.rs [new file with mode: 0644]
tests/ui/issues/issue-17734.rs [new file with mode: 0644]
tests/ui/issues/issue-17740.rs [new file with mode: 0644]
tests/ui/issues/issue-17740.stderr [new file with mode: 0644]
tests/ui/issues/issue-17746.rs [new file with mode: 0644]
tests/ui/issues/issue-17758.rs [new file with mode: 0644]
tests/ui/issues/issue-17758.stderr [new file with mode: 0644]
tests/ui/issues/issue-17771.rs [new file with mode: 0644]
tests/ui/issues/issue-17800.rs [new file with mode: 0644]
tests/ui/issues/issue-17800.stderr [new file with mode: 0644]
tests/ui/issues/issue-17816.rs [new file with mode: 0644]
tests/ui/issues/issue-17877.rs [new file with mode: 0644]
tests/ui/issues/issue-17897.rs [new file with mode: 0644]
tests/ui/issues/issue-17904-2.rs [new file with mode: 0644]
tests/ui/issues/issue-17904-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-17904.rs [new file with mode: 0644]
tests/ui/issues/issue-17905-2.rs [new file with mode: 0644]
tests/ui/issues/issue-17905-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-17905.rs [new file with mode: 0644]
tests/ui/issues/issue-17933.rs [new file with mode: 0644]
tests/ui/issues/issue-17933.stderr [new file with mode: 0644]
tests/ui/issues/issue-17954.rs [new file with mode: 0644]
tests/ui/issues/issue-17954.stderr [new file with mode: 0644]
tests/ui/issues/issue-17959.rs [new file with mode: 0644]
tests/ui/issues/issue-17959.stderr [new file with mode: 0644]
tests/ui/issues/issue-17994.rs [new file with mode: 0644]
tests/ui/issues/issue-17994.stderr [new file with mode: 0644]
tests/ui/issues/issue-17999.rs [new file with mode: 0644]
tests/ui/issues/issue-17999.stderr [new file with mode: 0644]
tests/ui/issues/issue-18058.rs [new file with mode: 0644]
tests/ui/issues/issue-18058.stderr [new file with mode: 0644]
tests/ui/issues/issue-18088.rs [new file with mode: 0644]
tests/ui/issues/issue-18107.rs [new file with mode: 0644]
tests/ui/issues/issue-18107.stderr [new file with mode: 0644]
tests/ui/issues/issue-18110.rs [new file with mode: 0644]
tests/ui/issues/issue-18119.rs [new file with mode: 0644]
tests/ui/issues/issue-18119.stderr [new file with mode: 0644]
tests/ui/issues/issue-18159.rs [new file with mode: 0644]
tests/ui/issues/issue-18159.stderr [new file with mode: 0644]
tests/ui/issues/issue-18173.rs [new file with mode: 0644]
tests/ui/issues/issue-18183.rs [new file with mode: 0644]
tests/ui/issues/issue-18183.stderr [new file with mode: 0644]
tests/ui/issues/issue-18188.rs [new file with mode: 0644]
tests/ui/issues/issue-1821.rs [new file with mode: 0644]
tests/ui/issues/issue-18232.rs [new file with mode: 0644]
tests/ui/issues/issue-18352.rs [new file with mode: 0644]
tests/ui/issues/issue-18353.rs [new file with mode: 0644]
tests/ui/issues/issue-18389.rs [new file with mode: 0644]
tests/ui/issues/issue-18389.stderr [new file with mode: 0644]
tests/ui/issues/issue-18423.rs [new file with mode: 0644]
tests/ui/issues/issue-18423.stderr [new file with mode: 0644]
tests/ui/issues/issue-18446-2.rs [new file with mode: 0644]
tests/ui/issues/issue-18446.rs [new file with mode: 0644]
tests/ui/issues/issue-18446.stderr [new file with mode: 0644]
tests/ui/issues/issue-18464.rs [new file with mode: 0644]
tests/ui/issues/issue-18501.rs [new file with mode: 0644]
tests/ui/issues/issue-18514.rs [new file with mode: 0644]
tests/ui/issues/issue-18532.rs [new file with mode: 0644]
tests/ui/issues/issue-18532.stderr [new file with mode: 0644]
tests/ui/issues/issue-18539.rs [new file with mode: 0644]
tests/ui/issues/issue-18566.rs [new file with mode: 0644]
tests/ui/issues/issue-18566.stderr [new file with mode: 0644]
tests/ui/issues/issue-18576.rs [new file with mode: 0644]
tests/ui/issues/issue-18611.rs [new file with mode: 0644]
tests/ui/issues/issue-18611.stderr [new file with mode: 0644]
tests/ui/issues/issue-18685.rs [new file with mode: 0644]
tests/ui/issues/issue-1871.rs [new file with mode: 0644]
tests/ui/issues/issue-1871.stderr [new file with mode: 0644]
tests/ui/issues/issue-18711.rs [new file with mode: 0644]
tests/ui/issues/issue-18738.rs [new file with mode: 0644]
tests/ui/issues/issue-18767.rs [new file with mode: 0644]
tests/ui/issues/issue-18783.rs [new file with mode: 0644]
tests/ui/issues/issue-18783.stderr [new file with mode: 0644]
tests/ui/issues/issue-18804/auxiliary/lib.rs [new file with mode: 0644]
tests/ui/issues/issue-18804/main.rs [new file with mode: 0644]
tests/ui/issues/issue-18809.rs [new file with mode: 0644]
tests/ui/issues/issue-18819.rs [new file with mode: 0644]
tests/ui/issues/issue-18819.stderr [new file with mode: 0644]
tests/ui/issues/issue-18845.rs [new file with mode: 0644]
tests/ui/issues/issue-18859.rs [new file with mode: 0644]
tests/ui/issues/issue-18906.rs [new file with mode: 0644]
tests/ui/issues/issue-18913.rs [new file with mode: 0644]
tests/ui/issues/issue-18919.rs [new file with mode: 0644]
tests/ui/issues/issue-18919.stderr [new file with mode: 0644]
tests/ui/issues/issue-18952.rs [new file with mode: 0644]
tests/ui/issues/issue-18959.rs [new file with mode: 0644]
tests/ui/issues/issue-18959.stderr [new file with mode: 0644]
tests/ui/issues/issue-18988.rs [new file with mode: 0644]
tests/ui/issues/issue-1900.rs [new file with mode: 0644]
tests/ui/issues/issue-1900.stderr [new file with mode: 0644]
tests/ui/issues/issue-19001.rs [new file with mode: 0644]
tests/ui/issues/issue-19037.rs [new file with mode: 0644]
tests/ui/issues/issue-19086.rs [new file with mode: 0644]
tests/ui/issues/issue-19086.stderr [new file with mode: 0644]
tests/ui/issues/issue-19097.rs [new file with mode: 0644]
tests/ui/issues/issue-19098.rs [new file with mode: 0644]
tests/ui/issues/issue-19100.fixed [new file with mode: 0644]
tests/ui/issues/issue-19100.rs [new file with mode: 0644]
tests/ui/issues/issue-19100.stderr [new file with mode: 0644]
tests/ui/issues/issue-19102.rs [new file with mode: 0644]
tests/ui/issues/issue-19127.rs [new file with mode: 0644]
tests/ui/issues/issue-19129-1.rs [new file with mode: 0644]
tests/ui/issues/issue-19129-2.rs [new file with mode: 0644]
tests/ui/issues/issue-19135.rs [new file with mode: 0644]
tests/ui/issues/issue-1920-1.rs [new file with mode: 0644]
tests/ui/issues/issue-1920-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-1920-2.rs [new file with mode: 0644]
tests/ui/issues/issue-1920-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-1920-3.rs [new file with mode: 0644]
tests/ui/issues/issue-1920-3.stderr [new file with mode: 0644]
tests/ui/issues/issue-19244-1.rs [new file with mode: 0644]
tests/ui/issues/issue-19244-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-19244-2.rs [new file with mode: 0644]
tests/ui/issues/issue-19244-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-19293.rs [new file with mode: 0644]
tests/ui/issues/issue-19340-1.rs [new file with mode: 0644]
tests/ui/issues/issue-19340-2.rs [new file with mode: 0644]
tests/ui/issues/issue-19367.rs [new file with mode: 0644]
tests/ui/issues/issue-19380.rs [new file with mode: 0644]
tests/ui/issues/issue-19380.stderr [new file with mode: 0644]
tests/ui/issues/issue-19398.rs [new file with mode: 0644]
tests/ui/issues/issue-19404.rs [new file with mode: 0644]
tests/ui/issues/issue-19479.rs [new file with mode: 0644]
tests/ui/issues/issue-19482.rs [new file with mode: 0644]
tests/ui/issues/issue-19482.stderr [new file with mode: 0644]
tests/ui/issues/issue-19499.rs [new file with mode: 0644]
tests/ui/issues/issue-19521.rs [new file with mode: 0644]
tests/ui/issues/issue-19521.stderr [new file with mode: 0644]
tests/ui/issues/issue-19601.rs [new file with mode: 0644]
tests/ui/issues/issue-1962.fixed [new file with mode: 0644]
tests/ui/issues/issue-1962.rs [new file with mode: 0644]
tests/ui/issues/issue-1962.stderr [new file with mode: 0644]
tests/ui/issues/issue-19631.rs [new file with mode: 0644]
tests/ui/issues/issue-19632.rs [new file with mode: 0644]
tests/ui/issues/issue-19692.rs [new file with mode: 0644]
tests/ui/issues/issue-19692.stderr [new file with mode: 0644]
tests/ui/issues/issue-19707.rs [new file with mode: 0644]
tests/ui/issues/issue-19707.stderr [new file with mode: 0644]
tests/ui/issues/issue-19734.rs [new file with mode: 0644]
tests/ui/issues/issue-19734.stderr [new file with mode: 0644]
tests/ui/issues/issue-1974.rs [new file with mode: 0644]
tests/ui/issues/issue-19811-escape-unicode.rs [new file with mode: 0644]
tests/ui/issues/issue-19850.rs [new file with mode: 0644]
tests/ui/issues/issue-19922.rs [new file with mode: 0644]
tests/ui/issues/issue-19922.stderr [new file with mode: 0644]
tests/ui/issues/issue-19982.rs [new file with mode: 0644]
tests/ui/issues/issue-19991.rs [new file with mode: 0644]
tests/ui/issues/issue-19991.stderr [new file with mode: 0644]
tests/ui/issues/issue-20009.rs [new file with mode: 0644]
tests/ui/issues/issue-20055-box-trait.rs [new file with mode: 0644]
tests/ui/issues/issue-20055-box-unsized-array.rs [new file with mode: 0644]
tests/ui/issues/issue-20162.rs [new file with mode: 0644]
tests/ui/issues/issue-20162.stderr [new file with mode: 0644]
tests/ui/issues/issue-20174.rs [new file with mode: 0644]
tests/ui/issues/issue-20186.rs [new file with mode: 0644]
tests/ui/issues/issue-20225.rs [new file with mode: 0644]
tests/ui/issues/issue-20225.stderr [new file with mode: 0644]
tests/ui/issues/issue-20261.rs [new file with mode: 0644]
tests/ui/issues/issue-20261.stderr [new file with mode: 0644]
tests/ui/issues/issue-20313-rpass.rs [new file with mode: 0644]
tests/ui/issues/issue-20313.rs [new file with mode: 0644]
tests/ui/issues/issue-20313.stderr [new file with mode: 0644]
tests/ui/issues/issue-20389.rs [new file with mode: 0644]
tests/ui/issues/issue-20396.rs [new file with mode: 0644]
tests/ui/issues/issue-20413.rs [new file with mode: 0644]
tests/ui/issues/issue-20413.stderr [new file with mode: 0644]
tests/ui/issues/issue-20414.rs [new file with mode: 0644]
tests/ui/issues/issue-20427.rs [new file with mode: 0644]
tests/ui/issues/issue-20433.rs [new file with mode: 0644]
tests/ui/issues/issue-20433.stderr [new file with mode: 0644]
tests/ui/issues/issue-20454.rs [new file with mode: 0644]
tests/ui/issues/issue-20544.rs [new file with mode: 0644]
tests/ui/issues/issue-20575.rs [new file with mode: 0644]
tests/ui/issues/issue-20605.rs [new file with mode: 0644]
tests/ui/issues/issue-20605.stderr [new file with mode: 0644]
tests/ui/issues/issue-20616.rs [new file with mode: 0644]
tests/ui/issues/issue-2063-resource.rs [new file with mode: 0644]
tests/ui/issues/issue-2063.rs [new file with mode: 0644]
tests/ui/issues/issue-20644.rs [new file with mode: 0644]
tests/ui/issues/issue-20676.rs [new file with mode: 0644]
tests/ui/issues/issue-20714.rs [new file with mode: 0644]
tests/ui/issues/issue-20714.stderr [new file with mode: 0644]
tests/ui/issues/issue-2074.rs [new file with mode: 0644]
tests/ui/issues/issue-20763-1.rs [new file with mode: 0644]
tests/ui/issues/issue-20763-2.rs [new file with mode: 0644]
tests/ui/issues/issue-20772.rs [new file with mode: 0644]
tests/ui/issues/issue-20772.stderr [new file with mode: 0644]
tests/ui/issues/issue-20797.rs [new file with mode: 0644]
tests/ui/issues/issue-20803.rs [new file with mode: 0644]
tests/ui/issues/issue-20831-debruijn.rs [new file with mode: 0644]
tests/ui/issues/issue-20831-debruijn.stderr [new file with mode: 0644]
tests/ui/issues/issue-20847.rs [new file with mode: 0644]
tests/ui/issues/issue-20939.rs [new file with mode: 0644]
tests/ui/issues/issue-20939.stderr [new file with mode: 0644]
tests/ui/issues/issue-20953.rs [new file with mode: 0644]
tests/ui/issues/issue-20971.rs [new file with mode: 0644]
tests/ui/issues/issue-21033.rs [new file with mode: 0644]
tests/ui/issues/issue-21140.rs [new file with mode: 0644]
tests/ui/issues/issue-21160.rs [new file with mode: 0644]
tests/ui/issues/issue-21160.stderr [new file with mode: 0644]
tests/ui/issues/issue-21174-2.rs [new file with mode: 0644]
tests/ui/issues/issue-21174.rs [new file with mode: 0644]
tests/ui/issues/issue-21174.stderr [new file with mode: 0644]
tests/ui/issues/issue-21177.rs [new file with mode: 0644]
tests/ui/issues/issue-21177.stderr [new file with mode: 0644]
tests/ui/issues/issue-21202.rs [new file with mode: 0644]
tests/ui/issues/issue-21202.stderr [new file with mode: 0644]
tests/ui/issues/issue-21245.rs [new file with mode: 0644]
tests/ui/issues/issue-21291.rs [new file with mode: 0644]
tests/ui/issues/issue-21306.rs [new file with mode: 0644]
tests/ui/issues/issue-21332.rs [new file with mode: 0644]
tests/ui/issues/issue-21332.stderr [new file with mode: 0644]
tests/ui/issues/issue-21361.rs [new file with mode: 0644]
tests/ui/issues/issue-21384.rs [new file with mode: 0644]
tests/ui/issues/issue-21400.rs [new file with mode: 0644]
tests/ui/issues/issue-21402.rs [new file with mode: 0644]
tests/ui/issues/issue-21449.rs [new file with mode: 0644]
tests/ui/issues/issue-21449.stderr [new file with mode: 0644]
tests/ui/issues/issue-2150.rs [new file with mode: 0644]
tests/ui/issues/issue-2150.stderr [new file with mode: 0644]
tests/ui/issues/issue-2151.rs [new file with mode: 0644]
tests/ui/issues/issue-2151.stderr [new file with mode: 0644]
tests/ui/issues/issue-21546.rs [new file with mode: 0644]
tests/ui/issues/issue-21546.stderr [new file with mode: 0644]
tests/ui/issues/issue-21554.rs [new file with mode: 0644]
tests/ui/issues/issue-21554.stderr [new file with mode: 0644]
tests/ui/issues/issue-21596.rs [new file with mode: 0644]
tests/ui/issues/issue-21596.stderr [new file with mode: 0644]
tests/ui/issues/issue-21600.rs [new file with mode: 0644]
tests/ui/issues/issue-21600.stderr [new file with mode: 0644]
tests/ui/issues/issue-21622.rs [new file with mode: 0644]
tests/ui/issues/issue-21634.rs [new file with mode: 0644]
tests/ui/issues/issue-21655.rs [new file with mode: 0644]
tests/ui/issues/issue-2170-exe.rs [new file with mode: 0644]
tests/ui/issues/issue-21701.rs [new file with mode: 0644]
tests/ui/issues/issue-21701.stderr [new file with mode: 0644]
tests/ui/issues/issue-21763.rs [new file with mode: 0644]
tests/ui/issues/issue-21763.stderr [new file with mode: 0644]
tests/ui/issues/issue-21837.rs [new file with mode: 0644]
tests/ui/issues/issue-21837.stderr [new file with mode: 0644]
tests/ui/issues/issue-21891.rs [new file with mode: 0644]
tests/ui/issues/issue-2190-1.rs [new file with mode: 0644]
tests/ui/issues/issue-21909.rs [new file with mode: 0644]
tests/ui/issues/issue-21922.rs [new file with mode: 0644]
tests/ui/issues/issue-21946.rs [new file with mode: 0644]
tests/ui/issues/issue-21946.stderr [new file with mode: 0644]
tests/ui/issues/issue-21950.rs [new file with mode: 0644]
tests/ui/issues/issue-21950.stderr [new file with mode: 0644]
tests/ui/issues/issue-21974.rs [new file with mode: 0644]
tests/ui/issues/issue-21974.stderr [new file with mode: 0644]
tests/ui/issues/issue-22008.rs [new file with mode: 0644]
tests/ui/issues/issue-22034.rs [new file with mode: 0644]
tests/ui/issues/issue-22034.stderr [new file with mode: 0644]
tests/ui/issues/issue-22036.rs [new file with mode: 0644]
tests/ui/issues/issue-2214.rs [new file with mode: 0644]
tests/ui/issues/issue-22258.rs [new file with mode: 0644]
tests/ui/issues/issue-22289.rs [new file with mode: 0644]
tests/ui/issues/issue-22289.stderr [new file with mode: 0644]
tests/ui/issues/issue-22312.rs [new file with mode: 0644]
tests/ui/issues/issue-22312.stderr [new file with mode: 0644]
tests/ui/issues/issue-22346.rs [new file with mode: 0644]
tests/ui/issues/issue-22356.rs [new file with mode: 0644]
tests/ui/issues/issue-22370.rs [new file with mode: 0644]
tests/ui/issues/issue-22370.stderr [new file with mode: 0644]
tests/ui/issues/issue-22384.rs [new file with mode: 0644]
tests/ui/issues/issue-22384.stderr [new file with mode: 0644]
tests/ui/issues/issue-22403.rs [new file with mode: 0644]
tests/ui/issues/issue-22426.rs [new file with mode: 0644]
tests/ui/issues/issue-22434.rs [new file with mode: 0644]
tests/ui/issues/issue-22434.stderr [new file with mode: 0644]
tests/ui/issues/issue-22468.rs [new file with mode: 0644]
tests/ui/issues/issue-22468.stderr [new file with mode: 0644]
tests/ui/issues/issue-22471.rs [new file with mode: 0644]
tests/ui/issues/issue-22577.rs [new file with mode: 0644]
tests/ui/issues/issue-22599.rs [new file with mode: 0644]
tests/ui/issues/issue-22599.stderr [new file with mode: 0644]
tests/ui/issues/issue-22603.rs [new file with mode: 0644]
tests/ui/issues/issue-22629.rs [new file with mode: 0644]
tests/ui/issues/issue-22638.polonius.stderr [new file with mode: 0644]
tests/ui/issues/issue-22638.rs [new file with mode: 0644]
tests/ui/issues/issue-22638.stderr [new file with mode: 0644]
tests/ui/issues/issue-22644.rs [new file with mode: 0644]
tests/ui/issues/issue-22644.stderr [new file with mode: 0644]
tests/ui/issues/issue-22673.rs [new file with mode: 0644]
tests/ui/issues/issue-22684.rs [new file with mode: 0644]
tests/ui/issues/issue-22684.stderr [new file with mode: 0644]
tests/ui/issues/issue-22706.rs [new file with mode: 0644]
tests/ui/issues/issue-22706.stderr [new file with mode: 0644]
tests/ui/issues/issue-22777.rs [new file with mode: 0644]
tests/ui/issues/issue-22781.rs [new file with mode: 0644]
tests/ui/issues/issue-22789.rs [new file with mode: 0644]
tests/ui/issues/issue-2281-part1.rs [new file with mode: 0644]
tests/ui/issues/issue-2281-part1.stderr [new file with mode: 0644]
tests/ui/issues/issue-22814.rs [new file with mode: 0644]
tests/ui/issues/issue-2284.rs [new file with mode: 0644]
tests/ui/issues/issue-22864-1.rs [new file with mode: 0644]
tests/ui/issues/issue-22864-2.rs [new file with mode: 0644]
tests/ui/issues/issue-22872.rs [new file with mode: 0644]
tests/ui/issues/issue-22872.stderr [new file with mode: 0644]
tests/ui/issues/issue-22874.rs [new file with mode: 0644]
tests/ui/issues/issue-22874.stderr [new file with mode: 0644]
tests/ui/issues/issue-2288.rs [new file with mode: 0644]
tests/ui/issues/issue-22886.rs [new file with mode: 0644]
tests/ui/issues/issue-22886.stderr [new file with mode: 0644]
tests/ui/issues/issue-22894.rs [new file with mode: 0644]
tests/ui/issues/issue-22933-1.rs [new file with mode: 0644]
tests/ui/issues/issue-22933-2.rs [new file with mode: 0644]
tests/ui/issues/issue-22933-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-22992-2.rs [new file with mode: 0644]
tests/ui/issues/issue-22992.rs [new file with mode: 0644]
tests/ui/issues/issue-23024.rs [new file with mode: 0644]
tests/ui/issues/issue-23024.stderr [new file with mode: 0644]
tests/ui/issues/issue-23036.rs [new file with mode: 0644]
tests/ui/issues/issue-23041.rs [new file with mode: 0644]
tests/ui/issues/issue-23041.stderr [new file with mode: 0644]
tests/ui/issues/issue-23046.rs [new file with mode: 0644]
tests/ui/issues/issue-23046.stderr [new file with mode: 0644]
tests/ui/issues/issue-23073.rs [new file with mode: 0644]
tests/ui/issues/issue-23073.stderr [new file with mode: 0644]
tests/ui/issues/issue-2311-2.rs [new file with mode: 0644]
tests/ui/issues/issue-2311.rs [new file with mode: 0644]
tests/ui/issues/issue-2312.rs [new file with mode: 0644]
tests/ui/issues/issue-23122-1.rs [new file with mode: 0644]
tests/ui/issues/issue-23122-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-23122-2.rs [new file with mode: 0644]
tests/ui/issues/issue-23122-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-2316-c.rs [new file with mode: 0644]
tests/ui/issues/issue-23173.rs [new file with mode: 0644]
tests/ui/issues/issue-23173.stderr [new file with mode: 0644]
tests/ui/issues/issue-23189.rs [new file with mode: 0644]
tests/ui/issues/issue-23189.stderr [new file with mode: 0644]
tests/ui/issues/issue-23217.rs [new file with mode: 0644]
tests/ui/issues/issue-23217.stderr [new file with mode: 0644]
tests/ui/issues/issue-23253.rs [new file with mode: 0644]
tests/ui/issues/issue-23253.stderr [new file with mode: 0644]
tests/ui/issues/issue-23261.rs [new file with mode: 0644]
tests/ui/issues/issue-23281.rs [new file with mode: 0644]
tests/ui/issues/issue-23281.stderr [new file with mode: 0644]
tests/ui/issues/issue-23302-1.rs [new file with mode: 0644]
tests/ui/issues/issue-23302-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-23302-2.rs [new file with mode: 0644]
tests/ui/issues/issue-23302-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-23302-3.rs [new file with mode: 0644]
tests/ui/issues/issue-23302-3.stderr [new file with mode: 0644]
tests/ui/issues/issue-23304-1.rs [new file with mode: 0644]
tests/ui/issues/issue-23304-2.rs [new file with mode: 0644]
tests/ui/issues/issue-23311.rs [new file with mode: 0644]
tests/ui/issues/issue-23336.rs [new file with mode: 0644]
tests/ui/issues/issue-23354-2.rs [new file with mode: 0644]
tests/ui/issues/issue-23354.rs [new file with mode: 0644]
tests/ui/issues/issue-23406.rs [new file with mode: 0644]
tests/ui/issues/issue-23433.rs [new file with mode: 0644]
tests/ui/issues/issue-23442.rs [new file with mode: 0644]
tests/ui/issues/issue-23477.rs [new file with mode: 0644]
tests/ui/issues/issue-23485.rs [new file with mode: 0644]
tests/ui/issues/issue-23491.rs [new file with mode: 0644]
tests/ui/issues/issue-23543.rs [new file with mode: 0644]
tests/ui/issues/issue-23543.stderr [new file with mode: 0644]
tests/ui/issues/issue-23544.rs [new file with mode: 0644]
tests/ui/issues/issue-23544.stderr [new file with mode: 0644]
tests/ui/issues/issue-23550.rs [new file with mode: 0644]
tests/ui/issues/issue-23589.rs [new file with mode: 0644]
tests/ui/issues/issue-23589.stderr [new file with mode: 0644]
tests/ui/issues/issue-23611-enum-swap-in-drop.rs [new file with mode: 0644]
tests/ui/issues/issue-23649-1.rs [new file with mode: 0644]
tests/ui/issues/issue-23649-2.rs [new file with mode: 0644]
tests/ui/issues/issue-23649-3.rs [new file with mode: 0644]
tests/ui/issues/issue-23699.rs [new file with mode: 0644]
tests/ui/issues/issue-23781.rs [new file with mode: 0644]
tests/ui/issues/issue-2380-b.rs [new file with mode: 0644]
tests/ui/issues/issue-23808.rs [new file with mode: 0644]
tests/ui/issues/issue-2383.rs [new file with mode: 0644]
tests/ui/issues/issue-23891.rs [new file with mode: 0644]
tests/ui/issues/issue-23898.rs [new file with mode: 0644]
tests/ui/issues/issue-23958.rs [new file with mode: 0644]
tests/ui/issues/issue-23966.rs [new file with mode: 0644]
tests/ui/issues/issue-23966.stderr [new file with mode: 0644]
tests/ui/issues/issue-23992.rs [new file with mode: 0644]
tests/ui/issues/issue-24013.rs [new file with mode: 0644]
tests/ui/issues/issue-24013.stderr [new file with mode: 0644]
tests/ui/issues/issue-24036.rs [new file with mode: 0644]
tests/ui/issues/issue-24036.stderr [new file with mode: 0644]
tests/ui/issues/issue-24086.rs [new file with mode: 0644]
tests/ui/issues/issue-2414-c.rs [new file with mode: 0644]
tests/ui/issues/issue-24161.rs [new file with mode: 0644]
tests/ui/issues/issue-24227.rs [new file with mode: 0644]
tests/ui/issues/issue-2428.rs [new file with mode: 0644]
tests/ui/issues/issue-24308.rs [new file with mode: 0644]
tests/ui/issues/issue-24322.rs [new file with mode: 0644]
tests/ui/issues/issue-24322.stderr [new file with mode: 0644]
tests/ui/issues/issue-24352.rs [new file with mode: 0644]
tests/ui/issues/issue-24352.stderr [new file with mode: 0644]
tests/ui/issues/issue-24353.rs [new file with mode: 0644]
tests/ui/issues/issue-24357.rs [new file with mode: 0644]
tests/ui/issues/issue-24357.stderr [new file with mode: 0644]
tests/ui/issues/issue-24363.rs [new file with mode: 0644]
tests/ui/issues/issue-24363.stderr [new file with mode: 0644]
tests/ui/issues/issue-24365.rs [new file with mode: 0644]
tests/ui/issues/issue-24365.stderr [new file with mode: 0644]
tests/ui/issues/issue-24389.rs [new file with mode: 0644]
tests/ui/issues/issue-24424.rs [new file with mode: 0644]
tests/ui/issues/issue-24424.stderr [new file with mode: 0644]
tests/ui/issues/issue-24434.rs [new file with mode: 0644]
tests/ui/issues/issue-24446.rs [new file with mode: 0644]
tests/ui/issues/issue-24446.stderr [new file with mode: 0644]
tests/ui/issues/issue-2445-b.rs [new file with mode: 0644]
tests/ui/issues/issue-2445.rs [new file with mode: 0644]
tests/ui/issues/issue-24533.rs [new file with mode: 0644]
tests/ui/issues/issue-24589.rs [new file with mode: 0644]
tests/ui/issues/issue-2463.rs [new file with mode: 0644]
tests/ui/issues/issue-24682.rs [new file with mode: 0644]
tests/ui/issues/issue-24682.stderr [new file with mode: 0644]
tests/ui/issues/issue-24687-embed-debuginfo/auxiliary/issue-24687-lib.rs [new file with mode: 0644]
tests/ui/issues/issue-24687-embed-debuginfo/auxiliary/issue-24687-mbcs-in-comments.rs [new file with mode: 0644]
tests/ui/issues/issue-24687-embed-debuginfo/main.rs [new file with mode: 0644]
tests/ui/issues/issue-2470-bounds-check-overflow.rs [new file with mode: 0644]
tests/ui/issues/issue-2472.rs [new file with mode: 0644]
tests/ui/issues/issue-24779.rs [new file with mode: 0644]
tests/ui/issues/issue-24819.rs [new file with mode: 0644]
tests/ui/issues/issue-24819.stderr [new file with mode: 0644]
tests/ui/issues/issue-2487-a.rs [new file with mode: 0644]
tests/ui/issues/issue-24945-repeat-dash-opts.rs [new file with mode: 0644]
tests/ui/issues/issue-24947.rs [new file with mode: 0644]
tests/ui/issues/issue-24954.rs [new file with mode: 0644]
tests/ui/issues/issue-2502.rs [new file with mode: 0644]
tests/ui/issues/issue-25076.rs [new file with mode: 0644]
tests/ui/issues/issue-25076.stderr [new file with mode: 0644]
tests/ui/issues/issue-25089.rs [new file with mode: 0644]
tests/ui/issues/issue-25145.rs [new file with mode: 0644]
tests/ui/issues/issue-25180.rs [new file with mode: 0644]
tests/ui/issues/issue-25185.rs [new file with mode: 0644]
tests/ui/issues/issue-2526-a.rs [new file with mode: 0644]
tests/ui/issues/issue-25279.rs [new file with mode: 0644]
tests/ui/issues/issue-25343.rs [new file with mode: 0644]
tests/ui/issues/issue-25368.rs [new file with mode: 0644]
tests/ui/issues/issue-25368.stderr [new file with mode: 0644]
tests/ui/issues/issue-25386.rs [new file with mode: 0644]
tests/ui/issues/issue-25386.stderr [new file with mode: 0644]
tests/ui/issues/issue-25394.rs [new file with mode: 0644]
tests/ui/issues/issue-25439.rs [new file with mode: 0644]
tests/ui/issues/issue-25439.stderr [new file with mode: 0644]
tests/ui/issues/issue-25467.rs [new file with mode: 0644]
tests/ui/issues/issue-25497.rs [new file with mode: 0644]
tests/ui/issues/issue-2550.rs [new file with mode: 0644]
tests/ui/issues/issue-25515.rs [new file with mode: 0644]
tests/ui/issues/issue-25549-multiple-drop.rs [new file with mode: 0644]
tests/ui/issues/issue-25579.rs [new file with mode: 0644]
tests/ui/issues/issue-25679.rs [new file with mode: 0644]
tests/ui/issues/issue-25693.rs [new file with mode: 0644]
tests/ui/issues/issue-25746-bool-transmute.rs [new file with mode: 0644]
tests/ui/issues/issue-25757.rs [new file with mode: 0644]
tests/ui/issues/issue-25810.rs [new file with mode: 0644]
tests/ui/issues/issue-2590.rs [new file with mode: 0644]
tests/ui/issues/issue-2590.stderr [new file with mode: 0644]
tests/ui/issues/issue-25901.rs [new file with mode: 0644]
tests/ui/issues/issue-25901.stderr [new file with mode: 0644]
tests/ui/issues/issue-26056.rs [new file with mode: 0644]
tests/ui/issues/issue-26056.stderr [new file with mode: 0644]
tests/ui/issues/issue-26093.rs [new file with mode: 0644]
tests/ui/issues/issue-26093.stderr [new file with mode: 0644]
tests/ui/issues/issue-26094.rs [new file with mode: 0644]
tests/ui/issues/issue-26094.stderr [new file with mode: 0644]
tests/ui/issues/issue-26095.rs [new file with mode: 0644]
tests/ui/issues/issue-2611-3.rs [new file with mode: 0644]
tests/ui/issues/issue-26127.rs [new file with mode: 0644]
tests/ui/issues/issue-26186.rs [new file with mode: 0644]
tests/ui/issues/issue-26205.rs [new file with mode: 0644]
tests/ui/issues/issue-26217.rs [new file with mode: 0644]
tests/ui/issues/issue-26217.stderr [new file with mode: 0644]
tests/ui/issues/issue-26237.rs [new file with mode: 0644]
tests/ui/issues/issue-26237.stderr [new file with mode: 0644]
tests/ui/issues/issue-26262.rs [new file with mode: 0644]
tests/ui/issues/issue-26262.stderr [new file with mode: 0644]
tests/ui/issues/issue-2631-b.rs [new file with mode: 0644]
tests/ui/issues/issue-2642.rs [new file with mode: 0644]
tests/ui/issues/issue-26468.rs [new file with mode: 0644]
tests/ui/issues/issue-26472.rs [new file with mode: 0644]
tests/ui/issues/issue-26472.stderr [new file with mode: 0644]
tests/ui/issues/issue-26484.rs [new file with mode: 0644]
tests/ui/issues/issue-26614.rs [new file with mode: 0644]
tests/ui/issues/issue-26619.rs [new file with mode: 0644]
tests/ui/issues/issue-26619.stderr [new file with mode: 0644]
tests/ui/issues/issue-26641.rs [new file with mode: 0644]
tests/ui/issues/issue-26646.rs [new file with mode: 0644]
tests/ui/issues/issue-26655.rs [new file with mode: 0644]
tests/ui/issues/issue-26709.rs [new file with mode: 0644]
tests/ui/issues/issue-26802.rs [new file with mode: 0644]
tests/ui/issues/issue-26805.rs [new file with mode: 0644]
tests/ui/issues/issue-26812.rs [new file with mode: 0644]
tests/ui/issues/issue-26812.stderr [new file with mode: 0644]
tests/ui/issues/issue-26905-rpass.rs [new file with mode: 0644]
tests/ui/issues/issue-26905.rs [new file with mode: 0644]
tests/ui/issues/issue-26905.stderr [new file with mode: 0644]
tests/ui/issues/issue-26948.rs [new file with mode: 0644]
tests/ui/issues/issue-26948.stderr [new file with mode: 0644]
tests/ui/issues/issue-26997.rs [new file with mode: 0644]
tests/ui/issues/issue-27008.rs [new file with mode: 0644]
tests/ui/issues/issue-27008.stderr [new file with mode: 0644]
tests/ui/issues/issue-27033.rs [new file with mode: 0644]
tests/ui/issues/issue-27033.stderr [new file with mode: 0644]
tests/ui/issues/issue-27042.rs [new file with mode: 0644]
tests/ui/issues/issue-27042.stderr [new file with mode: 0644]
tests/ui/issues/issue-27054-primitive-binary-ops.rs [new file with mode: 0644]
tests/ui/issues/issue-27078.rs [new file with mode: 0644]
tests/ui/issues/issue-27078.stderr [new file with mode: 0644]
tests/ui/issues/issue-2708.rs [new file with mode: 0644]
tests/ui/issues/issue-27105.rs [new file with mode: 0644]
tests/ui/issues/issue-2723-b.rs [new file with mode: 0644]
tests/ui/issues/issue-27240.rs [new file with mode: 0644]
tests/ui/issues/issue-27268.rs [new file with mode: 0644]
tests/ui/issues/issue-27281.rs [new file with mode: 0644]
tests/ui/issues/issue-27340.rs [new file with mode: 0644]
tests/ui/issues/issue-27340.stderr [new file with mode: 0644]
tests/ui/issues/issue-27401-dropflag-reinit.rs [new file with mode: 0644]
tests/ui/issues/issue-27433.fixed [new file with mode: 0644]
tests/ui/issues/issue-27433.rs [new file with mode: 0644]
tests/ui/issues/issue-27433.stderr [new file with mode: 0644]
tests/ui/issues/issue-2748-a.rs [new file with mode: 0644]
tests/ui/issues/issue-27592.rs [new file with mode: 0644]
tests/ui/issues/issue-27592.stderr [new file with mode: 0644]
tests/ui/issues/issue-2761.rs [new file with mode: 0644]
tests/ui/issues/issue-27639.rs [new file with mode: 0644]
tests/ui/issues/issue-27697.rs [new file with mode: 0644]
tests/ui/issues/issue-27815.rs [new file with mode: 0644]
tests/ui/issues/issue-27815.stderr [new file with mode: 0644]
tests/ui/issues/issue-27842.rs [new file with mode: 0644]
tests/ui/issues/issue-27842.stderr [new file with mode: 0644]
tests/ui/issues/issue-27859.rs [new file with mode: 0644]
tests/ui/issues/issue-27889.rs [new file with mode: 0644]
tests/ui/issues/issue-27901.rs [new file with mode: 0644]
tests/ui/issues/issue-27942.rs [new file with mode: 0644]
tests/ui/issues/issue-27942.stderr [new file with mode: 0644]
tests/ui/issues/issue-27949.rs [new file with mode: 0644]
tests/ui/issues/issue-27997.rs [new file with mode: 0644]
tests/ui/issues/issue-2804-2.rs [new file with mode: 0644]
tests/ui/issues/issue-28105.rs [new file with mode: 0644]
tests/ui/issues/issue-28105.stderr [new file with mode: 0644]
tests/ui/issues/issue-28109.rs [new file with mode: 0644]
tests/ui/issues/issue-28109.stderr [new file with mode: 0644]
tests/ui/issues/issue-28181.rs [new file with mode: 0644]
tests/ui/issues/issue-2823.rs [new file with mode: 0644]
tests/ui/issues/issue-2823.stderr [new file with mode: 0644]
tests/ui/issues/issue-28279.rs [new file with mode: 0644]
tests/ui/issues/issue-28344.rs [new file with mode: 0644]
tests/ui/issues/issue-28344.stderr [new file with mode: 0644]
tests/ui/issues/issue-28433.rs [new file with mode: 0644]
tests/ui/issues/issue-28433.stderr [new file with mode: 0644]
tests/ui/issues/issue-28472.rs [new file with mode: 0644]
tests/ui/issues/issue-28472.stderr [new file with mode: 0644]
tests/ui/issues/issue-2848.rs [new file with mode: 0644]
tests/ui/issues/issue-2848.stderr [new file with mode: 0644]
tests/ui/issues/issue-2849.rs [new file with mode: 0644]
tests/ui/issues/issue-2849.stderr [new file with mode: 0644]
tests/ui/issues/issue-28498-must-work-ex1.rs [new file with mode: 0644]
tests/ui/issues/issue-28498-must-work-ex2.rs [new file with mode: 0644]
tests/ui/issues/issue-28498-ugeh-ex1.rs [new file with mode: 0644]
tests/ui/issues/issue-28550.rs [new file with mode: 0644]
tests/ui/issues/issue-28561.rs [new file with mode: 0644]
tests/ui/issues/issue-28568.rs [new file with mode: 0644]
tests/ui/issues/issue-28568.stderr [new file with mode: 0644]
tests/ui/issues/issue-28586.rs [new file with mode: 0644]
tests/ui/issues/issue-28586.stderr [new file with mode: 0644]
tests/ui/issues/issue-28600.rs [new file with mode: 0644]
tests/ui/issues/issue-28625.rs [new file with mode: 0644]
tests/ui/issues/issue-28625.stderr [new file with mode: 0644]
tests/ui/issues/issue-28776.mir.stderr [new file with mode: 0644]
tests/ui/issues/issue-28776.rs [new file with mode: 0644]
tests/ui/issues/issue-28776.thir.stderr [new file with mode: 0644]
tests/ui/issues/issue-28777.rs [new file with mode: 0644]
tests/ui/issues/issue-28822.rs [new file with mode: 0644]
tests/ui/issues/issue-28828.rs [new file with mode: 0644]
tests/ui/issues/issue-28839.rs [new file with mode: 0644]
tests/ui/issues/issue-28936.rs [new file with mode: 0644]
tests/ui/issues/issue-2895.rs [new file with mode: 0644]
tests/ui/issues/issue-28971.rs [new file with mode: 0644]
tests/ui/issues/issue-28971.stderr [new file with mode: 0644]
tests/ui/issues/issue-28983.rs [new file with mode: 0644]
tests/ui/issues/issue-28992-empty.rs [new file with mode: 0644]
tests/ui/issues/issue-28992-empty.stderr [new file with mode: 0644]
tests/ui/issues/issue-28999.rs [new file with mode: 0644]
tests/ui/issues/issue-29030.rs [new file with mode: 0644]
tests/ui/issues/issue-29037.rs [new file with mode: 0644]
tests/ui/issues/issue-2904.rs [new file with mode: 0644]
tests/ui/issues/issue-29048.rs [new file with mode: 0644]
tests/ui/issues/issue-29053.rs [new file with mode: 0644]
tests/ui/issues/issue-29071-2.rs [new file with mode: 0644]
tests/ui/issues/issue-29071.rs [new file with mode: 0644]
tests/ui/issues/issue-29092.rs [new file with mode: 0644]
tests/ui/issues/issue-29147-rpass.rs [new file with mode: 0644]
tests/ui/issues/issue-29147.rs [new file with mode: 0644]
tests/ui/issues/issue-29147.stderr [new file with mode: 0644]
tests/ui/issues/issue-29181.rs [new file with mode: 0644]
tests/ui/issues/issue-29181.stderr [new file with mode: 0644]
tests/ui/issues/issue-29265.rs [new file with mode: 0644]
tests/ui/issues/issue-29276.rs [new file with mode: 0644]
tests/ui/issues/issue-2935.rs [new file with mode: 0644]
tests/ui/issues/issue-29466.rs [new file with mode: 0644]
tests/ui/issues/issue-29485.rs [new file with mode: 0644]
tests/ui/issues/issue-2951.rs [new file with mode: 0644]
tests/ui/issues/issue-2951.stderr [new file with mode: 0644]
tests/ui/issues/issue-29516.rs [new file with mode: 0644]
tests/ui/issues/issue-29522.rs [new file with mode: 0644]
tests/ui/issues/issue-29540.rs [new file with mode: 0644]
tests/ui/issues/issue-29663.rs [new file with mode: 0644]
tests/ui/issues/issue-29668.rs [new file with mode: 0644]
tests/ui/issues/issue-29710.rs [new file with mode: 0644]
tests/ui/issues/issue-29723.rs [new file with mode: 0644]
tests/ui/issues/issue-29723.stderr [new file with mode: 0644]
tests/ui/issues/issue-29740.rs [new file with mode: 0644]
tests/ui/issues/issue-29743.rs [new file with mode: 0644]
tests/ui/issues/issue-29746.rs [new file with mode: 0644]
tests/ui/issues/issue-29798.rs [new file with mode: 0644]
tests/ui/issues/issue-29821.rs [new file with mode: 0644]
tests/ui/issues/issue-29857.rs [new file with mode: 0644]
tests/ui/issues/issue-29861.rs [new file with mode: 0644]
tests/ui/issues/issue-29861.stderr [new file with mode: 0644]
tests/ui/issues/issue-2989.rs [new file with mode: 0644]
tests/ui/issues/issue-29948.rs [new file with mode: 0644]
tests/ui/issues/issue-2995.rs [new file with mode: 0644]
tests/ui/issues/issue-2995.stderr [new file with mode: 0644]
tests/ui/issues/issue-30007.rs [new file with mode: 0644]
tests/ui/issues/issue-30007.stderr [new file with mode: 0644]
tests/ui/issues/issue-30018-panic.rs [new file with mode: 0644]
tests/ui/issues/issue-3008-1.rs [new file with mode: 0644]
tests/ui/issues/issue-3008-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-3008-2.rs [new file with mode: 0644]
tests/ui/issues/issue-3008-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-3008-3.rs [new file with mode: 0644]
tests/ui/issues/issue-3008-3.stderr [new file with mode: 0644]
tests/ui/issues/issue-30081.rs [new file with mode: 0644]
tests/ui/issues/issue-3012-2.rs [new file with mode: 0644]
tests/ui/issues/issue-30123.rs [new file with mode: 0644]
tests/ui/issues/issue-30123.stderr [new file with mode: 0644]
tests/ui/issues/issue-3021-b.rs [new file with mode: 0644]
tests/ui/issues/issue-3021-b.stderr [new file with mode: 0644]
tests/ui/issues/issue-3021-d.rs [new file with mode: 0644]
tests/ui/issues/issue-3021-d.stderr [new file with mode: 0644]
tests/ui/issues/issue-30236.rs [new file with mode: 0644]
tests/ui/issues/issue-30236.stderr [new file with mode: 0644]
tests/ui/issues/issue-30255.rs [new file with mode: 0644]
tests/ui/issues/issue-30255.stderr [new file with mode: 0644]
tests/ui/issues/issue-3026.rs [new file with mode: 0644]
tests/ui/issues/issue-3029.rs [new file with mode: 0644]
tests/ui/issues/issue-3037.rs [new file with mode: 0644]
tests/ui/issues/issue-30371.rs [new file with mode: 0644]
tests/ui/issues/issue-3038.rs [new file with mode: 0644]
tests/ui/issues/issue-3038.stderr [new file with mode: 0644]
tests/ui/issues/issue-30380.rs [new file with mode: 0644]
tests/ui/issues/issue-30438-a.rs [new file with mode: 0644]
tests/ui/issues/issue-30438-a.stderr [new file with mode: 0644]
tests/ui/issues/issue-30438-b.rs [new file with mode: 0644]
tests/ui/issues/issue-30438-b.stderr [new file with mode: 0644]
tests/ui/issues/issue-30438-c.rs [new file with mode: 0644]
tests/ui/issues/issue-30438-c.stderr [new file with mode: 0644]
tests/ui/issues/issue-30490.rs [new file with mode: 0644]
tests/ui/issues/issue-3052.rs [new file with mode: 0644]
tests/ui/issues/issue-30530.rs [new file with mode: 0644]
tests/ui/issues/issue-30589.rs [new file with mode: 0644]
tests/ui/issues/issue-30589.stderr [new file with mode: 0644]
tests/ui/issues/issue-30615.rs [new file with mode: 0644]
tests/ui/issues/issue-30756.rs [new file with mode: 0644]
tests/ui/issues/issue-30891.rs [new file with mode: 0644]
tests/ui/issues/issue-3091.rs [new file with mode: 0644]
tests/ui/issues/issue-3099-a.rs [new file with mode: 0644]
tests/ui/issues/issue-3099-a.stderr [new file with mode: 0644]
tests/ui/issues/issue-3099-b.rs [new file with mode: 0644]
tests/ui/issues/issue-3099-b.stderr [new file with mode: 0644]
tests/ui/issues/issue-3099.rs [new file with mode: 0644]
tests/ui/issues/issue-3099.stderr [new file with mode: 0644]
tests/ui/issues/issue-31011.rs [new file with mode: 0644]
tests/ui/issues/issue-31011.stderr [new file with mode: 0644]
tests/ui/issues/issue-3109.rs [new file with mode: 0644]
tests/ui/issues/issue-3121.rs [new file with mode: 0644]
tests/ui/issues/issue-31260.rs [new file with mode: 0644]
tests/ui/issues/issue-31267-additional.rs [new file with mode: 0644]
tests/ui/issues/issue-31267.rs [new file with mode: 0644]
tests/ui/issues/issue-31299.rs [new file with mode: 0644]
tests/ui/issues/issue-3136-b.rs [new file with mode: 0644]
tests/ui/issues/issue-3149.rs [new file with mode: 0644]
tests/ui/issues/issue-31511.rs [new file with mode: 0644]
tests/ui/issues/issue-31511.stderr [new file with mode: 0644]
tests/ui/issues/issue-3154.rs [new file with mode: 0644]
tests/ui/issues/issue-3154.stderr [new file with mode: 0644]
tests/ui/issues/issue-31702.rs [new file with mode: 0644]
tests/ui/issues/issue-31769.rs [new file with mode: 0644]
tests/ui/issues/issue-31769.stderr [new file with mode: 0644]
tests/ui/issues/issue-31776.rs [new file with mode: 0644]
tests/ui/issues/issue-31910.rs [new file with mode: 0644]
tests/ui/issues/issue-31910.stderr [new file with mode: 0644]
tests/ui/issues/issue-32004.rs [new file with mode: 0644]
tests/ui/issues/issue-32004.stderr [new file with mode: 0644]
tests/ui/issues/issue-32008.rs [new file with mode: 0644]
tests/ui/issues/issue-32086.rs [new file with mode: 0644]
tests/ui/issues/issue-32086.stderr [new file with mode: 0644]
tests/ui/issues/issue-32122-1.fixed [new file with mode: 0644]
tests/ui/issues/issue-32122-1.rs [new file with mode: 0644]
tests/ui/issues/issue-32122-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-32122-2.fixed [new file with mode: 0644]
tests/ui/issues/issue-32122-2.rs [new file with mode: 0644]
tests/ui/issues/issue-32122-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-3214.rs [new file with mode: 0644]
tests/ui/issues/issue-3214.stderr [new file with mode: 0644]
tests/ui/issues/issue-3220.rs [new file with mode: 0644]
tests/ui/issues/issue-32292.rs [new file with mode: 0644]
tests/ui/issues/issue-32323.rs [new file with mode: 0644]
tests/ui/issues/issue-32323.stderr [new file with mode: 0644]
tests/ui/issues/issue-32324.rs [new file with mode: 0644]
tests/ui/issues/issue-32326.rs [new file with mode: 0644]
tests/ui/issues/issue-32326.stderr [new file with mode: 0644]
tests/ui/issues/issue-32377.rs [new file with mode: 0644]
tests/ui/issues/issue-32377.stderr [new file with mode: 0644]
tests/ui/issues/issue-32389.rs [new file with mode: 0644]
tests/ui/issues/issue-32518.rs [new file with mode: 0644]
tests/ui/issues/issue-32655.rs [new file with mode: 0644]
tests/ui/issues/issue-32655.stderr [new file with mode: 0644]
tests/ui/issues/issue-32709.rs [new file with mode: 0644]
tests/ui/issues/issue-32709.stderr [new file with mode: 0644]
tests/ui/issues/issue-32782.rs [new file with mode: 0644]
tests/ui/issues/issue-32782.stderr [new file with mode: 0644]
tests/ui/issues/issue-32797.rs [new file with mode: 0644]
tests/ui/issues/issue-32805.rs [new file with mode: 0644]
tests/ui/issues/issue-3290.rs [new file with mode: 0644]
tests/ui/issues/issue-32950.rs [new file with mode: 0644]
tests/ui/issues/issue-32950.stderr [new file with mode: 0644]
tests/ui/issues/issue-32995-2.rs [new file with mode: 0644]
tests/ui/issues/issue-32995-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-32995.rs [new file with mode: 0644]
tests/ui/issues/issue-32995.stderr [new file with mode: 0644]
tests/ui/issues/issue-33096.rs [new file with mode: 0644]
tests/ui/issues/issue-33187.rs [new file with mode: 0644]
tests/ui/issues/issue-33202.rs [new file with mode: 0644]
tests/ui/issues/issue-33241.rs [new file with mode: 0644]
tests/ui/issues/issue-33287.rs [new file with mode: 0644]
tests/ui/issues/issue-33293.rs [new file with mode: 0644]
tests/ui/issues/issue-33293.stderr [new file with mode: 0644]
tests/ui/issues/issue-33387.rs [new file with mode: 0644]
tests/ui/issues/issue-3344.rs [new file with mode: 0644]
tests/ui/issues/issue-3344.stderr [new file with mode: 0644]
tests/ui/issues/issue-33461.rs [new file with mode: 0644]
tests/ui/issues/issue-33504.rs [new file with mode: 0644]
tests/ui/issues/issue-33504.stderr [new file with mode: 0644]
tests/ui/issues/issue-33525.rs [new file with mode: 0644]
tests/ui/issues/issue-33525.stderr [new file with mode: 0644]
tests/ui/issues/issue-33571.rs [new file with mode: 0644]
tests/ui/issues/issue-33571.stderr [new file with mode: 0644]
tests/ui/issues/issue-33687.rs [new file with mode: 0644]
tests/ui/issues/issue-33770.rs [new file with mode: 0644]
tests/ui/issues/issue-3389.rs [new file with mode: 0644]
tests/ui/issues/issue-33941.rs [new file with mode: 0644]
tests/ui/issues/issue-33941.stderr [new file with mode: 0644]
tests/ui/issues/issue-33992.rs [new file with mode: 0644]
tests/ui/issues/issue-34047.rs [new file with mode: 0644]
tests/ui/issues/issue-34047.stderr [new file with mode: 0644]
tests/ui/issues/issue-34074.rs [new file with mode: 0644]
tests/ui/issues/issue-34209.rs [new file with mode: 0644]
tests/ui/issues/issue-34209.stderr [new file with mode: 0644]
tests/ui/issues/issue-34229.rs [new file with mode: 0644]
tests/ui/issues/issue-34229.stderr [new file with mode: 0644]
tests/ui/issues/issue-3424.rs [new file with mode: 0644]
tests/ui/issues/issue-3429.rs [new file with mode: 0644]
tests/ui/issues/issue-34334.rs [new file with mode: 0644]
tests/ui/issues/issue-34334.stderr [new file with mode: 0644]
tests/ui/issues/issue-34349.rs [new file with mode: 0644]
tests/ui/issues/issue-34349.stderr [new file with mode: 0644]
tests/ui/issues/issue-34373.rs [new file with mode: 0644]
tests/ui/issues/issue-34373.stderr [new file with mode: 0644]
tests/ui/issues/issue-34418.rs [new file with mode: 0644]
tests/ui/issues/issue-34427.rs [new file with mode: 0644]
tests/ui/issues/issue-3447.rs [new file with mode: 0644]
tests/ui/issues/issue-34503.rs [new file with mode: 0644]
tests/ui/issues/issue-34569.rs [new file with mode: 0644]
tests/ui/issues/issue-34571.rs [new file with mode: 0644]
tests/ui/issues/issue-34721.fixed [new file with mode: 0644]
tests/ui/issues/issue-34721.rs [new file with mode: 0644]
tests/ui/issues/issue-34721.stderr [new file with mode: 0644]
tests/ui/issues/issue-34751.rs [new file with mode: 0644]
tests/ui/issues/issue-3477.rs [new file with mode: 0644]
tests/ui/issues/issue-3477.stderr [new file with mode: 0644]
tests/ui/issues/issue-34780.rs [new file with mode: 0644]
tests/ui/issues/issue-34796.rs [new file with mode: 0644]
tests/ui/issues/issue-34839.rs [new file with mode: 0644]
tests/ui/issues/issue-34932.rs [new file with mode: 0644]
tests/ui/issues/issue-3500.rs [new file with mode: 0644]
tests/ui/issues/issue-35139.rs [new file with mode: 0644]
tests/ui/issues/issue-35139.stderr [new file with mode: 0644]
tests/ui/issues/issue-3521-2.fixed [new file with mode: 0644]
tests/ui/issues/issue-3521-2.rs [new file with mode: 0644]
tests/ui/issues/issue-3521-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-35241.rs [new file with mode: 0644]
tests/ui/issues/issue-35241.stderr [new file with mode: 0644]
tests/ui/issues/issue-35423.rs [new file with mode: 0644]
tests/ui/issues/issue-3556.rs [new file with mode: 0644]
tests/ui/issues/issue-35570.rs [new file with mode: 0644]
tests/ui/issues/issue-35570.stderr [new file with mode: 0644]
tests/ui/issues/issue-3559.rs [new file with mode: 0644]
tests/ui/issues/issue-35600.rs [new file with mode: 0644]
tests/ui/issues/issue-3563-3.rs [new file with mode: 0644]
tests/ui/issues/issue-3574.rs [new file with mode: 0644]
tests/ui/issues/issue-35815.rs [new file with mode: 0644]
tests/ui/issues/issue-35976.rs [new file with mode: 0644]
tests/ui/issues/issue-35976.unimported.stderr [new file with mode: 0644]
tests/ui/issues/issue-35988.rs [new file with mode: 0644]
tests/ui/issues/issue-35988.stderr [new file with mode: 0644]
tests/ui/issues/issue-36023.rs [new file with mode: 0644]
tests/ui/issues/issue-36036-associated-type-layout.rs [new file with mode: 0644]
tests/ui/issues/issue-36075.rs [new file with mode: 0644]
tests/ui/issues/issue-3609.rs [new file with mode: 0644]
tests/ui/issues/issue-36116.rs [new file with mode: 0644]
tests/ui/issues/issue-36260.rs [new file with mode: 0644]
tests/ui/issues/issue-36278-prefix-nesting.rs [new file with mode: 0644]
tests/ui/issues/issue-36299.rs [new file with mode: 0644]
tests/ui/issues/issue-36299.stderr [new file with mode: 0644]
tests/ui/issues/issue-36379.rs [new file with mode: 0644]
tests/ui/issues/issue-36400.rs [new file with mode: 0644]
tests/ui/issues/issue-36400.stderr [new file with mode: 0644]
tests/ui/issues/issue-36401.rs [new file with mode: 0644]
tests/ui/issues/issue-36474.rs [new file with mode: 0644]
tests/ui/issues/issue-3656.rs [new file with mode: 0644]
tests/ui/issues/issue-3668-2.fixed [new file with mode: 0644]
tests/ui/issues/issue-3668-2.rs [new file with mode: 0644]
tests/ui/issues/issue-3668-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-3668.rs [new file with mode: 0644]
tests/ui/issues/issue-3668.stderr [new file with mode: 0644]
tests/ui/issues/issue-36744-bitcast-args-if-needed.rs [new file with mode: 0644]
tests/ui/issues/issue-36744-without-calls.rs [new file with mode: 0644]
tests/ui/issues/issue-36786-resolve-call.rs [new file with mode: 0644]
tests/ui/issues/issue-36792.rs [new file with mode: 0644]
tests/ui/issues/issue-3680.rs [new file with mode: 0644]
tests/ui/issues/issue-3680.stderr [new file with mode: 0644]
tests/ui/issues/issue-36816.rs [new file with mode: 0644]
tests/ui/issues/issue-36836.rs [new file with mode: 0644]
tests/ui/issues/issue-36836.stderr [new file with mode: 0644]
tests/ui/issues/issue-36839.rs [new file with mode: 0644]
tests/ui/issues/issue-36856.rs [new file with mode: 0644]
tests/ui/issues/issue-36936.rs [new file with mode: 0644]
tests/ui/issues/issue-36954.rs [new file with mode: 0644]
tests/ui/issues/issue-3702-2.rs [new file with mode: 0644]
tests/ui/issues/issue-3702-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-3702.rs [new file with mode: 0644]
tests/ui/issues/issue-37051.rs [new file with mode: 0644]
tests/ui/issues/issue-3707.rs [new file with mode: 0644]
tests/ui/issues/issue-3707.stderr [new file with mode: 0644]
tests/ui/issues/issue-37109.rs [new file with mode: 0644]
tests/ui/issues/issue-37131.rs [new file with mode: 0644]
tests/ui/issues/issue-37131.stderr [new file with mode: 0644]
tests/ui/issues/issue-37291/auxiliary/lib.rs [new file with mode: 0644]
tests/ui/issues/issue-37291/main.rs [new file with mode: 0644]
tests/ui/issues/issue-37311-type-length-limit/issue-37311.polonius.stderr [new file with mode: 0644]
tests/ui/issues/issue-37311-type-length-limit/issue-37311.rs [new file with mode: 0644]
tests/ui/issues/issue-37311-type-length-limit/issue-37311.stderr [new file with mode: 0644]
tests/ui/issues/issue-3743.rs [new file with mode: 0644]
tests/ui/issues/issue-37510.rs [new file with mode: 0644]
tests/ui/issues/issue-3753.rs [new file with mode: 0644]
tests/ui/issues/issue-37534.rs [new file with mode: 0644]
tests/ui/issues/issue-37534.stderr [new file with mode: 0644]
tests/ui/issues/issue-37576.rs [new file with mode: 0644]
tests/ui/issues/issue-37576.stderr [new file with mode: 0644]
tests/ui/issues/issue-37598.rs [new file with mode: 0644]
tests/ui/issues/issue-3763.rs [new file with mode: 0644]
tests/ui/issues/issue-3763.stderr [new file with mode: 0644]
tests/ui/issues/issue-37665.rs [new file with mode: 0644]
tests/ui/issues/issue-37665.stderr [new file with mode: 0644]
tests/ui/issues/issue-37686.rs [new file with mode: 0644]
tests/ui/issues/issue-37725.rs [new file with mode: 0644]
tests/ui/issues/issue-37733.rs [new file with mode: 0644]
tests/ui/issues/issue-3779.rs [new file with mode: 0644]
tests/ui/issues/issue-3779.stderr [new file with mode: 0644]
tests/ui/issues/issue-37884.rs [new file with mode: 0644]
tests/ui/issues/issue-37884.stderr [new file with mode: 0644]
tests/ui/issues/issue-3794.rs [new file with mode: 0644]
tests/ui/issues/issue-38160.rs [new file with mode: 0644]
tests/ui/issues/issue-38190.rs [new file with mode: 0644]
tests/ui/issues/issue-38226.rs [new file with mode: 0644]
tests/ui/issues/issue-38381.rs [new file with mode: 0644]
tests/ui/issues/issue-38412.rs [new file with mode: 0644]
tests/ui/issues/issue-38412.stderr [new file with mode: 0644]
tests/ui/issues/issue-38437.rs [new file with mode: 0644]
tests/ui/issues/issue-38458.rs [new file with mode: 0644]
tests/ui/issues/issue-38458.stderr [new file with mode: 0644]
tests/ui/issues/issue-3847.rs [new file with mode: 0644]
tests/ui/issues/issue-38556.rs [new file with mode: 0644]
tests/ui/issues/issue-38727.rs [new file with mode: 0644]
tests/ui/issues/issue-3874.rs [new file with mode: 0644]
tests/ui/issues/issue-38763.rs [new file with mode: 0644]
tests/ui/issues/issue-3878.rs [new file with mode: 0644]
tests/ui/issues/issue-38857.rs [new file with mode: 0644]
tests/ui/issues/issue-38857.stderr [new file with mode: 0644]
tests/ui/issues/issue-38875/auxiliary/issue-38875-b.rs [new file with mode: 0644]
tests/ui/issues/issue-38875/issue-38875.rs [new file with mode: 0644]
tests/ui/issues/issue-3888-2.rs [new file with mode: 0644]
tests/ui/issues/issue-38919.rs [new file with mode: 0644]
tests/ui/issues/issue-38919.stderr [new file with mode: 0644]
tests/ui/issues/issue-38942.rs [new file with mode: 0644]
tests/ui/issues/issue-3895.rs [new file with mode: 0644]
tests/ui/issues/issue-38954.rs [new file with mode: 0644]
tests/ui/issues/issue-38954.stderr [new file with mode: 0644]
tests/ui/issues/issue-38987.rs [new file with mode: 0644]
tests/ui/issues/issue-39089.rs [new file with mode: 0644]
tests/ui/issues/issue-39175.rs [new file with mode: 0644]
tests/ui/issues/issue-39175.stderr [new file with mode: 0644]
tests/ui/issues/issue-39211.rs [new file with mode: 0644]
tests/ui/issues/issue-39211.stderr [new file with mode: 0644]
tests/ui/issues/issue-39367.rs [new file with mode: 0644]
tests/ui/issues/issue-39467.rs [new file with mode: 0644]
tests/ui/issues/issue-39548.rs [new file with mode: 0644]
tests/ui/issues/issue-39687.rs [new file with mode: 0644]
tests/ui/issues/issue-39687.stderr [new file with mode: 0644]
tests/ui/issues/issue-39709.rs [new file with mode: 0644]
tests/ui/issues/issue-3979-2.rs [new file with mode: 0644]
tests/ui/issues/issue-3979-generics.rs [new file with mode: 0644]
tests/ui/issues/issue-3979-xcrate.rs [new file with mode: 0644]
tests/ui/issues/issue-3979.rs [new file with mode: 0644]
tests/ui/issues/issue-39808.rs [new file with mode: 0644]
tests/ui/issues/issue-39827.rs [new file with mode: 0644]
tests/ui/issues/issue-39848.rs [new file with mode: 0644]
tests/ui/issues/issue-39848.stderr [new file with mode: 0644]
tests/ui/issues/issue-3991.rs [new file with mode: 0644]
tests/ui/issues/issue-3993.rs [new file with mode: 0644]
tests/ui/issues/issue-3993.stderr [new file with mode: 0644]
tests/ui/issues/issue-39970.rs [new file with mode: 0644]
tests/ui/issues/issue-39970.stderr [new file with mode: 0644]
tests/ui/issues/issue-39984.rs [new file with mode: 0644]
tests/ui/issues/issue-40000.rs [new file with mode: 0644]
tests/ui/issues/issue-40000.stderr [new file with mode: 0644]
tests/ui/issues/issue-40085.rs [new file with mode: 0644]
tests/ui/issues/issue-40136.rs [new file with mode: 0644]
tests/ui/issues/issue-40235.rs [new file with mode: 0644]
tests/ui/issues/issue-4025.rs [new file with mode: 0644]
tests/ui/issues/issue-40288-2.rs [new file with mode: 0644]
tests/ui/issues/issue-40288-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-40288.rs [new file with mode: 0644]
tests/ui/issues/issue-40288.stderr [new file with mode: 0644]
tests/ui/issues/issue-40350.rs [new file with mode: 0644]
tests/ui/issues/issue-40402-ref-hints/issue-40402-1.rs [new file with mode: 0644]
tests/ui/issues/issue-40402-ref-hints/issue-40402-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-40402-ref-hints/issue-40402-2.rs [new file with mode: 0644]
tests/ui/issues/issue-40402-ref-hints/issue-40402-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-40408.rs [new file with mode: 0644]
tests/ui/issues/issue-40510-1.migrate.stderr [new file with mode: 0644]
tests/ui/issues/issue-40510-1.rs [new file with mode: 0644]
tests/ui/issues/issue-40510-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-40510-2.rs [new file with mode: 0644]
tests/ui/issues/issue-40510-3.migrate.stderr [new file with mode: 0644]
tests/ui/issues/issue-40510-3.rs [new file with mode: 0644]
tests/ui/issues/issue-40510-3.stderr [new file with mode: 0644]
tests/ui/issues/issue-40510-4.rs [new file with mode: 0644]
tests/ui/issues/issue-40610.rs [new file with mode: 0644]
tests/ui/issues/issue-40610.stderr [new file with mode: 0644]
tests/ui/issues/issue-40749.rs [new file with mode: 0644]
tests/ui/issues/issue-40749.stderr [new file with mode: 0644]
tests/ui/issues/issue-40782.fixed [new file with mode: 0644]
tests/ui/issues/issue-40782.rs [new file with mode: 0644]
tests/ui/issues/issue-40782.stderr [new file with mode: 0644]
tests/ui/issues/issue-40827.rs [new file with mode: 0644]
tests/ui/issues/issue-40827.stderr [new file with mode: 0644]
tests/ui/issues/issue-40845.rs [new file with mode: 0644]
tests/ui/issues/issue-40845.stderr [new file with mode: 0644]
tests/ui/issues/issue-40861.rs [new file with mode: 0644]
tests/ui/issues/issue-40861.stderr [new file with mode: 0644]
tests/ui/issues/issue-40883.rs [new file with mode: 0644]
tests/ui/issues/issue-40951.rs [new file with mode: 0644]
tests/ui/issues/issue-41053.rs [new file with mode: 0644]
tests/ui/issues/issue-41139.rs [new file with mode: 0644]
tests/ui/issues/issue-41139.stderr [new file with mode: 0644]
tests/ui/issues/issue-41213.rs [new file with mode: 0644]
tests/ui/issues/issue-41229-ref-str.rs [new file with mode: 0644]
tests/ui/issues/issue-41229-ref-str.stderr [new file with mode: 0644]
tests/ui/issues/issue-41272.rs [new file with mode: 0644]
tests/ui/issues/issue-41298.rs [new file with mode: 0644]
tests/ui/issues/issue-41394-rpass.rs [new file with mode: 0644]
tests/ui/issues/issue-41394.rs [new file with mode: 0644]
tests/ui/issues/issue-41394.stderr [new file with mode: 0644]
tests/ui/issues/issue-41479.rs [new file with mode: 0644]
tests/ui/issues/issue-41498.rs [new file with mode: 0644]
tests/ui/issues/issue-41549.rs [new file with mode: 0644]
tests/ui/issues/issue-41549.stderr [new file with mode: 0644]
tests/ui/issues/issue-41604.rs [new file with mode: 0644]
tests/ui/issues/issue-41628.rs [new file with mode: 0644]
tests/ui/issues/issue-41652/auxiliary/issue-41652-b.rs [new file with mode: 0644]
tests/ui/issues/issue-41652/issue-41652.rs [new file with mode: 0644]
tests/ui/issues/issue-41652/issue-41652.stderr [new file with mode: 0644]
tests/ui/issues/issue-41677.rs [new file with mode: 0644]
tests/ui/issues/issue-41696.rs [new file with mode: 0644]
tests/ui/issues/issue-41726.rs [new file with mode: 0644]
tests/ui/issues/issue-41726.stderr [new file with mode: 0644]
tests/ui/issues/issue-41742.rs [new file with mode: 0644]
tests/ui/issues/issue-41742.stderr [new file with mode: 0644]
tests/ui/issues/issue-41744.rs [new file with mode: 0644]
tests/ui/issues/issue-41849-variance-req.rs [new file with mode: 0644]
tests/ui/issues/issue-41880.rs [new file with mode: 0644]
tests/ui/issues/issue-41880.stderr [new file with mode: 0644]
tests/ui/issues/issue-41888.rs [new file with mode: 0644]
tests/ui/issues/issue-41936-variance-coerce-unsized-cycle.rs [new file with mode: 0644]
tests/ui/issues/issue-41974.rs [new file with mode: 0644]
tests/ui/issues/issue-41974.stderr [new file with mode: 0644]
tests/ui/issues/issue-41998.rs [new file with mode: 0644]
tests/ui/issues/issue-42007.rs [new file with mode: 0644]
tests/ui/issues/issue-4208.rs [new file with mode: 0644]
tests/ui/issues/issue-42106.rs [new file with mode: 0644]
tests/ui/issues/issue-42106.stderr [new file with mode: 0644]
tests/ui/issues/issue-42148.rs [new file with mode: 0644]
tests/ui/issues/issue-42210.rs [new file with mode: 0644]
tests/ui/issues/issue-4228.rs [new file with mode: 0644]
tests/ui/issues/issue-42312.rs [new file with mode: 0644]
tests/ui/issues/issue-42312.stderr [new file with mode: 0644]
tests/ui/issues/issue-42453.rs [new file with mode: 0644]
tests/ui/issues/issue-42467.rs [new file with mode: 0644]
tests/ui/issues/issue-4252.rs [new file with mode: 0644]
tests/ui/issues/issue-42552.rs [new file with mode: 0644]
tests/ui/issues/issue-4265.rs [new file with mode: 0644]
tests/ui/issues/issue-4265.stderr [new file with mode: 0644]
tests/ui/issues/issue-42755.rs [new file with mode: 0644]
tests/ui/issues/issue-42755.stderr [new file with mode: 0644]
tests/ui/issues/issue-42796.rs [new file with mode: 0644]
tests/ui/issues/issue-42796.stderr [new file with mode: 0644]
tests/ui/issues/issue-42880.rs [new file with mode: 0644]
tests/ui/issues/issue-42880.stderr [new file with mode: 0644]
tests/ui/issues/issue-42956.rs [new file with mode: 0644]
tests/ui/issues/issue-43057.rs [new file with mode: 0644]
tests/ui/issues/issue-43162.rs [new file with mode: 0644]
tests/ui/issues/issue-43162.stderr [new file with mode: 0644]
tests/ui/issues/issue-43205.rs [new file with mode: 0644]
tests/ui/issues/issue-43250.rs [new file with mode: 0644]
tests/ui/issues/issue-43250.stderr [new file with mode: 0644]
tests/ui/issues/issue-43291.rs [new file with mode: 0644]
tests/ui/issues/issue-4333.rs [new file with mode: 0644]
tests/ui/issues/issue-4335.rs [new file with mode: 0644]
tests/ui/issues/issue-4335.stderr [new file with mode: 0644]
tests/ui/issues/issue-43355.rs [new file with mode: 0644]
tests/ui/issues/issue-43355.stderr [new file with mode: 0644]
tests/ui/issues/issue-43357.rs [new file with mode: 0644]
tests/ui/issues/issue-43420-no-over-suggest.rs [new file with mode: 0644]
tests/ui/issues/issue-43420-no-over-suggest.stderr [new file with mode: 0644]
tests/ui/issues/issue-43424.rs [new file with mode: 0644]
tests/ui/issues/issue-43424.stderr [new file with mode: 0644]
tests/ui/issues/issue-43431.rs [new file with mode: 0644]
tests/ui/issues/issue-43431.stderr [new file with mode: 0644]
tests/ui/issues/issue-43483.rs [new file with mode: 0644]
tests/ui/issues/issue-43692.rs [new file with mode: 0644]
tests/ui/issues/issue-43806.rs [new file with mode: 0644]
tests/ui/issues/issue-43853.rs [new file with mode: 0644]
tests/ui/issues/issue-4387.rs [new file with mode: 0644]
tests/ui/issues/issue-43910.rs [new file with mode: 0644]
tests/ui/issues/issue-43923.rs [new file with mode: 0644]
tests/ui/issues/issue-43925.rs [new file with mode: 0644]
tests/ui/issues/issue-43925.stderr [new file with mode: 0644]
tests/ui/issues/issue-43926.rs [new file with mode: 0644]
tests/ui/issues/issue-43926.stderr [new file with mode: 0644]
tests/ui/issues/issue-43988.rs [new file with mode: 0644]
tests/ui/issues/issue-43988.stderr [new file with mode: 0644]
tests/ui/issues/issue-44023.rs [new file with mode: 0644]
tests/ui/issues/issue-44023.stderr [new file with mode: 0644]
tests/ui/issues/issue-44056.rs [new file with mode: 0644]
tests/ui/issues/issue-44078.rs [new file with mode: 0644]
tests/ui/issues/issue-44078.stderr [new file with mode: 0644]
tests/ui/issues/issue-44216-add-instant.rs [new file with mode: 0644]
tests/ui/issues/issue-44216-add-system-time.rs [new file with mode: 0644]
tests/ui/issues/issue-44216-sub-instant.rs [new file with mode: 0644]
tests/ui/issues/issue-44216-sub-system-time.rs [new file with mode: 0644]
tests/ui/issues/issue-44239.fixed [new file with mode: 0644]
tests/ui/issues/issue-44239.rs [new file with mode: 0644]
tests/ui/issues/issue-44239.stderr [new file with mode: 0644]
tests/ui/issues/issue-44247.rs [new file with mode: 0644]
tests/ui/issues/issue-44255.rs [new file with mode: 0644]
tests/ui/issues/issue-44405.rs [new file with mode: 0644]
tests/ui/issues/issue-44405.stderr [new file with mode: 0644]
tests/ui/issues/issue-4464.rs [new file with mode: 0644]
tests/ui/issues/issue-44730.rs [new file with mode: 0644]
tests/ui/issues/issue-44851.rs [new file with mode: 0644]
tests/ui/issues/issue-4517.rs [new file with mode: 0644]
tests/ui/issues/issue-4517.stderr [new file with mode: 0644]
tests/ui/issues/issue-4541.rs [new file with mode: 0644]
tests/ui/issues/issue-4542.rs [new file with mode: 0644]
tests/ui/issues/issue-45425.rs [new file with mode: 0644]
tests/ui/issues/issue-4545.rs [new file with mode: 0644]
tests/ui/issues/issue-45510.rs [new file with mode: 0644]
tests/ui/issues/issue-45562.fixed [new file with mode: 0644]
tests/ui/issues/issue-45562.rs [new file with mode: 0644]
tests/ui/issues/issue-45562.stderr [new file with mode: 0644]
tests/ui/issues/issue-45697-1.rs [new file with mode: 0644]
tests/ui/issues/issue-45697-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-45697.rs [new file with mode: 0644]
tests/ui/issues/issue-45697.stderr [new file with mode: 0644]
tests/ui/issues/issue-45730.rs [new file with mode: 0644]
tests/ui/issues/issue-45730.stderr [new file with mode: 0644]
tests/ui/issues/issue-45731.rs [new file with mode: 0644]
tests/ui/issues/issue-45801.rs [new file with mode: 0644]
tests/ui/issues/issue-45801.stderr [new file with mode: 0644]
tests/ui/issues/issue-45965.rs [new file with mode: 0644]
tests/ui/issues/issue-45965.stderr [new file with mode: 0644]
tests/ui/issues/issue-46069.rs [new file with mode: 0644]
tests/ui/issues/issue-46101.rs [new file with mode: 0644]
tests/ui/issues/issue-46101.stderr [new file with mode: 0644]
tests/ui/issues/issue-46302.rs [new file with mode: 0644]
tests/ui/issues/issue-46302.stderr [new file with mode: 0644]
tests/ui/issues/issue-46311.rs [new file with mode: 0644]
tests/ui/issues/issue-46311.stderr [new file with mode: 0644]
tests/ui/issues/issue-46332.rs [new file with mode: 0644]
tests/ui/issues/issue-46332.stderr [new file with mode: 0644]
tests/ui/issues/issue-46438.rs [new file with mode: 0644]
tests/ui/issues/issue-46438.stderr [new file with mode: 0644]
tests/ui/issues/issue-46471-1.rs [new file with mode: 0644]
tests/ui/issues/issue-46471-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-46472.rs [new file with mode: 0644]
tests/ui/issues/issue-46472.stderr [new file with mode: 0644]
tests/ui/issues/issue-46604.rs [new file with mode: 0644]
tests/ui/issues/issue-46604.stderr [new file with mode: 0644]
tests/ui/issues/issue-46756-consider-borrowing-cast-or-binexpr.fixed [new file with mode: 0644]
tests/ui/issues/issue-46756-consider-borrowing-cast-or-binexpr.rs [new file with mode: 0644]
tests/ui/issues/issue-46756-consider-borrowing-cast-or-binexpr.stderr [new file with mode: 0644]
tests/ui/issues/issue-46771.rs [new file with mode: 0644]
tests/ui/issues/issue-46771.stderr [new file with mode: 0644]
tests/ui/issues/issue-46855.rs [new file with mode: 0644]
tests/ui/issues/issue-46964.rs [new file with mode: 0644]
tests/ui/issues/issue-46983.rs [new file with mode: 0644]
tests/ui/issues/issue-46983.stderr [new file with mode: 0644]
tests/ui/issues/issue-47073-zero-padded-tuple-struct-indices.rs [new file with mode: 0644]
tests/ui/issues/issue-47073-zero-padded-tuple-struct-indices.stderr [new file with mode: 0644]
tests/ui/issues/issue-47094.rs [new file with mode: 0644]
tests/ui/issues/issue-47094.stderr [new file with mode: 0644]
tests/ui/issues/issue-47184.rs [new file with mode: 0644]
tests/ui/issues/issue-47184.stderr [new file with mode: 0644]
tests/ui/issues/issue-47309.rs [new file with mode: 0644]
tests/ui/issues/issue-4734.rs [new file with mode: 0644]
tests/ui/issues/issue-4735.rs [new file with mode: 0644]
tests/ui/issues/issue-4736.rs [new file with mode: 0644]
tests/ui/issues/issue-4736.stderr [new file with mode: 0644]
tests/ui/issues/issue-47364.rs [new file with mode: 0644]
tests/ui/issues/issue-47377.rs [new file with mode: 0644]
tests/ui/issues/issue-47377.stderr [new file with mode: 0644]
tests/ui/issues/issue-47380.rs [new file with mode: 0644]
tests/ui/issues/issue-47380.stderr [new file with mode: 0644]
tests/ui/issues/issue-47486.rs [new file with mode: 0644]
tests/ui/issues/issue-47486.stderr [new file with mode: 0644]
tests/ui/issues/issue-4759-1.rs [new file with mode: 0644]
tests/ui/issues/issue-4759.rs [new file with mode: 0644]
tests/ui/issues/issue-47638.rs [new file with mode: 0644]
tests/ui/issues/issue-47646.rs [new file with mode: 0644]
tests/ui/issues/issue-47646.stderr [new file with mode: 0644]
tests/ui/issues/issue-47673.rs [new file with mode: 0644]
tests/ui/issues/issue-47703-1.rs [new file with mode: 0644]
tests/ui/issues/issue-47703-tuple.rs [new file with mode: 0644]
tests/ui/issues/issue-47703.rs [new file with mode: 0644]
tests/ui/issues/issue-47715.rs [new file with mode: 0644]
tests/ui/issues/issue-47715.stderr [new file with mode: 0644]
tests/ui/issues/issue-47722.rs [new file with mode: 0644]
tests/ui/issues/issue-47725.rs [new file with mode: 0644]
tests/ui/issues/issue-47725.stderr [new file with mode: 0644]
tests/ui/issues/issue-48006.rs [new file with mode: 0644]
tests/ui/issues/issue-48131.mir.stderr [new file with mode: 0644]
tests/ui/issues/issue-48131.rs [new file with mode: 0644]
tests/ui/issues/issue-48131.thir.stderr [new file with mode: 0644]
tests/ui/issues/issue-48132.rs [new file with mode: 0644]
tests/ui/issues/issue-48159.rs [new file with mode: 0644]
tests/ui/issues/issue-48276.rs [new file with mode: 0644]
tests/ui/issues/issue-48276.stderr [new file with mode: 0644]
tests/ui/issues/issue-4830.rs [new file with mode: 0644]
tests/ui/issues/issue-48364.rs [new file with mode: 0644]
tests/ui/issues/issue-48364.stderr [new file with mode: 0644]
tests/ui/issues/issue-48728.rs [new file with mode: 0644]
tests/ui/issues/issue-48728.stderr [new file with mode: 0644]
tests/ui/issues/issue-4875.rs [new file with mode: 0644]
tests/ui/issues/issue-48838.rs [new file with mode: 0644]
tests/ui/issues/issue-48838.stderr [new file with mode: 0644]
tests/ui/issues/issue-48984.rs [new file with mode: 0644]
tests/ui/issues/issue-49298.rs [new file with mode: 0644]
tests/ui/issues/issue-4935.rs [new file with mode: 0644]
tests/ui/issues/issue-4935.stderr [new file with mode: 0644]
tests/ui/issues/issue-49544.rs [new file with mode: 0644]
tests/ui/issues/issue-49588-non-shorthand-field-patterns-in-pattern-macro.rs [new file with mode: 0644]
tests/ui/issues/issue-49632.rs [new file with mode: 0644]
tests/ui/issues/issue-4968.rs [new file with mode: 0644]
tests/ui/issues/issue-4968.stderr [new file with mode: 0644]
tests/ui/issues/issue-4972.rs [new file with mode: 0644]
tests/ui/issues/issue-4972.stderr [new file with mode: 0644]
tests/ui/issues/issue-49824.rs [new file with mode: 0644]
tests/ui/issues/issue-49824.stderr [new file with mode: 0644]
tests/ui/issues/issue-49851/compiler-builtins-error.rs [new file with mode: 0644]
tests/ui/issues/issue-49851/compiler-builtins-error.stderr [new file with mode: 0644]
tests/ui/issues/issue-49854.rs [new file with mode: 0644]
tests/ui/issues/issue-49919.rs [new file with mode: 0644]
tests/ui/issues/issue-49919.stderr [new file with mode: 0644]
tests/ui/issues/issue-49934-errors.rs [new file with mode: 0644]
tests/ui/issues/issue-49934-errors.stderr [new file with mode: 0644]
tests/ui/issues/issue-49934.rs [new file with mode: 0644]
tests/ui/issues/issue-49934.stderr [new file with mode: 0644]
tests/ui/issues/issue-49955.rs [new file with mode: 0644]
tests/ui/issues/issue-49973.rs [new file with mode: 0644]
tests/ui/issues/issue-5008-borrowed-traitobject-method-call.rs [new file with mode: 0644]
tests/ui/issues/issue-50187.rs [new file with mode: 0644]
tests/ui/issues/issue-50264-inner-deref-trait/option-as_deref.rs [new file with mode: 0644]
tests/ui/issues/issue-50264-inner-deref-trait/option-as_deref.stderr [new file with mode: 0644]
tests/ui/issues/issue-50264-inner-deref-trait/option-as_deref_mut.rs [new file with mode: 0644]
tests/ui/issues/issue-50264-inner-deref-trait/option-as_deref_mut.stderr [new file with mode: 0644]
tests/ui/issues/issue-50264-inner-deref-trait/result-as_deref.rs [new file with mode: 0644]
tests/ui/issues/issue-50264-inner-deref-trait/result-as_deref.stderr [new file with mode: 0644]
tests/ui/issues/issue-50264-inner-deref-trait/result-as_deref_mut.rs [new file with mode: 0644]
tests/ui/issues/issue-50264-inner-deref-trait/result-as_deref_mut.stderr [new file with mode: 0644]
tests/ui/issues/issue-50403.rs [new file with mode: 0644]
tests/ui/issues/issue-50403.stderr [new file with mode: 0644]
tests/ui/issues/issue-50411.rs [new file with mode: 0644]
tests/ui/issues/issue-50415.rs [new file with mode: 0644]
tests/ui/issues/issue-50442.rs [new file with mode: 0644]
tests/ui/issues/issue-50471.rs [new file with mode: 0644]
tests/ui/issues/issue-50518.rs [new file with mode: 0644]
tests/ui/issues/issue-50571.fixed [new file with mode: 0644]
tests/ui/issues/issue-50571.rs [new file with mode: 0644]
tests/ui/issues/issue-50571.stderr [new file with mode: 0644]
tests/ui/issues/issue-50581.rs [new file with mode: 0644]
tests/ui/issues/issue-50581.stderr [new file with mode: 0644]
tests/ui/issues/issue-50582.rs [new file with mode: 0644]
tests/ui/issues/issue-50582.stderr [new file with mode: 0644]
tests/ui/issues/issue-50585.rs [new file with mode: 0644]
tests/ui/issues/issue-50585.stderr [new file with mode: 0644]
tests/ui/issues/issue-50600.rs [new file with mode: 0644]
tests/ui/issues/issue-50600.stderr [new file with mode: 0644]
tests/ui/issues/issue-50618.rs [new file with mode: 0644]
tests/ui/issues/issue-50618.stderr [new file with mode: 0644]
tests/ui/issues/issue-5062.rs [new file with mode: 0644]
tests/ui/issues/issue-5062.stderr [new file with mode: 0644]
tests/ui/issues/issue-5067.rs [new file with mode: 0644]
tests/ui/issues/issue-5067.stderr [new file with mode: 0644]
tests/ui/issues/issue-50688.rs [new file with mode: 0644]
tests/ui/issues/issue-50688.stderr [new file with mode: 0644]
tests/ui/issues/issue-50689.rs [new file with mode: 0644]
tests/ui/issues/issue-50714-1.rs [new file with mode: 0644]
tests/ui/issues/issue-50714-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-50714.rs [new file with mode: 0644]
tests/ui/issues/issue-50714.stderr [new file with mode: 0644]
tests/ui/issues/issue-50761.rs [new file with mode: 0644]
tests/ui/issues/issue-50781.rs [new file with mode: 0644]
tests/ui/issues/issue-50781.stderr [new file with mode: 0644]
tests/ui/issues/issue-50802.rs [new file with mode: 0644]
tests/ui/issues/issue-50802.stderr [new file with mode: 0644]
tests/ui/issues/issue-50811.rs [new file with mode: 0644]
tests/ui/issues/issue-50825-1.rs [new file with mode: 0644]
tests/ui/issues/issue-50825.rs [new file with mode: 0644]
tests/ui/issues/issue-50865-private-impl-trait/auxiliary/lib.rs [new file with mode: 0644]
tests/ui/issues/issue-50865-private-impl-trait/main.rs [new file with mode: 0644]
tests/ui/issues/issue-5100.rs [new file with mode: 0644]
tests/ui/issues/issue-5100.stderr [new file with mode: 0644]
tests/ui/issues/issue-51022.rs [new file with mode: 0644]
tests/ui/issues/issue-51022.stderr [new file with mode: 0644]
tests/ui/issues/issue-51044.rs [new file with mode: 0644]
tests/ui/issues/issue-51102.rs [new file with mode: 0644]
tests/ui/issues/issue-51102.stderr [new file with mode: 0644]
tests/ui/issues/issue-51116.rs [new file with mode: 0644]
tests/ui/issues/issue-51116.stderr [new file with mode: 0644]
tests/ui/issues/issue-51154.rs [new file with mode: 0644]
tests/ui/issues/issue-51154.stderr [new file with mode: 0644]
tests/ui/issues/issue-51515.rs [new file with mode: 0644]
tests/ui/issues/issue-51515.stderr [new file with mode: 0644]
tests/ui/issues/issue-5153.rs [new file with mode: 0644]
tests/ui/issues/issue-5153.stderr [new file with mode: 0644]
tests/ui/issues/issue-51632-try-desugar-incompatible-types.rs [new file with mode: 0644]
tests/ui/issues/issue-51632-try-desugar-incompatible-types.stderr [new file with mode: 0644]
tests/ui/issues/issue-51655.rs [new file with mode: 0644]
tests/ui/issues/issue-51714.rs [new file with mode: 0644]
tests/ui/issues/issue-51714.stderr [new file with mode: 0644]
tests/ui/issues/issue-51798.rs [new file with mode: 0644]
tests/ui/issues/issue-51874.rs [new file with mode: 0644]
tests/ui/issues/issue-51874.stderr [new file with mode: 0644]
tests/ui/issues/issue-51907.rs [new file with mode: 0644]
tests/ui/issues/issue-5192.rs [new file with mode: 0644]
tests/ui/issues/issue-51947.rs [new file with mode: 0644]
tests/ui/issues/issue-52049.rs [new file with mode: 0644]
tests/ui/issues/issue-52049.stderr [new file with mode: 0644]
tests/ui/issues/issue-52126-assign-op-invariance.rs [new file with mode: 0644]
tests/ui/issues/issue-52126-assign-op-invariance.stderr [new file with mode: 0644]
tests/ui/issues/issue-52140/auxiliary/some_crate.rs [new file with mode: 0644]
tests/ui/issues/issue-52140/main.rs [new file with mode: 0644]
tests/ui/issues/issue-52141/auxiliary/some_crate.rs [new file with mode: 0644]
tests/ui/issues/issue-52141/main.rs [new file with mode: 0644]
tests/ui/issues/issue-52262.rs [new file with mode: 0644]
tests/ui/issues/issue-52262.stderr [new file with mode: 0644]
tests/ui/issues/issue-5239-1.rs [new file with mode: 0644]
tests/ui/issues/issue-5239-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-5239-2.rs [new file with mode: 0644]
tests/ui/issues/issue-52489.rs [new file with mode: 0644]
tests/ui/issues/issue-52489.stderr [new file with mode: 0644]
tests/ui/issues/issue-52533.rs [new file with mode: 0644]
tests/ui/issues/issue-52533.stderr [new file with mode: 0644]
tests/ui/issues/issue-52705/auxiliary/png2.rs [new file with mode: 0644]
tests/ui/issues/issue-52705/main.rs [new file with mode: 0644]
tests/ui/issues/issue-52717.rs [new file with mode: 0644]
tests/ui/issues/issue-52717.stderr [new file with mode: 0644]
tests/ui/issues/issue-5280.rs [new file with mode: 0644]
tests/ui/issues/issue-5315.rs [new file with mode: 0644]
tests/ui/issues/issue-5321-immediates-with-bare-self.rs [new file with mode: 0644]
tests/ui/issues/issue-53251.rs [new file with mode: 0644]
tests/ui/issues/issue-53251.stderr [new file with mode: 0644]
tests/ui/issues/issue-53275.rs [new file with mode: 0644]
tests/ui/issues/issue-53300.rs [new file with mode: 0644]
tests/ui/issues/issue-53300.stderr [new file with mode: 0644]
tests/ui/issues/issue-53333.rs [new file with mode: 0644]
tests/ui/issues/issue-53348.rs [new file with mode: 0644]
tests/ui/issues/issue-53348.stderr [new file with mode: 0644]
tests/ui/issues/issue-53419.rs [new file with mode: 0644]
tests/ui/issues/issue-53498.rs [new file with mode: 0644]
tests/ui/issues/issue-53498.stderr [new file with mode: 0644]
tests/ui/issues/issue-53568.rs [new file with mode: 0644]
tests/ui/issues/issue-5358-1.rs [new file with mode: 0644]
tests/ui/issues/issue-5358-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-53728.rs [new file with mode: 0644]
tests/ui/issues/issue-53843.rs [new file with mode: 0644]
tests/ui/issues/issue-54044.rs [new file with mode: 0644]
tests/ui/issues/issue-54044.stderr [new file with mode: 0644]
tests/ui/issues/issue-54062.rs [new file with mode: 0644]
tests/ui/issues/issue-54062.stderr [new file with mode: 0644]
tests/ui/issues/issue-54094.rs [new file with mode: 0644]
tests/ui/issues/issue-54302-cases.rs [new file with mode: 0644]
tests/ui/issues/issue-54302-cases.stderr [new file with mode: 0644]
tests/ui/issues/issue-54302.rs [new file with mode: 0644]
tests/ui/issues/issue-54302.stderr [new file with mode: 0644]
tests/ui/issues/issue-5439.rs [new file with mode: 0644]
tests/ui/issues/issue-5439.stderr [new file with mode: 0644]
tests/ui/issues/issue-54410.rs [new file with mode: 0644]
tests/ui/issues/issue-54410.stderr [new file with mode: 0644]
tests/ui/issues/issue-54462-mutable-noalias-correctness.rs [new file with mode: 0644]
tests/ui/issues/issue-54477-reduced-2.rs [new file with mode: 0644]
tests/ui/issues/issue-54696.rs [new file with mode: 0644]
tests/ui/issues/issue-5518.rs [new file with mode: 0644]
tests/ui/issues/issue-5521.rs [new file with mode: 0644]
tests/ui/issues/issue-55376.rs [new file with mode: 0644]
tests/ui/issues/issue-55380.rs [new file with mode: 0644]
tests/ui/issues/issue-55380.stderr [new file with mode: 0644]
tests/ui/issues/issue-5550.rs [new file with mode: 0644]
tests/ui/issues/issue-5554.rs [new file with mode: 0644]
tests/ui/issues/issue-55587.rs [new file with mode: 0644]
tests/ui/issues/issue-55587.stderr [new file with mode: 0644]
tests/ui/issues/issue-5572.rs [new file with mode: 0644]
tests/ui/issues/issue-55731.rs [new file with mode: 0644]
tests/ui/issues/issue-55731.stderr [new file with mode: 0644]
tests/ui/issues/issue-56128.rs [new file with mode: 0644]
tests/ui/issues/issue-56175.rs [new file with mode: 0644]
tests/ui/issues/issue-56175.stderr [new file with mode: 0644]
tests/ui/issues/issue-56199.rs [new file with mode: 0644]
tests/ui/issues/issue-56199.stderr [new file with mode: 0644]
tests/ui/issues/issue-56229.rs [new file with mode: 0644]
tests/ui/issues/issue-56237.rs [new file with mode: 0644]
tests/ui/issues/issue-5666.rs [new file with mode: 0644]
tests/ui/issues/issue-56806.rs [new file with mode: 0644]
tests/ui/issues/issue-56806.stderr [new file with mode: 0644]
tests/ui/issues/issue-56835.rs [new file with mode: 0644]
tests/ui/issues/issue-56835.stderr [new file with mode: 0644]
tests/ui/issues/issue-56870.rs [new file with mode: 0644]
tests/ui/issues/issue-5688.rs [new file with mode: 0644]
tests/ui/issues/issue-56943.rs [new file with mode: 0644]
tests/ui/issues/issue-56943.stderr [new file with mode: 0644]
tests/ui/issues/issue-5708.rs [new file with mode: 0644]
tests/ui/issues/issue-57156.rs [new file with mode: 0644]
tests/ui/issues/issue-57162.rs [new file with mode: 0644]
tests/ui/issues/issue-5718.rs [new file with mode: 0644]
tests/ui/issues/issue-57198-pass.rs [new file with mode: 0644]
tests/ui/issues/issue-57271.rs [new file with mode: 0644]
tests/ui/issues/issue-57271.stderr [new file with mode: 0644]
tests/ui/issues/issue-57362-1.rs [new file with mode: 0644]
tests/ui/issues/issue-57362-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-57362-2.rs [new file with mode: 0644]
tests/ui/issues/issue-57362-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-57399-self-return-impl-trait.rs [new file with mode: 0644]
tests/ui/issues/issue-5741.rs [new file with mode: 0644]
tests/ui/issues/issue-5754.rs [new file with mode: 0644]
tests/ui/issues/issue-57741-1.rs [new file with mode: 0644]
tests/ui/issues/issue-57741-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-57741.fixed [new file with mode: 0644]
tests/ui/issues/issue-57741.rs [new file with mode: 0644]
tests/ui/issues/issue-57741.stderr [new file with mode: 0644]
tests/ui/issues/issue-57781.rs [new file with mode: 0644]
tests/ui/issues/issue-57924.rs [new file with mode: 0644]
tests/ui/issues/issue-57924.stderr [new file with mode: 0644]
tests/ui/issues/issue-58212.rs [new file with mode: 0644]
tests/ui/issues/issue-58344.rs [new file with mode: 0644]
tests/ui/issues/issue-58375-monomorphize-default-impls.rs [new file with mode: 0644]
tests/ui/issues/issue-5844.mir.stderr [new file with mode: 0644]
tests/ui/issues/issue-5844.rs [new file with mode: 0644]
tests/ui/issues/issue-5844.thir.stderr [new file with mode: 0644]
tests/ui/issues/issue-58463.rs [new file with mode: 0644]
tests/ui/issues/issue-58712.rs [new file with mode: 0644]
tests/ui/issues/issue-58712.stderr [new file with mode: 0644]
tests/ui/issues/issue-58734.rs [new file with mode: 0644]
tests/ui/issues/issue-58734.stderr [new file with mode: 0644]
tests/ui/issues/issue-5883.rs [new file with mode: 0644]
tests/ui/issues/issue-5883.stderr [new file with mode: 0644]
tests/ui/issues/issue-5884.rs [new file with mode: 0644]
tests/ui/issues/issue-58857.rs [new file with mode: 0644]
tests/ui/issues/issue-58857.stderr [new file with mode: 0644]
tests/ui/issues/issue-5900.rs [new file with mode: 0644]
tests/ui/issues/issue-59020.rs [new file with mode: 0644]
tests/ui/issues/issue-5917.rs [new file with mode: 0644]
tests/ui/issues/issue-59326.rs [new file with mode: 0644]
tests/ui/issues/issue-59488.rs [new file with mode: 0644]
tests/ui/issues/issue-59488.stderr [new file with mode: 0644]
tests/ui/issues/issue-59494.rs [new file with mode: 0644]
tests/ui/issues/issue-59494.stderr [new file with mode: 0644]
tests/ui/issues/issue-5950.rs [new file with mode: 0644]
tests/ui/issues/issue-59756.fixed [new file with mode: 0644]
tests/ui/issues/issue-59756.rs [new file with mode: 0644]
tests/ui/issues/issue-59756.stderr [new file with mode: 0644]
tests/ui/issues/issue-5988.rs [new file with mode: 0644]
tests/ui/issues/issue-5997-enum.rs [new file with mode: 0644]
tests/ui/issues/issue-5997-enum.stderr [new file with mode: 0644]
tests/ui/issues/issue-5997-struct.rs [new file with mode: 0644]
tests/ui/issues/issue-5997-struct.stderr [new file with mode: 0644]
tests/ui/issues/issue-5997.rs [new file with mode: 0644]
tests/ui/issues/issue-60218.rs [new file with mode: 0644]
tests/ui/issues/issue-60218.stderr [new file with mode: 0644]
tests/ui/issues/issue-60622.rs [new file with mode: 0644]
tests/ui/issues/issue-60622.stderr [new file with mode: 0644]
tests/ui/issues/issue-60989.rs [new file with mode: 0644]
tests/ui/issues/issue-60989.stderr [new file with mode: 0644]
tests/ui/issues/issue-61106.rs [new file with mode: 0644]
tests/ui/issues/issue-61106.stderr [new file with mode: 0644]
tests/ui/issues/issue-61108.rs [new file with mode: 0644]
tests/ui/issues/issue-61108.stderr [new file with mode: 0644]
tests/ui/issues/issue-6117.rs [new file with mode: 0644]
tests/ui/issues/issue-6130.rs [new file with mode: 0644]
tests/ui/issues/issue-61475.rs [new file with mode: 0644]
tests/ui/issues/issue-6153.rs [new file with mode: 0644]
tests/ui/issues/issue-61623.rs [new file with mode: 0644]
tests/ui/issues/issue-61623.stderr [new file with mode: 0644]
tests/ui/issues/issue-61696.rs [new file with mode: 0644]
tests/ui/issues/issue-61894.rs [new file with mode: 0644]
tests/ui/issues/issue-62375.rs [new file with mode: 0644]
tests/ui/issues/issue-62375.stderr [new file with mode: 0644]
tests/ui/issues/issue-62480.rs [new file with mode: 0644]
tests/ui/issues/issue-62480.stderr [new file with mode: 0644]
tests/ui/issues/issue-6318.rs [new file with mode: 0644]
tests/ui/issues/issue-6344-let.rs [new file with mode: 0644]
tests/ui/issues/issue-6344-match.rs [new file with mode: 0644]
tests/ui/issues/issue-63983.rs [new file with mode: 0644]
tests/ui/issues/issue-63983.stderr [new file with mode: 0644]
tests/ui/issues/issue-64430.rs [new file with mode: 0644]
tests/ui/issues/issue-64430.stderr [new file with mode: 0644]
tests/ui/issues/issue-64559.rs [new file with mode: 0644]
tests/ui/issues/issue-64559.stderr [new file with mode: 0644]
tests/ui/issues/issue-6458-1.rs [new file with mode: 0644]
tests/ui/issues/issue-6458-2.rs [new file with mode: 0644]
tests/ui/issues/issue-6458-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-6458-3.rs [new file with mode: 0644]
tests/ui/issues/issue-6458-3.stderr [new file with mode: 0644]
tests/ui/issues/issue-6458-4.rs [new file with mode: 0644]
tests/ui/issues/issue-6458-4.stderr [new file with mode: 0644]
tests/ui/issues/issue-6458.rs [new file with mode: 0644]
tests/ui/issues/issue-6458.stderr [new file with mode: 0644]
tests/ui/issues/issue-64593.rs [new file with mode: 0644]
tests/ui/issues/issue-64792-bad-unicode-ctor.rs [new file with mode: 0644]
tests/ui/issues/issue-64792-bad-unicode-ctor.stderr [new file with mode: 0644]
tests/ui/issues/issue-65131.rs [new file with mode: 0644]
tests/ui/issues/issue-65131.stderr [new file with mode: 0644]
tests/ui/issues/issue-65230.rs [new file with mode: 0644]
tests/ui/issues/issue-65230.stderr [new file with mode: 0644]
tests/ui/issues/issue-65462.rs [new file with mode: 0644]
tests/ui/issues/issue-6557.rs [new file with mode: 0644]
tests/ui/issues/issue-65634-raw-ident-suggestion.edition2015.stderr [new file with mode: 0644]
tests/ui/issues/issue-65634-raw-ident-suggestion.edition2018.stderr [new file with mode: 0644]
tests/ui/issues/issue-65634-raw-ident-suggestion.rs [new file with mode: 0644]
tests/ui/issues/issue-6596-2.rs [new file with mode: 0644]
tests/ui/issues/issue-6596-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-66308.rs [new file with mode: 0644]
tests/ui/issues/issue-66353.rs [new file with mode: 0644]
tests/ui/issues/issue-66353.stderr [new file with mode: 0644]
tests/ui/issues/issue-6642.rs [new file with mode: 0644]
tests/ui/issues/issue-6642.stderr [new file with mode: 0644]
tests/ui/issues/issue-66667-function-cmp-cycle.rs [new file with mode: 0644]
tests/ui/issues/issue-66667-function-cmp-cycle.stderr [new file with mode: 0644]
tests/ui/issues/issue-66702-break-outside-loop-val.rs [new file with mode: 0644]
tests/ui/issues/issue-66702-break-outside-loop-val.stderr [new file with mode: 0644]
tests/ui/issues/issue-66706.rs [new file with mode: 0644]
tests/ui/issues/issue-66706.stderr [new file with mode: 0644]
tests/ui/issues/issue-66768.rs [new file with mode: 0644]
tests/ui/issues/issue-66923-show-error-for-correct-call.rs [new file with mode: 0644]
tests/ui/issues/issue-66923-show-error-for-correct-call.stderr [new file with mode: 0644]
tests/ui/issues/issue-67039-unsound-pin-partialeq.rs [new file with mode: 0644]
tests/ui/issues/issue-67039-unsound-pin-partialeq.stderr [new file with mode: 0644]
tests/ui/issues/issue-6738.rs [new file with mode: 0644]
tests/ui/issues/issue-6738.stderr [new file with mode: 0644]
tests/ui/issues/issue-67535.rs [new file with mode: 0644]
tests/ui/issues/issue-67535.stderr [new file with mode: 0644]
tests/ui/issues/issue-67552.polonius.stderr [new file with mode: 0644]
tests/ui/issues/issue-67552.rs [new file with mode: 0644]
tests/ui/issues/issue-67552.stderr [new file with mode: 0644]
tests/ui/issues/issue-68010-large-zst-consts.rs [new file with mode: 0644]
tests/ui/issues/issue-68696-catch-during-unwind.rs [new file with mode: 0644]
tests/ui/issues/issue-6892.rs [new file with mode: 0644]
tests/ui/issues/issue-68951.rs [new file with mode: 0644]
tests/ui/issues/issue-6898.rs [new file with mode: 0644]
tests/ui/issues/issue-69130.rs [new file with mode: 0644]
tests/ui/issues/issue-69130.stderr [new file with mode: 0644]
tests/ui/issues/issue-6919.rs [new file with mode: 0644]
tests/ui/issues/issue-69225-SCEVAddExpr-wrap-flag.rs [new file with mode: 0644]
tests/ui/issues/issue-69225-layout-repeated-checked-add.rs [new file with mode: 0644]
tests/ui/issues/issue-69306.rs [new file with mode: 0644]
tests/ui/issues/issue-69306.stderr [new file with mode: 0644]
tests/ui/issues/issue-6936.rs [new file with mode: 0644]
tests/ui/issues/issue-6936.stderr [new file with mode: 0644]
tests/ui/issues/issue-69396-const-no-type-in-macro.rs [new file with mode: 0644]
tests/ui/issues/issue-69396-const-no-type-in-macro.stderr [new file with mode: 0644]
tests/ui/issues/issue-69455.rs [new file with mode: 0644]
tests/ui/issues/issue-69455.stderr [new file with mode: 0644]
tests/ui/issues/issue-69602-type-err-during-codegen-ice.rs [new file with mode: 0644]
tests/ui/issues/issue-69602-type-err-during-codegen-ice.stderr [new file with mode: 0644]
tests/ui/issues/issue-69683.rs [new file with mode: 0644]
tests/ui/issues/issue-69683.stderr [new file with mode: 0644]
tests/ui/issues/issue-70093/issue-70093-link-directives.rs [new file with mode: 0644]
tests/ui/issues/issue-70093/issue-70093.rs [new file with mode: 0644]
tests/ui/issues/issue-7012.rs [new file with mode: 0644]
tests/ui/issues/issue-70381.rs [new file with mode: 0644]
tests/ui/issues/issue-70381.stderr [new file with mode: 0644]
tests/ui/issues/issue-7044.rs [new file with mode: 0644]
tests/ui/issues/issue-7044.stderr [new file with mode: 0644]
tests/ui/issues/issue-7061.rs [new file with mode: 0644]
tests/ui/issues/issue-7061.stderr [new file with mode: 0644]
tests/ui/issues/issue-70673.rs [new file with mode: 0644]
tests/ui/issues/issue-70724-add_type_neq_err_label-unwrap.rs [new file with mode: 0644]
tests/ui/issues/issue-70724-add_type_neq_err_label-unwrap.stderr [new file with mode: 0644]
tests/ui/issues/issue-70746.rs [new file with mode: 0644]
tests/ui/issues/issue-7092.rs [new file with mode: 0644]
tests/ui/issues/issue-7092.stderr [new file with mode: 0644]
tests/ui/issues/issue-71406.rs [new file with mode: 0644]
tests/ui/issues/issue-71406.stderr [new file with mode: 0644]
tests/ui/issues/issue-71584.rs [new file with mode: 0644]
tests/ui/issues/issue-71584.stderr [new file with mode: 0644]
tests/ui/issues/issue-71676-1.fixed [new file with mode: 0644]
tests/ui/issues/issue-71676-1.rs [new file with mode: 0644]
tests/ui/issues/issue-71676-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-71676-2.rs [new file with mode: 0644]
tests/ui/issues/issue-71676-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-7178.rs [new file with mode: 0644]
tests/ui/issues/issue-72002.rs [new file with mode: 0644]
tests/ui/issues/issue-72076.rs [new file with mode: 0644]
tests/ui/issues/issue-72076.stderr [new file with mode: 0644]
tests/ui/issues/issue-72278.rs [new file with mode: 0644]
tests/ui/issues/issue-72278.stderr [new file with mode: 0644]
tests/ui/issues/issue-7246.rs [new file with mode: 0644]
tests/ui/issues/issue-7246.stderr [new file with mode: 0644]
tests/ui/issues/issue-7268.rs [new file with mode: 0644]
tests/ui/issues/issue-72839-error-overflow.rs [new file with mode: 0644]
tests/ui/issues/issue-72839-error-overflow.stderr [new file with mode: 0644]
tests/ui/issues/issue-72933-match-stack-overflow.rs [new file with mode: 0644]
tests/ui/issues/issue-73112.rs [new file with mode: 0644]
tests/ui/issues/issue-73112.stderr [new file with mode: 0644]
tests/ui/issues/issue-73229.rs [new file with mode: 0644]
tests/ui/issues/issue-7344.rs [new file with mode: 0644]
tests/ui/issues/issue-7364.rs [new file with mode: 0644]
tests/ui/issues/issue-7364.stderr [new file with mode: 0644]
tests/ui/issues/issue-74082.rs [new file with mode: 0644]
tests/ui/issues/issue-74082.stderr [new file with mode: 0644]
tests/ui/issues/issue-74236/auxiliary/dep.rs [new file with mode: 0644]
tests/ui/issues/issue-74236/main.rs [new file with mode: 0644]
tests/ui/issues/issue-74236/main.stderr [new file with mode: 0644]
tests/ui/issues/issue-74564-if-expr-stack-overflow.rs [new file with mode: 0644]
tests/ui/issues/issue-7519-match-unit-in-arg.rs [new file with mode: 0644]
tests/ui/issues/issue-75283.rs [new file with mode: 0644]
tests/ui/issues/issue-75283.stderr [new file with mode: 0644]
tests/ui/issues/issue-7563.rs [new file with mode: 0644]
tests/ui/issues/issue-75704.rs [new file with mode: 0644]
tests/ui/issues/issue-7575.rs [new file with mode: 0644]
tests/ui/issues/issue-76042.rs [new file with mode: 0644]
tests/ui/issues/issue-7607-1.rs [new file with mode: 0644]
tests/ui/issues/issue-7607-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-7607-2.rs [new file with mode: 0644]
tests/ui/issues/issue-76077-1.fixed [new file with mode: 0644]
tests/ui/issues/issue-76077-1.rs [new file with mode: 0644]
tests/ui/issues/issue-76077-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-76077.rs [new file with mode: 0644]
tests/ui/issues/issue-76077.stderr [new file with mode: 0644]
tests/ui/issues/issue-76191.rs [new file with mode: 0644]
tests/ui/issues/issue-76191.stderr [new file with mode: 0644]
tests/ui/issues/issue-7660.rs [new file with mode: 0644]
tests/ui/issues/issue-7663.rs [new file with mode: 0644]
tests/ui/issues/issue-7673-cast-generically-implemented-trait.rs [new file with mode: 0644]
tests/ui/issues/issue-77218/issue-77218-2.fixed [new file with mode: 0644]
tests/ui/issues/issue-77218/issue-77218-2.rs [new file with mode: 0644]
tests/ui/issues/issue-77218/issue-77218-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-77218/issue-77218.fixed [new file with mode: 0644]
tests/ui/issues/issue-77218/issue-77218.rs [new file with mode: 0644]
tests/ui/issues/issue-77218/issue-77218.stderr [new file with mode: 0644]
tests/ui/issues/issue-7784.rs [new file with mode: 0644]
tests/ui/issues/issue-77919.rs [new file with mode: 0644]
tests/ui/issues/issue-77919.stderr [new file with mode: 0644]
tests/ui/issues/issue-78115.rs [new file with mode: 0644]
tests/ui/issues/issue-78192.rs [new file with mode: 0644]
tests/ui/issues/issue-78622.rs [new file with mode: 0644]
tests/ui/issues/issue-78622.stderr [new file with mode: 0644]
tests/ui/issues/issue-7867.rs [new file with mode: 0644]
tests/ui/issues/issue-7867.stderr [new file with mode: 0644]
tests/ui/issues/issue-78957.rs [new file with mode: 0644]
tests/ui/issues/issue-78957.stderr [new file with mode: 0644]
tests/ui/issues/issue-7899.rs [new file with mode: 0644]
tests/ui/issues/issue-7911.rs [new file with mode: 0644]
tests/ui/issues/issue-7950.rs [new file with mode: 0644]
tests/ui/issues/issue-7950.stderr [new file with mode: 0644]
tests/ui/issues/issue-7970a.rs [new file with mode: 0644]
tests/ui/issues/issue-7970a.stderr [new file with mode: 0644]
tests/ui/issues/issue-8044.rs [new file with mode: 0644]
tests/ui/issues/issue-80607.rs [new file with mode: 0644]
tests/ui/issues/issue-80607.stderr [new file with mode: 0644]
tests/ui/issues/issue-81584.fixed [new file with mode: 0644]
tests/ui/issues/issue-81584.rs [new file with mode: 0644]
tests/ui/issues/issue-81584.stderr [new file with mode: 0644]
tests/ui/issues/issue-8171-default-method-self-inherit-builtin-trait.rs [new file with mode: 0644]
tests/ui/issues/issue-81918.rs [new file with mode: 0644]
tests/ui/issues/issue-8248.rs [new file with mode: 0644]
tests/ui/issues/issue-8249.rs [new file with mode: 0644]
tests/ui/issues/issue-8259.rs [new file with mode: 0644]
tests/ui/issues/issue-82833-slice-miscompile.rs [new file with mode: 0644]
tests/ui/issues/issue-83048.rs [new file with mode: 0644]
tests/ui/issues/issue-83048.stderr [new file with mode: 0644]
tests/ui/issues/issue-83190.rs [new file with mode: 0644]
tests/ui/issues/issue-8391.rs [new file with mode: 0644]
tests/ui/issues/issue-8398.rs [new file with mode: 0644]
tests/ui/issues/issue-8401.rs [new file with mode: 0644]
tests/ui/issues/issue-8498.rs [new file with mode: 0644]
tests/ui/issues/issue-8506.rs [new file with mode: 0644]
tests/ui/issues/issue-8521.rs [new file with mode: 0644]
tests/ui/issues/issue-85461.rs [new file with mode: 0644]
tests/ui/issues/issue-8578.rs [new file with mode: 0644]
tests/ui/issues/issue-86756.rs [new file with mode: 0644]
tests/ui/issues/issue-86756.stderr [new file with mode: 0644]
tests/ui/issues/issue-868.rs [new file with mode: 0644]
tests/ui/issues/issue-87199.rs [new file with mode: 0644]
tests/ui/issues/issue-87199.stderr [new file with mode: 0644]
tests/ui/issues/issue-8727.polonius.stderr [new file with mode: 0644]
tests/ui/issues/issue-8727.rs [new file with mode: 0644]
tests/ui/issues/issue-8727.stderr [new file with mode: 0644]
tests/ui/issues/issue-87490.rs [new file with mode: 0644]
tests/ui/issues/issue-87490.stderr [new file with mode: 0644]
tests/ui/issues/issue-8761.rs [new file with mode: 0644]
tests/ui/issues/issue-8761.stderr [new file with mode: 0644]
tests/ui/issues/issue-8767.rs [new file with mode: 0644]
tests/ui/issues/issue-8767.stderr [new file with mode: 0644]
tests/ui/issues/issue-87707.rs [new file with mode: 0644]
tests/ui/issues/issue-87707.run.stderr [new file with mode: 0644]
tests/ui/issues/issue-8783.rs [new file with mode: 0644]
tests/ui/issues/issue-88150.rs [new file with mode: 0644]
tests/ui/issues/issue-8860.rs [new file with mode: 0644]
tests/ui/issues/issue-8898.rs [new file with mode: 0644]
tests/ui/issues/issue-9047.rs [new file with mode: 0644]
tests/ui/issues/issue-9110.rs [new file with mode: 0644]
tests/ui/issues/issue-9123.rs [new file with mode: 0644]
tests/ui/issues/issue-9129.rs [new file with mode: 0644]
tests/ui/issues/issue-91489.rs [new file with mode: 0644]
tests/ui/issues/issue-9155.rs [new file with mode: 0644]
tests/ui/issues/issue-9188.rs [new file with mode: 0644]
tests/ui/issues/issue-9243.rs [new file with mode: 0644]
tests/ui/issues/issue-9249.rs [new file with mode: 0644]
tests/ui/issues/issue-9259.rs [new file with mode: 0644]
tests/ui/issues/issue-92741.fixed [new file with mode: 0644]
tests/ui/issues/issue-92741.rs [new file with mode: 0644]
tests/ui/issues/issue-92741.stderr [new file with mode: 0644]
tests/ui/issues/issue-9382.rs [new file with mode: 0644]
tests/ui/issues/issue-9446.rs [new file with mode: 0644]
tests/ui/issues/issue-948.rs [new file with mode: 0644]
tests/ui/issues/issue-9575.rs [new file with mode: 0644]
tests/ui/issues/issue-9575.stderr [new file with mode: 0644]
tests/ui/issues/issue-9719.rs [new file with mode: 0644]
tests/ui/issues/issue-9725.rs [new file with mode: 0644]
tests/ui/issues/issue-9725.stderr [new file with mode: 0644]
tests/ui/issues/issue-9737.rs [new file with mode: 0644]
tests/ui/issues/issue-979.rs [new file with mode: 0644]
tests/ui/issues/issue-9814.rs [new file with mode: 0644]
tests/ui/issues/issue-9814.stderr [new file with mode: 0644]
tests/ui/issues/issue-98299.rs [new file with mode: 0644]
tests/ui/issues/issue-98299.stderr [new file with mode: 0644]
tests/ui/issues/issue-9837.rs [new file with mode: 0644]
tests/ui/issues/issue-9906.rs [new file with mode: 0644]
tests/ui/issues/issue-9918.rs [new file with mode: 0644]
tests/ui/issues/issue-9942.rs [new file with mode: 0644]
tests/ui/issues/issue-9951.rs [new file with mode: 0644]
tests/ui/issues/issue-9968.rs [new file with mode: 0644]
tests/ui/issues/issue-99838.rs [new file with mode: 0644]
tests/ui/issues/issue-pr29383.rs [new file with mode: 0644]
tests/ui/issues/issue-pr29383.stderr [new file with mode: 0644]
tests/ui/item-name-overload.rs [new file with mode: 0644]
tests/ui/iterators/array-of-ranges.rs [new file with mode: 0644]
tests/ui/iterators/array.rs [new file with mode: 0644]
tests/ui/iterators/bound.rs [new file with mode: 0644]
tests/ui/iterators/bound.stderr [new file with mode: 0644]
tests/ui/iterators/collect-into-array.rs [new file with mode: 0644]
tests/ui/iterators/collect-into-array.stderr [new file with mode: 0644]
tests/ui/iterators/collect-into-slice.rs [new file with mode: 0644]
tests/ui/iterators/collect-into-slice.stderr [new file with mode: 0644]
tests/ui/iterators/float_iterator_hint.rs [new file with mode: 0644]
tests/ui/iterators/float_iterator_hint.stderr [new file with mode: 0644]
tests/ui/iterators/integral.rs [new file with mode: 0644]
tests/ui/iterators/integral.stderr [new file with mode: 0644]
tests/ui/iterators/into-iter-on-arrays-2018.rs [new file with mode: 0644]
tests/ui/iterators/into-iter-on-arrays-2018.stderr [new file with mode: 0644]
tests/ui/iterators/into-iter-on-arrays-2021.rs [new file with mode: 0644]
tests/ui/iterators/into-iter-on-arrays-lint.fixed [new file with mode: 0644]
tests/ui/iterators/into-iter-on-arrays-lint.rs [new file with mode: 0644]
tests/ui/iterators/into-iter-on-arrays-lint.stderr [new file with mode: 0644]
tests/ui/iterators/into-iterator-type-inference-shift.rs [new file with mode: 0644]
tests/ui/iterators/invalid-iterator-chain-with-int-infer.rs [new file with mode: 0644]
tests/ui/iterators/invalid-iterator-chain-with-int-infer.stderr [new file with mode: 0644]
tests/ui/iterators/invalid-iterator-chain.rs [new file with mode: 0644]
tests/ui/iterators/invalid-iterator-chain.stderr [new file with mode: 0644]
tests/ui/iterators/issue-28098.rs [new file with mode: 0644]
tests/ui/iterators/issue-28098.stderr [new file with mode: 0644]
tests/ui/iterators/issue-58952-filter-type-length.rs [new file with mode: 0644]
tests/ui/iterators/iter-cloned-type-inference.rs [new file with mode: 0644]
tests/ui/iterators/iter-count-overflow-debug.rs [new file with mode: 0644]
tests/ui/iterators/iter-count-overflow-ndebug.rs [new file with mode: 0644]
tests/ui/iterators/iter-map-fold-type-length.rs [new file with mode: 0644]
tests/ui/iterators/iter-position-overflow-debug.rs [new file with mode: 0644]
tests/ui/iterators/iter-position-overflow-ndebug.rs [new file with mode: 0644]
tests/ui/iterators/iter-range.rs [new file with mode: 0644]
tests/ui/iterators/iter-step-overflow-debug.rs [new file with mode: 0644]
tests/ui/iterators/iter-step-overflow-ndebug.rs [new file with mode: 0644]
tests/ui/iterators/iter-sum-overflow-debug.rs [new file with mode: 0644]
tests/ui/iterators/iter-sum-overflow-ndebug.rs [new file with mode: 0644]
tests/ui/iterators/iter-sum-overflow-overflow-checks.rs [new file with mode: 0644]
tests/ui/iterators/ranges.rs [new file with mode: 0644]
tests/ui/iterators/ranges.stderr [new file with mode: 0644]
tests/ui/iterators/rsplit-clone.rs [new file with mode: 0644]
tests/ui/iterators/skip-count-overflow.rs [new file with mode: 0644]
tests/ui/iterators/string.rs [new file with mode: 0644]
tests/ui/iterators/string.stderr [new file with mode: 0644]
tests/ui/iterators/vec-on-unimplemented.rs [new file with mode: 0644]
tests/ui/iterators/vec-on-unimplemented.stderr [new file with mode: 0644]
tests/ui/json/json-and-color.rs [new file with mode: 0644]
tests/ui/json/json-and-color.stderr [new file with mode: 0644]
tests/ui/json/json-and-error-format.rs [new file with mode: 0644]
tests/ui/json/json-and-error-format.stderr [new file with mode: 0644]
tests/ui/json/json-bom-plus-crlf-multifile-aux.rs [new file with mode: 0644]
tests/ui/json/json-bom-plus-crlf-multifile.rs [new file with mode: 0644]
tests/ui/json/json-bom-plus-crlf-multifile.stderr [new file with mode: 0644]
tests/ui/json/json-bom-plus-crlf.rs [new file with mode: 0644]
tests/ui/json/json-bom-plus-crlf.stderr [new file with mode: 0644]
tests/ui/json/json-invalid.rs [new file with mode: 0644]
tests/ui/json/json-invalid.stderr [new file with mode: 0644]
tests/ui/json/json-multiple.polonius.stderr [new file with mode: 0644]
tests/ui/json/json-multiple.rs [new file with mode: 0644]
tests/ui/json/json-multiple.stderr [new file with mode: 0644]
tests/ui/json/json-options.polonius.stderr [new file with mode: 0644]
tests/ui/json/json-options.rs [new file with mode: 0644]
tests/ui/json/json-options.stderr [new file with mode: 0644]
tests/ui/json/json-short.rs [new file with mode: 0644]
tests/ui/json/json-short.stderr [new file with mode: 0644]
tests/ui/keyword/extern/keyword-extern-as-identifier-expr.rs [new file with mode: 0644]
tests/ui/keyword/extern/keyword-extern-as-identifier-expr.stderr [new file with mode: 0644]
tests/ui/keyword/extern/keyword-extern-as-identifier-pat.rs [new file with mode: 0644]
tests/ui/keyword/extern/keyword-extern-as-identifier-pat.stderr [new file with mode: 0644]
tests/ui/keyword/extern/keyword-extern-as-identifier-type.rs [new file with mode: 0644]
tests/ui/keyword/extern/keyword-extern-as-identifier-type.stderr [new file with mode: 0644]
tests/ui/keyword/extern/keyword-extern-as-identifier-use.rs [new file with mode: 0644]
tests/ui/keyword/extern/keyword-extern-as-identifier-use.stderr [new file with mode: 0644]
tests/ui/keyword/keyword-false-as-identifier.rs [new file with mode: 0644]
tests/ui/keyword/keyword-false-as-identifier.stderr [new file with mode: 0644]
tests/ui/keyword/keyword-self-as-identifier.rs [new file with mode: 0644]
tests/ui/keyword/keyword-self-as-identifier.stderr [new file with mode: 0644]
tests/ui/keyword/keyword-self-as-type-param.rs [new file with mode: 0644]
tests/ui/keyword/keyword-self-as-type-param.stderr [new file with mode: 0644]
tests/ui/keyword/keyword-super-as-identifier.rs [new file with mode: 0644]
tests/ui/keyword/keyword-super-as-identifier.stderr [new file with mode: 0644]
tests/ui/keyword/keyword-super.rs [new file with mode: 0644]
tests/ui/keyword/keyword-super.stderr [new file with mode: 0644]
tests/ui/keyword/keyword-true-as-identifier.rs [new file with mode: 0644]
tests/ui/keyword/keyword-true-as-identifier.stderr [new file with mode: 0644]
tests/ui/kindck/kindck-copy.rs [new file with mode: 0644]
tests/ui/kindck/kindck-copy.stderr [new file with mode: 0644]
tests/ui/kindck/kindck-impl-type-params-2.rs [new file with mode: 0644]
tests/ui/kindck/kindck-impl-type-params-2.stderr [new file with mode: 0644]
tests/ui/kindck/kindck-impl-type-params.rs [new file with mode: 0644]
tests/ui/kindck/kindck-impl-type-params.stderr [new file with mode: 0644]
tests/ui/kindck/kindck-inherited-copy-bound.curr.stderr [new file with mode: 0644]
tests/ui/kindck/kindck-inherited-copy-bound.object_safe_for_dispatch.stderr [new file with mode: 0644]
tests/ui/kindck/kindck-inherited-copy-bound.rs [new file with mode: 0644]
tests/ui/kindck/kindck-nonsendable-1.rs [new file with mode: 0644]
tests/ui/kindck/kindck-nonsendable-1.stderr [new file with mode: 0644]
tests/ui/kindck/kindck-send-object.rs [new file with mode: 0644]
tests/ui/kindck/kindck-send-object.stderr [new file with mode: 0644]
tests/ui/kindck/kindck-send-object1.rs [new file with mode: 0644]
tests/ui/kindck/kindck-send-object1.stderr [new file with mode: 0644]
tests/ui/kindck/kindck-send-object2.rs [new file with mode: 0644]
tests/ui/kindck/kindck-send-object2.stderr [new file with mode: 0644]
tests/ui/kindck/kindck-send-owned.rs [new file with mode: 0644]
tests/ui/kindck/kindck-send-owned.stderr [new file with mode: 0644]
tests/ui/kindck/kindck-send-unsafe.rs [new file with mode: 0644]
tests/ui/kindck/kindck-send-unsafe.rs~rust-lang_master [new file with mode: 0644]
tests/ui/kindck/kindck-send-unsafe.stderr [new file with mode: 0644]
tests/ui/kinds-in-metadata.rs [new file with mode: 0644]
tests/ui/kinds-of-primitive-impl.rs [new file with mode: 0644]
tests/ui/kinds-of-primitive-impl.stderr [new file with mode: 0644]
tests/ui/label/label-beginning-with-underscore.rs [new file with mode: 0644]
tests/ui/label/label-static.rs [new file with mode: 0644]
tests/ui/label/label-static.stderr [new file with mode: 0644]
tests/ui/label/label-underscore.rs [new file with mode: 0644]
tests/ui/label/label-underscore.stderr [new file with mode: 0644]
tests/ui/label/label_break_value_continue.rs [new file with mode: 0644]
tests/ui/label/label_break_value_continue.stderr [new file with mode: 0644]
tests/ui/label/label_break_value_desugared_break.rs [new file with mode: 0644]
tests/ui/label/label_break_value_illegal_uses.fixed [new file with mode: 0644]
tests/ui/label/label_break_value_illegal_uses.rs [new file with mode: 0644]
tests/ui/label/label_break_value_illegal_uses.stderr [new file with mode: 0644]
tests/ui/label/label_break_value_unlabeled_break.rs [new file with mode: 0644]
tests/ui/label/label_break_value_unlabeled_break.stderr [new file with mode: 0644]
tests/ui/label/label_misspelled.rs [new file with mode: 0644]
tests/ui/label/label_misspelled.stderr [new file with mode: 0644]
tests/ui/label/label_misspelled_2.rs [new file with mode: 0644]
tests/ui/label/label_misspelled_2.stderr [new file with mode: 0644]
tests/ui/lambda-infer-unresolved.rs [new file with mode: 0644]
tests/ui/lang-items/bad-add-impl.rs [new file with mode: 0644]
tests/ui/lang-items/bad-add-impl.stderr [new file with mode: 0644]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.bad_item.stderr [new file with mode: 0644]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.bad_sig.stderr [new file with mode: 0644]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.fn_bad_item.stderr [new file with mode: 0644]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.fn_bad_sig.stderr [new file with mode: 0644]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.fn_mut_bad_item.stderr [new file with mode: 0644]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.fn_mut_bad_sig.stderr [new file with mode: 0644]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.fn_once_bad_item.stderr [new file with mode: 0644]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.fn_once_bad_sig.stderr [new file with mode: 0644]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.rs [new file with mode: 0644]
tests/ui/lang-items/issue-19660.rs [new file with mode: 0644]
tests/ui/lang-items/issue-19660.stderr [new file with mode: 0644]
tests/ui/lang-items/issue-31076.rs [new file with mode: 0644]
tests/ui/lang-items/issue-31076.stderr [new file with mode: 0644]
tests/ui/lang-items/issue-83471.rs [new file with mode: 0644]
tests/ui/lang-items/issue-83471.stderr [new file with mode: 0644]
tests/ui/lang-items/issue-86238.rs [new file with mode: 0644]
tests/ui/lang-items/issue-86238.stderr [new file with mode: 0644]
tests/ui/lang-items/issue-87573.rs [new file with mode: 0644]
tests/ui/lang-items/issue-87573.stderr [new file with mode: 0644]
tests/ui/lang-items/lang-item-generic-requirements.rs [new file with mode: 0644]
tests/ui/lang-items/lang-item-generic-requirements.stderr [new file with mode: 0644]
tests/ui/lang-items/lang-item-missing.rs [new file with mode: 0644]
tests/ui/lang-items/lang-item-missing.stderr [new file with mode: 0644]
tests/ui/lang-items/missing-clone-for-suggestion.rs [new file with mode: 0644]
tests/ui/lang-items/missing-clone-for-suggestion.stderr [new file with mode: 0644]
tests/ui/lang-items/no_owned_box_lang_item.rs [new file with mode: 0644]
tests/ui/lang-items/no_owned_box_lang_item.stderr [new file with mode: 0644]
tests/ui/lang-items/required-lang-item.rs [new file with mode: 0644]
tests/ui/lang-items/required-lang-item.stderr [new file with mode: 0644]
tests/ui/lang-items/start_lang_item_args.argc.stderr [new file with mode: 0644]
tests/ui/lang-items/start_lang_item_args.argv.stderr [new file with mode: 0644]
tests/ui/lang-items/start_lang_item_args.argv_inner_ptr.stderr [new file with mode: 0644]
tests/ui/lang-items/start_lang_item_args.main_args.stderr [new file with mode: 0644]
tests/ui/lang-items/start_lang_item_args.main_ret.stderr [new file with mode: 0644]
tests/ui/lang-items/start_lang_item_args.main_ty.stderr [new file with mode: 0644]
tests/ui/lang-items/start_lang_item_args.missing_all_args.stderr [new file with mode: 0644]
tests/ui/lang-items/start_lang_item_args.missing_ret.stderr [new file with mode: 0644]
tests/ui/lang-items/start_lang_item_args.missing_sigpipe_arg.stderr [new file with mode: 0644]
tests/ui/lang-items/start_lang_item_args.rs [new file with mode: 0644]
tests/ui/lang-items/start_lang_item_args.sigpipe.stderr [new file with mode: 0644]
tests/ui/lang-items/start_lang_item_args.start_ret.stderr [new file with mode: 0644]
tests/ui/lang-items/start_lang_item_args.too_many_args.stderr [new file with mode: 0644]
tests/ui/last-use-in-block.rs [new file with mode: 0644]
tests/ui/last-use-in-cap-clause.rs [new file with mode: 0644]
tests/ui/last-use-is-capture.rs [new file with mode: 0644]
tests/ui/late-bound-lifetimes/auxiliary/upstream_alias.rs [new file with mode: 0644]
tests/ui/late-bound-lifetimes/cross_crate_alias.rs [new file with mode: 0644]
tests/ui/late-bound-lifetimes/downgraded_to_early_through_alias.rs [new file with mode: 0644]
tests/ui/late-bound-lifetimes/issue-36381.rs [new file with mode: 0644]
tests/ui/late-bound-lifetimes/issue-47511.rs [new file with mode: 0644]
tests/ui/late-bound-lifetimes/late_bound_through_alias.rs [new file with mode: 0644]
tests/ui/late-bound-lifetimes/mismatched_arg_count.rs [new file with mode: 0644]
tests/ui/late-bound-lifetimes/mismatched_arg_count.stderr [new file with mode: 0644]
tests/ui/layout/big-type-no-err.rs [new file with mode: 0644]
tests/ui/layout/debug.rs [new file with mode: 0644]
tests/ui/layout/debug.stderr [new file with mode: 0644]
tests/ui/layout/hexagon-enum.rs [new file with mode: 0644]
tests/ui/layout/hexagon-enum.stderr [new file with mode: 0644]
tests/ui/layout/homogeneous-aggr-zero-sized-c-struct.rs [new file with mode: 0644]
tests/ui/layout/homogeneous-aggr-zero-sized-c-struct.stderr [new file with mode: 0644]
tests/ui/layout/homogeneous-aggr-zero-sized-repr-rust.rs [new file with mode: 0644]
tests/ui/layout/homogeneous-aggr-zero-sized-repr-rust.stderr [new file with mode: 0644]
tests/ui/layout/issue-60431-unsized-tail-behind-projection.rs [new file with mode: 0644]
tests/ui/layout/issue-84108.rs [new file with mode: 0644]
tests/ui/layout/issue-84108.stderr [new file with mode: 0644]
tests/ui/layout/issue-96158-scalarpair-payload-might-be-uninit.rs [new file with mode: 0644]
tests/ui/layout/issue-96158-scalarpair-payload-might-be-uninit.stderr [new file with mode: 0644]
tests/ui/layout/issue-96185-overaligned-enum.rs [new file with mode: 0644]
tests/ui/layout/issue-96185-overaligned-enum.stderr [new file with mode: 0644]
tests/ui/layout/thin-meta-implies-thin-ptr.rs [new file with mode: 0644]
tests/ui/layout/thumb-enum.rs [new file with mode: 0644]
tests/ui/layout/thumb-enum.stderr [new file with mode: 0644]
tests/ui/layout/unsafe-cell-hides-niche.rs [new file with mode: 0644]
tests/ui/layout/valid_range_oob.rs [new file with mode: 0644]
tests/ui/layout/valid_range_oob.stderr [new file with mode: 0644]
tests/ui/layout/zero-sized-array-enum-niche.rs [new file with mode: 0644]
tests/ui/layout/zero-sized-array-enum-niche.stderr [new file with mode: 0644]
tests/ui/layout/zero-sized-array-union.rs [new file with mode: 0644]
tests/ui/layout/zero-sized-array-union.stderr [new file with mode: 0644]
tests/ui/lazy-and-or.rs [new file with mode: 0644]
tests/ui/lazy-type-alias-impl-trait/branches.rs [new file with mode: 0644]
tests/ui/lazy-type-alias-impl-trait/branches.stderr [new file with mode: 0644]
tests/ui/lazy-type-alias-impl-trait/branches2.rs [new file with mode: 0644]
tests/ui/lazy-type-alias-impl-trait/branches3.rs [new file with mode: 0644]
tests/ui/lazy-type-alias-impl-trait/branches3.stderr [new file with mode: 0644]
tests/ui/lazy-type-alias-impl-trait/freeze_cycle.rs [new file with mode: 0644]
tests/ui/lazy-type-alias-impl-trait/infer_cross_function.rs [new file with mode: 0644]
tests/ui/lazy-type-alias-impl-trait/lifetime_inference.rs [new file with mode: 0644]
tests/ui/lazy-type-alias-impl-trait/nested.rs [new file with mode: 0644]
tests/ui/lazy-type-alias-impl-trait/opaque_vs_opaque.rs [new file with mode: 0644]
tests/ui/lazy-type-alias-impl-trait/recursion.rs [new file with mode: 0644]
tests/ui/lazy-type-alias-impl-trait/recursion2.rs [new file with mode: 0644]
tests/ui/lazy-type-alias-impl-trait/recursion3.rs [new file with mode: 0644]
tests/ui/lazy-type-alias-impl-trait/recursion3.stderr [new file with mode: 0644]
tests/ui/lazy-type-alias-impl-trait/recursion4.rs [new file with mode: 0644]
tests/ui/lazy-type-alias-impl-trait/recursion4.stderr [new file with mode: 0644]
tests/ui/lazy-type-alias-impl-trait/unsized_sized_opaque.rs [new file with mode: 0644]
tests/ui/let-else/accidental-if.rs [new file with mode: 0644]
tests/ui/let-else/accidental-if.stderr [new file with mode: 0644]
tests/ui/let-else/const-fn.rs [new file with mode: 0644]
tests/ui/let-else/issue-100103.rs [new file with mode: 0644]
tests/ui/let-else/issue-102317.rs [new file with mode: 0644]
tests/ui/let-else/issue-94176.rs [new file with mode: 0644]
tests/ui/let-else/issue-94176.stderr [new file with mode: 0644]
tests/ui/let-else/issue-99975.rs [new file with mode: 0644]
tests/ui/let-else/let-else-allow-in-expr.rs [new file with mode: 0644]
tests/ui/let-else/let-else-allow-in-expr.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-allow-unused.rs [new file with mode: 0644]
tests/ui/let-else/let-else-allow-unused.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-binding-explicit-mut-annotated.rs [new file with mode: 0644]
tests/ui/let-else/let-else-binding-explicit-mut-annotated.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-binding-explicit-mut-borrow.rs [new file with mode: 0644]
tests/ui/let-else/let-else-binding-explicit-mut-borrow.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-binding-explicit-mut-pass.rs [new file with mode: 0644]
tests/ui/let-else/let-else-binding-explicit-mut.rs [new file with mode: 0644]
tests/ui/let-else/let-else-binding-explicit-mut.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-binding-immutable.rs [new file with mode: 0644]
tests/ui/let-else/let-else-binding-immutable.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-bindings.rs [new file with mode: 0644]
tests/ui/let-else/let-else-bool-binop-init.fixed [new file with mode: 0644]
tests/ui/let-else/let-else-bool-binop-init.rs [new file with mode: 0644]
tests/ui/let-else/let-else-bool-binop-init.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-brace-before-else.fixed [new file with mode: 0644]
tests/ui/let-else/let-else-brace-before-else.rs [new file with mode: 0644]
tests/ui/let-else/let-else-brace-before-else.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-check.rs [new file with mode: 0644]
tests/ui/let-else/let-else-check.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-deref-coercion-annotated.rs [new file with mode: 0644]
tests/ui/let-else/let-else-deref-coercion.rs [new file with mode: 0644]
tests/ui/let-else/let-else-deref-coercion.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-destructuring.rs [new file with mode: 0644]
tests/ui/let-else/let-else-destructuring.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-drop-order.rs [new file with mode: 0644]
tests/ui/let-else/let-else-drop-order.run.stdout [new file with mode: 0644]
tests/ui/let-else/let-else-if.rs [new file with mode: 0644]
tests/ui/let-else/let-else-if.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-irrefutable.rs [new file with mode: 0644]
tests/ui/let-else/let-else-irrefutable.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-missing-semicolon.rs [new file with mode: 0644]
tests/ui/let-else/let-else-missing-semicolon.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-no-double-error.rs [new file with mode: 0644]
tests/ui/let-else/let-else-no-double-error.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-non-copy.rs [new file with mode: 0644]
tests/ui/let-else/let-else-non-diverging.rs [new file with mode: 0644]
tests/ui/let-else/let-else-non-diverging.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-ref-bindings-pass.rs [new file with mode: 0644]
tests/ui/let-else/let-else-ref-bindings.rs [new file with mode: 0644]
tests/ui/let-else/let-else-ref-bindings.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-run-pass.rs [new file with mode: 0644]
tests/ui/let-else/let-else-scope.rs [new file with mode: 0644]
tests/ui/let-else/let-else-scope.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-slicing-error.rs [new file with mode: 0644]
tests/ui/let-else/let-else-slicing-error.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-source-expr-nomove-pass.rs [new file with mode: 0644]
tests/ui/let-else/let-else-temp-borrowck.rs [new file with mode: 0644]
tests/ui/let-else/let-else-temporary-lifetime.rs [new file with mode: 0644]
tests/ui/let-else/let-else-then-diverge.rs [new file with mode: 0644]
tests/ui/let-else/let-else-then-diverge.stderr [new file with mode: 0644]
tests/ui/let-else/let-else.rs [new file with mode: 0644]
tests/ui/lexer/error-stage.rs [new file with mode: 0644]
tests/ui/lexer/error-stage.stderr [new file with mode: 0644]
tests/ui/lexer/lex-bad-binary-literal.rs [new file with mode: 0644]
tests/ui/lexer/lex-bad-binary-literal.stderr [new file with mode: 0644]
tests/ui/lexer/lex-bad-char-literals-1.rs [new file with mode: 0644]
tests/ui/lexer/lex-bad-char-literals-1.stderr [new file with mode: 0644]
tests/ui/lexer/lex-bad-char-literals-2.rs [new file with mode: 0644]
tests/ui/lexer/lex-bad-char-literals-2.stderr [new file with mode: 0644]
tests/ui/lexer/lex-bad-char-literals-3.rs [new file with mode: 0644]
tests/ui/lexer/lex-bad-char-literals-3.stderr [new file with mode: 0644]
tests/ui/lexer/lex-bad-char-literals-4.rs [new file with mode: 0644]
tests/ui/lexer/lex-bad-char-literals-4.stderr [new file with mode: 0644]
tests/ui/lexer/lex-bad-char-literals-5.rs [new file with mode: 0644]
tests/ui/lexer/lex-bad-char-literals-5.stderr [new file with mode: 0644]
tests/ui/lexer/lex-bad-char-literals-6.rs [new file with mode: 0644]
tests/ui/lexer/lex-bad-char-literals-6.stderr [new file with mode: 0644]
tests/ui/lexer/lex-bad-char-literals-7.rs [new file with mode: 0644]
tests/ui/lexer/lex-bad-char-literals-7.stderr [new file with mode: 0644]
tests/ui/lexer/lex-bad-numeric-literals.rs [new file with mode: 0644]
tests/ui/lexer/lex-bad-numeric-literals.stderr [new file with mode: 0644]
tests/ui/lexer/lex-bad-octal-literal.rs [new file with mode: 0644]
tests/ui/lexer/lex-bad-octal-literal.stderr [new file with mode: 0644]
tests/ui/lexer/lex-bad-token.rs [new file with mode: 0644]
tests/ui/lexer/lex-bad-token.stderr [new file with mode: 0644]
tests/ui/lexer/lex-bare-cr-nondoc-comment.rs [new file with mode: 0644]
tests/ui/lexer/lex-bare-cr-string-literal-doc-comment.rs [new file with mode: 0644]
tests/ui/lexer/lex-bare-cr-string-literal-doc-comment.stderr [new file with mode: 0644]
tests/ui/lexer/lex-emoji-identifiers.rs [new file with mode: 0644]
tests/ui/lexer/lex-emoji-identifiers.stderr [new file with mode: 0644]
tests/ui/lexer/lex-stray-backslash.rs [new file with mode: 0644]
tests/ui/lexer/lex-stray-backslash.stderr [new file with mode: 0644]
tests/ui/lexer/lexer-crlf-line-endings-string-literal-doc-comment.rs [new file with mode: 0644]
tests/ui/lexical-scopes.rs [new file with mode: 0644]
tests/ui/lexical-scopes.stderr [new file with mode: 0644]
tests/ui/lexical-scoping.rs [new file with mode: 0644]
tests/ui/lifetimes/auxiliary/issue-91763-aux.rs [new file with mode: 0644]
tests/ui/lifetimes/auxiliary/lifetime_bound_will_change_warning_lib.rs [new file with mode: 0644]
tests/ui/lifetimes/bare-trait-object-borrowck.rs [new file with mode: 0644]
tests/ui/lifetimes/bare-trait-object.rs [new file with mode: 0644]
tests/ui/lifetimes/borrowck-let-suggestion.rs [new file with mode: 0644]
tests/ui/lifetimes/borrowck-let-suggestion.stderr [new file with mode: 0644]
tests/ui/lifetimes/conflicting-bounds.rs [new file with mode: 0644]
tests/ui/lifetimes/conflicting-bounds.stderr [new file with mode: 0644]
tests/ui/lifetimes/copy_modulo_regions.rs [new file with mode: 0644]
tests/ui/lifetimes/copy_modulo_regions.stderr [new file with mode: 0644]
tests/ui/lifetimes/elided-lifetime-in-param-pat.rs [new file with mode: 0644]
tests/ui/lifetimes/elided-lifetime-in-path-in-impl-Fn.rs [new file with mode: 0644]
tests/ui/lifetimes/elided-lifetime-in-path-in-pat.rs [new file with mode: 0644]
tests/ui/lifetimes/elided-lifetime-in-path-in-type-relative-expression.rs [new file with mode: 0644]
tests/ui/lifetimes/fullwidth-ampersand.rs [new file with mode: 0644]
tests/ui/lifetimes/fullwidth-ampersand.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-103582-hint-for-missing-lifetime-bound-on-trait-object-using-type-alias.fixed [new file with mode: 0644]
tests/ui/lifetimes/issue-103582-hint-for-missing-lifetime-bound-on-trait-object-using-type-alias.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-103582-hint-for-missing-lifetime-bound-on-trait-object-using-type-alias.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-104432-unused-lifetimes-in-expansion.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-105227.fixed [new file with mode: 0644]
tests/ui/lifetimes/issue-105227.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-105227.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-105507.fixed [new file with mode: 0644]
tests/ui/lifetimes/issue-105507.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-105507.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-107492-default-value-for-lifetime.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-107492-default-value-for-lifetime.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-107988.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-107988.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-17728.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-17728.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-26638.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-26638.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-34979.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-34979.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-54378.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-55796.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-55796.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-64173-unused-lifetimes.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-64173-unused-lifetimes.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-67498.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-69314.fixed [new file with mode: 0644]
tests/ui/lifetimes/issue-69314.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-69314.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-70917-lifetimes-in-fn-def.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-76168-hr-outlives-2.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-76168-hr-outlives.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-77175.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-79187-2.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-79187-2.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-79187.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-79187.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-83737-binders-across-types.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-83737-erasing-bound-vars.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-83753-invalid-associated-type-supertrait-hrtb.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-83753-invalid-associated-type-supertrait-hrtb.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-83907-invalid-fn-like-path.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-83907-invalid-fn-like-path.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-84398.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-84604.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-90170-elision-mismatch.fixed [new file with mode: 0644]
tests/ui/lifetimes/issue-90170-elision-mismatch.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-90170-elision-mismatch.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-90600-expected-return-static-indirect.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-90600-expected-return-static-indirect.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-91763.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-91763.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-95023.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-95023.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-97193.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-97193.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-97194.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-97194.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-bound-will-change-warning.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-bound-will-change-warning.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-doesnt-live-long-enough.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-doesnt-live-long-enough.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-elision-return-type-requires-explicit-lifetime.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-elision-return-type-requires-explicit-lifetime.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-elision-return-type-trait.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-elision-return-type-trait.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/42701_one_named_and_one_anonymous.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/42701_one_named_and_one_anonymous.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-early-bound-in-struct.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-early-bound-in-struct.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-if-else-2.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-if-else-2.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-if-else-3.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-if-else-3.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-if-else-using-impl-2.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-if-else-using-impl-2.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-if-else-using-impl-3.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-if-else-using-impl-3.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-if-else-using-impl.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-if-else-using-impl.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-if-else.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-if-else.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-return-type-is-anon.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-return-type-is-anon.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-self-is-anon.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-self-is-anon.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1b-return-no-names-if-else.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex1b-return-no-names-if-else.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex2a-push-one-existing-name-2.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex2a-push-one-existing-name-2.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex2a-push-one-existing-name-early-bound.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex2a-push-one-existing-name-early-bound.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex2a-push-one-existing-name.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex2a-push-one-existing-name.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex2b-push-no-existing-names.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex2b-push-no-existing-names.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex2c-push-inference-variable.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex2c-push-inference-variable.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex2d-push-inference-variable-2.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex2d-push-inference-variable-2.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex2e-push-inference-variable-3.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex2e-push-inference-variable-3.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-2.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-2.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-3.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-3.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-both-are-structs-2.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-both-are-structs-2.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-both-are-structs-3.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-both-are-structs-3.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-both-are-structs-earlybound-regions.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-both-are-structs-earlybound-regions.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-both-are-structs-latebound-regions.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-both-are-structs-latebound-regions.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-both-are-structs.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-both-are-structs.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-latebound-regions.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-latebound-regions.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-one-is-struct-2.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-one-is-struct-2.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-one-is-struct-3.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-one-is-struct-3.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-one-is-struct-4.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-one-is-struct-4.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-one-is-struct.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-one-is-struct.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-return-type-is-anon.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-return-type-is-anon.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-self-is-anon.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-self-is-anon.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-using-fn-items.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-using-fn-items.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-using-impl-items.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-using-impl-items.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-using-trait-objects.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-using-trait-objects.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/issue_74400.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/issue_74400.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/liveness-assign-imm-local-notes.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-errors/liveness-assign-imm-local-notes.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-mismatch-between-trait-and-impl.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-mismatch-between-trait-and-impl.stderr [new file with mode: 0644]
tests/ui/lifetimes/lifetime-no-keyword.rs [new file with mode: 0644]
tests/ui/lifetimes/lifetime-no-keyword.stderr [new file with mode: 0644]
tests/ui/lifetimes/missing-lifetime-in-alias.rs [new file with mode: 0644]
tests/ui/lifetimes/missing-lifetime-in-alias.stderr [new file with mode: 0644]
tests/ui/lifetimes/nested-binder-print.rs [new file with mode: 0644]
tests/ui/lifetimes/nested-binder-print.stderr [new file with mode: 0644]
tests/ui/lifetimes/nested.rs [new file with mode: 0644]
tests/ui/lifetimes/re-empty-in-error.rs [new file with mode: 0644]
tests/ui/lifetimes/re-empty-in-error.stderr [new file with mode: 0644]
tests/ui/lifetimes/shadow.rs [new file with mode: 0644]
tests/ui/lifetimes/shadow.stderr [new file with mode: 0644]
tests/ui/lifetimes/suggest-introducing-and-adding-missing-lifetime.fixed [new file with mode: 0644]
tests/ui/lifetimes/suggest-introducing-and-adding-missing-lifetime.rs [new file with mode: 0644]
tests/ui/lifetimes/suggest-introducing-and-adding-missing-lifetime.stderr [new file with mode: 0644]
tests/ui/lifetimes/undeclared-lifetime-used-in-debug-macro-issue-70152.rs [new file with mode: 0644]
tests/ui/lifetimes/undeclared-lifetime-used-in-debug-macro-issue-70152.stderr [new file with mode: 0644]
tests/ui/lifetimes/unnamed-closure-doesnt-life-long-enough-issue-67634.rs [new file with mode: 0644]
tests/ui/lifetimes/unnamed-closure-doesnt-life-long-enough-issue-67634.stderr [new file with mode: 0644]
tests/ui/lifetimes/unusual-rib-combinations.rs [new file with mode: 0644]
tests/ui/lifetimes/unusual-rib-combinations.stderr [new file with mode: 0644]
tests/ui/limits/huge-array-simple-32.rs [new file with mode: 0644]
tests/ui/limits/huge-array-simple-32.stderr [new file with mode: 0644]
tests/ui/limits/huge-array-simple-64.rs [new file with mode: 0644]
tests/ui/limits/huge-array-simple-64.stderr [new file with mode: 0644]
tests/ui/limits/huge-array.rs [new file with mode: 0644]
tests/ui/limits/huge-array.stderr [new file with mode: 0644]
tests/ui/limits/huge-enum.rs [new file with mode: 0644]
tests/ui/limits/huge-enum.stderr [new file with mode: 0644]
tests/ui/limits/huge-struct.rs [new file with mode: 0644]
tests/ui/limits/huge-struct.stderr [new file with mode: 0644]
tests/ui/limits/issue-15919-32.rs [new file with mode: 0644]
tests/ui/limits/issue-15919-32.stderr [new file with mode: 0644]
tests/ui/limits/issue-15919-64.rs [new file with mode: 0644]
tests/ui/limits/issue-15919-64.stderr [new file with mode: 0644]
tests/ui/limits/issue-17913.rs [new file with mode: 0644]
tests/ui/limits/issue-17913.stderr [new file with mode: 0644]
tests/ui/limits/issue-55878.rs [new file with mode: 0644]
tests/ui/limits/issue-55878.stderr [new file with mode: 0644]
tests/ui/limits/issue-56762.rs [new file with mode: 0644]
tests/ui/limits/issue-56762.stderr [new file with mode: 0644]
tests/ui/limits/issue-69485-var-size-diffs-too-large.rs [new file with mode: 0644]
tests/ui/limits/issue-69485-var-size-diffs-too-large.stderr [new file with mode: 0644]
tests/ui/limits/issue-75158-64.rs [new file with mode: 0644]
tests/ui/limits/issue-75158-64.stderr [new file with mode: 0644]
tests/ui/link-section.rs [new file with mode: 0644]
tests/ui/linkage-attr/auxiliary/def_colliding_external.rs [new file with mode: 0644]
tests/ui/linkage-attr/auxiliary/def_external.rs [new file with mode: 0644]
tests/ui/linkage-attr/auxiliary/link-cfg-works-transitive-dylib.rs [new file with mode: 0644]
tests/ui/linkage-attr/auxiliary/link-cfg-works-transitive-rlib.rs [new file with mode: 0644]
tests/ui/linkage-attr/auxiliary/linkage1.rs [new file with mode: 0644]
tests/ui/linkage-attr/issue-10755.rs [new file with mode: 0644]
tests/ui/linkage-attr/link-attr-validation-early.rs [new file with mode: 0644]
tests/ui/linkage-attr/link-attr-validation-early.stderr [new file with mode: 0644]
tests/ui/linkage-attr/link-attr-validation-late.rs [new file with mode: 0644]
tests/ui/linkage-attr/link-attr-validation-late.stderr [new file with mode: 0644]
tests/ui/linkage-attr/link-cfg-works.rs [new file with mode: 0644]
tests/ui/linkage-attr/linkage-detect-extern-generated-name-collision.rs [new file with mode: 0644]
tests/ui/linkage-attr/linkage-detect-extern-generated-name-collision.stderr [new file with mode: 0644]
tests/ui/linkage-attr/linkage-detect-local-generated-name-collision.rs [new file with mode: 0644]
tests/ui/linkage-attr/linkage-detect-local-generated-name-collision.stderr [new file with mode: 0644]
tests/ui/linkage-attr/linkage-import.rs [new file with mode: 0644]
tests/ui/linkage-attr/linkage1.rs [new file with mode: 0644]
tests/ui/linkage-attr/linkage2.rs [new file with mode: 0644]
tests/ui/linkage-attr/linkage2.stderr [new file with mode: 0644]
tests/ui/linkage-attr/linkage3.rs [new file with mode: 0644]
tests/ui/linkage-attr/linkage3.stderr [new file with mode: 0644]
tests/ui/linkage-attr/linkage4.rs [new file with mode: 0644]
tests/ui/linkage-attr/linkage4.stderr [new file with mode: 0644]
tests/ui/lint-unknown-lints-at-crate-level.rs [new file with mode: 0644]
tests/ui/lint/auxiliary/add-impl.rs [new file with mode: 0644]
tests/ui/lint/auxiliary/external_extern_fn.rs [new file with mode: 0644]
tests/ui/lint/auxiliary/inherited_stability.rs [new file with mode: 0644]
tests/ui/lint/auxiliary/lint_output_format.rs [new file with mode: 0644]
tests/ui/lint/auxiliary/lint_stability.rs [new file with mode: 0644]
tests/ui/lint/auxiliary/lint_stability_fields.rs [new file with mode: 0644]
tests/ui/lint/auxiliary/lints-in-foreign-macros.rs [new file with mode: 0644]
tests/ui/lint/auxiliary/stability-cfg2.rs [new file with mode: 0644]
tests/ui/lint/auxiliary/stability_cfg1.rs [new file with mode: 0644]
tests/ui/lint/auxiliary/stability_cfg2.rs [new file with mode: 0644]
tests/ui/lint/auxiliary/trivial-cast-ice.rs [new file with mode: 0644]
tests/ui/lint/auxiliary/unaligned_references_external_crate.rs [new file with mode: 0644]
tests/ui/lint/bad-lint-cap.rs [new file with mode: 0644]
tests/ui/lint/bad-lint-cap.stderr [new file with mode: 0644]
tests/ui/lint/bad-lint-cap2.rs [new file with mode: 0644]
tests/ui/lint/bad-lint-cap2.stderr [new file with mode: 0644]
tests/ui/lint/bad-lint-cap3.rs [new file with mode: 0644]
tests/ui/lint/bad-lint-cap3.stderr [new file with mode: 0644]
tests/ui/lint/bare-trait-objects-path.rs [new file with mode: 0644]
tests/ui/lint/bare-trait-objects-path.stderr [new file with mode: 0644]
tests/ui/lint/clashing-extern-fn-recursion.rs [new file with mode: 0644]
tests/ui/lint/clashing-extern-fn-wasm.rs [new file with mode: 0644]
tests/ui/lint/clashing-extern-fn.rs [new file with mode: 0644]
tests/ui/lint/clashing-extern-fn.stderr [new file with mode: 0644]
tests/ui/lint/cli-lint-override.forbid_warn.stderr [new file with mode: 0644]
tests/ui/lint/cli-lint-override.force_warn_deny.stderr [new file with mode: 0644]
tests/ui/lint/cli-lint-override.rs [new file with mode: 0644]
tests/ui/lint/cli-lint-override.warn_deny.stderr [new file with mode: 0644]
tests/ui/lint/cli-unknown-force-warn.rs [new file with mode: 0644]
tests/ui/lint/cli-unknown-force-warn.stderr [new file with mode: 0644]
tests/ui/lint/command-line-lint-group-allow.rs [new file with mode: 0644]
tests/ui/lint/command-line-lint-group-deny.rs [new file with mode: 0644]
tests/ui/lint/command-line-lint-group-deny.stderr [new file with mode: 0644]
tests/ui/lint/command-line-lint-group-forbid.rs [new file with mode: 0644]
tests/ui/lint/command-line-lint-group-forbid.stderr [new file with mode: 0644]
tests/ui/lint/command-line-lint-group-warn.rs [new file with mode: 0644]
tests/ui/lint/command-line-lint-group-warn.stderr [new file with mode: 0644]
tests/ui/lint/command-line-register-lint-tool.rs [new file with mode: 0644]
tests/ui/lint/command-line-register-unknown-lint-tool.rs [new file with mode: 0644]
tests/ui/lint/command-line-register-unknown-lint-tool.stderr [new file with mode: 0644]
tests/ui/lint/crate_level_only_lint.rs [new file with mode: 0644]
tests/ui/lint/crate_level_only_lint.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/alias-in-pat.rs [new file with mode: 0644]
tests/ui/lint/dead-code/anon-const-in-pat.rs [new file with mode: 0644]
tests/ui/lint/dead-code/associated-type.rs [new file with mode: 0644]
tests/ui/lint/dead-code/basic.rs [new file with mode: 0644]
tests/ui/lint/dead-code/basic.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/closure-bang.rs [new file with mode: 0644]
tests/ui/lint/dead-code/const-and-self.rs [new file with mode: 0644]
tests/ui/lint/dead-code/const-and-self.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/empty-unused-enum.rs [new file with mode: 0644]
tests/ui/lint/dead-code/empty-unused-enum.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/empty-unused-public-enum.rs [new file with mode: 0644]
tests/ui/lint/dead-code/enum-variants.rs [new file with mode: 0644]
tests/ui/lint/dead-code/impl-trait.rs [new file with mode: 0644]
tests/ui/lint/dead-code/impl-trait.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/in-closure.rs [new file with mode: 0644]
tests/ui/lint/dead-code/in-closure.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/issue-68408-false-positive.rs [new file with mode: 0644]
tests/ui/lint/dead-code/issue-85071-2.rs [new file with mode: 0644]
tests/ui/lint/dead-code/issue-85071-2.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/issue-85071.rs [new file with mode: 0644]
tests/ui/lint/dead-code/issue-85071.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/issue-85255.rs [new file with mode: 0644]
tests/ui/lint/dead-code/issue-85255.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/leading-underscore.rs [new file with mode: 0644]
tests/ui/lint/dead-code/lint-dead-code-1.rs [new file with mode: 0644]
tests/ui/lint/dead-code/lint-dead-code-1.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/lint-dead-code-2.rs [new file with mode: 0644]
tests/ui/lint/dead-code/lint-dead-code-2.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/lint-dead-code-3.rs [new file with mode: 0644]
tests/ui/lint/dead-code/lint-dead-code-3.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/lint-dead-code-4.rs [new file with mode: 0644]
tests/ui/lint/dead-code/lint-dead-code-4.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/lint-dead-code-5.rs [new file with mode: 0644]
tests/ui/lint/dead-code/lint-dead-code-5.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/lint-dead-code-6.rs [new file with mode: 0644]
tests/ui/lint/dead-code/lint-dead-code-6.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/multiple-dead-codes-in-the-same-struct.rs [new file with mode: 0644]
tests/ui/lint/dead-code/multiple-dead-codes-in-the-same-struct.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/newline-span.rs [new file with mode: 0644]
tests/ui/lint/dead-code/newline-span.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/self-assign.rs [new file with mode: 0644]
tests/ui/lint/dead-code/self-assign.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/trait-impl.rs [new file with mode: 0644]
tests/ui/lint/dead-code/tuple-struct-field.rs [new file with mode: 0644]
tests/ui/lint/dead-code/tuple-struct-field.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/type-alias.rs [new file with mode: 0644]
tests/ui/lint/dead-code/type-alias.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/type-in-foreign.rs [new file with mode: 0644]
tests/ui/lint/dead-code/unused-enum.rs [new file with mode: 0644]
tests/ui/lint/dead-code/unused-enum.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/unused-struct-variant.rs [new file with mode: 0644]
tests/ui/lint/dead-code/unused-struct-variant.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/unused-variant-pub.rs [new file with mode: 0644]
tests/ui/lint/dead-code/unused-variant.rs [new file with mode: 0644]
tests/ui/lint/dead-code/unused-variant.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/with-core-crate.rs [new file with mode: 0644]
tests/ui/lint/dead-code/with-core-crate.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/with-impl.rs [new file with mode: 0644]
tests/ui/lint/deny-overflowing-literals.rs [new file with mode: 0644]
tests/ui/lint/deny-overflowing-literals.stderr [new file with mode: 0644]
tests/ui/lint/empty-lint-attributes.rs [new file with mode: 0644]
tests/ui/lint/enable-unstable-lib-feature.rs [new file with mode: 0644]
tests/ui/lint/enable-unstable-lib-feature.stderr [new file with mode: 0644]
tests/ui/lint/expansion-time-include.rs [new file with mode: 0644]
tests/ui/lint/expansion-time.rs [new file with mode: 0644]
tests/ui/lint/expansion-time.stderr [new file with mode: 0644]
tests/ui/lint/expr_attr_paren_order.rs [new file with mode: 0644]
tests/ui/lint/expr_attr_paren_order.stderr [new file with mode: 0644]
tests/ui/lint/fn_must_use.rs [new file with mode: 0644]
tests/ui/lint/fn_must_use.stderr [new file with mode: 0644]
tests/ui/lint/for_loop_over_fallibles.rs [new file with mode: 0644]
tests/ui/lint/for_loop_over_fallibles.stderr [new file with mode: 0644]
tests/ui/lint/forbid-error-capped.rs [new file with mode: 0644]
tests/ui/lint/forbid-group-group-1.rs [new file with mode: 0644]
tests/ui/lint/forbid-group-group-1.stderr [new file with mode: 0644]
tests/ui/lint/forbid-group-group-2.rs [new file with mode: 0644]
tests/ui/lint/forbid-group-group-2.stderr [new file with mode: 0644]
tests/ui/lint/forbid-group-member.rs [new file with mode: 0644]
tests/ui/lint/forbid-group-member.stderr [new file with mode: 0644]
tests/ui/lint/forbid-member-group.rs [new file with mode: 0644]
tests/ui/lint/forbid-member-group.stderr [new file with mode: 0644]
tests/ui/lint/force-warn/allow-warnings.rs [new file with mode: 0644]
tests/ui/lint/force-warn/allow-warnings.stderr [new file with mode: 0644]
tests/ui/lint/force-warn/allowed-by-default-lint.rs [new file with mode: 0644]
tests/ui/lint/force-warn/allowed-by-default-lint.stderr [new file with mode: 0644]
tests/ui/lint/force-warn/allowed-cli-deny-by-default-lint.rs [new file with mode: 0644]
tests/ui/lint/force-warn/allowed-cli-deny-by-default-lint.stderr [new file with mode: 0644]
tests/ui/lint/force-warn/allowed-deny-by-default-lint.rs [new file with mode: 0644]
tests/ui/lint/force-warn/allowed-deny-by-default-lint.stderr [new file with mode: 0644]
tests/ui/lint/force-warn/allowed-group-warn-by-default-lint.rs [new file with mode: 0644]
tests/ui/lint/force-warn/allowed-group-warn-by-default-lint.stderr [new file with mode: 0644]
tests/ui/lint/force-warn/allowed-warn-by-default-lint.rs [new file with mode: 0644]
tests/ui/lint/force-warn/allowed-warn-by-default-lint.stderr [new file with mode: 0644]
tests/ui/lint/force-warn/cap-lints-allow.rs [new file with mode: 0644]
tests/ui/lint/force-warn/cap-lints-allow.stderr [new file with mode: 0644]
tests/ui/lint/force-warn/cap-lints-warn-allowed-warn-by-default-lint.rs [new file with mode: 0644]
tests/ui/lint/force-warn/cap-lints-warn-allowed-warn-by-default-lint.stderr [new file with mode: 0644]
tests/ui/lint/force-warn/deny-by-default-lint.rs [new file with mode: 0644]
tests/ui/lint/force-warn/deny-by-default-lint.stderr [new file with mode: 0644]
tests/ui/lint/force-warn/lint-group-allow-warnings.rs [new file with mode: 0644]
tests/ui/lint/force-warn/lint-group-allow-warnings.stderr [new file with mode: 0644]
tests/ui/lint/force-warn/lint-group-allowed-cli-warn-by-default-lint.rs [new file with mode: 0644]
tests/ui/lint/force-warn/lint-group-allowed-cli-warn-by-default-lint.stderr [new file with mode: 0644]
tests/ui/lint/force-warn/lint-group-allowed-lint-group.rs [new file with mode: 0644]
tests/ui/lint/force-warn/lint-group-allowed-lint-group.stderr [new file with mode: 0644]
tests/ui/lint/force-warn/lint-group-allowed-warn-by-default-lint.rs [new file with mode: 0644]
tests/ui/lint/force-warn/lint-group-allowed-warn-by-default-lint.stderr [new file with mode: 0644]
tests/ui/lint/force-warn/warn-by-default-lint-two-modules.rs [new file with mode: 0644]
tests/ui/lint/force-warn/warn-by-default-lint-two-modules.stderr [new file with mode: 0644]
tests/ui/lint/force-warn/warnings-lint-group.rs [new file with mode: 0644]
tests/ui/lint/force-warn/warnings-lint-group.stderr [new file with mode: 0644]
tests/ui/lint/function-item-references.rs [new file with mode: 0644]
tests/ui/lint/function-item-references.stderr [new file with mode: 0644]
tests/ui/lint/future-incompat-test.rs [new file with mode: 0644]
tests/ui/lint/future-incompat-test.stderr [new file with mode: 0644]
tests/ui/lint/inclusive-range-pattern-syntax.fixed [new file with mode: 0644]
tests/ui/lint/inclusive-range-pattern-syntax.rs [new file with mode: 0644]
tests/ui/lint/inclusive-range-pattern-syntax.stderr [new file with mode: 0644]
tests/ui/lint/inert-attr-macro.rs [new file with mode: 0644]
tests/ui/lint/inert-attr-macro.stderr [new file with mode: 0644]
tests/ui/lint/inline-trait-and-foreign-items.rs [new file with mode: 0644]
tests/ui/lint/inline-trait-and-foreign-items.stderr [new file with mode: 0644]
tests/ui/lint/invalid_value-polymorphic.rs [new file with mode: 0644]
tests/ui/lint/invalid_value.rs [new file with mode: 0644]
tests/ui/lint/invalid_value.stderr [new file with mode: 0644]
tests/ui/lint/issue-101284.rs [new file with mode: 0644]
tests/ui/lint/issue-102705.rs [new file with mode: 0644]
tests/ui/lint/issue-103317.fixed [new file with mode: 0644]
tests/ui/lint/issue-103317.rs [new file with mode: 0644]
tests/ui/lint/issue-103317.stderr [new file with mode: 0644]
tests/ui/lint/issue-103435-extra-parentheses.fixed [new file with mode: 0644]
tests/ui/lint/issue-103435-extra-parentheses.rs [new file with mode: 0644]
tests/ui/lint/issue-103435-extra-parentheses.stderr [new file with mode: 0644]
tests/ui/lint/issue-104392.rs [new file with mode: 0644]
tests/ui/lint/issue-104392.stderr [new file with mode: 0644]
tests/ui/lint/issue-104897.rs [new file with mode: 0644]
tests/ui/lint/issue-104897.stderr [new file with mode: 0644]
tests/ui/lint/issue-106991.rs [new file with mode: 0644]
tests/ui/lint/issue-106991.stderr [new file with mode: 0644]
tests/ui/lint/issue-108155.rs [new file with mode: 0644]
tests/ui/lint/issue-14309.rs [new file with mode: 0644]
tests/ui/lint/issue-14309.stderr [new file with mode: 0644]
tests/ui/lint/issue-14837.rs [new file with mode: 0644]
tests/ui/lint/issue-17718-const-naming.rs [new file with mode: 0644]
tests/ui/lint/issue-17718-const-naming.stderr [new file with mode: 0644]
tests/ui/lint/issue-1866.rs [new file with mode: 0644]
tests/ui/lint/issue-1866.stderr [new file with mode: 0644]
tests/ui/lint/issue-20343.rs [new file with mode: 0644]
tests/ui/lint/issue-30302.rs [new file with mode: 0644]
tests/ui/lint/issue-30302.stderr [new file with mode: 0644]
tests/ui/lint/issue-31924-non-snake-ffi.rs [new file with mode: 0644]
tests/ui/lint/issue-34798.rs [new file with mode: 0644]
tests/ui/lint/issue-35075.rs [new file with mode: 0644]
tests/ui/lint/issue-35075.stderr [new file with mode: 0644]
tests/ui/lint/issue-47775-nested-macro-unnecessary-parens-arg.rs [new file with mode: 0644]
tests/ui/lint/issue-54099-camel-case-underscore-types.rs [new file with mode: 0644]
tests/ui/lint/issue-57410-1.rs [new file with mode: 0644]
tests/ui/lint/issue-57410.rs [new file with mode: 0644]
tests/ui/lint/issue-63364.rs [new file with mode: 0644]
tests/ui/lint/issue-63364.stderr [new file with mode: 0644]
tests/ui/lint/issue-66362-no-snake-case-warning-for-field-puns.rs [new file with mode: 0644]
tests/ui/lint/issue-66362-no-snake-case-warning-for-field-puns.stderr [new file with mode: 0644]
tests/ui/lint/issue-70819-dont-override-forbid-in-same-scope.rs [new file with mode: 0644]
tests/ui/lint/issue-70819-dont-override-forbid-in-same-scope.stderr [new file with mode: 0644]
tests/ui/lint/issue-79546-fuel-ice.rs [new file with mode: 0644]
tests/ui/lint/issue-79744.rs [new file with mode: 0644]
tests/ui/lint/issue-79744.stderr [new file with mode: 0644]
tests/ui/lint/issue-80988.rs [new file with mode: 0644]
tests/ui/lint/issue-80988.stderr [new file with mode: 0644]
tests/ui/lint/issue-81218.rs [new file with mode: 0644]
tests/ui/lint/issue-83477.rs [new file with mode: 0644]
tests/ui/lint/issue-83477.stderr [new file with mode: 0644]
tests/ui/lint/issue-86600-lint-twice.rs [new file with mode: 0644]
tests/ui/lint/issue-86600-lint-twice.stderr [new file with mode: 0644]
tests/ui/lint/issue-87274-paren-parent.rs [new file with mode: 0644]
tests/ui/lint/issue-87274-paren-parent.stderr [new file with mode: 0644]
tests/ui/lint/issue-89469.rs [new file with mode: 0644]
tests/ui/lint/issue-90614-accept-allow-text-direction-codepoint-in-comment-lint.rs [new file with mode: 0644]
tests/ui/lint/issue-97094.rs [new file with mode: 0644]
tests/ui/lint/issue-97094.stderr [new file with mode: 0644]
tests/ui/lint/issue-99387.rs [new file with mode: 0644]
tests/ui/lint/known-tool-in-submodule/root.rs [new file with mode: 0644]
tests/ui/lint/known-tool-in-submodule/submodule.rs [new file with mode: 0644]
tests/ui/lint/let_underscore/let_underscore_drop.rs [new file with mode: 0644]
tests/ui/lint/let_underscore/let_underscore_drop.stderr [new file with mode: 0644]
tests/ui/lint/let_underscore/let_underscore_lock.rs [new file with mode: 0644]
tests/ui/lint/let_underscore/let_underscore_lock.stderr [new file with mode: 0644]
tests/ui/lint/lint-attr-everywhere-early.rs [new file with mode: 0644]
tests/ui/lint/lint-attr-everywhere-early.stderr [new file with mode: 0644]
tests/ui/lint/lint-attr-everywhere-late.rs [new file with mode: 0644]
tests/ui/lint/lint-attr-everywhere-late.stderr [new file with mode: 0644]
tests/ui/lint/lint-attr-non-item-node.rs [new file with mode: 0644]
tests/ui/lint/lint-attr-non-item-node.stderr [new file with mode: 0644]
tests/ui/lint/lint-cap.rs [new file with mode: 0644]
tests/ui/lint/lint-change-warnings.rs [new file with mode: 0644]
tests/ui/lint/lint-change-warnings.stderr [new file with mode: 0644]
tests/ui/lint/lint-const-item-mutation.rs [new file with mode: 0644]
tests/ui/lint/lint-const-item-mutation.stderr [new file with mode: 0644]
tests/ui/lint/lint-ctypes-66202.rs [new file with mode: 0644]
tests/ui/lint/lint-ctypes-73249-1.rs [new file with mode: 0644]
tests/ui/lint/lint-ctypes-73249-2.rs [new file with mode: 0644]
tests/ui/lint/lint-ctypes-73249-2.stderr [new file with mode: 0644]
tests/ui/lint/lint-ctypes-73249-3.rs [new file with mode: 0644]
tests/ui/lint/lint-ctypes-73249-3.stderr [new file with mode: 0644]
tests/ui/lint/lint-ctypes-73249-4.rs [new file with mode: 0644]
tests/ui/lint/lint-ctypes-73249-5.rs [new file with mode: 0644]
tests/ui/lint/lint-ctypes-73249-5.stderr [new file with mode: 0644]
tests/ui/lint/lint-ctypes-73249.rs [new file with mode: 0644]
tests/ui/lint/lint-ctypes-73251-1.rs [new file with mode: 0644]
tests/ui/lint/lint-ctypes-73251-1.stderr [new file with mode: 0644]
tests/ui/lint/lint-ctypes-73251-2.rs [new file with mode: 0644]
tests/ui/lint/lint-ctypes-73251-2.stderr [new file with mode: 0644]
tests/ui/lint/lint-ctypes-73251.rs [new file with mode: 0644]
tests/ui/lint/lint-ctypes-73747.rs [new file with mode: 0644]
tests/ui/lint/lint-ctypes-enum.rs [new file with mode: 0644]
tests/ui/lint/lint-ctypes-enum.stderr [new file with mode: 0644]
tests/ui/lint/lint-ctypes-fn.rs [new file with mode: 0644]
tests/ui/lint/lint-ctypes-fn.stderr [new file with mode: 0644]
tests/ui/lint/lint-ctypes.rs [new file with mode: 0644]
tests/ui/lint/lint-ctypes.stderr [new file with mode: 0644]
tests/ui/lint/lint-deref-nullptr.rs [new file with mode: 0644]
tests/ui/lint/lint-deref-nullptr.stderr [new file with mode: 0644]
tests/ui/lint/lint-directives-on-use-items-issue-10534.rs [new file with mode: 0644]
tests/ui/lint/lint-directives-on-use-items-issue-10534.stderr [new file with mode: 0644]
tests/ui/lint/lint-enum-intrinsics-non-enums.rs [new file with mode: 0644]
tests/ui/lint/lint-enum-intrinsics-non-enums.stderr [new file with mode: 0644]
tests/ui/lint/lint-exceeding-bitshifts.noopt.stderr [new file with mode: 0644]
tests/ui/lint/lint-exceeding-bitshifts.opt.stderr [new file with mode: 0644]
tests/ui/lint/lint-exceeding-bitshifts.opt_with_overflow_checks.stderr [new file with mode: 0644]
tests/ui/lint/lint-exceeding-bitshifts.rs [new file with mode: 0644]
tests/ui/lint/lint-expr-stmt-attrs-for-early-lints.rs [new file with mode: 0644]
tests/ui/lint/lint-ffi-safety-all-phantom.rs [new file with mode: 0644]
tests/ui/lint/lint-forbid-attr.rs [new file with mode: 0644]
tests/ui/lint/lint-forbid-attr.stderr [new file with mode: 0644]
tests/ui/lint/lint-forbid-cmdline.rs [new file with mode: 0644]
tests/ui/lint/lint-forbid-cmdline.stderr [new file with mode: 0644]
tests/ui/lint/lint-forbid-internal-unsafe.rs [new file with mode: 0644]
tests/ui/lint/lint-forbid-internal-unsafe.stderr [new file with mode: 0644]
tests/ui/lint/lint-group-nonstandard-style.rs [new file with mode: 0644]
tests/ui/lint/lint-group-nonstandard-style.stderr [new file with mode: 0644]
tests/ui/lint/lint-impl-fn.rs [new file with mode: 0644]
tests/ui/lint/lint-impl-fn.stderr [new file with mode: 0644]
tests/ui/lint/lint-incoherent-auto-trait-objects.rs [new file with mode: 0644]
tests/ui/lint/lint-incoherent-auto-trait-objects.stderr [new file with mode: 0644]
tests/ui/lint/lint-invalid-atomic-ordering-bool.rs [new file with mode: 0644]
tests/ui/lint/lint-invalid-atomic-ordering-bool.stderr [new file with mode: 0644]
tests/ui/lint/lint-invalid-atomic-ordering-exchange-weak.rs [new file with mode: 0644]
tests/ui/lint/lint-invalid-atomic-ordering-exchange-weak.stderr [new file with mode: 0644]
tests/ui/lint/lint-invalid-atomic-ordering-exchange.rs [new file with mode: 0644]
tests/ui/lint/lint-invalid-atomic-ordering-exchange.stderr [new file with mode: 0644]
tests/ui/lint/lint-invalid-atomic-ordering-false-positive.rs [new file with mode: 0644]
tests/ui/lint/lint-invalid-atomic-ordering-fence.rs [new file with mode: 0644]
tests/ui/lint/lint-invalid-atomic-ordering-fence.stderr [new file with mode: 0644]
tests/ui/lint/lint-invalid-atomic-ordering-fetch-update.rs [new file with mode: 0644]
tests/ui/lint/lint-invalid-atomic-ordering-fetch-update.stderr [new file with mode: 0644]
tests/ui/lint/lint-invalid-atomic-ordering-int.rs [new file with mode: 0644]
tests/ui/lint/lint-invalid-atomic-ordering-int.stderr [new file with mode: 0644]
tests/ui/lint/lint-invalid-atomic-ordering-ptr.rs [new file with mode: 0644]
tests/ui/lint/lint-invalid-atomic-ordering-ptr.stderr [new file with mode: 0644]
tests/ui/lint/lint-invalid-atomic-ordering-uint.rs [new file with mode: 0644]
tests/ui/lint/lint-invalid-atomic-ordering-uint.stderr [new file with mode: 0644]
tests/ui/lint/lint-level-macro-def-mod.rs [new file with mode: 0644]
tests/ui/lint/lint-level-macro-def.rs [new file with mode: 0644]
tests/ui/lint/lint-lowercase-static-const-pattern-rename.rs [new file with mode: 0644]
tests/ui/lint/lint-lowercase-static-const-pattern.rs [new file with mode: 0644]
tests/ui/lint/lint-lowercase-static-const-pattern.stderr [new file with mode: 0644]
tests/ui/lint/lint-malformed.rs [new file with mode: 0644]
tests/ui/lint/lint-malformed.stderr [new file with mode: 0644]
tests/ui/lint/lint-match-arms.rs [new file with mode: 0644]
tests/ui/lint/lint-match-arms.stderr [new file with mode: 0644]
tests/ui/lint/lint-misplaced-attr.rs [new file with mode: 0644]
tests/ui/lint/lint-misplaced-attr.stderr [new file with mode: 0644]
tests/ui/lint/lint-missing-copy-implementations-allow.rs [new file with mode: 0644]
tests/ui/lint/lint-missing-copy-implementations.rs [new file with mode: 0644]
tests/ui/lint/lint-missing-copy-implementations.stderr [new file with mode: 0644]
tests/ui/lint/lint-missing-doc.rs [new file with mode: 0644]
tests/ui/lint/lint-missing-doc.stderr [new file with mode: 0644]
tests/ui/lint/lint-non-camel-case-types.rs [new file with mode: 0644]
tests/ui/lint/lint-non-camel-case-types.stderr [new file with mode: 0644]
tests/ui/lint/lint-non-camel-case-variant.rs [new file with mode: 0644]
tests/ui/lint/lint-non-camel-case-with-trailing-underscores.rs [new file with mode: 0644]
tests/ui/lint/lint-non-snake-case-crate-2.rs [new file with mode: 0644]
tests/ui/lint/lint-non-snake-case-crate-2.stderr [new file with mode: 0644]
tests/ui/lint/lint-non-snake-case-crate.rs [new file with mode: 0644]
tests/ui/lint/lint-non-snake-case-crate.stderr [new file with mode: 0644]
tests/ui/lint/lint-non-snake-case-functions.rs [new file with mode: 0644]
tests/ui/lint/lint-non-snake-case-functions.stderr [new file with mode: 0644]
tests/ui/lint/lint-non-snake-case-identifiers-suggestion-reserved.rs [new file with mode: 0644]
tests/ui/lint/lint-non-snake-case-identifiers-suggestion-reserved.stderr [new file with mode: 0644]
tests/ui/lint/lint-non-snake-case-lifetimes.rs [new file with mode: 0644]
tests/ui/lint/lint-non-snake-case-lifetimes.stderr [new file with mode: 0644]
tests/ui/lint/lint-non-snake-case-modules.rs [new file with mode: 0644]
tests/ui/lint/lint-non-snake-case-modules.stderr [new file with mode: 0644]
tests/ui/lint/lint-non-snake-case-no-lowercase-equivalent.rs [new file with mode: 0644]
tests/ui/lint/lint-non-uppercase-associated-const.rs [new file with mode: 0644]
tests/ui/lint/lint-non-uppercase-associated-const.stderr [new file with mode: 0644]
tests/ui/lint/lint-non-uppercase-statics.rs [new file with mode: 0644]
tests/ui/lint/lint-non-uppercase-statics.stderr [new file with mode: 0644]
tests/ui/lint/lint-nonstandard-style-unicode-1.rs [new file with mode: 0644]
tests/ui/lint/lint-nonstandard-style-unicode-1.stderr [new file with mode: 0644]
tests/ui/lint/lint-nonstandard-style-unicode-2.rs [new file with mode: 0644]
tests/ui/lint/lint-nonstandard-style-unicode-2.stderr [new file with mode: 0644]
tests/ui/lint/lint-nonstandard-style-unicode-3.rs [new file with mode: 0644]
tests/ui/lint/lint-nonstandard-style-unicode-3.stderr [new file with mode: 0644]
tests/ui/lint/lint-output-format-2.rs [new file with mode: 0644]
tests/ui/lint/lint-output-format-2.stderr [new file with mode: 0644]
tests/ui/lint/lint-output-format.rs [new file with mode: 0644]
tests/ui/lint/lint-output-format.stderr [new file with mode: 0644]
tests/ui/lint/lint-owned-heap-memory.rs [new file with mode: 0644]
tests/ui/lint/lint-owned-heap-memory.stderr [new file with mode: 0644]
tests/ui/lint/lint-pre-expansion-extern-module.rs [new file with mode: 0644]
tests/ui/lint/lint-pre-expansion-extern-module.stderr [new file with mode: 0644]
tests/ui/lint/lint-pub-unreachable-for-nested-glob.rs [new file with mode: 0644]
tests/ui/lint/lint-qualification.rs [new file with mode: 0644]
tests/ui/lint/lint-qualification.stderr [new file with mode: 0644]
tests/ui/lint/lint-range-endpoint-overflow.rs [new file with mode: 0644]
tests/ui/lint/lint-range-endpoint-overflow.stderr [new file with mode: 0644]
tests/ui/lint/lint-removed-allow.rs [new file with mode: 0644]
tests/ui/lint/lint-removed-allow.stderr [new file with mode: 0644]
tests/ui/lint/lint-removed-cmdline.rs [new file with mode: 0644]
tests/ui/lint/lint-removed-cmdline.stderr [new file with mode: 0644]
tests/ui/lint/lint-removed.rs [new file with mode: 0644]
tests/ui/lint/lint-removed.stderr [new file with mode: 0644]
tests/ui/lint/lint-renamed-allow.rs [new file with mode: 0644]
tests/ui/lint/lint-renamed-allow.stderr [new file with mode: 0644]
tests/ui/lint/lint-renamed-cmdline.rs [new file with mode: 0644]
tests/ui/lint/lint-renamed-cmdline.stderr [new file with mode: 0644]
tests/ui/lint/lint-renamed.rs [new file with mode: 0644]
tests/ui/lint/lint-renamed.stderr [new file with mode: 0644]
tests/ui/lint/lint-shorthand-field.fixed [new file with mode: 0644]
tests/ui/lint/lint-shorthand-field.rs [new file with mode: 0644]
tests/ui/lint/lint-shorthand-field.stderr [new file with mode: 0644]
tests/ui/lint/lint-stability-2.rs [new file with mode: 0644]
tests/ui/lint/lint-stability-2.stderr [new file with mode: 0644]
tests/ui/lint/lint-stability-deprecated.rs [new file with mode: 0644]
tests/ui/lint/lint-stability-deprecated.stderr [new file with mode: 0644]
tests/ui/lint/lint-stability-fields-deprecated.rs [new file with mode: 0644]
tests/ui/lint/lint-stability-fields-deprecated.stderr [new file with mode: 0644]
tests/ui/lint/lint-stability-fields.rs [new file with mode: 0644]
tests/ui/lint/lint-stability-fields.stderr [new file with mode: 0644]
tests/ui/lint/lint-stability.rs [new file with mode: 0644]
tests/ui/lint/lint-stability.stderr [new file with mode: 0644]
tests/ui/lint/lint-stability2.rs [new file with mode: 0644]
tests/ui/lint/lint-stability2.stderr [new file with mode: 0644]
tests/ui/lint/lint-stability3.rs [new file with mode: 0644]
tests/ui/lint/lint-stability3.stderr [new file with mode: 0644]
tests/ui/lint/lint-strict-provenance-fuzzy-casts.rs [new file with mode: 0644]
tests/ui/lint/lint-strict-provenance-fuzzy-casts.stderr [new file with mode: 0644]
tests/ui/lint/lint-strict-provenance-lossy-casts.rs [new file with mode: 0644]
tests/ui/lint/lint-strict-provenance-lossy-casts.stderr [new file with mode: 0644]
tests/ui/lint/lint-temporary-cstring-as-param.rs [new file with mode: 0644]
tests/ui/lint/lint-temporary-cstring-as-param.stderr [new file with mode: 0644]
tests/ui/lint/lint-temporary-cstring-as-ptr.rs [new file with mode: 0644]
tests/ui/lint/lint-temporary-cstring-as-ptr.stderr [new file with mode: 0644]
tests/ui/lint/lint-type-limits.rs [new file with mode: 0644]
tests/ui/lint/lint-type-limits.stderr [new file with mode: 0644]
tests/ui/lint/lint-type-limits2.rs [new file with mode: 0644]
tests/ui/lint/lint-type-limits2.stderr [new file with mode: 0644]
tests/ui/lint/lint-type-limits3.rs [new file with mode: 0644]
tests/ui/lint/lint-type-limits3.stderr [new file with mode: 0644]
tests/ui/lint/lint-type-overflow.rs [new file with mode: 0644]
tests/ui/lint/lint-type-overflow.stderr [new file with mode: 0644]
tests/ui/lint/lint-type-overflow2.rs [new file with mode: 0644]
tests/ui/lint/lint-type-overflow2.stderr [new file with mode: 0644]
tests/ui/lint/lint-unconditional-recursion.rs [new file with mode: 0644]
tests/ui/lint/lint-unconditional-recursion.stderr [new file with mode: 0644]
tests/ui/lint/lint-unexported-no-mangle.rs [new file with mode: 0644]
tests/ui/lint/lint-unexported-no-mangle.stderr [new file with mode: 0644]
tests/ui/lint/lint-unknown-feature-default.rs [new file with mode: 0644]
tests/ui/lint/lint-unknown-feature.rs [new file with mode: 0644]
tests/ui/lint/lint-unknown-lint-cmdline.rs [new file with mode: 0644]
tests/ui/lint/lint-unknown-lint-cmdline.stderr [new file with mode: 0644]
tests/ui/lint/lint-unknown-lint.rs [new file with mode: 0644]
tests/ui/lint/lint-unknown-lint.stderr [new file with mode: 0644]
tests/ui/lint/lint-unnecessary-import-braces.rs [new file with mode: 0644]
tests/ui/lint/lint-unnecessary-import-braces.stderr [new file with mode: 0644]
tests/ui/lint/lint-unnecessary-parens.fixed [new file with mode: 0644]
tests/ui/lint/lint-unnecessary-parens.rs [new file with mode: 0644]
tests/ui/lint/lint-unnecessary-parens.stderr [new file with mode: 0644]
tests/ui/lint/lint-unsafe-code.rs [new file with mode: 0644]
tests/ui/lint/lint-unsafe-code.stderr [new file with mode: 0644]
tests/ui/lint/lint-uppercase-variables.rs [new file with mode: 0644]
tests/ui/lint/lint-uppercase-variables.stderr [new file with mode: 0644]
tests/ui/lint/lint_map_unit_fn.rs [new file with mode: 0644]
tests/ui/lint/lint_map_unit_fn.stderr [new file with mode: 0644]
tests/ui/lint/lint_pre_expansion_extern_module_aux.rs [new file with mode: 0644]
tests/ui/lint/lints-in-foreign-macros.rs [new file with mode: 0644]
tests/ui/lint/lints-in-foreign-macros.stderr [new file with mode: 0644]
tests/ui/lint/missing-doc-private-macro.rs [new file with mode: 0644]
tests/ui/lint/missing-doc-private-macro.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/boxed.rs [new file with mode: 0644]
tests/ui/lint/must_not_suspend/boxed.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/dedup.drop_tracking.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/dedup.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/dedup.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/dedup.rs [new file with mode: 0644]
tests/ui/lint/must_not_suspend/dedup.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/feature-gate-must_not_suspend.rs [new file with mode: 0644]
tests/ui/lint/must_not_suspend/feature-gate-must_not_suspend.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/gated.rs [new file with mode: 0644]
tests/ui/lint/must_not_suspend/gated.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/generic.rs [new file with mode: 0644]
tests/ui/lint/must_not_suspend/handled.rs [new file with mode: 0644]
tests/ui/lint/must_not_suspend/issue-89562.rs [new file with mode: 0644]
tests/ui/lint/must_not_suspend/mutex.rs [new file with mode: 0644]
tests/ui/lint/must_not_suspend/mutex.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/other_items.rs [new file with mode: 0644]
tests/ui/lint/must_not_suspend/other_items.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/ref-drop-tracking.rs [new file with mode: 0644]
tests/ui/lint/must_not_suspend/ref-drop-tracking.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/ref.drop_tracking.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/ref.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/ref.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/ref.rs [new file with mode: 0644]
tests/ui/lint/must_not_suspend/return.rs [new file with mode: 0644]
tests/ui/lint/must_not_suspend/return.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/trait.drop_tracking.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/trait.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/trait.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/trait.rs [new file with mode: 0644]
tests/ui/lint/must_not_suspend/trait.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/tuple-mismatch.rs [new file with mode: 0644]
tests/ui/lint/must_not_suspend/tuple-mismatch.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/unit.drop_tracking.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/unit.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/unit.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/unit.rs [new file with mode: 0644]
tests/ui/lint/must_not_suspend/unit.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/warn.drop_tracking.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/warn.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/warn.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/warn.rs [new file with mode: 0644]
tests/ui/lint/must_not_suspend/warn.stderr [new file with mode: 0644]
tests/ui/lint/no-coverage.rs [new file with mode: 0644]
tests/ui/lint/no-coverage.stderr [new file with mode: 0644]
tests/ui/lint/noop-method-call.rs [new file with mode: 0644]
tests/ui/lint/noop-method-call.stderr [new file with mode: 0644]
tests/ui/lint/not_found.rs [new file with mode: 0644]
tests/ui/lint/not_found.stderr [new file with mode: 0644]
tests/ui/lint/opaque-ty-ffi-normalization-cycle.rs [new file with mode: 0644]
tests/ui/lint/opaque-ty-ffi-normalization-cycle.stderr [new file with mode: 0644]
tests/ui/lint/opaque-ty-ffi-unsafe.rs [new file with mode: 0644]
tests/ui/lint/opaque-ty-ffi-unsafe.stderr [new file with mode: 0644]
tests/ui/lint/outer-forbid.rs [new file with mode: 0644]
tests/ui/lint/outer-forbid.stderr [new file with mode: 0644]
tests/ui/lint/reasons-erroneous.rs [new file with mode: 0644]
tests/ui/lint/reasons-erroneous.stderr [new file with mode: 0644]
tests/ui/lint/reasons-forbidden.rs [new file with mode: 0644]
tests/ui/lint/reasons-forbidden.stderr [new file with mode: 0644]
tests/ui/lint/reasons.rs [new file with mode: 0644]
tests/ui/lint/reasons.stderr [new file with mode: 0644]
tests/ui/lint/recommend-literal.rs [new file with mode: 0644]
tests/ui/lint/recommend-literal.stderr [new file with mode: 0644]
tests/ui/lint/redundant-semicolon/auxiliary/redundant-semi-proc-macro-def.rs [new file with mode: 0644]
tests/ui/lint/redundant-semicolon/item-stmt-semi.rs [new file with mode: 0644]
tests/ui/lint/redundant-semicolon/item-stmt-semi.stderr [new file with mode: 0644]
tests/ui/lint/redundant-semicolon/redundant-semi-proc-macro.rs [new file with mode: 0644]
tests/ui/lint/redundant-semicolon/redundant-semi-proc-macro.stderr [new file with mode: 0644]
tests/ui/lint/register-tool-lint.rs [new file with mode: 0644]
tests/ui/lint/register-tool-lint.stderr [new file with mode: 0644]
tests/ui/lint/renamed-lints-still-apply.rs [new file with mode: 0644]
tests/ui/lint/renamed-lints-still-apply.stderr [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/avoid_delayed_good_path_ice.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/catch_multiple_lint_triggers.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/crate_level_expect.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/crate_level_expect.stderr [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/expect_inside_macro.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/expect_lint_from_macro.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/expect_lint_from_macro.stderr [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/expect_missing_feature_gate.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/expect_missing_feature_gate.stderr [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/expect_multiple_lints.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/expect_multiple_lints.stderr [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/expect_nested_lint_levels.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/expect_nested_lint_levels.stderr [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/expect_on_fn_params.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/expect_on_fn_params.stderr [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/expect_tool_lint_rfc_2383.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/expect_tool_lint_rfc_2383.stderr [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/expect_unfulfilled_expectation.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/expect_unfulfilled_expectation.stderr [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/expect_with_forbid.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/expect_with_forbid.stderr [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/expect_with_reason.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/expect_with_reason.stderr [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/force_warn_expected_lints_fulfilled.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/force_warn_expected_lints_fulfilled.stderr [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/force_warn_expected_lints_unfulfilled.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/force_warn_expected_lints_unfulfilled.stderr [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/fulfilled_expectation_early_lints.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/fulfilled_expectation_late_lints.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/lint-attribute-only-with-reason.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/lint-attribute-only-with-reason.stderr [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/multiple_expect_attrs.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/multiple_expect_attrs.stderr [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/no_ice_for_partial_compiler_runs.rs [new file with mode: 0644]
tests/ui/lint/rfc-2383-lint-reason/no_ice_for_partial_compiler_runs.stdout [new file with mode: 0644]
tests/ui/lint/rfc-2457-non-ascii-idents/lint-confusable-idents.rs [new file with mode: 0644]
tests/ui/lint/rfc-2457-non-ascii-idents/lint-confusable-idents.stderr [new file with mode: 0644]
tests/ui/lint/rfc-2457-non-ascii-idents/lint-mixed-script-confusables-2.rs [new file with mode: 0644]
tests/ui/lint/rfc-2457-non-ascii-idents/lint-mixed-script-confusables.rs [new file with mode: 0644]
tests/ui/lint/rfc-2457-non-ascii-idents/lint-mixed-script-confusables.stderr [new file with mode: 0644]
tests/ui/lint/rfc-2457-non-ascii-idents/lint-non-ascii-idents.rs [new file with mode: 0644]
tests/ui/lint/rfc-2457-non-ascii-idents/lint-non-ascii-idents.stderr [new file with mode: 0644]
tests/ui/lint/rfc-2457-non-ascii-idents/lint-uncommon-codepoints.rs [new file with mode: 0644]
tests/ui/lint/rfc-2457-non-ascii-idents/lint-uncommon-codepoints.stderr [new file with mode: 0644]
tests/ui/lint/rustdoc-group.rs [new file with mode: 0644]
tests/ui/lint/rustdoc-group.stderr [new file with mode: 0644]
tests/ui/lint/rustdoc-renamed.rs [new file with mode: 0644]
tests/ui/lint/rustdoc-renamed.stderr [new file with mode: 0644]
tests/ui/lint/semicolon-in-expressions-from-macros/auxiliary/foreign-crate.rs [new file with mode: 0644]
tests/ui/lint/semicolon-in-expressions-from-macros/foreign-crate.rs [new file with mode: 0644]
tests/ui/lint/semicolon-in-expressions-from-macros/semicolon-in-expressions-from-macros.rs [new file with mode: 0644]
tests/ui/lint/semicolon-in-expressions-from-macros/semicolon-in-expressions-from-macros.stderr [new file with mode: 0644]
tests/ui/lint/semicolon-in-expressions-from-macros/warn-semicolon-in-expressions-from-macros.rs [new file with mode: 0644]
tests/ui/lint/semicolon-in-expressions-from-macros/warn-semicolon-in-expressions-from-macros.stderr [new file with mode: 0644]
tests/ui/lint/special-upper-lower-cases.rs [new file with mode: 0644]
tests/ui/lint/special-upper-lower-cases.stderr [new file with mode: 0644]
tests/ui/lint/suggestions.fixed [new file with mode: 0644]
tests/ui/lint/suggestions.rs [new file with mode: 0644]
tests/ui/lint/suggestions.stderr [new file with mode: 0644]
tests/ui/lint/test-allow-dead-extern-static-no-warning.rs [new file with mode: 0644]
tests/ui/lint/test-inner-fn.rs [new file with mode: 0644]
tests/ui/lint/test-inner-fn.stderr [new file with mode: 0644]
tests/ui/lint/trivial-cast-ice.rs [new file with mode: 0644]
tests/ui/lint/trivial-casts-featuring-type-ascription.rs [new file with mode: 0644]
tests/ui/lint/trivial-casts-featuring-type-ascription.stderr [new file with mode: 0644]
tests/ui/lint/trivial-casts.rs [new file with mode: 0644]
tests/ui/lint/trivial-casts.stderr [new file with mode: 0644]
tests/ui/lint/trivial_casts.rs [new file with mode: 0644]
tests/ui/lint/trivial_casts.stderr [new file with mode: 0644]
tests/ui/lint/type-overflow.rs [new file with mode: 0644]
tests/ui/lint/type-overflow.stderr [new file with mode: 0644]
tests/ui/lint/unaligned_references.rs [new file with mode: 0644]
tests/ui/lint/unaligned_references.stderr [new file with mode: 0644]
tests/ui/lint/unaligned_references_external_macro.rs [new file with mode: 0644]
tests/ui/lint/unaligned_references_external_macro.stderr [new file with mode: 0644]
tests/ui/lint/unnecessary-extern-crate.rs [new file with mode: 0644]
tests/ui/lint/unnecessary-extern-crate.stderr [new file with mode: 0644]
tests/ui/lint/unreachable-async-fn.rs [new file with mode: 0644]
tests/ui/lint/unreachable_pub.rs [new file with mode: 0644]
tests/ui/lint/unreachable_pub.stderr [new file with mode: 0644]
tests/ui/lint/unsafe_code/auxiliary/forge_unsafe_block.rs [new file with mode: 0644]
tests/ui/lint/unsafe_code/forge_unsafe_block.rs [new file with mode: 0644]
tests/ui/lint/unused-borrows.rs [new file with mode: 0644]
tests/ui/lint/unused-borrows.stderr [new file with mode: 0644]
tests/ui/lint/unused-braces-while-let-with-mutable-value.rs [new file with mode: 0644]
tests/ui/lint/unused-qualification-in-derive-expansion.rs [new file with mode: 0644]
tests/ui/lint/unused/auxiliary/lint_unused_extern_crate.rs [new file with mode: 0644]
tests/ui/lint/unused/auxiliary/lint_unused_extern_crate2.rs [new file with mode: 0644]
tests/ui/lint/unused/auxiliary/lint_unused_extern_crate3.rs [new file with mode: 0644]
tests/ui/lint/unused/auxiliary/lint_unused_extern_crate4.rs [new file with mode: 0644]
tests/ui/lint/unused/auxiliary/lint_unused_extern_crate5.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-103320-must-use-ops.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-103320-must-use-ops.stderr [new file with mode: 0644]
tests/ui/lint/unused/issue-104397.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-105061-array-lint.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-105061-array-lint.stderr [new file with mode: 0644]
tests/ui/lint/unused/issue-105061-should-lint.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-105061-should-lint.stderr [new file with mode: 0644]
tests/ui/lint/unused/issue-105061.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-105061.stderr [new file with mode: 0644]
tests/ui/lint/unused/issue-30730.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-30730.stderr [new file with mode: 0644]
tests/ui/lint/unused/issue-46576.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-46576.stderr [new file with mode: 0644]
tests/ui/lint/unused/issue-47390-unused-variable-in-struct-pattern.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-47390-unused-variable-in-struct-pattern.stderr [new file with mode: 0644]
tests/ui/lint/unused/issue-54180-unused-ref-field.fixed [new file with mode: 0644]
tests/ui/lint/unused/issue-54180-unused-ref-field.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-54180-unused-ref-field.stderr [new file with mode: 0644]
tests/ui/lint/unused/issue-54538-unused-parens-lint.fixed [new file with mode: 0644]
tests/ui/lint/unused/issue-54538-unused-parens-lint.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-54538-unused-parens-lint.stderr [new file with mode: 0644]
tests/ui/lint/unused/issue-59896.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-59896.stderr [new file with mode: 0644]
tests/ui/lint/unused/issue-67691-unused-field-in-or-pattern.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-67691-unused-field-in-or-pattern.stderr [new file with mode: 0644]
tests/ui/lint/unused/issue-70041.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-70041.stderr [new file with mode: 0644]
tests/ui/lint/unused/issue-71290-unused-paren-binop.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-74883-unused-paren-baren-yield.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-74883-unused-paren-baren-yield.stderr [new file with mode: 0644]
tests/ui/lint/unused/issue-81314-unused-span-ident.fixed [new file with mode: 0644]
tests/ui/lint/unused/issue-81314-unused-span-ident.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-81314-unused-span-ident.stderr [new file with mode: 0644]
tests/ui/lint/unused/issue-85913.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-85913.stderr [new file with mode: 0644]
tests/ui/lint/unused/issue-88519-unused-paren.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-90807-unused-paren-error.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-90807-unused-paren-error.stderr [new file with mode: 0644]
tests/ui/lint/unused/issue-90807-unused-paren.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-92751.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-92751.stderr [new file with mode: 0644]
tests/ui/lint/unused/issue-96606.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-96606.stderr [new file with mode: 0644]
tests/ui/lint/unused/lint-unused-extern-crate.rs [new file with mode: 0644]
tests/ui/lint/unused/lint-unused-extern-crate.stderr [new file with mode: 0644]
tests/ui/lint/unused/lint-unused-imports.rs [new file with mode: 0644]
tests/ui/lint/unused/lint-unused-imports.stderr [new file with mode: 0644]
tests/ui/lint/unused/lint-unused-mut-self.fixed [new file with mode: 0644]
tests/ui/lint/unused/lint-unused-mut-self.rs [new file with mode: 0644]
tests/ui/lint/unused/lint-unused-mut-self.stderr [new file with mode: 0644]
tests/ui/lint/unused/lint-unused-mut-variables.rs [new file with mode: 0644]
tests/ui/lint/unused/lint-unused-mut-variables.stderr [new file with mode: 0644]
tests/ui/lint/unused/lint-unused-variables.rs [new file with mode: 0644]
tests/ui/lint/unused/lint-unused-variables.stderr [new file with mode: 0644]
tests/ui/lint/unused/must-use-box-from-raw.rs [new file with mode: 0644]
tests/ui/lint/unused/must-use-box-from-raw.stderr [new file with mode: 0644]
tests/ui/lint/unused/must-use-ops.rs [new file with mode: 0644]
tests/ui/lint/unused/must-use-ops.stderr [new file with mode: 0644]
tests/ui/lint/unused/must_use-array.rs [new file with mode: 0644]
tests/ui/lint/unused/must_use-array.stderr [new file with mode: 0644]
tests/ui/lint/unused/must_use-in-stdlib-traits.rs [new file with mode: 0644]
tests/ui/lint/unused/must_use-in-stdlib-traits.stderr [new file with mode: 0644]
tests/ui/lint/unused/must_use-trait.rs [new file with mode: 0644]
tests/ui/lint/unused/must_use-trait.stderr [new file with mode: 0644]
tests/ui/lint/unused/must_use-tuple.rs [new file with mode: 0644]
tests/ui/lint/unused/must_use-tuple.stderr [new file with mode: 0644]
tests/ui/lint/unused/must_use-unit.rs [new file with mode: 0644]
tests/ui/lint/unused/must_use-unit.stderr [new file with mode: 0644]
tests/ui/lint/unused/no-unused-parens-return-block.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-async.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-async.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused-attr-duplicate.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-attr-duplicate.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused-attr-macro-rules.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-attr-macro-rules.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused-closure.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-closure.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused-doc-comments-edge-cases.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-doc-comments-edge-cases.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused-doc-comments-for-macros.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-doc-comments-for-macros.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused-macro-rules-compile-error.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-macro-rules-compile-error.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused-macro-rules-decl.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-macro-rules-decl.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused-macro-rules-malformed-rule.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-macro-rules-malformed-rule.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused-macro-rules.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-macro-rules.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused-macro-with-bad-frag-spec.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-macro-with-bad-frag-spec.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused-macro-with-follow-violation.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-macro-with-follow-violation.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused-macros-decl.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-macros-decl.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused-macros-malformed-rule.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-macros-malformed-rule.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused-macros.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-macros.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused-mut-warning-captured-var.fixed [new file with mode: 0644]
tests/ui/lint/unused/unused-mut-warning-captured-var.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-mut-warning-captured-var.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused-result.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-result.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused-supertrait.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-supertrait.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused_attributes-must_use.rs [new file with mode: 0644]
tests/ui/lint/unused/unused_attributes-must_use.stderr [new file with mode: 0644]
tests/ui/lint/unused/useless-comment.rs [new file with mode: 0644]
tests/ui/lint/unused/useless-comment.stderr [new file with mode: 0644]
tests/ui/lint/unused_braces.fixed [new file with mode: 0644]
tests/ui/lint/unused_braces.rs [new file with mode: 0644]
tests/ui/lint/unused_braces.stderr [new file with mode: 0644]
tests/ui/lint/unused_braces_borrow.fixed [new file with mode: 0644]
tests/ui/lint/unused_braces_borrow.rs [new file with mode: 0644]
tests/ui/lint/unused_braces_borrow.stderr [new file with mode: 0644]
tests/ui/lint/unused_braces_macro.rs [new file with mode: 0644]
tests/ui/lint/unused_import_warning_issue_45268.rs [new file with mode: 0644]
tests/ui/lint/unused_import_warning_issue_45268.stderr [new file with mode: 0644]
tests/ui/lint/unused_labels.rs [new file with mode: 0644]
tests/ui/lint/unused_labels.stderr [new file with mode: 0644]
tests/ui/lint/unused_parens_json_suggestion.fixed [new file with mode: 0644]
tests/ui/lint/unused_parens_json_suggestion.rs [new file with mode: 0644]
tests/ui/lint/unused_parens_json_suggestion.stderr [new file with mode: 0644]
tests/ui/lint/unused_parens_multibyte_recovery.rs [new file with mode: 0644]
tests/ui/lint/unused_parens_multibyte_recovery.stderr [new file with mode: 0644]
tests/ui/lint/unused_parens_remove_json_suggestion.fixed [new file with mode: 0644]
tests/ui/lint/unused_parens_remove_json_suggestion.rs [new file with mode: 0644]
tests/ui/lint/unused_parens_remove_json_suggestion.stderr [new file with mode: 0644]
tests/ui/lint/unused_variables-issue-82488.fixed [new file with mode: 0644]
tests/ui/lint/unused_variables-issue-82488.rs [new file with mode: 0644]
tests/ui/lint/unused_variables-issue-82488.stderr [new file with mode: 0644]
tests/ui/lint/use-redundant.rs [new file with mode: 0644]
tests/ui/lint/use-redundant.stderr [new file with mode: 0644]
tests/ui/lint/use_suggestion_json.rs [new file with mode: 0644]
tests/ui/lint/use_suggestion_json.stderr [new file with mode: 0644]
tests/ui/lint/warn-ctypes-inhibit.rs [new file with mode: 0644]
tests/ui/lint/warn-path-statement.rs [new file with mode: 0644]
tests/ui/lint/warn-path-statement.stderr [new file with mode: 0644]
tests/ui/lint/warn-unused-inline-on-fn-prototypes.rs [new file with mode: 0644]
tests/ui/lint/warn-unused-inline-on-fn-prototypes.stderr [new file with mode: 0644]
tests/ui/list.rs [new file with mode: 0644]
tests/ui/liveness/liveness-asm.rs [new file with mode: 0644]
tests/ui/liveness/liveness-asm.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-assign-imm-local-after-ret.rs [new file with mode: 0644]
tests/ui/liveness/liveness-assign/liveness-assign-imm-local-in-loop.rs [new file with mode: 0644]
tests/ui/liveness/liveness-assign/liveness-assign-imm-local-in-loop.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-assign/liveness-assign-imm-local-in-op-eq.rs [new file with mode: 0644]
tests/ui/liveness/liveness-assign/liveness-assign-imm-local-in-op-eq.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-assign/liveness-assign-imm-local-with-drop.rs [new file with mode: 0644]
tests/ui/liveness/liveness-assign/liveness-assign-imm-local-with-drop.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-assign/liveness-assign-imm-local-with-init.rs [new file with mode: 0644]
tests/ui/liveness/liveness-assign/liveness-assign-imm-local-with-init.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-closure-require-ret.rs [new file with mode: 0644]
tests/ui/liveness/liveness-closure-require-ret.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-consts.rs [new file with mode: 0644]
tests/ui/liveness/liveness-consts.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-dead.rs [new file with mode: 0644]
tests/ui/liveness/liveness-dead.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-derive.rs [new file with mode: 0644]
tests/ui/liveness/liveness-derive.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-forgot-ret.rs [new file with mode: 0644]
tests/ui/liveness/liveness-forgot-ret.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-issue-2163.rs [new file with mode: 0644]
tests/ui/liveness/liveness-issue-2163.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-missing-ret2.rs [new file with mode: 0644]
tests/ui/liveness/liveness-missing-ret2.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-move-call-arg.rs [new file with mode: 0644]
tests/ui/liveness/liveness-move-call-arg.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-move-in-loop.rs [new file with mode: 0644]
tests/ui/liveness/liveness-move-in-loop.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-move-in-while.rs [new file with mode: 0644]
tests/ui/liveness/liveness-move-in-while.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-return-last-stmt-semi.rs [new file with mode: 0644]
tests/ui/liveness/liveness-return-last-stmt-semi.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-unused.rs [new file with mode: 0644]
tests/ui/liveness/liveness-unused.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-upvars.rs [new file with mode: 0644]
tests/ui/liveness/liveness-upvars.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-use-after-move.rs [new file with mode: 0644]
tests/ui/liveness/liveness-use-after-move.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-use-after-send.rs [new file with mode: 0644]
tests/ui/liveness/liveness-use-after-send.stderr [new file with mode: 0644]
tests/ui/log-err-phi.rs [new file with mode: 0644]
tests/ui/log-knows-the-names-of-variants.rs [new file with mode: 0644]
tests/ui/log-poly.rs [new file with mode: 0644]
tests/ui/logging-only-prints-once.rs [new file with mode: 0644]
tests/ui/loops/for-each-loop-panic.rs [new file with mode: 0644]
tests/ui/loops/issue-50576.rs [new file with mode: 0644]
tests/ui/loops/issue-50576.stderr [new file with mode: 0644]
tests/ui/loops/issue-82916.rs [new file with mode: 0644]
tests/ui/loops/issue-82916.stderr [new file with mode: 0644]
tests/ui/loops/loop-break-unsize.rs [new file with mode: 0644]
tests/ui/loops/loop-break-value-no-repeat.rs [new file with mode: 0644]
tests/ui/loops/loop-break-value-no-repeat.stderr [new file with mode: 0644]
tests/ui/loops/loop-break-value.rs [new file with mode: 0644]
tests/ui/loops/loop-break-value.stderr [new file with mode: 0644]
tests/ui/loops/loop-else-break-with-value.rs [new file with mode: 0644]
tests/ui/loops/loop-else-break-with-value.stderr [new file with mode: 0644]
tests/ui/loops/loop-else-err.rs [new file with mode: 0644]
tests/ui/loops/loop-else-err.stderr [new file with mode: 0644]
tests/ui/loops/loop-else-let-else-err.rs [new file with mode: 0644]
tests/ui/loops/loop-else-let-else-err.stderr [new file with mode: 0644]
tests/ui/loops/loop-labeled-break-value.rs [new file with mode: 0644]
tests/ui/loops/loop-labeled-break-value.stderr [new file with mode: 0644]
tests/ui/loops/loop-no-implicit-break.rs [new file with mode: 0644]
tests/ui/loops/loop-no-implicit-break.stderr [new file with mode: 0644]
tests/ui/loops/loop-proper-liveness.rs [new file with mode: 0644]
tests/ui/loops/loop-proper-liveness.stderr [new file with mode: 0644]
tests/ui/loops/loop-properly-diverging-2.rs [new file with mode: 0644]
tests/ui/loops/loop-properly-diverging-2.stderr [new file with mode: 0644]
tests/ui/loud_ui.rs [new file with mode: 0644]
tests/ui/lowering/issue-96847.rs [new file with mode: 0644]
tests/ui/lto/all-crates.rs [new file with mode: 0644]
tests/ui/lto/auxiliary/debuginfo-lto-aux.rs [new file with mode: 0644]
tests/ui/lto/auxiliary/dylib.rs [new file with mode: 0644]
tests/ui/lto/auxiliary/lto-duplicate-symbols1.rs [new file with mode: 0644]
tests/ui/lto/auxiliary/lto-duplicate-symbols2.rs [new file with mode: 0644]
tests/ui/lto/auxiliary/lto-rustc-loads-linker-plugin.rs [new file with mode: 0644]
tests/ui/lto/auxiliary/msvc-imp-present.rs [new file with mode: 0644]
tests/ui/lto/auxiliary/thin-lto-inlines-aux.rs [new file with mode: 0644]
tests/ui/lto/auxiliary/thinlto-dylib.rs [new file with mode: 0644]
tests/ui/lto/debuginfo-lto.rs [new file with mode: 0644]
tests/ui/lto/dylib-works.rs [new file with mode: 0644]
tests/ui/lto/fat-lto.rs [new file with mode: 0644]
tests/ui/lto/issue-100772.rs [new file with mode: 0644]
tests/ui/lto/issue-105637.rs [new file with mode: 0644]
tests/ui/lto/issue-105637.run.stderr [new file with mode: 0644]
tests/ui/lto/issue-11154.rs [new file with mode: 0644]
tests/ui/lto/issue-11154.stderr [new file with mode: 0644]
tests/ui/lto/lto-and-no-bitcode-in-rlib.rs [new file with mode: 0644]
tests/ui/lto/lto-and-no-bitcode-in-rlib.stderr [new file with mode: 0644]
tests/ui/lto/lto-duplicate-symbols.rs [new file with mode: 0644]
tests/ui/lto/lto-duplicate-symbols.stderr [new file with mode: 0644]
tests/ui/lto/lto-many-codegen-units.rs [new file with mode: 0644]
tests/ui/lto/lto-opt-level-s.rs [new file with mode: 0644]
tests/ui/lto/lto-opt-level-z.rs [new file with mode: 0644]
tests/ui/lto/lto-rustc-loads-linker-plugin.rs [new file with mode: 0644]
tests/ui/lto/lto-still-runs-thread-dtors.rs [new file with mode: 0644]
tests/ui/lto/lto-thin-rustc-loads-linker-plugin.rs [new file with mode: 0644]
tests/ui/lto/msvc-imp-present.rs [new file with mode: 0644]
tests/ui/lto/thin-lto-global-allocator.rs [new file with mode: 0644]
tests/ui/lto/thin-lto-inlines.rs [new file with mode: 0644]
tests/ui/lto/thin-lto-inlines2.rs [new file with mode: 0644]
tests/ui/lto/weak-works.rs [new file with mode: 0644]
tests/ui/lub-glb/empty-binder-future-compat.rs [new file with mode: 0644]
tests/ui/lub-glb/empty-binders-err.rs [new file with mode: 0644]
tests/ui/lub-glb/empty-binders-err.stderr [new file with mode: 0644]
tests/ui/lub-glb/empty-binders.rs [new file with mode: 0644]
tests/ui/lub-glb/old-lub-glb-hr-eq.rs [new file with mode: 0644]
tests/ui/lub-glb/old-lub-glb-hr-noteq1.baseleak.stderr [new file with mode: 0644]
tests/ui/lub-glb/old-lub-glb-hr-noteq1.basenoleak.stderr [new file with mode: 0644]
tests/ui/lub-glb/old-lub-glb-hr-noteq1.leak.stderr [new file with mode: 0644]
tests/ui/lub-glb/old-lub-glb-hr-noteq1.noleak.stderr [new file with mode: 0644]
tests/ui/lub-glb/old-lub-glb-hr-noteq1.rs [new file with mode: 0644]
tests/ui/lub-glb/old-lub-glb-hr-noteq2.leak.stderr [new file with mode: 0644]
tests/ui/lub-glb/old-lub-glb-hr-noteq2.rs [new file with mode: 0644]
tests/ui/lub-glb/old-lub-glb-object.rs [new file with mode: 0644]
tests/ui/lub-glb/old-lub-glb-object.stderr [new file with mode: 0644]
tests/ui/macro-quote-test.rs [new file with mode: 0644]
tests/ui/macro_backtrace/auxiliary/ping.rs [new file with mode: 0644]
tests/ui/macro_backtrace/main.-Zmacro-backtrace.stderr [new file with mode: 0644]
tests/ui/macro_backtrace/main.default.stderr [new file with mode: 0644]
tests/ui/macro_backtrace/main.rs [new file with mode: 0644]
tests/ui/macros/ambiguity-legacy-vs-modern.rs [new file with mode: 0644]
tests/ui/macros/ambiguity-legacy-vs-modern.stderr [new file with mode: 0644]
tests/ui/macros/assert-as-macro.rs [new file with mode: 0644]
tests/ui/macros/assert-eq-macro-msg.rs [new file with mode: 0644]
tests/ui/macros/assert-eq-macro-panic.rs [new file with mode: 0644]
tests/ui/macros/assert-eq-macro-success.rs [new file with mode: 0644]
tests/ui/macros/assert-eq-macro-unsized.rs [new file with mode: 0644]
tests/ui/macros/assert-format-lazy.rs [new file with mode: 0644]
tests/ui/macros/assert-macro-explicit.rs [new file with mode: 0644]
tests/ui/macros/assert-macro-fmt.rs [new file with mode: 0644]
tests/ui/macros/assert-macro-owned.rs [new file with mode: 0644]
tests/ui/macros/assert-macro-static.rs [new file with mode: 0644]
tests/ui/macros/assert-matches-macro-msg.rs [new file with mode: 0644]
tests/ui/macros/assert-ne-macro-msg.rs [new file with mode: 0644]
tests/ui/macros/assert-ne-macro-panic.rs [new file with mode: 0644]
tests/ui/macros/assert-ne-macro-success.rs [new file with mode: 0644]
tests/ui/macros/assert-ne-macro-unsized.rs [new file with mode: 0644]
tests/ui/macros/assert-trailing-junk.rs [new file with mode: 0644]
tests/ui/macros/assert-trailing-junk.with-generic-asset.stderr [new file with mode: 0644]
tests/ui/macros/assert-trailing-junk.without-generic-asset.stderr [new file with mode: 0644]
tests/ui/macros/assert.rs [new file with mode: 0644]
tests/ui/macros/assert.with-generic-asset.stderr [new file with mode: 0644]
tests/ui/macros/assert.without-generic-asset.stderr [new file with mode: 0644]
tests/ui/macros/attr-empty-expr.rs [new file with mode: 0644]
tests/ui/macros/attr-empty-expr.stderr [new file with mode: 0644]
tests/ui/macros/attr-from-macro.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/attr-from-macro.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/define-macro.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/deprecated-macros.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/dollar-crate-nested-encoding.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/foreign-crate-macro-pat.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/issue-100199.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/issue-19163.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/issue-40469.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/issue-75982.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/macro-comma-support.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/macro-def-site-super.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/macro-in-other-crate.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/macro-include-items-expr.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/macro-include-items-item.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/macro_crate_def_only.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/macro_crate_nonterminal.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/macro_export_inner_module.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/macro_with_super_1.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/or-pattern.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/proc_macro_def.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/proc_macro_sequence.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/two_macros-rpass.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/two_macros.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/unstable-macros.rs [new file with mode: 0644]
tests/ui/macros/auxiliary/use-macro-self.rs [new file with mode: 0644]
tests/ui/macros/bad-concat.rs [new file with mode: 0644]
tests/ui/macros/bad-concat.stderr [new file with mode: 0644]
tests/ui/macros/bad_hello.rs [new file with mode: 0644]
tests/ui/macros/bad_hello.stderr [new file with mode: 0644]
tests/ui/macros/bang-after-name.fixed [new file with mode: 0644]
tests/ui/macros/bang-after-name.rs [new file with mode: 0644]
tests/ui/macros/bang-after-name.stderr [new file with mode: 0644]
tests/ui/macros/best-failure.rs [new file with mode: 0644]
tests/ui/macros/best-failure.stderr [new file with mode: 0644]
tests/ui/macros/builtin-prelude-no-accidents.rs [new file with mode: 0644]
tests/ui/macros/builtin-prelude-no-accidents.stderr [new file with mode: 0644]
tests/ui/macros/builtin-std-paths-fail.rs [new file with mode: 0644]
tests/ui/macros/builtin-std-paths-fail.stderr [new file with mode: 0644]
tests/ui/macros/builtin-std-paths.rs [new file with mode: 0644]
tests/ui/macros/cfg.rs [new file with mode: 0644]
tests/ui/macros/cfg.stderr [new file with mode: 0644]
tests/ui/macros/colorful-write-macros.rs [new file with mode: 0644]
tests/ui/macros/concat-bytes-error.rs [new file with mode: 0644]
tests/ui/macros/concat-bytes-error.stderr [new file with mode: 0644]
tests/ui/macros/concat-bytes.rs [new file with mode: 0644]
tests/ui/macros/concat-rpass.rs [new file with mode: 0644]
tests/ui/macros/concat.rs [new file with mode: 0644]
tests/ui/macros/concat.stderr [new file with mode: 0644]
tests/ui/macros/conditional-debug-macro-on.rs [new file with mode: 0644]
tests/ui/macros/cross-crate-pat-span.rs [new file with mode: 0644]
tests/ui/macros/derive-in-eager-expansion-hang.rs [new file with mode: 0644]
tests/ui/macros/derive-in-eager-expansion-hang.stderr [new file with mode: 0644]
tests/ui/macros/die-macro-2.rs [new file with mode: 0644]
tests/ui/macros/die-macro-expr.rs [new file with mode: 0644]
tests/ui/macros/die-macro-pure.rs [new file with mode: 0644]
tests/ui/macros/die-macro.rs [new file with mode: 0644]
tests/ui/macros/doc-comment.rs [new file with mode: 0644]
tests/ui/macros/dollar-crate-nested-encoding.rs [new file with mode: 0644]
tests/ui/macros/duplicate-builtin.rs [new file with mode: 0644]
tests/ui/macros/duplicate-builtin.stderr [new file with mode: 0644]
tests/ui/macros/edition-macro-pats.rs [new file with mode: 0644]
tests/ui/macros/empty-trailing-stmt.rs [new file with mode: 0644]
tests/ui/macros/empty-trailing-stmt.stderr [new file with mode: 0644]
tests/ui/macros/format-args-temporaries-async.rs [new file with mode: 0644]
tests/ui/macros/format-args-temporaries-in-write.rs [new file with mode: 0644]
tests/ui/macros/format-args-temporaries-in-write.stderr [new file with mode: 0644]
tests/ui/macros/format-args-temporaries.rs [new file with mode: 0644]
tests/ui/macros/format-foreign.rs [new file with mode: 0644]
tests/ui/macros/format-foreign.stderr [new file with mode: 0644]
tests/ui/macros/format-parse-errors.rs [new file with mode: 0644]
tests/ui/macros/format-parse-errors.stderr [new file with mode: 0644]
tests/ui/macros/format-unused-lables.rs [new file with mode: 0644]
tests/ui/macros/format-unused-lables.stderr [new file with mode: 0644]
tests/ui/macros/global-asm.rs [new file with mode: 0644]
tests/ui/macros/global-asm.stderr [new file with mode: 0644]
tests/ui/macros/html-literals.rs [new file with mode: 0644]
tests/ui/macros/include-single-expr-helper-1.rs [new file with mode: 0644]
tests/ui/macros/include-single-expr-helper.rs [new file with mode: 0644]
tests/ui/macros/include-single-expr.rs [new file with mode: 0644]
tests/ui/macros/include-single-expr.stderr [new file with mode: 0644]
tests/ui/macros/issue-100199.rs [new file with mode: 0644]
tests/ui/macros/issue-100199.stderr [new file with mode: 0644]
tests/ui/macros/issue-102878.rs [new file with mode: 0644]
tests/ui/macros/issue-102878.stderr [new file with mode: 0644]
tests/ui/macros/issue-103529.rs [new file with mode: 0644]
tests/ui/macros/issue-103529.stderr [new file with mode: 0644]
tests/ui/macros/issue-104769-concat_bytes-invalid-literal.rs [new file with mode: 0644]
tests/ui/macros/issue-104769-concat_bytes-invalid-literal.stderr [new file with mode: 0644]
tests/ui/macros/issue-105011.rs [new file with mode: 0644]
tests/ui/macros/issue-105011.stderr [new file with mode: 0644]
tests/ui/macros/issue-10536.rs [new file with mode: 0644]
tests/ui/macros/issue-10536.stderr [new file with mode: 0644]
tests/ui/macros/issue-16098.rs [new file with mode: 0644]
tests/ui/macros/issue-16098.stderr [new file with mode: 0644]
tests/ui/macros/issue-19163.rs [new file with mode: 0644]
tests/ui/macros/issue-19163.stderr [new file with mode: 0644]
tests/ui/macros/issue-21356.rs [new file with mode: 0644]
tests/ui/macros/issue-21356.stderr [new file with mode: 0644]
tests/ui/macros/issue-22463.rs [new file with mode: 0644]
tests/ui/macros/issue-25274.rs [new file with mode: 0644]
tests/ui/macros/issue-25385.rs [new file with mode: 0644]
tests/ui/macros/issue-25385.stderr [new file with mode: 0644]
tests/ui/macros/issue-26322.rs [new file with mode: 0644]
tests/ui/macros/issue-29084.rs [new file with mode: 0644]
tests/ui/macros/issue-29084.stderr [new file with mode: 0644]
tests/ui/macros/issue-30143.rs [new file with mode: 0644]
tests/ui/macros/issue-30143.stderr [new file with mode: 0644]
tests/ui/macros/issue-33185.rs [new file with mode: 0644]
tests/ui/macros/issue-34171.rs [new file with mode: 0644]
tests/ui/macros/issue-34421-mac-expr-bad-stmt-good-add-semi.rs [new file with mode: 0644]
tests/ui/macros/issue-34421-mac-expr-bad-stmt-good-add-semi.stderr [new file with mode: 0644]
tests/ui/macros/issue-35450.rs [new file with mode: 0644]
tests/ui/macros/issue-35450.stderr [new file with mode: 0644]
tests/ui/macros/issue-37175.rs [new file with mode: 0644]
tests/ui/macros/issue-38715.rs [new file with mode: 0644]
tests/ui/macros/issue-38715.stderr [new file with mode: 0644]
tests/ui/macros/issue-39388.rs [new file with mode: 0644]
tests/ui/macros/issue-39388.stderr [new file with mode: 0644]
tests/ui/macros/issue-39404.rs [new file with mode: 0644]
tests/ui/macros/issue-39404.stderr [new file with mode: 0644]
tests/ui/macros/issue-40469.rs [new file with mode: 0644]
tests/ui/macros/issue-40770.rs [new file with mode: 0644]
tests/ui/macros/issue-41776.rs [new file with mode: 0644]
tests/ui/macros/issue-41776.stderr [new file with mode: 0644]
tests/ui/macros/issue-41803.rs [new file with mode: 0644]
tests/ui/macros/issue-42954.fixed [new file with mode: 0644]
tests/ui/macros/issue-42954.rs [new file with mode: 0644]
tests/ui/macros/issue-42954.stderr [new file with mode: 0644]
tests/ui/macros/issue-44127.rs [new file with mode: 0644]
tests/ui/macros/issue-5060.rs [new file with mode: 0644]
tests/ui/macros/issue-51848.rs [new file with mode: 0644]
tests/ui/macros/issue-51848.stderr [new file with mode: 0644]
tests/ui/macros/issue-52169.rs [new file with mode: 0644]
tests/ui/macros/issue-54441.rs [new file with mode: 0644]
tests/ui/macros/issue-54441.stderr [new file with mode: 0644]
tests/ui/macros/issue-57597.rs [new file with mode: 0644]
tests/ui/macros/issue-57597.stderr [new file with mode: 0644]
tests/ui/macros/issue-58490.rs [new file with mode: 0644]
tests/ui/macros/issue-58490.stderr [new file with mode: 0644]
tests/ui/macros/issue-61033-1.rs [new file with mode: 0644]
tests/ui/macros/issue-61033-1.stderr [new file with mode: 0644]
tests/ui/macros/issue-61033-2.rs [new file with mode: 0644]
tests/ui/macros/issue-61033-2.stderr [new file with mode: 0644]
tests/ui/macros/issue-61053-different-kleene.rs [new file with mode: 0644]
tests/ui/macros/issue-61053-different-kleene.stderr [new file with mode: 0644]
tests/ui/macros/issue-61053-duplicate-binder.rs [new file with mode: 0644]
tests/ui/macros/issue-61053-duplicate-binder.stderr [new file with mode: 0644]
tests/ui/macros/issue-61053-missing-repetition.rs [new file with mode: 0644]
tests/ui/macros/issue-61053-missing-repetition.stderr [new file with mode: 0644]
tests/ui/macros/issue-61053-unbound.rs [new file with mode: 0644]
tests/ui/macros/issue-61053-unbound.stderr [new file with mode: 0644]
tests/ui/macros/issue-63102.rs [new file with mode: 0644]
tests/ui/macros/issue-6596-1.rs [new file with mode: 0644]
tests/ui/macros/issue-6596-1.stderr [new file with mode: 0644]
tests/ui/macros/issue-68058.rs [new file with mode: 0644]
tests/ui/macros/issue-68060.rs [new file with mode: 0644]
tests/ui/macros/issue-68060.stderr [new file with mode: 0644]
tests/ui/macros/issue-69838-dir/bar.rs [new file with mode: 0644]
tests/ui/macros/issue-69838-dir/included.rs [new file with mode: 0644]
tests/ui/macros/issue-69838-mods-relative-to-included-path.rs [new file with mode: 0644]
tests/ui/macros/issue-70446.rs [new file with mode: 0644]
tests/ui/macros/issue-75982-foreign-macro-weird-mod.rs [new file with mode: 0644]
tests/ui/macros/issue-77475.rs [new file with mode: 0644]
tests/ui/macros/issue-78325-inconsistent-resolution.rs [new file with mode: 0644]
tests/ui/macros/issue-78325-inconsistent-resolution.stderr [new file with mode: 0644]
tests/ui/macros/issue-78333.rs [new file with mode: 0644]
tests/ui/macros/issue-78892-substitution-in-statement-attr.rs [new file with mode: 0644]
tests/ui/macros/issue-81006.rs [new file with mode: 0644]
tests/ui/macros/issue-81006.stderr [new file with mode: 0644]
tests/ui/macros/issue-83340.rs [new file with mode: 0644]
tests/ui/macros/issue-83340.stderr [new file with mode: 0644]
tests/ui/macros/issue-83344.rs [new file with mode: 0644]
tests/ui/macros/issue-83344.stderr [new file with mode: 0644]
tests/ui/macros/issue-84195-lint-anon-const.rs [new file with mode: 0644]
tests/ui/macros/issue-84195-lint-anon-const.stderr [new file with mode: 0644]
tests/ui/macros/issue-84429-matches-edition.rs [new file with mode: 0644]
tests/ui/macros/issue-84632-eager-expansion-recursion-limit.rs [new file with mode: 0644]
tests/ui/macros/issue-84632-eager-expansion-recursion-limit.stderr [new file with mode: 0644]
tests/ui/macros/issue-86082-option-env-invalid-char.rs [new file with mode: 0644]
tests/ui/macros/issue-86865.rs [new file with mode: 0644]
tests/ui/macros/issue-86865.stderr [new file with mode: 0644]
tests/ui/macros/issue-8709.rs [new file with mode: 0644]
tests/ui/macros/issue-87877.rs [new file with mode: 0644]
tests/ui/macros/issue-88206.rs [new file with mode: 0644]
tests/ui/macros/issue-88206.stderr [new file with mode: 0644]
tests/ui/macros/issue-88228.rs [new file with mode: 0644]
tests/ui/macros/issue-88228.stderr [new file with mode: 0644]
tests/ui/macros/issue-8851.rs [new file with mode: 0644]
tests/ui/macros/issue-92267.rs [new file with mode: 0644]
tests/ui/macros/issue-92267.stderr [new file with mode: 0644]
tests/ui/macros/issue-95267.rs [new file with mode: 0644]
tests/ui/macros/issue-95533.rs [new file with mode: 0644]
tests/ui/macros/issue-98466-allow.rs [new file with mode: 0644]
tests/ui/macros/issue-98466.fixed [new file with mode: 0644]
tests/ui/macros/issue-98466.rs [new file with mode: 0644]
tests/ui/macros/issue-98466.stderr [new file with mode: 0644]
tests/ui/macros/issue-99261.rs [new file with mode: 0644]
tests/ui/macros/issue-99265.fixed [new file with mode: 0644]
tests/ui/macros/issue-99265.rs [new file with mode: 0644]
tests/ui/macros/issue-99265.stderr [new file with mode: 0644]
tests/ui/macros/issue-99907.fixed [new file with mode: 0644]
tests/ui/macros/issue-99907.rs [new file with mode: 0644]
tests/ui/macros/issue-99907.stderr [new file with mode: 0644]
tests/ui/macros/lint-trailing-macro-call.rs [new file with mode: 0644]
tests/ui/macros/lint-trailing-macro-call.stderr [new file with mode: 0644]
tests/ui/macros/local-ambiguity-multiple-parsing-options.rs [new file with mode: 0644]
tests/ui/macros/local-ambiguity-multiple-parsing-options.stderr [new file with mode: 0644]
tests/ui/macros/log_syntax-trace_macros-macro-locations.rs [new file with mode: 0644]
tests/ui/macros/log_syntax-trace_macros-macro-locations.stdout [new file with mode: 0644]
tests/ui/macros/macro-2.rs [new file with mode: 0644]
tests/ui/macros/macro-as-fn-body.rs [new file with mode: 0644]
tests/ui/macros/macro-at-most-once-rep-2015-rpass.rs [new file with mode: 0644]
tests/ui/macros/macro-at-most-once-rep-2015.rs [new file with mode: 0644]
tests/ui/macros/macro-at-most-once-rep-2015.stderr [new file with mode: 0644]
tests/ui/macros/macro-at-most-once-rep-2018-rpass.rs [new file with mode: 0644]
tests/ui/macros/macro-at-most-once-rep-2018.rs [new file with mode: 0644]
tests/ui/macros/macro-at-most-once-rep-2018.stderr [new file with mode: 0644]
tests/ui/macros/macro-attribute-expansion.rs [new file with mode: 0644]
tests/ui/macros/macro-attribute.rs [new file with mode: 0644]
tests/ui/macros/macro-attribute.stderr [new file with mode: 0644]
tests/ui/macros/macro-attributes.rs [new file with mode: 0644]
tests/ui/macros/macro-backtrace-invalid-internals.rs [new file with mode: 0644]
tests/ui/macros/macro-backtrace-invalid-internals.stderr [new file with mode: 0644]
tests/ui/macros/macro-backtrace-nested.rs [new file with mode: 0644]
tests/ui/macros/macro-backtrace-nested.stderr [new file with mode: 0644]
tests/ui/macros/macro-backtrace-println.rs [new file with mode: 0644]
tests/ui/macros/macro-backtrace-println.stderr [new file with mode: 0644]
tests/ui/macros/macro-block-nonterminal.rs [new file with mode: 0644]
tests/ui/macros/macro-comma-behavior-rpass.rs [new file with mode: 0644]
tests/ui/macros/macro-comma-behavior.core.stderr [new file with mode: 0644]
tests/ui/macros/macro-comma-behavior.rs [new file with mode: 0644]
tests/ui/macros/macro-comma-behavior.std.stderr [new file with mode: 0644]
tests/ui/macros/macro-comma-support-rpass.rs [new file with mode: 0644]
tests/ui/macros/macro-comma-support.rs [new file with mode: 0644]
tests/ui/macros/macro-comma-support.stderr [new file with mode: 0644]
tests/ui/macros/macro-context.rs [new file with mode: 0644]
tests/ui/macros/macro-context.stderr [new file with mode: 0644]
tests/ui/macros/macro-crate-def-only.rs [new file with mode: 0644]
tests/ui/macros/macro-crate-nonterminal-non-root.rs [new file with mode: 0644]
tests/ui/macros/macro-crate-nonterminal-non-root.stderr [new file with mode: 0644]
tests/ui/macros/macro-crate-nonterminal-renamed.rs [new file with mode: 0644]
tests/ui/macros/macro-crate-nonterminal.rs [new file with mode: 0644]
tests/ui/macros/macro-crate-use.rs [new file with mode: 0644]
tests/ui/macros/macro-deep_expansion.rs [new file with mode: 0644]
tests/ui/macros/macro-def-site-super.rs [new file with mode: 0644]
tests/ui/macros/macro-delimiter-significance.rs [new file with mode: 0644]
tests/ui/macros/macro-deprecation.rs [new file with mode: 0644]
tests/ui/macros/macro-deprecation.stderr [new file with mode: 0644]
tests/ui/macros/macro-doc-comments.rs [new file with mode: 0644]
tests/ui/macros/macro-doc-escapes.rs [new file with mode: 0644]
tests/ui/macros/macro-doc-raw-str-hashes.rs [new file with mode: 0644]
tests/ui/macros/macro-error.rs [new file with mode: 0644]
tests/ui/macros/macro-error.stderr [new file with mode: 0644]
tests/ui/macros/macro-expanded-include/file.txt [new file with mode: 0644]
tests/ui/macros/macro-expanded-include/foo/mod.rs [new file with mode: 0644]
tests/ui/macros/macro-expanded-include/test.rs [new file with mode: 0644]
tests/ui/macros/macro-expansion-tests.rs [new file with mode: 0644]
tests/ui/macros/macro-expansion-tests.stderr [new file with mode: 0644]
tests/ui/macros/macro-export-inner-module.rs [new file with mode: 0644]
tests/ui/macros/macro-first-set.rs [new file with mode: 0644]
tests/ui/macros/macro-follow-rpass.rs [new file with mode: 0644]
tests/ui/macros/macro-follow.rs [new file with mode: 0644]
tests/ui/macros/macro-follow.stderr [new file with mode: 0644]
tests/ui/macros/macro-followed-by-seq-bad.rs [new file with mode: 0644]
tests/ui/macros/macro-followed-by-seq-bad.stderr [new file with mode: 0644]
tests/ui/macros/macro-followed-by-seq.rs [new file with mode: 0644]
tests/ui/macros/macro-in-expression-context-2.rs [new file with mode: 0644]
tests/ui/macros/macro-in-expression-context-2.stderr [new file with mode: 0644]
tests/ui/macros/macro-in-expression-context.fixed [new file with mode: 0644]
tests/ui/macros/macro-in-expression-context.rs [new file with mode: 0644]
tests/ui/macros/macro-in-expression-context.stderr [new file with mode: 0644]
tests/ui/macros/macro-in-fn.rs [new file with mode: 0644]
tests/ui/macros/macro-include-items.rs [new file with mode: 0644]
tests/ui/macros/macro-inner-attributes.rs [new file with mode: 0644]
tests/ui/macros/macro-inner-attributes.stderr [new file with mode: 0644]
tests/ui/macros/macro-input-future-proofing.rs [new file with mode: 0644]
tests/ui/macros/macro-input-future-proofing.stderr [new file with mode: 0644]
tests/ui/macros/macro-interpolation.rs [new file with mode: 0644]
tests/ui/macros/macro-invalid-fragment-spec.rs [new file with mode: 0644]
tests/ui/macros/macro-invalid-fragment-spec.stderr [new file with mode: 0644]
tests/ui/macros/macro-invocation-in-count-expr-fixed-array-type.rs [new file with mode: 0644]
tests/ui/macros/macro-lifetime-used-with-bound.rs [new file with mode: 0644]
tests/ui/macros/macro-lifetime-used-with-labels.rs [new file with mode: 0644]
tests/ui/macros/macro-lifetime-used-with-static.rs [new file with mode: 0644]
tests/ui/macros/macro-lifetime.rs [new file with mode: 0644]
tests/ui/macros/macro-literal.rs [new file with mode: 0644]
tests/ui/macros/macro-local-data-key-priv.rs [new file with mode: 0644]
tests/ui/macros/macro-local-data-key-priv.stderr [new file with mode: 0644]
tests/ui/macros/macro-match-nonterminal.rs [new file with mode: 0644]
tests/ui/macros/macro-match-nonterminal.stderr [new file with mode: 0644]
tests/ui/macros/macro-meta-items-modern.rs [new file with mode: 0644]
tests/ui/macros/macro-meta-items.rs [new file with mode: 0644]
tests/ui/macros/macro-method-issue-4621.rs [new file with mode: 0644]
tests/ui/macros/macro-missing-delimiters.rs [new file with mode: 0644]
tests/ui/macros/macro-missing-delimiters.stderr [new file with mode: 0644]
tests/ui/macros/macro-missing-fragment-deduplication.rs [new file with mode: 0644]
tests/ui/macros/macro-missing-fragment-deduplication.stderr [new file with mode: 0644]
tests/ui/macros/macro-missing-fragment.rs [new file with mode: 0644]
tests/ui/macros/macro-missing-fragment.stderr [new file with mode: 0644]
tests/ui/macros/macro-multiple-items.rs [new file with mode: 0644]
tests/ui/macros/macro-multiple-matcher-bindings.rs [new file with mode: 0644]
tests/ui/macros/macro-multiple-matcher-bindings.stderr [new file with mode: 0644]
tests/ui/macros/macro-name-typo.rs [new file with mode: 0644]
tests/ui/macros/macro-name-typo.stderr [new file with mode: 0644]
tests/ui/macros/macro-named-default.rs [new file with mode: 0644]
tests/ui/macros/macro-nested_definition_issue-31946.rs [new file with mode: 0644]
tests/ui/macros/macro-nested_expr.rs [new file with mode: 0644]
tests/ui/macros/macro-nested_stmt_macros.rs [new file with mode: 0644]
tests/ui/macros/macro-non-lifetime.rs [new file with mode: 0644]
tests/ui/macros/macro-non-lifetime.stderr [new file with mode: 0644]
tests/ui/macros/macro-nt-list.rs [new file with mode: 0644]
tests/ui/macros/macro-of-higher-order.rs [new file with mode: 0644]
tests/ui/macros/macro-or-patterns-back-compat.fixed [new file with mode: 0644]
tests/ui/macros/macro-or-patterns-back-compat.rs [new file with mode: 0644]
tests/ui/macros/macro-or-patterns-back-compat.stderr [new file with mode: 0644]
tests/ui/macros/macro-outer-attributes.rs [new file with mode: 0644]
tests/ui/macros/macro-outer-attributes.stderr [new file with mode: 0644]
tests/ui/macros/macro-parameter-span.rs [new file with mode: 0644]
tests/ui/macros/macro-parameter-span.stderr [new file with mode: 0644]
tests/ui/macros/macro-pat-follow-2018.rs [new file with mode: 0644]
tests/ui/macros/macro-pat-follow.rs [new file with mode: 0644]
tests/ui/macros/macro-pat-neg-lit.rs [new file with mode: 0644]
tests/ui/macros/macro-pat-pattern-followed-by-or-in-2021.rs [new file with mode: 0644]
tests/ui/macros/macro-pat-pattern-followed-by-or-in-2021.stderr [new file with mode: 0644]
tests/ui/macros/macro-pat-pattern-followed-by-or.rs [new file with mode: 0644]
tests/ui/macros/macro-pat.rs [new file with mode: 0644]
tests/ui/macros/macro-pat2021-pattern-followed-by-or.rs [new file with mode: 0644]
tests/ui/macros/macro-pat2021-pattern-followed-by-or.stderr [new file with mode: 0644]
tests/ui/macros/macro-path-prelude-fail-1.rs [new file with mode: 0644]
tests/ui/macros/macro-path-prelude-fail-1.stderr [new file with mode: 0644]
tests/ui/macros/macro-path-prelude-fail-2.rs [new file with mode: 0644]
tests/ui/macros/macro-path-prelude-fail-2.stderr [new file with mode: 0644]
tests/ui/macros/macro-path-prelude-fail-3.rs [new file with mode: 0644]
tests/ui/macros/macro-path-prelude-fail-3.stderr [new file with mode: 0644]
tests/ui/macros/macro-path-prelude-fail-4.rs [new file with mode: 0644]
tests/ui/macros/macro-path-prelude-fail-4.stderr [new file with mode: 0644]
tests/ui/macros/macro-path-prelude-pass.rs [new file with mode: 0644]
tests/ui/macros/macro-path-prelude-shadowing.rs [new file with mode: 0644]
tests/ui/macros/macro-path-prelude-shadowing.stderr [new file with mode: 0644]
tests/ui/macros/macro-path.rs [new file with mode: 0644]
tests/ui/macros/macro-pub-matcher.rs [new file with mode: 0644]
tests/ui/macros/macro-reexport-removed.rs [new file with mode: 0644]
tests/ui/macros/macro-reexport-removed.stderr [new file with mode: 0644]
tests/ui/macros/macro-seq-followed-by-seq.rs [new file with mode: 0644]
tests/ui/macros/macro-shadowing-relaxed.rs [new file with mode: 0644]
tests/ui/macros/macro-shadowing.rs [new file with mode: 0644]
tests/ui/macros/macro-shadowing.stderr [new file with mode: 0644]
tests/ui/macros/macro-stability-rpass.rs [new file with mode: 0644]
tests/ui/macros/macro-stability.rs [new file with mode: 0644]
tests/ui/macros/macro-stability.stderr [new file with mode: 0644]
tests/ui/macros/macro-stmt-matchers.rs [new file with mode: 0644]
tests/ui/macros/macro-stmt.rs [new file with mode: 0644]
tests/ui/macros/macro-stmt_macro_in_expr_macro.rs [new file with mode: 0644]
tests/ui/macros/macro-tt-followed-by-seq.rs [new file with mode: 0644]
tests/ui/macros/macro-tt-matchers.rs [new file with mode: 0644]
tests/ui/macros/macro-use-all-and-none.rs [new file with mode: 0644]
tests/ui/macros/macro-use-all-and-none.stderr [new file with mode: 0644]
tests/ui/macros/macro-use-all.rs [new file with mode: 0644]
tests/ui/macros/macro-use-bad-args-1.rs [new file with mode: 0644]
tests/ui/macros/macro-use-bad-args-1.stderr [new file with mode: 0644]
tests/ui/macros/macro-use-bad-args-2.rs [new file with mode: 0644]
tests/ui/macros/macro-use-bad-args-2.stderr [new file with mode: 0644]
tests/ui/macros/macro-use-both.rs [new file with mode: 0644]
tests/ui/macros/macro-use-one.rs [new file with mode: 0644]
tests/ui/macros/macro-use-scope.rs [new file with mode: 0644]
tests/ui/macros/macro-use-undef.rs [new file with mode: 0644]
tests/ui/macros/macro-use-undef.stderr [new file with mode: 0644]
tests/ui/macros/macro-use-wrong-name.rs [new file with mode: 0644]
tests/ui/macros/macro-use-wrong-name.stderr [new file with mode: 0644]
tests/ui/macros/macro-with-attrs1.rs [new file with mode: 0644]
tests/ui/macros/macro-with-attrs2.rs [new file with mode: 0644]
tests/ui/macros/macro-with-braces-in-expr-position.rs [new file with mode: 0644]
tests/ui/macros/macro_path_as_generic_bound.rs [new file with mode: 0644]
tests/ui/macros/macro_path_as_generic_bound.stderr [new file with mode: 0644]
tests/ui/macros/macro_rules-unmatchable-literals.rs [new file with mode: 0644]
tests/ui/macros/macro_rules-unmatchable-literals.stderr [new file with mode: 0644]
tests/ui/macros/macro_undefined.rs [new file with mode: 0644]
tests/ui/macros/macro_undefined.stderr [new file with mode: 0644]
tests/ui/macros/macro_with_super_2.rs [new file with mode: 0644]
tests/ui/macros/macros-in-extern.rs [new file with mode: 0644]
tests/ui/macros/macros-nonfatal-errors.rs [new file with mode: 0644]
tests/ui/macros/macros-nonfatal-errors.stderr [new file with mode: 0644]
tests/ui/macros/malformed_macro_lhs.rs [new file with mode: 0644]
tests/ui/macros/malformed_macro_lhs.stderr [new file with mode: 0644]
tests/ui/macros/meta-item-absolute-path.rs [new file with mode: 0644]
tests/ui/macros/meta-item-absolute-path.stderr [new file with mode: 0644]
tests/ui/macros/meta-variable-depth-outside-repeat.rs [new file with mode: 0644]
tests/ui/macros/meta-variable-depth-outside-repeat.stderr [new file with mode: 0644]
tests/ui/macros/meta-variable-misuse.rs [new file with mode: 0644]
tests/ui/macros/missing-bang-in-decl.fixed [new file with mode: 0644]
tests/ui/macros/missing-bang-in-decl.rs [new file with mode: 0644]
tests/ui/macros/missing-bang-in-decl.stderr [new file with mode: 0644]
tests/ui/macros/missing-comma.rs [new file with mode: 0644]
tests/ui/macros/missing-comma.stderr [new file with mode: 0644]
tests/ui/macros/must-use-in-macro-55516.rs [new file with mode: 0644]
tests/ui/macros/must-use-in-macro-55516.stderr [new file with mode: 0644]
tests/ui/macros/no-std-macros.rs [new file with mode: 0644]
tests/ui/macros/none-delim-lookahead.rs [new file with mode: 0644]
tests/ui/macros/nonterminal-matching.rs [new file with mode: 0644]
tests/ui/macros/nonterminal-matching.stderr [new file with mode: 0644]
tests/ui/macros/not-utf8.bin [new file with mode: 0644]
tests/ui/macros/not-utf8.rs [new file with mode: 0644]
tests/ui/macros/not-utf8.stderr [new file with mode: 0644]
tests/ui/macros/out-of-order-shadowing.rs [new file with mode: 0644]
tests/ui/macros/out-of-order-shadowing.stderr [new file with mode: 0644]
tests/ui/macros/parse-complex-macro-invoc-op.rs [new file with mode: 0644]
tests/ui/macros/paths-in-macro-invocations.rs [new file with mode: 0644]
tests/ui/macros/proc_macro.rs [new file with mode: 0644]
tests/ui/macros/pub-item-inside-macro.rs [new file with mode: 0644]
tests/ui/macros/pub-method-inside-macro.rs [new file with mode: 0644]
tests/ui/macros/recovery-allowed.rs [new file with mode: 0644]
tests/ui/macros/recovery-allowed.stderr [new file with mode: 0644]
tests/ui/macros/recovery-forbidden.rs [new file with mode: 0644]
tests/ui/macros/restricted-shadowing-legacy.rs [new file with mode: 0644]
tests/ui/macros/restricted-shadowing-legacy.stderr [new file with mode: 0644]
tests/ui/macros/restricted-shadowing-modern.rs [new file with mode: 0644]
tests/ui/macros/restricted-shadowing-modern.stderr [new file with mode: 0644]
tests/ui/macros/rfc-2011-nicer-assert-messages/all-expr-kinds.rs [new file with mode: 0644]
tests/ui/macros/rfc-2011-nicer-assert-messages/all-not-available-cases.rs [new file with mode: 0644]
tests/ui/macros/rfc-2011-nicer-assert-messages/assert-with-custom-errors-does-not-create-unnecessary-code.rs [new file with mode: 0644]
tests/ui/macros/rfc-2011-nicer-assert-messages/assert-without-captures-does-not-create-unnecessary-code.rs [new file with mode: 0644]
tests/ui/macros/rfc-2011-nicer-assert-messages/auxiliary/common.rs [new file with mode: 0644]
tests/ui/macros/rfc-2011-nicer-assert-messages/feature-gate-generic_assert.rs [new file with mode: 0644]
tests/ui/macros/rfc-2011-nicer-assert-messages/non-consuming-methods-have-optimized-codegen.rs [new file with mode: 0644]
tests/ui/macros/rfc-2011-nicer-assert-messages/non-consuming-methods-have-optimized-codegen.stdout [new file with mode: 0644]
tests/ui/macros/rfc-3086-metavar-expr/count-and-length-are-distinct.rs [new file with mode: 0644]
tests/ui/macros/rfc-3086-metavar-expr/dollar-dollar-has-correct-behavior.rs [new file with mode: 0644]
tests/ui/macros/rfc-3086-metavar-expr/feature-gate-macro_metavar_expr.rs [new file with mode: 0644]
tests/ui/macros/rfc-3086-metavar-expr/macro-expansion.rs [new file with mode: 0644]
tests/ui/macros/rfc-3086-metavar-expr/out-of-bounds-arguments.rs [new file with mode: 0644]
tests/ui/macros/rfc-3086-metavar-expr/out-of-bounds-arguments.stderr [new file with mode: 0644]
tests/ui/macros/rfc-3086-metavar-expr/required-feature.rs [new file with mode: 0644]
tests/ui/macros/rfc-3086-metavar-expr/required-feature.stderr [new file with mode: 0644]
tests/ui/macros/rfc-3086-metavar-expr/syntax-errors.rs [new file with mode: 0644]
tests/ui/macros/rfc-3086-metavar-expr/syntax-errors.stderr [new file with mode: 0644]
tests/ui/macros/same-sequence-span.rs [new file with mode: 0644]
tests/ui/macros/same-sequence-span.stderr [new file with mode: 0644]
tests/ui/macros/semi-after-macro-ty.rs [new file with mode: 0644]
tests/ui/macros/span-covering-argument-1.rs [new file with mode: 0644]
tests/ui/macros/span-covering-argument-1.stderr [new file with mode: 0644]
tests/ui/macros/stmt_expr_attr_macro_parse.rs [new file with mode: 0644]
tests/ui/macros/stringify.rs [new file with mode: 0644]
tests/ui/macros/syntax-error-recovery.rs [new file with mode: 0644]
tests/ui/macros/syntax-error-recovery.stderr [new file with mode: 0644]
tests/ui/macros/syntax-extension-cfg.rs [new file with mode: 0644]
tests/ui/macros/syntax-extension-source-utils-files/includeme.fragment [new file with mode: 0644]
tests/ui/macros/syntax-extension-source-utils.rs [new file with mode: 0644]
tests/ui/macros/trace-macro.rs [new file with mode: 0644]
tests/ui/macros/trace-macro.stderr [new file with mode: 0644]
tests/ui/macros/trace_faulty_macros.rs [new file with mode: 0644]
tests/ui/macros/trace_faulty_macros.stderr [new file with mode: 0644]
tests/ui/macros/trace_macros-format.rs [new file with mode: 0644]
tests/ui/macros/trace_macros-format.stderr [new file with mode: 0644]
tests/ui/macros/try-macro.rs [new file with mode: 0644]
tests/ui/macros/two-macro-use.rs [new file with mode: 0644]
tests/ui/macros/type-macros-hlist.rs [new file with mode: 0644]
tests/ui/macros/type-macros-simple.rs [new file with mode: 0644]
tests/ui/macros/typeck-macro-interaction-issue-8852.rs [new file with mode: 0644]
tests/ui/macros/unimplemented-macro-panic.rs [new file with mode: 0644]
tests/ui/macros/unknown-builtin.rs [new file with mode: 0644]
tests/ui/macros/unknown-builtin.stderr [new file with mode: 0644]
tests/ui/macros/unreachable-arg.edition_2021.stderr [new file with mode: 0644]
tests/ui/macros/unreachable-arg.rs [new file with mode: 0644]
tests/ui/macros/unreachable-fmt-msg.rs [new file with mode: 0644]
tests/ui/macros/unreachable-format-arg.rs [new file with mode: 0644]
tests/ui/macros/unreachable-format-args.edition_2015.stderr [new file with mode: 0644]
tests/ui/macros/unreachable-format-args.rs [new file with mode: 0644]
tests/ui/macros/unreachable-macro-panic.rs [new file with mode: 0644]
tests/ui/macros/unreachable-static-msg.rs [new file with mode: 0644]
tests/ui/macros/unreachable.rs [new file with mode: 0644]
tests/ui/macros/use-macro-self.rs [new file with mode: 0644]
tests/ui/macros/vec-macro-in-pattern.rs [new file with mode: 0644]
tests/ui/macros/vec-macro-in-pattern.stderr [new file with mode: 0644]
tests/ui/main-wrong-location.rs [new file with mode: 0644]
tests/ui/main-wrong-location.stderr [new file with mode: 0644]
tests/ui/main-wrong-type.rs [new file with mode: 0644]
tests/ui/main-wrong-type.stderr [new file with mode: 0644]
tests/ui/malformed/issue-107423-unused-delim-only-one-no-pair.rs [new file with mode: 0644]
tests/ui/malformed/issue-107423-unused-delim-only-one-no-pair.stderr [new file with mode: 0644]
tests/ui/malformed/issue-69341-malformed-derive-inert.rs [new file with mode: 0644]
tests/ui/malformed/issue-69341-malformed-derive-inert.stderr [new file with mode: 0644]
tests/ui/malformed/malformed-derive-entry.rs [new file with mode: 0644]
tests/ui/malformed/malformed-derive-entry.stderr [new file with mode: 0644]
tests/ui/malformed/malformed-interpolated.rs [new file with mode: 0644]
tests/ui/malformed/malformed-interpolated.stderr [new file with mode: 0644]
tests/ui/malformed/malformed-meta-delim.rs [new file with mode: 0644]
tests/ui/malformed/malformed-meta-delim.stderr [new file with mode: 0644]
tests/ui/malformed/malformed-plugin-1.rs [new file with mode: 0644]
tests/ui/malformed/malformed-plugin-1.stderr [new file with mode: 0644]
tests/ui/malformed/malformed-plugin-2.rs [new file with mode: 0644]
tests/ui/malformed/malformed-plugin-2.stderr [new file with mode: 0644]
tests/ui/malformed/malformed-plugin-3.rs [new file with mode: 0644]
tests/ui/malformed/malformed-plugin-3.stderr [new file with mode: 0644]
tests/ui/malformed/malformed-regressions.rs [new file with mode: 0644]
tests/ui/malformed/malformed-regressions.stderr [new file with mode: 0644]
tests/ui/malformed/malformed-special-attrs.rs [new file with mode: 0644]
tests/ui/malformed/malformed-special-attrs.stderr [new file with mode: 0644]
tests/ui/manual/manual-link-bad-form.rs [new file with mode: 0644]
tests/ui/manual/manual-link-bad-form.stderr [new file with mode: 0644]
tests/ui/manual/manual-link-bad-kind.rs [new file with mode: 0644]
tests/ui/manual/manual-link-bad-kind.stderr [new file with mode: 0644]
tests/ui/manual/manual-link-bad-search-path.rs [new file with mode: 0644]
tests/ui/manual/manual-link-bad-search-path.stderr [new file with mode: 0644]
tests/ui/manual/manual-link-framework.rs [new file with mode: 0644]
tests/ui/manual/manual-link-framework.stderr [new file with mode: 0644]
tests/ui/manual/manual-link-unsupported-kind.rs [new file with mode: 0644]
tests/ui/manual/manual-link-unsupported-kind.stderr [new file with mode: 0644]
tests/ui/marker_trait_attr/issue-61651-type-mismatch.rs [new file with mode: 0644]
tests/ui/marker_trait_attr/marker-attribute-on-non-trait.rs [new file with mode: 0644]
tests/ui/marker_trait_attr/marker-attribute-on-non-trait.stderr [new file with mode: 0644]
tests/ui/marker_trait_attr/marker-attribute-with-values.rs [new file with mode: 0644]
tests/ui/marker_trait_attr/marker-attribute-with-values.stderr [new file with mode: 0644]
tests/ui/marker_trait_attr/marker-trait-with-associated-items.rs [new file with mode: 0644]
tests/ui/marker_trait_attr/marker-trait-with-associated-items.stderr [new file with mode: 0644]
tests/ui/marker_trait_attr/overlap-doesnt-conflict-with-specialization.rs [new file with mode: 0644]
tests/ui/marker_trait_attr/overlap-doesnt-conflict-with-specialization.stderr [new file with mode: 0644]
tests/ui/marker_trait_attr/overlap-marker-trait-with-static-lifetime.rs [new file with mode: 0644]
tests/ui/marker_trait_attr/overlap-marker-trait-with-underscore-lifetime.rs [new file with mode: 0644]
tests/ui/marker_trait_attr/overlap-marker-trait-with-underscore-lifetime.stderr [new file with mode: 0644]
tests/ui/marker_trait_attr/overlap-marker-trait.rs [new file with mode: 0644]
tests/ui/marker_trait_attr/overlap-marker-trait.stderr [new file with mode: 0644]
tests/ui/marker_trait_attr/overlap-permitted-for-annotated-marker-traits.rs [new file with mode: 0644]
tests/ui/marker_trait_attr/overlapping-impl-1-modulo-regions.rs [new file with mode: 0644]
tests/ui/marker_trait_attr/override-item-on-marker-trait.rs [new file with mode: 0644]
tests/ui/marker_trait_attr/override-item-on-marker-trait.stderr [new file with mode: 0644]
tests/ui/marker_trait_attr/region-overlap.rs [new file with mode: 0644]
tests/ui/marker_trait_attr/region-overlap.stderr [new file with mode: 0644]
tests/ui/marker_trait_attr/unsound-overlap.rs [new file with mode: 0644]
tests/ui/marker_trait_attr/unsound-overlap.stderr [new file with mode: 0644]
tests/ui/match/auxiliary/match_non_exhaustive_lib.rs [new file with mode: 0644]
tests/ui/match/const_non_normal_zst_ref_pattern.rs [new file with mode: 0644]
tests/ui/match/expr-match-panic-fn.rs [new file with mode: 0644]
tests/ui/match/expr-match-panic.rs [new file with mode: 0644]
tests/ui/match/expr_before_ident_pat.rs [new file with mode: 0644]
tests/ui/match/expr_before_ident_pat.stderr [new file with mode: 0644]
tests/ui/match/guards.rs [new file with mode: 0644]
tests/ui/match/issue-11319.rs [new file with mode: 0644]
tests/ui/match/issue-11319.stderr [new file with mode: 0644]
tests/ui/match/issue-11940.rs [new file with mode: 0644]
tests/ui/match/issue-12552.rs [new file with mode: 0644]
tests/ui/match/issue-12552.stderr [new file with mode: 0644]
tests/ui/match/issue-18060.rs [new file with mode: 0644]
tests/ui/match/issue-26251.rs [new file with mode: 0644]
tests/ui/match/issue-26996.rs [new file with mode: 0644]
tests/ui/match/issue-27021.rs [new file with mode: 0644]
tests/ui/match/issue-33498.rs [new file with mode: 0644]
tests/ui/match/issue-41255.rs [new file with mode: 0644]
tests/ui/match/issue-41255.stderr [new file with mode: 0644]
tests/ui/match/issue-42679.rs [new file with mode: 0644]
tests/ui/match/issue-46920-byte-array-patterns.rs [new file with mode: 0644]
tests/ui/match/issue-5530.rs [new file with mode: 0644]
tests/ui/match/issue-56685.rs [new file with mode: 0644]
tests/ui/match/issue-56685.stderr [new file with mode: 0644]
tests/ui/match/issue-70972-dyn-trait.rs [new file with mode: 0644]
tests/ui/match/issue-70972-dyn-trait.stderr [new file with mode: 0644]
tests/ui/match/issue-72680.rs [new file with mode: 0644]
tests/ui/match/issue-72896.rs [new file with mode: 0644]
tests/ui/match/issue-74050-end-span.rs [new file with mode: 0644]
tests/ui/match/issue-74050-end-span.stderr [new file with mode: 0644]
tests/ui/match/issue-82392.rs [new file with mode: 0644]
tests/ui/match/issue-82392.stdout [new file with mode: 0644]
tests/ui/match/issue-82866.rs [new file with mode: 0644]
tests/ui/match/issue-82866.stderr [new file with mode: 0644]
tests/ui/match/issue-84434.rs [new file with mode: 0644]
tests/ui/match/issue-91058.rs [new file with mode: 0644]
tests/ui/match/issue-91058.stderr [new file with mode: 0644]
tests/ui/match/issue-92100.rs [new file with mode: 0644]
tests/ui/match/issue-92100.stderr [new file with mode: 0644]
tests/ui/match/match-arm-resolving-to-never.rs [new file with mode: 0644]
tests/ui/match/match-arm-resolving-to-never.stderr [new file with mode: 0644]
tests/ui/match/match-bot-panic.rs [new file with mode: 0644]
tests/ui/match/match-disc-bot.rs [new file with mode: 0644]
tests/ui/match/match-fn-call.rs [new file with mode: 0644]
tests/ui/match/match-fn-call.stderr [new file with mode: 0644]
tests/ui/match/match-ill-type2.rs [new file with mode: 0644]
tests/ui/match/match-ill-type2.stderr [new file with mode: 0644]
tests/ui/match/match-incompat-type-semi.rs [new file with mode: 0644]
tests/ui/match/match-incompat-type-semi.stderr [new file with mode: 0644]
tests/ui/match/match-join.rs [new file with mode: 0644]
tests/ui/match/match-join.stderr [new file with mode: 0644]
tests/ui/match/match-no-arms-unreachable-after.rs [new file with mode: 0644]
tests/ui/match/match-no-arms-unreachable-after.stderr [new file with mode: 0644]
tests/ui/match/match-on-negative-integer-ranges.rs [new file with mode: 0644]
tests/ui/match/match-pattern-field-mismatch-2.rs [new file with mode: 0644]
tests/ui/match/match-pattern-field-mismatch-2.stderr [new file with mode: 0644]
tests/ui/match/match-pattern-field-mismatch.rs [new file with mode: 0644]
tests/ui/match/match-pattern-field-mismatch.stderr [new file with mode: 0644]
tests/ui/match/match-range-fail-2.rs [new file with mode: 0644]
tests/ui/match/match-range-fail-2.stderr [new file with mode: 0644]
tests/ui/match/match-range-fail.rs [new file with mode: 0644]
tests/ui/match/match-range-fail.stderr [new file with mode: 0644]
tests/ui/match/match-ref-mut-invariance.rs [new file with mode: 0644]
tests/ui/match/match-ref-mut-invariance.stderr [new file with mode: 0644]
tests/ui/match/match-ref-mut-let-invariance.rs [new file with mode: 0644]
tests/ui/match/match-ref-mut-let-invariance.stderr [new file with mode: 0644]
tests/ui/match/match-ref-mut-stability.rs [new file with mode: 0644]
tests/ui/match/match-struct.rs [new file with mode: 0644]
tests/ui/match/match-struct.stderr [new file with mode: 0644]
tests/ui/match/match-tag-nullary.rs [new file with mode: 0644]
tests/ui/match/match-tag-nullary.stderr [new file with mode: 0644]
tests/ui/match/match-tag-unary.rs [new file with mode: 0644]
tests/ui/match/match-tag-unary.stderr [new file with mode: 0644]
tests/ui/match/match-type-err-first-arm.rs [new file with mode: 0644]
tests/ui/match/match-type-err-first-arm.stderr [new file with mode: 0644]
tests/ui/match/match-unresolved-one-arm.rs [new file with mode: 0644]
tests/ui/match/match-unresolved-one-arm.stderr [new file with mode: 0644]
tests/ui/match/match-vec-mismatch-2.rs [new file with mode: 0644]
tests/ui/match/match-vec-mismatch-2.stderr [new file with mode: 0644]
tests/ui/match/match-wildcards.rs [new file with mode: 0644]
tests/ui/match/match_non_exhaustive.rs [new file with mode: 0644]
tests/ui/match/match_non_exhaustive.stderr [new file with mode: 0644]
tests/ui/match/pattern-deref-miscompile.rs [new file with mode: 0644]
tests/ui/match/single-line.rs [new file with mode: 0644]
tests/ui/match/single-line.stderr [new file with mode: 0644]
tests/ui/max-min-classes.rs [new file with mode: 0644]
tests/ui/maximal_mir_to_hir_coverage.rs [new file with mode: 0644]
tests/ui/maybe-bounds.rs [new file with mode: 0644]
tests/ui/maybe-bounds.stderr [new file with mode: 0644]
tests/ui/meta/auxiliary/env.rs [new file with mode: 0644]
tests/ui/meta/expected-error-correct-rev.a.stderr [new file with mode: 0644]
tests/ui/meta/expected-error-correct-rev.rs [new file with mode: 0644]
tests/ui/meta/meta-expected-error-wrong-rev.a.stderr [new file with mode: 0644]
tests/ui/meta/meta-expected-error-wrong-rev.rs [new file with mode: 0644]
tests/ui/meta/revision-bad.rs [new file with mode: 0644]
tests/ui/meta/revision-ok.rs [new file with mode: 0644]
tests/ui/meta/rustc-env.rs [new file with mode: 0644]
tests/ui/methods/assign-to-method.rs [new file with mode: 0644]
tests/ui/methods/assign-to-method.stderr [new file with mode: 0644]
tests/ui/methods/auxiliary/ambig_impl_2_lib.rs [new file with mode: 0644]
tests/ui/methods/auxiliary/macro-in-other-crate.rs [new file with mode: 0644]
tests/ui/methods/auxiliary/method_self_arg1.rs [new file with mode: 0644]
tests/ui/methods/auxiliary/method_self_arg2.rs [new file with mode: 0644]
tests/ui/methods/field-method-suggestion-using-return-ty.rs [new file with mode: 0644]
tests/ui/methods/field-method-suggestion-using-return-ty.stderr [new file with mode: 0644]
tests/ui/methods/issues/issue-105732.rs [new file with mode: 0644]
tests/ui/methods/issues/issue-105732.stderr [new file with mode: 0644]
tests/ui/methods/issues/issue-61525.rs [new file with mode: 0644]
tests/ui/methods/issues/issue-61525.stderr [new file with mode: 0644]
tests/ui/methods/issues/issue-84495.rs [new file with mode: 0644]
tests/ui/methods/issues/issue-84495.stderr [new file with mode: 0644]
tests/ui/methods/issues/issue-90315.rs [new file with mode: 0644]
tests/ui/methods/issues/issue-90315.stderr [new file with mode: 0644]
tests/ui/methods/issues/issue-94581.rs [new file with mode: 0644]
tests/ui/methods/issues/issue-94581.stderr [new file with mode: 0644]
tests/ui/methods/method-ambig-one-trait-unknown-int-type.rs [new file with mode: 0644]
tests/ui/methods/method-ambig-one-trait-unknown-int-type.stderr [new file with mode: 0644]
tests/ui/methods/method-ambig-two-traits-cross-crate.rs [new file with mode: 0644]
tests/ui/methods/method-ambig-two-traits-cross-crate.stderr [new file with mode: 0644]
tests/ui/methods/method-ambig-two-traits-from-bounds.rs [new file with mode: 0644]
tests/ui/methods/method-ambig-two-traits-from-bounds.stderr [new file with mode: 0644]
tests/ui/methods/method-ambig-two-traits-from-impls.rs [new file with mode: 0644]
tests/ui/methods/method-ambig-two-traits-from-impls.stderr [new file with mode: 0644]
tests/ui/methods/method-ambig-two-traits-from-impls2.rs [new file with mode: 0644]
tests/ui/methods/method-ambig-two-traits-from-impls2.stderr [new file with mode: 0644]
tests/ui/methods/method-ambig-two-traits-with-default-method.rs [new file with mode: 0644]
tests/ui/methods/method-ambig-two-traits-with-default-method.stderr [new file with mode: 0644]
tests/ui/methods/method-argument-inference-associated-type.rs [new file with mode: 0644]
tests/ui/methods/method-call-err-msg.rs [new file with mode: 0644]
tests/ui/methods/method-call-err-msg.stderr [new file with mode: 0644]
tests/ui/methods/method-call-lifetime-args-fail.rs [new file with mode: 0644]
tests/ui/methods/method-call-lifetime-args-fail.stderr [new file with mode: 0644]
tests/ui/methods/method-call-lifetime-args-lint-fail.rs [new file with mode: 0644]
tests/ui/methods/method-call-lifetime-args-lint-fail.stderr [new file with mode: 0644]
tests/ui/methods/method-call-lifetime-args-lint.rs [new file with mode: 0644]
tests/ui/methods/method-call-lifetime-args-lint.stderr [new file with mode: 0644]
tests/ui/methods/method-call-lifetime-args-subst-index.rs [new file with mode: 0644]
tests/ui/methods/method-call-lifetime-args-unresolved.rs [new file with mode: 0644]
tests/ui/methods/method-call-lifetime-args-unresolved.stderr [new file with mode: 0644]
tests/ui/methods/method-call-lifetime-args.rs [new file with mode: 0644]
tests/ui/methods/method-call-lifetime-args.stderr [new file with mode: 0644]
tests/ui/methods/method-call-type-binding.rs [new file with mode: 0644]
tests/ui/methods/method-call-type-binding.stderr [new file with mode: 0644]
tests/ui/methods/method-deref-to-same-trait-object-with-separate-params.rs [new file with mode: 0644]
tests/ui/methods/method-deref-to-same-trait-object-with-separate-params.stderr [new file with mode: 0644]
tests/ui/methods/method-early-bound-lifetimes-on-self.rs [new file with mode: 0644]
tests/ui/methods/method-lookup-order.rs [new file with mode: 0644]
tests/ui/methods/method-macro-backtrace.rs [new file with mode: 0644]
tests/ui/methods/method-macro-backtrace.stderr [new file with mode: 0644]
tests/ui/methods/method-missing-call.rs [new file with mode: 0644]
tests/ui/methods/method-missing-call.stderr [new file with mode: 0644]
tests/ui/methods/method-mut-self-modifies-mut-slice-lvalue.rs [new file with mode: 0644]
tests/ui/methods/method-normalize-bounds-issue-20604.rs [new file with mode: 0644]
tests/ui/methods/method-not-found-but-doc-alias.rs [new file with mode: 0644]
tests/ui/methods/method-not-found-but-doc-alias.stderr [new file with mode: 0644]
tests/ui/methods/method-not-found-generic-arg-elision.rs [new file with mode: 0644]
tests/ui/methods/method-not-found-generic-arg-elision.stderr [new file with mode: 0644]
tests/ui/methods/method-on-ambiguous-numeric-type.rs [new file with mode: 0644]
tests/ui/methods/method-on-ambiguous-numeric-type.stderr [new file with mode: 0644]
tests/ui/methods/method-path-in-pattern.rs [new file with mode: 0644]
tests/ui/methods/method-path-in-pattern.stderr [new file with mode: 0644]
tests/ui/methods/method-probe-no-guessing-dyn-trait.rs [new file with mode: 0644]
tests/ui/methods/method-projection.rs [new file with mode: 0644]
tests/ui/methods/method-recursive-blanket-impl.rs [new file with mode: 0644]
tests/ui/methods/method-resolvable-path-in-pattern.rs [new file with mode: 0644]
tests/ui/methods/method-resolvable-path-in-pattern.stderr [new file with mode: 0644]
tests/ui/methods/method-self-arg-1.rs [new file with mode: 0644]
tests/ui/methods/method-self-arg-1.stderr [new file with mode: 0644]
tests/ui/methods/method-self-arg-2.rs [new file with mode: 0644]
tests/ui/methods/method-self-arg-2.stderr [new file with mode: 0644]
tests/ui/methods/method-self-arg-aux1.rs [new file with mode: 0644]
tests/ui/methods/method-self-arg-aux2.rs [new file with mode: 0644]
tests/ui/methods/method-self-arg-trait.rs [new file with mode: 0644]
tests/ui/methods/method-self-arg.rs [new file with mode: 0644]
tests/ui/methods/method-trait-object-with-hrtb.rs [new file with mode: 0644]
tests/ui/methods/method-two-trait-defer-resolution-1.rs [new file with mode: 0644]
tests/ui/methods/method-two-trait-defer-resolution-2.rs [new file with mode: 0644]
tests/ui/methods/method-two-traits-distinguished-via-where-clause.rs [new file with mode: 0644]
tests/ui/methods/method-where-clause.rs [new file with mode: 0644]
tests/ui/minus-string.rs [new file with mode: 0644]
tests/ui/minus-string.stderr [new file with mode: 0644]
tests/ui/mir-dataflow/README.md [new file with mode: 0644]
tests/ui/mir-dataflow/def-inits-1.rs [new file with mode: 0644]
tests/ui/mir-dataflow/def-inits-1.stderr [new file with mode: 0644]
tests/ui/mir-dataflow/inits-1.rs [new file with mode: 0644]
tests/ui/mir-dataflow/inits-1.stderr [new file with mode: 0644]
tests/ui/mir-dataflow/liveness-enum.rs [new file with mode: 0644]
tests/ui/mir-dataflow/liveness-enum.stderr [new file with mode: 0644]
tests/ui/mir-dataflow/liveness-projection.rs [new file with mode: 0644]
tests/ui/mir-dataflow/liveness-projection.stderr [new file with mode: 0644]
tests/ui/mir-dataflow/liveness-ptr.rs [new file with mode: 0644]
tests/ui/mir-dataflow/liveness-ptr.stderr [new file with mode: 0644]
tests/ui/mir-dataflow/uninits-1.rs [new file with mode: 0644]
tests/ui/mir-dataflow/uninits-1.stderr [new file with mode: 0644]
tests/ui/mir-dataflow/uninits-2.rs [new file with mode: 0644]
tests/ui/mir-dataflow/uninits-2.stderr [new file with mode: 0644]
tests/ui/mir-unpretty.rs [new file with mode: 0644]
tests/ui/mir-unpretty.stderr [new file with mode: 0644]
tests/ui/mir/auxiliary/issue_76375_aux.rs [new file with mode: 0644]
tests/ui/mir/auxiliary/mir_external_refs.rs [new file with mode: 0644]
tests/ui/mir/drop-elaboration-after-borrowck-error.rs [new file with mode: 0644]
tests/ui/mir/drop-elaboration-after-borrowck-error.stderr [new file with mode: 0644]
tests/ui/mir/field-projection-invariant.rs [new file with mode: 0644]
tests/ui/mir/field-projection-mutating-context.rs [new file with mode: 0644]
tests/ui/mir/field-projection-mutating-context.stderr [new file with mode: 0644]
tests/ui/mir/field-projection-mutating-context2.rs [new file with mode: 0644]
tests/ui/mir/field-projection-mutating-context2.stderr [new file with mode: 0644]
tests/ui/mir/field-ty-ascription-enums.rs [new file with mode: 0644]
tests/ui/mir/field-ty-ascription.rs [new file with mode: 0644]
tests/ui/mir/important-higher-ranked-regions.rs [new file with mode: 0644]
tests/ui/mir/issue-101844.rs [new file with mode: 0644]
tests/ui/mir/issue-102389.rs [new file with mode: 0644]
tests/ui/mir/issue-102389.stderr [new file with mode: 0644]
tests/ui/mir/issue-105809.rs [new file with mode: 0644]
tests/ui/mir/issue-106062.rs [new file with mode: 0644]
tests/ui/mir/issue-106062.stderr [new file with mode: 0644]
tests/ui/mir/issue-107678-projection-with-lifetime.rs [new file with mode: 0644]
tests/ui/mir/issue-107691.rs [new file with mode: 0644]
tests/ui/mir/issue-109743.rs [new file with mode: 0644]
tests/ui/mir/issue-29227.rs [new file with mode: 0644]
tests/ui/mir/issue-46845.rs [new file with mode: 0644]
tests/ui/mir/issue-60390.rs [new file with mode: 0644]
tests/ui/mir/issue-66851.rs [new file with mode: 0644]
tests/ui/mir/issue-66930.rs [new file with mode: 0644]
tests/ui/mir/issue-67639-normalization-ice.rs [new file with mode: 0644]
tests/ui/mir/issue-67710-inline-projection.rs [new file with mode: 0644]
tests/ui/mir/issue-67947.rs [new file with mode: 0644]
tests/ui/mir/issue-67947.stderr [new file with mode: 0644]
tests/ui/mir/issue-68841.rs [new file with mode: 0644]
tests/ui/mir/issue-71793-inline-args-storage.rs [new file with mode: 0644]
tests/ui/mir/issue-73914.rs [new file with mode: 0644]
tests/ui/mir/issue-74739.rs [new file with mode: 0644]
tests/ui/mir/issue-75053.rs [new file with mode: 0644]
tests/ui/mir/issue-75053.stderr [new file with mode: 0644]
tests/ui/mir/issue-75419-validation-impl-trait.rs [new file with mode: 0644]
tests/ui/mir/issue-76248.rs [new file with mode: 0644]
tests/ui/mir/issue-76375.rs [new file with mode: 0644]
tests/ui/mir/issue-76740-copy-propagation.rs [new file with mode: 0644]
tests/ui/mir/issue-76803-branches-not-same.rs [new file with mode: 0644]
tests/ui/mir/issue-77002.rs [new file with mode: 0644]
tests/ui/mir/issue-77359-simplify-arm-identity.rs [new file with mode: 0644]
tests/ui/mir/issue-77911.rs [new file with mode: 0644]
tests/ui/mir/issue-78496.rs [new file with mode: 0644]
tests/ui/mir/issue-80949.rs [new file with mode: 0644]
tests/ui/mir/issue-83499-input-output-iteration-ice.rs [new file with mode: 0644]
tests/ui/mir/issue-83499-input-output-iteration-ice.stderr [new file with mode: 0644]
tests/ui/mir/issue-89485.rs [new file with mode: 0644]
tests/ui/mir/issue-91745.rs [new file with mode: 0644]
tests/ui/mir/issue-92893.rs [new file with mode: 0644]
tests/ui/mir/issue-92893.stderr [new file with mode: 0644]
tests/ui/mir/issue-99852.rs [new file with mode: 0644]
tests/ui/mir/issue-99866.rs [new file with mode: 0644]
tests/ui/mir/issue66339.rs [new file with mode: 0644]
tests/ui/mir/mir-inlining/array-clone-with-generic-size.rs [new file with mode: 0644]
tests/ui/mir/mir-inlining/ice-issue-100550-unnormalized-projection.rs [new file with mode: 0644]
tests/ui/mir/mir-inlining/ice-issue-45493.rs [new file with mode: 0644]
tests/ui/mir/mir-inlining/ice-issue-45885.rs [new file with mode: 0644]
tests/ui/mir/mir-inlining/ice-issue-68347.rs [new file with mode: 0644]
tests/ui/mir/mir-inlining/ice-issue-77306-1.rs [new file with mode: 0644]
tests/ui/mir/mir-inlining/ice-issue-77306-2.rs [new file with mode: 0644]
tests/ui/mir/mir-inlining/ice-issue-77564.rs [new file with mode: 0644]
tests/ui/mir/mir-inlining/no-trait-method-issue-40473.rs [new file with mode: 0644]
tests/ui/mir/mir-inlining/var-debuginfo-issue-67586.rs [new file with mode: 0644]
tests/ui/mir/mir-typeck-normalize-fn-sig.rs [new file with mode: 0644]
tests/ui/mir/mir_adt_construction.rs [new file with mode: 0644]
tests/ui/mir/mir_ascription_coercion.rs [new file with mode: 0644]
tests/ui/mir/mir_assign_eval_order.rs [new file with mode: 0644]
tests/ui/mir/mir_augmented_assignments.rs [new file with mode: 0644]
tests/ui/mir/mir_autoderef.rs [new file with mode: 0644]
tests/ui/mir/mir_boxing.rs [new file with mode: 0644]
tests/ui/mir/mir_build_match_comparisons.rs [new file with mode: 0644]
tests/ui/mir/mir_call_with_associated_type.rs [new file with mode: 0644]
tests/ui/mir/mir_calls_to_shims.rs [new file with mode: 0644]
tests/ui/mir/mir_cast_fn_ret.rs [new file with mode: 0644]
tests/ui/mir/mir_codegen_array.rs [new file with mode: 0644]
tests/ui/mir/mir_codegen_array_2.rs [new file with mode: 0644]
tests/ui/mir/mir_codegen_call_converging.rs [new file with mode: 0644]
tests/ui/mir/mir_codegen_calls.rs [new file with mode: 0644]
tests/ui/mir/mir_codegen_calls_converging_drops.rs [new file with mode: 0644]
tests/ui/mir/mir_codegen_calls_converging_drops_2.rs [new file with mode: 0644]
tests/ui/mir/mir_codegen_calls_diverging.rs [new file with mode: 0644]
tests/ui/mir/mir_codegen_calls_diverging_drops.rs [new file with mode: 0644]
tests/ui/mir/mir_codegen_critical_edge.rs [new file with mode: 0644]
tests/ui/mir/mir_codegen_spike1.rs [new file with mode: 0644]
tests/ui/mir/mir_codegen_ssa.rs [new file with mode: 0644]
tests/ui/mir/mir_codegen_switch.rs [new file with mode: 0644]
tests/ui/mir/mir_codegen_switchint.rs [new file with mode: 0644]
tests/ui/mir/mir_coercion_casts.rs [new file with mode: 0644]
tests/ui/mir/mir_coercions.rs [new file with mode: 0644]
tests/ui/mir/mir_const_prop_identity.rs [new file with mode: 0644]
tests/ui/mir/mir_const_prop_tuple_field_reorder.rs [new file with mode: 0644]
tests/ui/mir/mir_constval_adts.rs [new file with mode: 0644]
tests/ui/mir/mir_detects_invalid_ops.rs [new file with mode: 0644]
tests/ui/mir/mir_detects_invalid_ops.stderr [new file with mode: 0644]
tests/ui/mir/mir_drop_order.rs [new file with mode: 0644]
tests/ui/mir/mir_drop_panics.rs [new file with mode: 0644]
tests/ui/mir/mir_dynamic_drops_1.rs [new file with mode: 0644]
tests/ui/mir/mir_dynamic_drops_2.rs [new file with mode: 0644]
tests/ui/mir/mir_dynamic_drops_3.rs [new file with mode: 0644]
tests/ui/mir/mir_early_return_scope.rs [new file with mode: 0644]
tests/ui/mir/mir_fat_ptr.rs [new file with mode: 0644]
tests/ui/mir/mir_fat_ptr_drop.rs [new file with mode: 0644]
tests/ui/mir/mir_heavy_promoted.rs [new file with mode: 0644]
tests/ui/mir/mir_indexing_oob_1.rs [new file with mode: 0644]
tests/ui/mir/mir_indexing_oob_2.rs [new file with mode: 0644]
tests/ui/mir/mir_indexing_oob_3.rs [new file with mode: 0644]
tests/ui/mir/mir_let_chains_drop_order.rs [new file with mode: 0644]
tests/ui/mir/mir_match_arm_guard.rs [new file with mode: 0644]
tests/ui/mir/mir_match_test.rs [new file with mode: 0644]
tests/ui/mir/mir_misc_casts.rs [new file with mode: 0644]
tests/ui/mir/mir_overflow_off.rs [new file with mode: 0644]
tests/ui/mir/mir_raw_fat_ptr.rs [new file with mode: 0644]
tests/ui/mir/mir_refs_correct.rs [new file with mode: 0644]
tests/ui/mir/mir_small_agg_arg.rs [new file with mode: 0644]
tests/ui/mir/mir_static_subtype.rs [new file with mode: 0644]
tests/ui/mir/mir_struct_with_assoc_ty.rs [new file with mode: 0644]
tests/ui/mir/mir_temp_promotions.rs [new file with mode: 0644]
tests/ui/mir/mir_void_return.rs [new file with mode: 0644]
tests/ui/mir/mir_void_return_2.rs [new file with mode: 0644]
tests/ui/mir/remove-zsts-query-cycle.rs [new file with mode: 0644]
tests/ui/mir/simplify-branch-same.rs [new file with mode: 0644]
tests/ui/mir/ssa-analysis-regression-50041.rs [new file with mode: 0644]
tests/ui/mir/thir-constparam-temp.rs [new file with mode: 0644]
tests/ui/mir/thir-constparam-temp.stderr [new file with mode: 0644]
tests/ui/mir/validate/issue-95978-validator-lifetime-comparison.rs [new file with mode: 0644]
tests/ui/mir/validate/needs-reveal-all.rs [new file with mode: 0644]
tests/ui/mir/validate/storage-live.rs [new file with mode: 0644]
tests/ui/mir/validate/storage-live.stderr [new file with mode: 0644]
tests/ui/mismatched_types/E0053.rs [new file with mode: 0644]
tests/ui/mismatched_types/E0053.stderr [new file with mode: 0644]
tests/ui/mismatched_types/E0409.rs [new file with mode: 0644]
tests/ui/mismatched_types/E0409.stderr [new file with mode: 0644]
tests/ui/mismatched_types/E0631.rs [new file with mode: 0644]
tests/ui/mismatched_types/E0631.stderr [new file with mode: 0644]
tests/ui/mismatched_types/abridged.rs [new file with mode: 0644]
tests/ui/mismatched_types/abridged.stderr [new file with mode: 0644]
tests/ui/mismatched_types/assignment-operator-unimplemented.rs [new file with mode: 0644]
tests/ui/mismatched_types/assignment-operator-unimplemented.stderr [new file with mode: 0644]
tests/ui/mismatched_types/binops.rs [new file with mode: 0644]
tests/ui/mismatched_types/binops.stderr [new file with mode: 0644]
tests/ui/mismatched_types/cast-rfc0401.rs [new file with mode: 0644]
tests/ui/mismatched_types/cast-rfc0401.stderr [new file with mode: 0644]
tests/ui/mismatched_types/closure-arg-count-expected-type-issue-47244.fixed [new file with mode: 0644]
tests/ui/mismatched_types/closure-arg-count-expected-type-issue-47244.rs [new file with mode: 0644]
tests/ui/mismatched_types/closure-arg-count-expected-type-issue-47244.stderr [new file with mode: 0644]
tests/ui/mismatched_types/closure-arg-count.rs [new file with mode: 0644]
tests/ui/mismatched_types/closure-arg-count.stderr [new file with mode: 0644]
tests/ui/mismatched_types/closure-arg-type-mismatch-issue-45727.fixed [new file with mode: 0644]
tests/ui/mismatched_types/closure-arg-type-mismatch-issue-45727.rs [new file with mode: 0644]
tests/ui/mismatched_types/closure-arg-type-mismatch-issue-45727.stderr [new file with mode: 0644]
tests/ui/mismatched_types/closure-arg-type-mismatch.rs [new file with mode: 0644]
tests/ui/mismatched_types/closure-arg-type-mismatch.stderr [new file with mode: 0644]
tests/ui/mismatched_types/closure-mismatch.rs [new file with mode: 0644]
tests/ui/mismatched_types/closure-mismatch.stderr [new file with mode: 0644]
tests/ui/mismatched_types/const-fn-in-trait.rs [new file with mode: 0644]
tests/ui/mismatched_types/const-fn-in-trait.stderr [new file with mode: 0644]
tests/ui/mismatched_types/do-not-suggest-boxed-trait-objects-instead-of-impl-trait.rs [new file with mode: 0644]
tests/ui/mismatched_types/do-not-suggest-boxed-trait-objects-instead-of-impl-trait.stderr [new file with mode: 0644]
tests/ui/mismatched_types/dont-point-return-on-E0308.rs [new file with mode: 0644]
tests/ui/mismatched_types/dont-point-return-on-E0308.stderr [new file with mode: 0644]
tests/ui/mismatched_types/float-literal-inference-restrictions.rs [new file with mode: 0644]
tests/ui/mismatched_types/float-literal-inference-restrictions.stderr [new file with mode: 0644]
tests/ui/mismatched_types/fn-variance-1.rs [new file with mode: 0644]
tests/ui/mismatched_types/fn-variance-1.stderr [new file with mode: 0644]
tests/ui/mismatched_types/for-loop-has-unit-body.rs [new file with mode: 0644]
tests/ui/mismatched_types/for-loop-has-unit-body.stderr [new file with mode: 0644]
tests/ui/mismatched_types/issue-106182.fixed [new file with mode: 0644]
tests/ui/mismatched_types/issue-106182.rs [new file with mode: 0644]
tests/ui/mismatched_types/issue-106182.stderr [new file with mode: 0644]
tests/ui/mismatched_types/issue-19109.rs [new file with mode: 0644]
tests/ui/mismatched_types/issue-19109.stderr [new file with mode: 0644]
tests/ui/mismatched_types/issue-26480.rs [new file with mode: 0644]
tests/ui/mismatched_types/issue-26480.stderr [new file with mode: 0644]
tests/ui/mismatched_types/issue-35030.rs [new file with mode: 0644]
tests/ui/mismatched_types/issue-35030.stderr [new file with mode: 0644]
tests/ui/mismatched_types/issue-36053-2.rs [new file with mode: 0644]
tests/ui/mismatched_types/issue-36053-2.stderr [new file with mode: 0644]
tests/ui/mismatched_types/issue-38371-unfixable.rs [new file with mode: 0644]
tests/ui/mismatched_types/issue-38371-unfixable.stderr [new file with mode: 0644]
tests/ui/mismatched_types/issue-38371.fixed [new file with mode: 0644]
tests/ui/mismatched_types/issue-38371.rs [new file with mode: 0644]
tests/ui/mismatched_types/issue-38371.stderr [new file with mode: 0644]
tests/ui/mismatched_types/issue-47706-trait.rs [new file with mode: 0644]
tests/ui/mismatched_types/issue-47706-trait.stderr [new file with mode: 0644]
tests/ui/mismatched_types/issue-47706.rs [new file with mode: 0644]
tests/ui/mismatched_types/issue-47706.stderr [new file with mode: 0644]
tests/ui/mismatched_types/issue-74918-missing-lifetime.rs [new file with mode: 0644]
tests/ui/mismatched_types/issue-74918-missing-lifetime.stderr [new file with mode: 0644]
tests/ui/mismatched_types/issue-75361-mismatched-impl.rs [new file with mode: 0644]
tests/ui/mismatched_types/issue-75361-mismatched-impl.stderr [new file with mode: 0644]
tests/ui/mismatched_types/issue-84976.rs [new file with mode: 0644]
tests/ui/mismatched_types/issue-84976.stderr [new file with mode: 0644]
tests/ui/mismatched_types/main.rs [new file with mode: 0644]
tests/ui/mismatched_types/main.stderr [new file with mode: 0644]
tests/ui/mismatched_types/method-help-unsatisfied-bound.rs [new file with mode: 0644]
tests/ui/mismatched_types/method-help-unsatisfied-bound.stderr [new file with mode: 0644]
tests/ui/mismatched_types/non_zero_assigned_something.rs [new file with mode: 0644]
tests/ui/mismatched_types/non_zero_assigned_something.stderr [new file with mode: 0644]
tests/ui/mismatched_types/normalize-fn-sig.rs [new file with mode: 0644]
tests/ui/mismatched_types/normalize-fn-sig.stderr [new file with mode: 0644]
tests/ui/mismatched_types/numeric-literal-cast.rs [new file with mode: 0644]
tests/ui/mismatched_types/numeric-literal-cast.stderr [new file with mode: 0644]
tests/ui/mismatched_types/overloaded-calls-bad.rs [new file with mode: 0644]
tests/ui/mismatched_types/overloaded-calls-bad.stderr [new file with mode: 0644]
tests/ui/mismatched_types/recovered-block.rs [new file with mode: 0644]
tests/ui/mismatched_types/recovered-block.stderr [new file with mode: 0644]
tests/ui/mismatched_types/ref-pat-suggestions.fixed [new file with mode: 0644]
tests/ui/mismatched_types/ref-pat-suggestions.rs [new file with mode: 0644]
tests/ui/mismatched_types/ref-pat-suggestions.stderr [new file with mode: 0644]
tests/ui/mismatched_types/show_module.rs [new file with mode: 0644]
tests/ui/mismatched_types/show_module.stderr [new file with mode: 0644]
tests/ui/mismatched_types/similar_paths.rs [new file with mode: 0644]
tests/ui/mismatched_types/similar_paths.stderr [new file with mode: 0644]
tests/ui/mismatched_types/similar_paths_primitive.rs [new file with mode: 0644]
tests/ui/mismatched_types/similar_paths_primitive.stderr [new file with mode: 0644]
tests/ui/mismatched_types/suggest-adding-or-removing-ref-for-binding-pattern.fixed [new file with mode: 0644]
tests/ui/mismatched_types/suggest-adding-or-removing-ref-for-binding-pattern.rs [new file with mode: 0644]
tests/ui/mismatched_types/suggest-adding-or-removing-ref-for-binding-pattern.stderr [new file with mode: 0644]
tests/ui/mismatched_types/suggest-boxed-trait-objects-instead-of-impl-trait.fixed [new file with mode: 0644]
tests/ui/mismatched_types/suggest-boxed-trait-objects-instead-of-impl-trait.rs [new file with mode: 0644]
tests/ui/mismatched_types/suggest-boxed-trait-objects-instead-of-impl-trait.stderr [new file with mode: 0644]
tests/ui/mismatched_types/suggest-removing-tuple-struct-field.fixed [new file with mode: 0644]
tests/ui/mismatched_types/suggest-removing-tuple-struct-field.rs [new file with mode: 0644]
tests/ui/mismatched_types/suggest-removing-tuple-struct-field.stderr [new file with mode: 0644]
tests/ui/mismatched_types/trait-bounds-cant-coerce.rs [new file with mode: 0644]
tests/ui/mismatched_types/trait-bounds-cant-coerce.stderr [new file with mode: 0644]
tests/ui/mismatched_types/trait-impl-fn-incompatibility.rs [new file with mode: 0644]
tests/ui/mismatched_types/trait-impl-fn-incompatibility.stderr [new file with mode: 0644]
tests/ui/mismatched_types/unboxed-closures-vtable-mismatch.rs [new file with mode: 0644]
tests/ui/mismatched_types/unboxed-closures-vtable-mismatch.stderr [new file with mode: 0644]
tests/ui/mismatched_types/wrap-suggestion-privacy.rs [new file with mode: 0644]
tests/ui/mismatched_types/wrap-suggestion-privacy.stderr [new file with mode: 0644]
tests/ui/missing-trait-bounds/auxiliary/issue-69725.rs [new file with mode: 0644]
tests/ui/missing-trait-bounds/issue-35677.fixed [new file with mode: 0644]
tests/ui/missing-trait-bounds/issue-35677.rs [new file with mode: 0644]
tests/ui/missing-trait-bounds/issue-35677.stderr [new file with mode: 0644]
tests/ui/missing-trait-bounds/issue-69725.fixed [new file with mode: 0644]
tests/ui/missing-trait-bounds/issue-69725.rs [new file with mode: 0644]
tests/ui/missing-trait-bounds/issue-69725.stderr [new file with mode: 0644]
tests/ui/missing-trait-bounds/missing-trait-bound-for-op.fixed [new file with mode: 0644]
tests/ui/missing-trait-bounds/missing-trait-bound-for-op.rs [new file with mode: 0644]
tests/ui/missing-trait-bounds/missing-trait-bound-for-op.stderr [new file with mode: 0644]
tests/ui/missing-trait-bounds/missing-trait-bounds-for-method-call.rs [new file with mode: 0644]
tests/ui/missing-trait-bounds/missing-trait-bounds-for-method-call.stderr [new file with mode: 0644]
tests/ui/missing/auxiliary/two_macros.rs [new file with mode: 0644]
tests/ui/missing/missing-allocator.rs [new file with mode: 0644]
tests/ui/missing/missing-allocator.stderr [new file with mode: 0644]
tests/ui/missing/missing-block-hint.rs [new file with mode: 0644]
tests/ui/missing/missing-block-hint.stderr [new file with mode: 0644]
tests/ui/missing/missing-comma-in-match.fixed [new file with mode: 0644]
tests/ui/missing/missing-comma-in-match.rs [new file with mode: 0644]
tests/ui/missing/missing-comma-in-match.stderr [new file with mode: 0644]
tests/ui/missing/missing-derivable-attr.rs [new file with mode: 0644]
tests/ui/missing/missing-derivable-attr.stderr [new file with mode: 0644]
tests/ui/missing/missing-fields-in-struct-pattern.rs [new file with mode: 0644]
tests/ui/missing/missing-fields-in-struct-pattern.stderr [new file with mode: 0644]
tests/ui/missing/missing-items/auxiliary/m1.rs [new file with mode: 0644]
tests/ui/missing/missing-items/m2.rs [new file with mode: 0644]
tests/ui/missing/missing-items/m2.stderr [new file with mode: 0644]
tests/ui/missing/missing-items/missing-type-parameter.rs [new file with mode: 0644]
tests/ui/missing/missing-items/missing-type-parameter.stderr [new file with mode: 0644]
tests/ui/missing/missing-items/missing-type-parameter2.rs [new file with mode: 0644]
tests/ui/missing/missing-items/missing-type-parameter2.stderr [new file with mode: 0644]
tests/ui/missing/missing-macro-use.rs [new file with mode: 0644]
tests/ui/missing/missing-macro-use.stderr [new file with mode: 0644]
tests/ui/missing/missing-main.rs [new file with mode: 0644]
tests/ui/missing/missing-main.stderr [new file with mode: 0644]
tests/ui/missing/missing-return.rs [new file with mode: 0644]
tests/ui/missing/missing-return.stderr [new file with mode: 0644]
tests/ui/missing/missing-stability.rs [new file with mode: 0644]
tests/ui/missing/missing-stability.stderr [new file with mode: 0644]
tests/ui/missing_debug_impls.rs [new file with mode: 0644]
tests/ui/missing_debug_impls.stderr [new file with mode: 0644]
tests/ui/missing_non_modrs_mod/foo.rs [new file with mode: 0644]
tests/ui/missing_non_modrs_mod/foo_inline.rs [new file with mode: 0644]
tests/ui/missing_non_modrs_mod/missing_non_modrs_mod.rs [new file with mode: 0644]
tests/ui/missing_non_modrs_mod/missing_non_modrs_mod.stderr [new file with mode: 0644]
tests/ui/missing_non_modrs_mod/missing_non_modrs_mod_inline.rs [new file with mode: 0644]
tests/ui/missing_non_modrs_mod/missing_non_modrs_mod_inline.stderr [new file with mode: 0644]
tests/ui/mod-subitem-as-enum-variant.rs [new file with mode: 0644]
tests/ui/mod-subitem-as-enum-variant.stderr [new file with mode: 0644]
tests/ui/module-macro_use-arguments.rs [new file with mode: 0644]
tests/ui/module-macro_use-arguments.stderr [new file with mode: 0644]
tests/ui/modules/auxiliary/dummy_lib.rs [new file with mode: 0644]
tests/ui/modules/auxiliary/two_macros_2.rs [new file with mode: 0644]
tests/ui/modules/issue-107649.rs [new file with mode: 0644]
tests/ui/modules/issue-107649.stderr [new file with mode: 0644]
tests/ui/modules/issue-56411-aux.rs [new file with mode: 0644]
tests/ui/modules/issue-56411.rs [new file with mode: 0644]
tests/ui/modules/issue-56411.stderr [new file with mode: 0644]
tests/ui/modules/mod-inside-fn.rs [new file with mode: 0644]
tests/ui/modules/mod-view-items.rs [new file with mode: 0644]
tests/ui/modules/mod_dir_implicit.rs [new file with mode: 0644]
tests/ui/modules/mod_dir_implicit_aux/compiletest-ignore-dir [new file with mode: 0644]
tests/ui/modules/mod_dir_implicit_aux/mod.rs [new file with mode: 0644]
tests/ui/modules/mod_dir_path.rs [new file with mode: 0644]
tests/ui/modules/mod_dir_path2.rs [new file with mode: 0644]
tests/ui/modules/mod_dir_path3.rs [new file with mode: 0644]
tests/ui/modules/mod_dir_path_multi.rs [new file with mode: 0644]
tests/ui/modules/mod_dir_recursive.rs [new file with mode: 0644]
tests/ui/modules/mod_dir_simple.rs [new file with mode: 0644]
tests/ui/modules/mod_dir_simple/compiletest-ignore-dir [new file with mode: 0644]
tests/ui/modules/mod_dir_simple/load_another_mod.rs [new file with mode: 0644]
tests/ui/modules/mod_dir_simple/test.rs [new file with mode: 0644]
tests/ui/modules/mod_file.rs [new file with mode: 0644]
tests/ui/modules/mod_file_aux.rs [new file with mode: 0644]
tests/ui/modules/mod_file_with_path_attr.rs [new file with mode: 0644]
tests/ui/modules/module-polymorphism3-files/compiletest-ignore-dir [new file with mode: 0644]
tests/ui/modules/module-polymorphism3-files/float-template/inst_f32.rs [new file with mode: 0644]
tests/ui/modules/module-polymorphism3-files/float-template/inst_f64.rs [new file with mode: 0644]
tests/ui/modules/module-polymorphism3-files/float-template/inst_float.rs [new file with mode: 0644]
tests/ui/modules/path-invalid-form.rs [new file with mode: 0644]
tests/ui/modules/path-invalid-form.stderr [new file with mode: 0644]
tests/ui/modules/path-macro.rs [new file with mode: 0644]
tests/ui/modules/path-macro.stderr [new file with mode: 0644]
tests/ui/modules/path-no-file-name.rs [new file with mode: 0644]
tests/ui/modules/path-no-file-name.stderr [new file with mode: 0644]
tests/ui/modules/special_module_name.rs [new file with mode: 0644]
tests/ui/modules/special_module_name.stderr [new file with mode: 0644]
tests/ui/modules/special_module_name_ignore.rs [new file with mode: 0644]
tests/ui/modules_and_files_visibility/mod_file_aux.rs [new file with mode: 0644]
tests/ui/modules_and_files_visibility/mod_file_correct_spans.rs [new file with mode: 0644]
tests/ui/modules_and_files_visibility/mod_file_correct_spans.stderr [new file with mode: 0644]
tests/ui/modules_and_files_visibility/mod_file_disambig.rs [new file with mode: 0644]
tests/ui/modules_and_files_visibility/mod_file_disambig.stderr [new file with mode: 0644]
tests/ui/modules_and_files_visibility/mod_file_disambig_aux.rs [new file with mode: 0644]
tests/ui/modules_and_files_visibility/mod_file_disambig_aux/mod.rs [new file with mode: 0644]
tests/ui/monomorphize-abi-alignment.rs [new file with mode: 0644]
tests/ui/moves/borrow-closures-instead-of-move.rs [new file with mode: 0644]
tests/ui/moves/borrow-closures-instead-of-move.stderr [new file with mode: 0644]
tests/ui/moves/issue-22536-copy-mustnt-zero.rs [new file with mode: 0644]
tests/ui/moves/issue-46099-move-in-macro.rs [new file with mode: 0644]
tests/ui/moves/issue-46099-move-in-macro.stderr [new file with mode: 0644]
tests/ui/moves/issue-72649-uninit-in-loop.rs [new file with mode: 0644]
tests/ui/moves/issue-72649-uninit-in-loop.stderr [new file with mode: 0644]
tests/ui/moves/issue-75904-move-closure-loop.rs [new file with mode: 0644]
tests/ui/moves/issue-75904-move-closure-loop.stderr [new file with mode: 0644]
tests/ui/moves/issue-99470-move-out-of-some.rs [new file with mode: 0644]
tests/ui/moves/issue-99470-move-out-of-some.stderr [new file with mode: 0644]
tests/ui/moves/move-1-unique.rs [new file with mode: 0644]
tests/ui/moves/move-2-unique.rs [new file with mode: 0644]
tests/ui/moves/move-2.rs [new file with mode: 0644]
tests/ui/moves/move-3-unique.rs [new file with mode: 0644]
tests/ui/moves/move-4-unique.rs [new file with mode: 0644]
tests/ui/moves/move-4.rs [new file with mode: 0644]
tests/ui/moves/move-arg-2-unique.rs [new file with mode: 0644]
tests/ui/moves/move-arg-2.rs [new file with mode: 0644]
tests/ui/moves/move-arg.rs [new file with mode: 0644]
tests/ui/moves/move-deref-coercion.rs [new file with mode: 0644]
tests/ui/moves/move-deref-coercion.stderr [new file with mode: 0644]
tests/ui/moves/move-fn-self-receiver.rs [new file with mode: 0644]
tests/ui/moves/move-fn-self-receiver.stderr [new file with mode: 0644]
tests/ui/moves/move-guard-same-consts.rs [new file with mode: 0644]
tests/ui/moves/move-guard-same-consts.stderr [new file with mode: 0644]
tests/ui/moves/move-in-guard-1.rs [new file with mode: 0644]
tests/ui/moves/move-in-guard-1.stderr [new file with mode: 0644]
tests/ui/moves/move-in-guard-2.rs [new file with mode: 0644]
tests/ui/moves/move-in-guard-2.stderr [new file with mode: 0644]
tests/ui/moves/move-into-dead-array-1.rs [new file with mode: 0644]
tests/ui/moves/move-into-dead-array-1.stderr [new file with mode: 0644]
tests/ui/moves/move-into-dead-array-2.rs [new file with mode: 0644]
tests/ui/moves/move-into-dead-array-2.stderr [new file with mode: 0644]
tests/ui/moves/move-nullary-fn.rs [new file with mode: 0644]
tests/ui/moves/move-of-addr-of-mut.rs [new file with mode: 0644]
tests/ui/moves/move-of-addr-of-mut.stderr [new file with mode: 0644]
tests/ui/moves/move-out-of-array-1.rs [new file with mode: 0644]
tests/ui/moves/move-out-of-array-1.stderr [new file with mode: 0644]
tests/ui/moves/move-out-of-array-ref.rs [new file with mode: 0644]
tests/ui/moves/move-out-of-array-ref.stderr [new file with mode: 0644]
tests/ui/moves/move-out-of-field.rs [new file with mode: 0644]
tests/ui/moves/move-out-of-slice-1.rs [new file with mode: 0644]
tests/ui/moves/move-out-of-slice-1.stderr [new file with mode: 0644]
tests/ui/moves/move-out-of-slice-2.rs [new file with mode: 0644]
tests/ui/moves/move-out-of-slice-2.stderr [new file with mode: 0644]
tests/ui/moves/move-out-of-tuple-field.rs [new file with mode: 0644]
tests/ui/moves/move-out-of-tuple-field.stderr [new file with mode: 0644]
tests/ui/moves/move-scalar.rs [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-access-to-field.rs [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-access-to-field.stderr [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-block-bad.rs [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-block-bad.stderr [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-capture-clause-bad.rs [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-capture-clause-bad.stderr [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-capture-clause.rs [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-cyclic-types-issue-4821.rs [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-cyclic-types-issue-4821.stderr [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-distribute-copy-over-paren.rs [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-distribute-copy-over-paren.stderr [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-exprs.rs [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-exprs.stderr [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-match-bindings.rs [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-match-bindings.stderr [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-move-out-of-closure-env-issue-1965.rs [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-move-out-of-closure-env-issue-1965.stderr [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-no-recursive-stack-closure.rs [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-no-recursive-stack-closure.stderr [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-tuple.rs [new file with mode: 0644]
tests/ui/moves/moves-based-on-type-tuple.stderr [new file with mode: 0644]
tests/ui/moves/moves-sru-moved-field.rs [new file with mode: 0644]
tests/ui/moves/moves-sru-moved-field.stderr [new file with mode: 0644]
tests/ui/moves/pin-mut-reborrow-infer-var-issue-107419.fixed [new file with mode: 0644]
tests/ui/moves/pin-mut-reborrow-infer-var-issue-107419.rs [new file with mode: 0644]
tests/ui/moves/pin-mut-reborrow-infer-var-issue-107419.stderr [new file with mode: 0644]
tests/ui/moves/pin-mut-reborrow.fixed [new file with mode: 0644]
tests/ui/moves/pin-mut-reborrow.rs [new file with mode: 0644]
tests/ui/moves/pin-mut-reborrow.stderr [new file with mode: 0644]
tests/ui/moves/suggest-clone.fixed [new file with mode: 0644]
tests/ui/moves/suggest-clone.rs [new file with mode: 0644]
tests/ui/moves/suggest-clone.stderr [new file with mode: 0644]
tests/ui/moves/use_of_moved_value_clone_suggestions.rs [new file with mode: 0644]
tests/ui/moves/use_of_moved_value_clone_suggestions.stderr [new file with mode: 0644]
tests/ui/moves/use_of_moved_value_copy_suggestions.fixed [new file with mode: 0644]
tests/ui/moves/use_of_moved_value_copy_suggestions.rs [new file with mode: 0644]
tests/ui/moves/use_of_moved_value_copy_suggestions.stderr [new file with mode: 0644]
tests/ui/msvc-data-only.rs [new file with mode: 0644]
tests/ui/multibyte.rs [new file with mode: 0644]
tests/ui/multiline-comment.rs [new file with mode: 0644]
tests/ui/mut-function-arguments.rs [new file with mode: 0644]
tests/ui/mut/mut-cant-alias.rs [new file with mode: 0644]
tests/ui/mut/mut-cant-alias.stderr [new file with mode: 0644]
tests/ui/mut/mut-cross-borrowing.rs [new file with mode: 0644]
tests/ui/mut/mut-cross-borrowing.stderr [new file with mode: 0644]
tests/ui/mut/mut-pattern-internal-mutability.rs [new file with mode: 0644]
tests/ui/mut/mut-pattern-internal-mutability.stderr [new file with mode: 0644]
tests/ui/mut/mut-pattern-mismatched.rs [new file with mode: 0644]
tests/ui/mut/mut-pattern-mismatched.stderr [new file with mode: 0644]
tests/ui/mut/mut-ref.rs [new file with mode: 0644]
tests/ui/mut/mut-ref.stderr [new file with mode: 0644]
tests/ui/mut/mut-suggestion.rs [new file with mode: 0644]
tests/ui/mut/mut-suggestion.stderr [new file with mode: 0644]
tests/ui/mut/mutable-class-fields-2.rs [new file with mode: 0644]
tests/ui/mut/mutable-class-fields-2.stderr [new file with mode: 0644]
tests/ui/mut/mutable-class-fields.rs [new file with mode: 0644]
tests/ui/mut/mutable-class-fields.stderr [new file with mode: 0644]
tests/ui/mut/mutable-enum-indirect.rs [new file with mode: 0644]
tests/ui/mut/mutable-enum-indirect.stderr [new file with mode: 0644]
tests/ui/mut/no-mut-lint-for-desugared-mut.rs [new file with mode: 0644]
tests/ui/mutual-recursion-group.rs [new file with mode: 0644]
tests/ui/namespace/auxiliary/namespace-mix.rs [new file with mode: 0644]
tests/ui/namespace/auxiliary/namespaced_enums.rs [new file with mode: 0644]
tests/ui/namespace/namespace-mix.rs [new file with mode: 0644]
tests/ui/namespace/namespace-mix.stderr [new file with mode: 0644]
tests/ui/namespace/namespaced-enum-glob-import-no-impls-xcrate.rs [new file with mode: 0644]
tests/ui/namespace/namespaced-enum-glob-import-no-impls-xcrate.stderr [new file with mode: 0644]
tests/ui/namespace/namespaced-enum-glob-import-no-impls.rs [new file with mode: 0644]
tests/ui/namespace/namespaced-enum-glob-import-no-impls.stderr [new file with mode: 0644]
tests/ui/native-library-link-flags/empty-kind-1.rs [new file with mode: 0644]
tests/ui/native-library-link-flags/empty-kind-1.stderr [new file with mode: 0644]
tests/ui/native-library-link-flags/empty-kind-2.rs [new file with mode: 0644]
tests/ui/native-library-link-flags/empty-kind-2.stderr [new file with mode: 0644]
tests/ui/native-library-link-flags/link-arg-error.rs [new file with mode: 0644]
tests/ui/native-library-link-flags/link-arg-error.stderr [new file with mode: 0644]
tests/ui/native-library-link-flags/link-arg-from-rs.rs [new file with mode: 0644]
tests/ui/native-library-link-flags/link-arg-from-rs.stderr [new file with mode: 0644]
tests/ui/native-library-link-flags/mix-bundle-and-whole-archive-link-attr.rs [new file with mode: 0644]
tests/ui/native-library-link-flags/mix-bundle-and-whole-archive-link-attr.stderr [new file with mode: 0644]
tests/ui/native-library-link-flags/mix-bundle-and-whole-archive.rs [new file with mode: 0644]
tests/ui/native-library-link-flags/mix-bundle-and-whole-archive.stderr [new file with mode: 0644]
tests/ui/native-library-link-flags/modifiers-override-2.rs [new file with mode: 0644]
tests/ui/native-library-link-flags/modifiers-override-2.stderr [new file with mode: 0644]
tests/ui/native-library-link-flags/modifiers-override-3.rs [new file with mode: 0644]
tests/ui/native-library-link-flags/modifiers-override-3.stderr [new file with mode: 0644]
tests/ui/native-library-link-flags/modifiers-override.rs [new file with mode: 0644]
tests/ui/native-library-link-flags/modifiers-override.stderr [new file with mode: 0644]
tests/ui/native-library-link-flags/suggest-libname-only-1.rs [new file with mode: 0644]
tests/ui/native-library-link-flags/suggest-libname-only-1.stderr [new file with mode: 0644]
tests/ui/native-library-link-flags/suggest-libname-only-2.rs [new file with mode: 0644]
tests/ui/native-library-link-flags/suggest-libname-only-2.stderr [new file with mode: 0644]
tests/ui/nested-block-comment.rs [new file with mode: 0644]
tests/ui/nested-cfg-attrs.rs [new file with mode: 0644]
tests/ui/nested-cfg-attrs.stderr [new file with mode: 0644]
tests/ui/nested-class.rs [new file with mode: 0644]
tests/ui/nested-ty-params.rs [new file with mode: 0644]
tests/ui/nested-ty-params.stderr [new file with mode: 0644]
tests/ui/never_type/adjust_never.rs [new file with mode: 0644]
tests/ui/never_type/auto-traits.rs [new file with mode: 0644]
tests/ui/never_type/call-fn-never-arg-wrong-type.rs [new file with mode: 0644]
tests/ui/never_type/call-fn-never-arg-wrong-type.stderr [new file with mode: 0644]
tests/ui/never_type/call-fn-never-arg.rs [new file with mode: 0644]
tests/ui/never_type/cast-never.rs [new file with mode: 0644]
tests/ui/never_type/defaulted-never-note.fallback.stderr [new file with mode: 0644]
tests/ui/never_type/defaulted-never-note.rs [new file with mode: 0644]
tests/ui/never_type/dispatch_from_dyn_zst.rs [new file with mode: 0644]
tests/ui/never_type/diverging-fallback-control-flow.rs [new file with mode: 0644]
tests/ui/never_type/diverging-fallback-no-leak.fallback.stderr [new file with mode: 0644]
tests/ui/never_type/diverging-fallback-no-leak.rs [new file with mode: 0644]
tests/ui/never_type/diverging-fallback-unconstrained-return.rs [new file with mode: 0644]
tests/ui/never_type/diverging-tuple-parts-39485.rs [new file with mode: 0644]
tests/ui/never_type/diverging-tuple-parts-39485.stderr [new file with mode: 0644]
tests/ui/never_type/exhaustive_patterns.rs [new file with mode: 0644]
tests/ui/never_type/exhaustive_patterns.stderr [new file with mode: 0644]
tests/ui/never_type/expr-empty-ret.rs [new file with mode: 0644]
tests/ui/never_type/fallback-closure-ret.rs [new file with mode: 0644]
tests/ui/never_type/fallback-closure-wrap.fallback.stderr [new file with mode: 0644]
tests/ui/never_type/fallback-closure-wrap.rs [new file with mode: 0644]
tests/ui/never_type/feature-gate-never_type_fallback.rs [new file with mode: 0644]
tests/ui/never_type/feature-gate-never_type_fallback.stderr [new file with mode: 0644]
tests/ui/never_type/impl-for-never.rs [new file with mode: 0644]
tests/ui/never_type/impl_trait_fallback.rs [new file with mode: 0644]
tests/ui/never_type/impl_trait_fallback2.rs [new file with mode: 0644]
tests/ui/never_type/impl_trait_fallback2.stderr [new file with mode: 0644]
tests/ui/never_type/impl_trait_fallback3.rs [new file with mode: 0644]
tests/ui/never_type/impl_trait_fallback3.stderr [new file with mode: 0644]
tests/ui/never_type/impl_trait_fallback4.rs [new file with mode: 0644]
tests/ui/never_type/impl_trait_fallback4.stderr [new file with mode: 0644]
tests/ui/never_type/issue-10176.rs [new file with mode: 0644]
tests/ui/never_type/issue-10176.stderr [new file with mode: 0644]
tests/ui/never_type/issue-13352.rs [new file with mode: 0644]
tests/ui/never_type/issue-13352.stderr [new file with mode: 0644]
tests/ui/never_type/issue-2149.rs [new file with mode: 0644]
tests/ui/never_type/issue-2149.stderr [new file with mode: 0644]
tests/ui/never_type/issue-44402.rs [new file with mode: 0644]
tests/ui/never_type/issue-51506.rs [new file with mode: 0644]
tests/ui/never_type/issue-51506.stderr [new file with mode: 0644]
tests/ui/never_type/issue-52443.rs [new file with mode: 0644]
tests/ui/never_type/issue-52443.stderr [new file with mode: 0644]
tests/ui/never_type/issue-5500-1.rs [new file with mode: 0644]
tests/ui/never_type/issue-96335.rs [new file with mode: 0644]
tests/ui/never_type/issue-96335.stderr [new file with mode: 0644]
tests/ui/never_type/never-assign-dead-code.rs [new file with mode: 0644]
tests/ui/never_type/never-assign-dead-code.stderr [new file with mode: 0644]
tests/ui/never_type/never-assign-wrong-type.rs [new file with mode: 0644]
tests/ui/never_type/never-assign-wrong-type.stderr [new file with mode: 0644]
tests/ui/never_type/never-associated-type.rs [new file with mode: 0644]
tests/ui/never_type/never-from-impl-is-reserved.rs [new file with mode: 0644]
tests/ui/never_type/never-from-impl-is-reserved.stderr [new file with mode: 0644]
tests/ui/never_type/never-result.rs [new file with mode: 0644]
tests/ui/never_type/never-type-arg.rs [new file with mode: 0644]
tests/ui/never_type/never-type-rvalues.rs [new file with mode: 0644]
tests/ui/never_type/never-value-fallback-issue-66757.nofallback.stderr [new file with mode: 0644]
tests/ui/never_type/never-value-fallback-issue-66757.rs [new file with mode: 0644]
tests/ui/never_type/never_coercions.rs [new file with mode: 0644]
tests/ui/never_type/never_transmute_never.rs [new file with mode: 0644]
tests/ui/never_type/return-never-coerce.rs [new file with mode: 0644]
tests/ui/never_type/try_from.rs [new file with mode: 0644]
tests/ui/new-impl-syntax.rs [new file with mode: 0644]
tests/ui/new-import-syntax.rs [new file with mode: 0644]
tests/ui/new-style-constants.rs [new file with mode: 0644]
tests/ui/new-unicode-escapes.rs [new file with mode: 0644]
tests/ui/new-unsafe-pointers.rs [new file with mode: 0644]
tests/ui/newlambdas.rs [new file with mode: 0644]
tests/ui/newtype-polymorphic.rs [new file with mode: 0644]
tests/ui/newtype.rs [new file with mode: 0644]
tests/ui/nll/assign-while-to-immutable.rs [new file with mode: 0644]
tests/ui/nll/borrow-use-issue-46875.rs [new file with mode: 0644]
tests/ui/nll/borrowck-thread-local-static-mut-borrow-outlives-fn.rs [new file with mode: 0644]
tests/ui/nll/borrowed-local-error.rs [new file with mode: 0644]
tests/ui/nll/borrowed-local-error.stderr [new file with mode: 0644]
tests/ui/nll/borrowed-match-issue-45045.rs [new file with mode: 0644]
tests/ui/nll/borrowed-match-issue-45045.stderr [new file with mode: 0644]
tests/ui/nll/borrowed-referent-issue-38899.rs [new file with mode: 0644]
tests/ui/nll/borrowed-referent-issue-38899.stderr [new file with mode: 0644]
tests/ui/nll/borrowed-temporary-error.rs [new file with mode: 0644]
tests/ui/nll/borrowed-temporary-error.stderr [new file with mode: 0644]
tests/ui/nll/borrowed-universal-error-2.rs [new file with mode: 0644]
tests/ui/nll/borrowed-universal-error-2.stderr [new file with mode: 0644]
tests/ui/nll/borrowed-universal-error.rs [new file with mode: 0644]
tests/ui/nll/borrowed-universal-error.stderr [new file with mode: 0644]
tests/ui/nll/cannot-move-block-spans.rs [new file with mode: 0644]
tests/ui/nll/cannot-move-block-spans.stderr [new file with mode: 0644]
tests/ui/nll/capture-mut-ref.fixed [new file with mode: 0644]
tests/ui/nll/capture-mut-ref.rs [new file with mode: 0644]
tests/ui/nll/capture-mut-ref.stderr [new file with mode: 0644]
tests/ui/nll/capture-ref-in-struct.rs [new file with mode: 0644]
tests/ui/nll/capture-ref-in-struct.stderr [new file with mode: 0644]
tests/ui/nll/closure-access-spans.rs [new file with mode: 0644]
tests/ui/nll/closure-access-spans.stderr [new file with mode: 0644]
tests/ui/nll/closure-borrow-spans.rs [new file with mode: 0644]
tests/ui/nll/closure-borrow-spans.stderr [new file with mode: 0644]
tests/ui/nll/closure-captures.rs [new file with mode: 0644]
tests/ui/nll/closure-captures.stderr [new file with mode: 0644]
tests/ui/nll/closure-malformed-projection-input-issue-102800.rs [new file with mode: 0644]
tests/ui/nll/closure-malformed-projection-input-issue-102800.stderr [new file with mode: 0644]
tests/ui/nll/closure-move-spans.rs [new file with mode: 0644]
tests/ui/nll/closure-move-spans.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/escape-argument-callee.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/escape-argument-callee.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/escape-argument.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/escape-argument.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/escape-upvar-nested.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/escape-upvar-nested.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/escape-upvar-ref.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/escape-upvar-ref.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/issue-58127-mutliple-requirements.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-approximated-fail-no-postdom.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-approximated-fail-no-postdom.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-approximated-ref.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-approximated-ref.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-approximated-shorter-to-static-comparing-against-free.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-approximated-shorter-to-static-comparing-against-free.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-approximated-shorter-to-static-no-bound.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-approximated-shorter-to-static-no-bound.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-approximated-shorter-to-static-wrong-bound.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-approximated-shorter-to-static-wrong-bound.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-approximated-val.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-approximated-val.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-despite-same-free-region.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-despite-same-free-region.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-fail-to-approximate-longer-no-bounds.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-fail-to-approximate-longer-no-bounds.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-fail-to-approximate-longer-wrong-bounds.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-fail-to-approximate-longer-wrong-bounds.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-from-trait-match.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-from-trait-match.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-multiple-requirements.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/propagate-multiple-requirements.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/region-lbr-anon-does-not-outlive-static.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/region-lbr-anon-does-not-outlive-static.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/region-lbr-named-does-not-outlive-static.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/region-lbr-named-does-not-outlive-static.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/region-lbr1-does-not-outlive-ebr2.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/region-lbr1-does-not-outlive-ebr2.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/region-lbr1-does-outlive-lbr2-because-implied-bound.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/return-wrong-bound-region.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/return-wrong-bound-region.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/type-test-subject-non-trivial-region.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/type-test-subject-opaque-1.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/type-test-subject-opaque-2.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/type-test-subject-unnamed-region.rs [new file with mode: 0644]
tests/ui/nll/closure-use-spans.rs [new file with mode: 0644]
tests/ui/nll/closure-use-spans.stderr [new file with mode: 0644]
tests/ui/nll/closures-in-loops.rs [new file with mode: 0644]
tests/ui/nll/closures-in-loops.stderr [new file with mode: 0644]
tests/ui/nll/constant-thread-locals-issue-47053.rs [new file with mode: 0644]
tests/ui/nll/constant-thread-locals-issue-47053.stderr [new file with mode: 0644]
tests/ui/nll/constant.rs [new file with mode: 0644]
tests/ui/nll/continue-after-missing-main.rs [new file with mode: 0644]
tests/ui/nll/continue-after-missing-main.stderr [new file with mode: 0644]
tests/ui/nll/decl-macro-illegal-copy.rs [new file with mode: 0644]
tests/ui/nll/decl-macro-illegal-copy.stderr [new file with mode: 0644]
tests/ui/nll/do-not-ignore-lifetime-bounds-in-copy-proj.rs [new file with mode: 0644]
tests/ui/nll/do-not-ignore-lifetime-bounds-in-copy-proj.stderr [new file with mode: 0644]
tests/ui/nll/do-not-ignore-lifetime-bounds-in-copy.rs [new file with mode: 0644]
tests/ui/nll/do-not-ignore-lifetime-bounds-in-copy.stderr [new file with mode: 0644]
tests/ui/nll/dont-print-desugared.rs [new file with mode: 0644]
tests/ui/nll/dont-print-desugared.stderr [new file with mode: 0644]
tests/ui/nll/drop-may-dangle.rs [new file with mode: 0644]
tests/ui/nll/drop-no-may-dangle.rs [new file with mode: 0644]
tests/ui/nll/drop-no-may-dangle.stderr [new file with mode: 0644]
tests/ui/nll/empty-type-predicate-2.rs [new file with mode: 0644]
tests/ui/nll/empty-type-predicate.rs [new file with mode: 0644]
tests/ui/nll/enum-drop-access.rs [new file with mode: 0644]
tests/ui/nll/enum-drop-access.stderr [new file with mode: 0644]
tests/ui/nll/extra-unused-mut.rs [new file with mode: 0644]
tests/ui/nll/generator-distinct-lifetime.rs [new file with mode: 0644]
tests/ui/nll/generator-upvar-mutability.rs [new file with mode: 0644]
tests/ui/nll/generator-upvar-mutability.stderr [new file with mode: 0644]
tests/ui/nll/get_default.polonius.stderr [new file with mode: 0644]
tests/ui/nll/get_default.rs [new file with mode: 0644]
tests/ui/nll/get_default.stderr [new file with mode: 0644]
tests/ui/nll/guarantor-issue-46974.rs [new file with mode: 0644]
tests/ui/nll/guarantor-issue-46974.stderr [new file with mode: 0644]
tests/ui/nll/issue-16223.rs [new file with mode: 0644]
tests/ui/nll/issue-21114-ebfull.rs [new file with mode: 0644]
tests/ui/nll/issue-21114-kixunil.rs [new file with mode: 0644]
tests/ui/nll/issue-21232-partial-init-and-erroneous-use.rs [new file with mode: 0644]
tests/ui/nll/issue-21232-partial-init-and-erroneous-use.stderr [new file with mode: 0644]
tests/ui/nll/issue-21232-partial-init-and-use.rs [new file with mode: 0644]
tests/ui/nll/issue-21232-partial-init-and-use.stderr [new file with mode: 0644]
tests/ui/nll/issue-22323-temp-destruction.rs [new file with mode: 0644]
tests/ui/nll/issue-24535-allow-mutable-borrow-in-match-guard.rs [new file with mode: 0644]
tests/ui/nll/issue-27282-move-match-input-into-guard.rs [new file with mode: 0644]
tests/ui/nll/issue-27282-move-match-input-into-guard.stderr [new file with mode: 0644]
tests/ui/nll/issue-27282-move-ref-mut-into-guard.rs [new file with mode: 0644]
tests/ui/nll/issue-27282-move-ref-mut-into-guard.stderr [new file with mode: 0644]
tests/ui/nll/issue-27282-mutate-before-diverging-arm-1.rs [new file with mode: 0644]
tests/ui/nll/issue-27282-mutate-before-diverging-arm-1.stderr [new file with mode: 0644]
tests/ui/nll/issue-27282-mutate-before-diverging-arm-2.rs [new file with mode: 0644]
tests/ui/nll/issue-27282-mutate-before-diverging-arm-2.stderr [new file with mode: 0644]
tests/ui/nll/issue-27282-mutate-before-diverging-arm-3.rs [new file with mode: 0644]
tests/ui/nll/issue-27282-mutate-before-diverging-arm-3.stderr [new file with mode: 0644]
tests/ui/nll/issue-27282-mutation-in-guard.rs [new file with mode: 0644]
tests/ui/nll/issue-27282-mutation-in-guard.stderr [new file with mode: 0644]
tests/ui/nll/issue-27282-reborrow-ref-mut-in-guard.rs [new file with mode: 0644]
tests/ui/nll/issue-27282-reborrow-ref-mut-in-guard.stderr [new file with mode: 0644]
tests/ui/nll/issue-27583.rs [new file with mode: 0644]
tests/ui/nll/issue-27868.rs [new file with mode: 0644]
tests/ui/nll/issue-27868.stderr [new file with mode: 0644]
tests/ui/nll/issue-30104.rs [new file with mode: 0644]
tests/ui/nll/issue-31567.rs [new file with mode: 0644]
tests/ui/nll/issue-31567.stderr [new file with mode: 0644]
tests/ui/nll/issue-32382-index-assoc-type-with-lifetime.rs [new file with mode: 0644]
tests/ui/nll/issue-42574-diagnostic-in-nested-closure.rs [new file with mode: 0644]
tests/ui/nll/issue-42574-diagnostic-in-nested-closure.stderr [new file with mode: 0644]
tests/ui/nll/issue-43058.rs [new file with mode: 0644]
tests/ui/nll/issue-45157.rs [new file with mode: 0644]
tests/ui/nll/issue-45157.stderr [new file with mode: 0644]
tests/ui/nll/issue-45696-long-live-borrows-in-boxes.rs [new file with mode: 0644]
tests/ui/nll/issue-45696-no-variant-box-recur.rs [new file with mode: 0644]
tests/ui/nll/issue-45696-scribble-on-boxed-borrow.rs [new file with mode: 0644]
tests/ui/nll/issue-45696-scribble-on-boxed-borrow.stderr [new file with mode: 0644]
tests/ui/nll/issue-46023.rs [new file with mode: 0644]
tests/ui/nll/issue-46023.stderr [new file with mode: 0644]
tests/ui/nll/issue-46036.rs [new file with mode: 0644]
tests/ui/nll/issue-46036.stderr [new file with mode: 0644]
tests/ui/nll/issue-46589.rs [new file with mode: 0644]
tests/ui/nll/issue-46589.stderr [new file with mode: 0644]
tests/ui/nll/issue-47022.rs [new file with mode: 0644]
tests/ui/nll/issue-47153-generic-const.rs [new file with mode: 0644]
tests/ui/nll/issue-47388.rs [new file with mode: 0644]
tests/ui/nll/issue-47388.stderr [new file with mode: 0644]
tests/ui/nll/issue-47470.rs [new file with mode: 0644]
tests/ui/nll/issue-47470.stderr [new file with mode: 0644]
tests/ui/nll/issue-47589.rs [new file with mode: 0644]
tests/ui/nll/issue-48070.rs [new file with mode: 0644]
tests/ui/nll/issue-48179.rs [new file with mode: 0644]
tests/ui/nll/issue-48238.rs [new file with mode: 0644]
tests/ui/nll/issue-48238.stderr [new file with mode: 0644]
tests/ui/nll/issue-48623-closure.rs [new file with mode: 0644]
tests/ui/nll/issue-48623-generator.rs [new file with mode: 0644]
tests/ui/nll/issue-48623-generator.stderr [new file with mode: 0644]
tests/ui/nll/issue-48697.rs [new file with mode: 0644]
tests/ui/nll/issue-48697.stderr [new file with mode: 0644]
tests/ui/nll/issue-48803.rs [new file with mode: 0644]
tests/ui/nll/issue-48803.stderr [new file with mode: 0644]
tests/ui/nll/issue-50343.rs [new file with mode: 0644]
tests/ui/nll/issue-50461-used-mut-from-moves.rs [new file with mode: 0644]
tests/ui/nll/issue-50716-1.rs [new file with mode: 0644]
tests/ui/nll/issue-50716.rs [new file with mode: 0644]
tests/ui/nll/issue-50716.stderr [new file with mode: 0644]
tests/ui/nll/issue-51191.rs [new file with mode: 0644]
tests/ui/nll/issue-51191.stderr [new file with mode: 0644]
tests/ui/nll/issue-51244.rs [new file with mode: 0644]
tests/ui/nll/issue-51244.stderr [new file with mode: 0644]
tests/ui/nll/issue-51268.rs [new file with mode: 0644]
tests/ui/nll/issue-51268.stderr [new file with mode: 0644]
tests/ui/nll/issue-51345-2.rs [new file with mode: 0644]
tests/ui/nll/issue-51351.rs [new file with mode: 0644]
tests/ui/nll/issue-51512.rs [new file with mode: 0644]
tests/ui/nll/issue-51512.stderr [new file with mode: 0644]
tests/ui/nll/issue-51770.rs [new file with mode: 0644]
tests/ui/nll/issue-52057.rs [new file with mode: 0644]
tests/ui/nll/issue-52059-report-when-borrow-and-drop-conflict.rs [new file with mode: 0644]
tests/ui/nll/issue-52059-report-when-borrow-and-drop-conflict.stderr [new file with mode: 0644]
tests/ui/nll/issue-52078.rs [new file with mode: 0644]
tests/ui/nll/issue-52086.rs [new file with mode: 0644]
tests/ui/nll/issue-52086.stderr [new file with mode: 0644]
tests/ui/nll/issue-52113.rs [new file with mode: 0644]
tests/ui/nll/issue-52113.stderr [new file with mode: 0644]
tests/ui/nll/issue-52213.rs [new file with mode: 0644]
tests/ui/nll/issue-52213.stderr [new file with mode: 0644]
tests/ui/nll/issue-52533-1.rs [new file with mode: 0644]
tests/ui/nll/issue-52533-1.stderr [new file with mode: 0644]
tests/ui/nll/issue-52534-1.rs [new file with mode: 0644]
tests/ui/nll/issue-52534-1.stderr [new file with mode: 0644]
tests/ui/nll/issue-52534-2.rs [new file with mode: 0644]
tests/ui/nll/issue-52534-2.stderr [new file with mode: 0644]
tests/ui/nll/issue-52534.rs [new file with mode: 0644]
tests/ui/nll/issue-52534.stderr [new file with mode: 0644]
tests/ui/nll/issue-52663-span-decl-captured-variable.rs [new file with mode: 0644]
tests/ui/nll/issue-52663-span-decl-captured-variable.stderr [new file with mode: 0644]
tests/ui/nll/issue-52663-trait-object.rs [new file with mode: 0644]
tests/ui/nll/issue-52663-trait-object.stderr [new file with mode: 0644]
tests/ui/nll/issue-52669.rs [new file with mode: 0644]
tests/ui/nll/issue-52669.stderr [new file with mode: 0644]
tests/ui/nll/issue-52742.rs [new file with mode: 0644]
tests/ui/nll/issue-52742.stderr [new file with mode: 0644]
tests/ui/nll/issue-52992.rs [new file with mode: 0644]
tests/ui/nll/issue-53040.rs [new file with mode: 0644]
tests/ui/nll/issue-53040.stderr [new file with mode: 0644]
tests/ui/nll/issue-53119.rs [new file with mode: 0644]
tests/ui/nll/issue-53123-raw-pointer-cast.rs [new file with mode: 0644]
tests/ui/nll/issue-53570.rs [new file with mode: 0644]
tests/ui/nll/issue-53773.rs [new file with mode: 0644]
tests/ui/nll/issue-53773.stderr [new file with mode: 0644]
tests/ui/nll/issue-53807.rs [new file with mode: 0644]
tests/ui/nll/issue-53807.stderr [new file with mode: 0644]
tests/ui/nll/issue-54189.rs [new file with mode: 0644]
tests/ui/nll/issue-54189.stderr [new file with mode: 0644]
tests/ui/nll/issue-54382-use-span-of-tail-of-block.rs [new file with mode: 0644]
tests/ui/nll/issue-54382-use-span-of-tail-of-block.stderr [new file with mode: 0644]
tests/ui/nll/issue-54556-niconii.rs [new file with mode: 0644]
tests/ui/nll/issue-54556-niconii.stderr [new file with mode: 0644]
tests/ui/nll/issue-54556-stephaneyfx.rs [new file with mode: 0644]
tests/ui/nll/issue-54556-stephaneyfx.stderr [new file with mode: 0644]
tests/ui/nll/issue-54556-temps-in-tail-diagnostic.rs [new file with mode: 0644]
tests/ui/nll/issue-54556-temps-in-tail-diagnostic.stderr [new file with mode: 0644]
tests/ui/nll/issue-54556-used-vs-unused-tails.rs [new file with mode: 0644]
tests/ui/nll/issue-54556-used-vs-unused-tails.stderr [new file with mode: 0644]
tests/ui/nll/issue-54556-wrap-it-up.rs [new file with mode: 0644]
tests/ui/nll/issue-54556-wrap-it-up.stderr [new file with mode: 0644]
tests/ui/nll/issue-54779-anon-static-lifetime.rs [new file with mode: 0644]
tests/ui/nll/issue-54779-anon-static-lifetime.stderr [new file with mode: 0644]
tests/ui/nll/issue-54943-3.rs [new file with mode: 0644]
tests/ui/nll/issue-54943.rs [new file with mode: 0644]
tests/ui/nll/issue-54943.stderr [new file with mode: 0644]
tests/ui/nll/issue-55288.rs [new file with mode: 0644]
tests/ui/nll/issue-55344.rs [new file with mode: 0644]
tests/ui/nll/issue-55394.rs [new file with mode: 0644]
tests/ui/nll/issue-55394.stderr [new file with mode: 0644]
tests/ui/nll/issue-55401.rs [new file with mode: 0644]
tests/ui/nll/issue-55401.stderr [new file with mode: 0644]
tests/ui/nll/issue-55511.rs [new file with mode: 0644]
tests/ui/nll/issue-55511.stderr [new file with mode: 0644]
tests/ui/nll/issue-55651.rs [new file with mode: 0644]
tests/ui/nll/issue-55825-const-fn.rs [new file with mode: 0644]
tests/ui/nll/issue-55850.rs [new file with mode: 0644]
tests/ui/nll/issue-55850.stderr [new file with mode: 0644]
tests/ui/nll/issue-57100.rs [new file with mode: 0644]
tests/ui/nll/issue-57100.stderr [new file with mode: 0644]
tests/ui/nll/issue-57265-return-type-wf-check.rs [new file with mode: 0644]
tests/ui/nll/issue-57265-return-type-wf-check.stderr [new file with mode: 0644]
tests/ui/nll/issue-57280-1-flipped.rs [new file with mode: 0644]
tests/ui/nll/issue-57280-1-flipped.stderr [new file with mode: 0644]
tests/ui/nll/issue-57280-1.rs [new file with mode: 0644]
tests/ui/nll/issue-57280.rs [new file with mode: 0644]
tests/ui/nll/issue-57642-higher-ranked-subtype.rs [new file with mode: 0644]
tests/ui/nll/issue-57642-higher-ranked-subtype.stderr [new file with mode: 0644]
tests/ui/nll/issue-57843.rs [new file with mode: 0644]
tests/ui/nll/issue-57843.stderr [new file with mode: 0644]
tests/ui/nll/issue-57960.rs [new file with mode: 0644]
tests/ui/nll/issue-57989.rs [new file with mode: 0644]
tests/ui/nll/issue-57989.stderr [new file with mode: 0644]
tests/ui/nll/issue-58053.rs [new file with mode: 0644]
tests/ui/nll/issue-58053.stderr [new file with mode: 0644]
tests/ui/nll/issue-58299.rs [new file with mode: 0644]
tests/ui/nll/issue-58299.stderr [new file with mode: 0644]
tests/ui/nll/issue-61311-normalize.rs [new file with mode: 0644]
tests/ui/nll/issue-61320-normalize.rs [new file with mode: 0644]
tests/ui/nll/issue-61424.fixed [new file with mode: 0644]
tests/ui/nll/issue-61424.rs [new file with mode: 0644]
tests/ui/nll/issue-61424.stderr [new file with mode: 0644]
tests/ui/nll/issue-62007-assign-const-index.rs [new file with mode: 0644]
tests/ui/nll/issue-62007-assign-const-index.stderr [new file with mode: 0644]
tests/ui/nll/issue-62007-assign-differing-fields.rs [new file with mode: 0644]
tests/ui/nll/issue-62007-assign-differing-fields.stderr [new file with mode: 0644]
tests/ui/nll/issue-63154-normalize.rs [new file with mode: 0644]
tests/ui/nll/issue-67007-escaping-data.rs [new file with mode: 0644]
tests/ui/nll/issue-67007-escaping-data.stderr [new file with mode: 0644]
tests/ui/nll/issue-68550.rs [new file with mode: 0644]
tests/ui/nll/issue-68550.stderr [new file with mode: 0644]
tests/ui/nll/issue-69114-static-mut-ty.rs [new file with mode: 0644]
tests/ui/nll/issue-69114-static-mut-ty.stderr [new file with mode: 0644]
tests/ui/nll/issue-69114-static-ty.rs [new file with mode: 0644]
tests/ui/nll/issue-69114-static-ty.stderr [new file with mode: 0644]
tests/ui/nll/issue-73159-rpit-static.rs [new file with mode: 0644]
tests/ui/nll/issue-73159-rpit-static.stderr [new file with mode: 0644]
tests/ui/nll/issue-75777.rs [new file with mode: 0644]
tests/ui/nll/issue-75777.stderr [new file with mode: 0644]
tests/ui/nll/issue-78561.rs [new file with mode: 0644]
tests/ui/nll/issue-95272.rs [new file with mode: 0644]
tests/ui/nll/issue-95272.stderr [new file with mode: 0644]
tests/ui/nll/issue-97997.rs [new file with mode: 0644]
tests/ui/nll/issue-97997.stderr [new file with mode: 0644]
tests/ui/nll/issue-98170.rs [new file with mode: 0644]
tests/ui/nll/issue-98170.stderr [new file with mode: 0644]
tests/ui/nll/issue-98589-closures-relate-named-regions.rs [new file with mode: 0644]
tests/ui/nll/issue-98589-closures-relate-named-regions.stderr [new file with mode: 0644]
tests/ui/nll/issue-98693.rs [new file with mode: 0644]
tests/ui/nll/issue-98693.stderr [new file with mode: 0644]
tests/ui/nll/lint-no-err.rs [new file with mode: 0644]
tests/ui/nll/loan_ends_mid_block_pair.rs [new file with mode: 0644]
tests/ui/nll/loan_ends_mid_block_pair.stderr [new file with mode: 0644]
tests/ui/nll/loan_ends_mid_block_vec.rs [new file with mode: 0644]
tests/ui/nll/loan_ends_mid_block_vec.stderr [new file with mode: 0644]
tests/ui/nll/local-outlives-static-via-hrtb.rs [new file with mode: 0644]
tests/ui/nll/local-outlives-static-via-hrtb.stderr [new file with mode: 0644]
tests/ui/nll/lub-if.rs [new file with mode: 0644]
tests/ui/nll/lub-if.stderr [new file with mode: 0644]
tests/ui/nll/lub-match.rs [new file with mode: 0644]
tests/ui/nll/lub-match.stderr [new file with mode: 0644]
tests/ui/nll/match-cfg-fake-edges.rs [new file with mode: 0644]
tests/ui/nll/match-cfg-fake-edges.stderr [new file with mode: 0644]
tests/ui/nll/match-cfg-fake-edges2.rs [new file with mode: 0644]
tests/ui/nll/match-cfg-fake-edges2.stderr [new file with mode: 0644]
tests/ui/nll/match-guards-always-borrow.rs [new file with mode: 0644]
tests/ui/nll/match-guards-always-borrow.stderr [new file with mode: 0644]
tests/ui/nll/match-guards-partially-borrow.rs [new file with mode: 0644]
tests/ui/nll/match-guards-partially-borrow.stderr [new file with mode: 0644]
tests/ui/nll/match-on-borrowed.rs [new file with mode: 0644]
tests/ui/nll/match-on-borrowed.stderr [new file with mode: 0644]
tests/ui/nll/maybe-initialized-drop-implicit-fragment-drop.rs [new file with mode: 0644]
tests/ui/nll/maybe-initialized-drop-implicit-fragment-drop.stderr [new file with mode: 0644]
tests/ui/nll/maybe-initialized-drop-uninitialized.rs [new file with mode: 0644]
tests/ui/nll/maybe-initialized-drop-with-fragment.rs [new file with mode: 0644]
tests/ui/nll/maybe-initialized-drop-with-fragment.stderr [new file with mode: 0644]
tests/ui/nll/maybe-initialized-drop-with-uninitialized-fragments.rs [new file with mode: 0644]
tests/ui/nll/maybe-initialized-drop-with-uninitialized-fragments.stderr [new file with mode: 0644]
tests/ui/nll/maybe-initialized-drop.rs [new file with mode: 0644]
tests/ui/nll/maybe-initialized-drop.stderr [new file with mode: 0644]
tests/ui/nll/member-constraints/min-choice-reject-ambiguous.rs [new file with mode: 0644]
tests/ui/nll/member-constraints/min-choice-reject-ambiguous.stderr [new file with mode: 0644]
tests/ui/nll/member-constraints/min-choice.rs [new file with mode: 0644]
tests/ui/nll/member-constraints/nested-impl-trait-fail.rs [new file with mode: 0644]
tests/ui/nll/member-constraints/nested-impl-trait-fail.stderr [new file with mode: 0644]
tests/ui/nll/member-constraints/nested-impl-trait-pass.rs [new file with mode: 0644]
tests/ui/nll/mir_check_cast_closure.rs [new file with mode: 0644]
tests/ui/nll/mir_check_cast_closure.stderr [new file with mode: 0644]
tests/ui/nll/mir_check_cast_reify.rs [new file with mode: 0644]
tests/ui/nll/mir_check_cast_reify.stderr [new file with mode: 0644]
tests/ui/nll/mir_check_cast_unsafe_fn.rs [new file with mode: 0644]
tests/ui/nll/mir_check_cast_unsafe_fn.stderr [new file with mode: 0644]
tests/ui/nll/mir_check_cast_unsize.rs [new file with mode: 0644]
tests/ui/nll/mir_check_cast_unsize.stderr [new file with mode: 0644]
tests/ui/nll/move-errors.rs [new file with mode: 0644]
tests/ui/nll/move-errors.stderr [new file with mode: 0644]
tests/ui/nll/move-subpaths-moves-root.rs [new file with mode: 0644]
tests/ui/nll/move-subpaths-moves-root.stderr [new file with mode: 0644]
tests/ui/nll/mutating_references.rs [new file with mode: 0644]
tests/ui/nll/normalization-bounds-error.rs [new file with mode: 0644]
tests/ui/nll/normalization-bounds-error.stderr [new file with mode: 0644]
tests/ui/nll/normalization-bounds.rs [new file with mode: 0644]
tests/ui/nll/outlives-suggestion-more.rs [new file with mode: 0644]
tests/ui/nll/outlives-suggestion-more.stderr [new file with mode: 0644]
tests/ui/nll/outlives-suggestion-simple.polonius.stderr [new file with mode: 0644]
tests/ui/nll/outlives-suggestion-simple.rs [new file with mode: 0644]
tests/ui/nll/outlives-suggestion-simple.stderr [new file with mode: 0644]
tests/ui/nll/polonius/assignment-kills-loans.rs [new file with mode: 0644]
tests/ui/nll/polonius/assignment-to-differing-field.rs [new file with mode: 0644]
tests/ui/nll/polonius/assignment-to-differing-field.stderr [new file with mode: 0644]
tests/ui/nll/polonius/call-kills-loans.rs [new file with mode: 0644]
tests/ui/nll/polonius/issue-46589.rs [new file with mode: 0644]
tests/ui/nll/polonius/polonius-smoke-test.rs [new file with mode: 0644]
tests/ui/nll/polonius/polonius-smoke-test.stderr [new file with mode: 0644]
tests/ui/nll/polonius/storagedead-kills-loans.rs [new file with mode: 0644]
tests/ui/nll/polonius/subset-relations.rs [new file with mode: 0644]
tests/ui/nll/polonius/subset-relations.stderr [new file with mode: 0644]
tests/ui/nll/process_or_insert_default.rs [new file with mode: 0644]
tests/ui/nll/projection-return.rs [new file with mode: 0644]
tests/ui/nll/promotable-mutable-zst-doesnt-conflict.rs [new file with mode: 0644]
tests/ui/nll/promoted-bounds.rs [new file with mode: 0644]
tests/ui/nll/promoted-bounds.stderr [new file with mode: 0644]
tests/ui/nll/promoted-closure-pair.rs [new file with mode: 0644]
tests/ui/nll/promoted-closure-pair.stderr [new file with mode: 0644]
tests/ui/nll/promoted-liveness.rs [new file with mode: 0644]
tests/ui/nll/rc-loop.rs [new file with mode: 0644]
tests/ui/nll/ref-suggestion.rs [new file with mode: 0644]
tests/ui/nll/ref-suggestion.stderr [new file with mode: 0644]
tests/ui/nll/reference-carried-through-struct-field.rs [new file with mode: 0644]
tests/ui/nll/reference-carried-through-struct-field.stderr [new file with mode: 0644]
tests/ui/nll/region-ends-after-if-condition.rs [new file with mode: 0644]
tests/ui/nll/region-ends-after-if-condition.stderr [new file with mode: 0644]
tests/ui/nll/relate_tys/fn-subtype.rs [new file with mode: 0644]
tests/ui/nll/relate_tys/fn-subtype.stderr [new file with mode: 0644]
tests/ui/nll/relate_tys/hr-fn-aaa-as-aba.rs [new file with mode: 0644]
tests/ui/nll/relate_tys/hr-fn-aaa-as-aba.stderr [new file with mode: 0644]
tests/ui/nll/relate_tys/hr-fn-aau-eq-abu.rs [new file with mode: 0644]
tests/ui/nll/relate_tys/hr-fn-aba-as-aaa.rs [new file with mode: 0644]
tests/ui/nll/relate_tys/impl-fn-ignore-binder-via-bottom.rs [new file with mode: 0644]
tests/ui/nll/relate_tys/impl-fn-ignore-binder-via-bottom.stderr [new file with mode: 0644]
tests/ui/nll/relate_tys/issue-48071.rs [new file with mode: 0644]
tests/ui/nll/relate_tys/opaque-hrtb.rs [new file with mode: 0644]
tests/ui/nll/relate_tys/opaque-hrtb.stderr [new file with mode: 0644]
tests/ui/nll/relate_tys/trait-hrtb.rs [new file with mode: 0644]
tests/ui/nll/relate_tys/trait-hrtb.stderr [new file with mode: 0644]
tests/ui/nll/relate_tys/universe-violation.rs [new file with mode: 0644]
tests/ui/nll/relate_tys/universe-violation.stderr [new file with mode: 0644]
tests/ui/nll/relate_tys/var-appears-twice.rs [new file with mode: 0644]
tests/ui/nll/relate_tys/var-appears-twice.stderr [new file with mode: 0644]
tests/ui/nll/return-ref-mut-issue-46557.rs [new file with mode: 0644]
tests/ui/nll/return-ref-mut-issue-46557.stderr [new file with mode: 0644]
tests/ui/nll/return_from_loop.rs [new file with mode: 0644]
tests/ui/nll/return_from_loop.stderr [new file with mode: 0644]
tests/ui/nll/self-assign-ref-mut.rs [new file with mode: 0644]
tests/ui/nll/snocat-regression.rs [new file with mode: 0644]
tests/ui/nll/snocat-regression.stderr [new file with mode: 0644]
tests/ui/nll/trait-associated-constant.rs [new file with mode: 0644]
tests/ui/nll/trait-associated-constant.stderr [new file with mode: 0644]
tests/ui/nll/ty-outlives/impl-trait-captures.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/impl-trait-captures.stderr [new file with mode: 0644]
tests/ui/nll/ty-outlives/impl-trait-outlives.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/impl-trait-outlives.stderr [new file with mode: 0644]
tests/ui/nll/ty-outlives/issue-53789-1.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/issue-53789-2.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/issue-55756.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-body.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-implied-bounds.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-implied-bounds.stderr [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-no-regions-closure.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-no-regions-closure.stderr [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-no-regions-fn.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-no-regions-fn.stderr [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-one-region-closure.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-one-region-closure.stderr [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-one-region-trait-bound-closure.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-one-region-trait-bound-closure.stderr [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-one-region-trait-bound-static-closure.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-one-region-trait-bound-static-closure.stderr [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-two-region-trait-bound-closure.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-two-region-trait-bound-closure.stderr [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-where-clause-env-wrong-bound.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-where-clause-env-wrong-bound.stderr [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-where-clause-env-wrong-lifetime.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-where-clause-env-wrong-lifetime.stderr [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-where-clause-env.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-where-clause-none.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-where-clause-none.stderr [new file with mode: 0644]
tests/ui/nll/ty-outlives/projection-where-clause-trait.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/ty-param-closure-approximate-lower-bound.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/ty-param-closure-approximate-lower-bound.stderr [new file with mode: 0644]
tests/ui/nll/ty-outlives/ty-param-closure-outlives-from-return-type.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/ty-param-closure-outlives-from-return-type.stderr [new file with mode: 0644]
tests/ui/nll/ty-outlives/ty-param-closure-outlives-from-where-clause.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/ty-param-closure-outlives-from-where-clause.stderr [new file with mode: 0644]
tests/ui/nll/ty-outlives/ty-param-fn-body.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/ty-param-fn-body.stderr [new file with mode: 0644]
tests/ui/nll/ty-outlives/ty-param-fn.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/ty-param-fn.stderr [new file with mode: 0644]
tests/ui/nll/ty-outlives/ty-param-implied-bounds.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/wf-unreachable.rs [new file with mode: 0644]
tests/ui/nll/ty-outlives/wf-unreachable.stderr [new file with mode: 0644]
tests/ui/nll/type-alias-free-regions.rs [new file with mode: 0644]
tests/ui/nll/type-alias-free-regions.stderr [new file with mode: 0644]
tests/ui/nll/type-check-pointer-coercions.rs [new file with mode: 0644]
tests/ui/nll/type-check-pointer-coercions.stderr [new file with mode: 0644]
tests/ui/nll/type-check-pointer-comparisons.rs [new file with mode: 0644]
tests/ui/nll/type-check-pointer-comparisons.stderr [new file with mode: 0644]
tests/ui/nll/type-test-universe.rs [new file with mode: 0644]
tests/ui/nll/type-test-universe.stderr [new file with mode: 0644]
tests/ui/nll/unused-mut-issue-50343.fixed [new file with mode: 0644]
tests/ui/nll/unused-mut-issue-50343.rs [new file with mode: 0644]
tests/ui/nll/unused-mut-issue-50343.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/adt-brace-enums.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/adt-brace-enums.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/adt-brace-structs.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/adt-brace-structs.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/adt-nullary-enums.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/adt-nullary-enums.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/adt-tuple-enums.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/adt-tuple-enums.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/adt-tuple-struct-calls.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/adt-tuple-struct-calls.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/adt-tuple-struct.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/adt-tuple-struct.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/ascribed-type-wf.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/ascribed-type-wf.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/cast_static_lifetime.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/cast_static_lifetime.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/closure-sig.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/closure-substs.polonius.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/closure-substs.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/closure-substs.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/constant-in-expr-inherent-1.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/constant-in-expr-inherent-1.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/constant-in-expr-inherent-2.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/constant-in-expr-inherent-2.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/constant-in-expr-normalize.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/constant-in-expr-normalize.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/constant-in-expr-trait-item-1.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/constant-in-expr-trait-item-1.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/constant-in-expr-trait-item-2.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/constant-in-expr-trait-item-2.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/constant-in-expr-trait-item-3.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/constant-in-expr-trait-item-3.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/downcast-infer.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/dump-adt-brace-struct.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/dump-adt-brace-struct.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/dump-fn-method.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/dump-fn-method.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/fns.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/fns.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/inherent-associated-constants.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/inherent-associated-constants.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/issue-54124.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/issue-54124.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/issue-54570-bootstrapping.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/issue-55219.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/issue-55241.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/issue-55748-pat-types-constrain-bindings.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/issue-55748-pat-types-constrain-bindings.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/issue-57731-ascibed-coupled-types.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/issue-57731-ascibed-coupled-types.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/method-call.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/method-call.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/method-ufcs-1.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/method-ufcs-1.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/method-ufcs-2.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/method-ufcs-2.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/method-ufcs-3.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/method-ufcs-3.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/method-ufcs-inherent-1.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/method-ufcs-inherent-1.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/method-ufcs-inherent-2.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/method-ufcs-inherent-2.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/method-ufcs-inherent-3.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/method-ufcs-inherent-3.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/method-ufcs-inherent-4.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/method-ufcs-inherent-4.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/normalization-2.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/normalization-2.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/normalization-default.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/normalization-default.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/normalization-infer.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/normalization-infer.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/normalization-self.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/normalization-self.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/normalization.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/normalization.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/normalize-self-ty.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/pattern_substs_on_brace_enum_variant.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/pattern_substs_on_brace_enum_variant.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/pattern_substs_on_brace_struct.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/pattern_substs_on_brace_struct.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/pattern_substs_on_tuple_enum_variant.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/pattern_substs_on_tuple_enum_variant.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/pattern_substs_on_tuple_struct.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/pattern_substs_on_tuple_struct.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/patterns.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/patterns.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/promoted-annotation.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/promoted-annotation.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/type-annotation-with-hrtb.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/type_ascription_static_lifetime.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/type_ascription_static_lifetime.stderr [new file with mode: 0644]
tests/ui/nll/user-annotations/wf-self-type.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/wf-self-type.stderr [new file with mode: 0644]
tests/ui/nll/vimwiki-core-regression.rs [new file with mode: 0644]
tests/ui/nll/where_clauses_in_functions.rs [new file with mode: 0644]
tests/ui/nll/where_clauses_in_functions.stderr [new file with mode: 0644]
tests/ui/nll/where_clauses_in_structs.rs [new file with mode: 0644]
tests/ui/nll/where_clauses_in_structs.stderr [new file with mode: 0644]
tests/ui/no-capture-arc.rs [new file with mode: 0644]
tests/ui/no-capture-arc.stderr [new file with mode: 0644]
tests/ui/no-core-1.rs [new file with mode: 0644]
tests/ui/no-core-2.rs [new file with mode: 0644]
tests/ui/no-link-unknown-crate.rs [new file with mode: 0644]
tests/ui/no-link-unknown-crate.stderr [new file with mode: 0644]
tests/ui/no-patterns-in-args-2.rs [new file with mode: 0644]
tests/ui/no-patterns-in-args-2.stderr [new file with mode: 0644]
tests/ui/no-patterns-in-args-macro.rs [new file with mode: 0644]
tests/ui/no-patterns-in-args-macro.stderr [new file with mode: 0644]
tests/ui/no-patterns-in-args.rs [new file with mode: 0644]
tests/ui/no-patterns-in-args.stderr [new file with mode: 0644]
tests/ui/no-reuse-move-arc.rs [new file with mode: 0644]
tests/ui/no-reuse-move-arc.stderr [new file with mode: 0644]
tests/ui/no-send-res-ports.rs [new file with mode: 0644]
tests/ui/no-send-res-ports.stderr [new file with mode: 0644]
tests/ui/no-warn-on-field-replace-issue-34101.rs [new file with mode: 0644]
tests/ui/no_crate_type.rs [new file with mode: 0644]
tests/ui/no_crate_type.stderr [new file with mode: 0644]
tests/ui/no_send-enum.rs [new file with mode: 0644]
tests/ui/no_send-enum.stderr [new file with mode: 0644]
tests/ui/no_send-rc.rs [new file with mode: 0644]
tests/ui/no_send-rc.stderr [new file with mode: 0644]
tests/ui/no_share-enum.rs [new file with mode: 0644]
tests/ui/no_share-enum.stderr [new file with mode: 0644]
tests/ui/no_share-struct.rs [new file with mode: 0644]
tests/ui/no_share-struct.stderr [new file with mode: 0644]
tests/ui/noexporttypeexe.rs [new file with mode: 0644]
tests/ui/noexporttypeexe.stderr [new file with mode: 0644]
tests/ui/non-constant-expr-for-arr-len.rs [new file with mode: 0644]
tests/ui/non-constant-expr-for-arr-len.stderr [new file with mode: 0644]
tests/ui/non-copyable-void.rs [new file with mode: 0644]
tests/ui/non-copyable-void.stderr [new file with mode: 0644]
tests/ui/non-fmt-panic.fixed [new file with mode: 0644]
tests/ui/non-fmt-panic.rs [new file with mode: 0644]
tests/ui/non-fmt-panic.stderr [new file with mode: 0644]
tests/ui/non_modrs_mods/foors_mod.rs [new file with mode: 0644]
tests/ui/non_modrs_mods/foors_mod/compiletest-ignore-dir [new file with mode: 0644]
tests/ui/non_modrs_mods/foors_mod/inline/somename.rs [new file with mode: 0644]
tests/ui/non_modrs_mods/foors_mod/inner_foors_mod.rs [new file with mode: 0644]
tests/ui/non_modrs_mods/foors_mod/inner_foors_mod/innest.rs [new file with mode: 0644]
tests/ui/non_modrs_mods/foors_mod/inner_modrs_mod/innest.rs [new file with mode: 0644]
tests/ui/non_modrs_mods/foors_mod/inner_modrs_mod/mod.rs [new file with mode: 0644]
tests/ui/non_modrs_mods/modrs_mod/compiletest-ignore-dir [new file with mode: 0644]
tests/ui/non_modrs_mods/modrs_mod/inline/somename.rs [new file with mode: 0644]
tests/ui/non_modrs_mods/modrs_mod/inner_foors_mod.rs [new file with mode: 0644]
tests/ui/non_modrs_mods/modrs_mod/inner_foors_mod/innest.rs [new file with mode: 0644]
tests/ui/non_modrs_mods/modrs_mod/inner_modrs_mod/innest.rs [new file with mode: 0644]
tests/ui/non_modrs_mods/modrs_mod/inner_modrs_mod/mod.rs [new file with mode: 0644]
tests/ui/non_modrs_mods/modrs_mod/mod.rs [new file with mode: 0644]
tests/ui/non_modrs_mods/non_modrs_mods.rs [new file with mode: 0644]
tests/ui/non_modrs_mods/some_crazy_attr_mod_dir/arbitrary_name.rs [new file with mode: 0644]
tests/ui/non_modrs_mods/some_crazy_attr_mod_dir/compiletest-ignore-dir [new file with mode: 0644]
tests/ui/non_modrs_mods/some_crazy_attr_mod_dir/inner_modrs_mod/innest.rs [new file with mode: 0644]
tests/ui/non_modrs_mods/some_crazy_attr_mod_dir/inner_modrs_mod/mod.rs [new file with mode: 0644]
tests/ui/non_modrs_mods_and_inline_mods/non_modrs_mods_and_inline_mods.rs [new file with mode: 0644]
tests/ui/non_modrs_mods_and_inline_mods/x.rs [new file with mode: 0644]
tests/ui/non_modrs_mods_and_inline_mods/x/y/z/mod.rs [new file with mode: 0644]
tests/ui/noncopyable-class.rs [new file with mode: 0644]
tests/ui/noncopyable-class.stderr [new file with mode: 0644]
tests/ui/nonscalar-cast.fixed [new file with mode: 0644]
tests/ui/nonscalar-cast.rs [new file with mode: 0644]
tests/ui/nonscalar-cast.stderr [new file with mode: 0644]
tests/ui/not-clone-closure.rs [new file with mode: 0644]
tests/ui/not-clone-closure.stderr [new file with mode: 0644]
tests/ui/not-copy-closure.rs [new file with mode: 0644]
tests/ui/not-copy-closure.stderr [new file with mode: 0644]
tests/ui/not-enough-arguments.rs [new file with mode: 0644]
tests/ui/not-enough-arguments.stderr [new file with mode: 0644]
tests/ui/not-panic/not-panic-safe-2.rs [new file with mode: 0644]
tests/ui/not-panic/not-panic-safe-2.stderr [new file with mode: 0644]
tests/ui/not-panic/not-panic-safe-3.rs [new file with mode: 0644]
tests/ui/not-panic/not-panic-safe-3.stderr [new file with mode: 0644]
tests/ui/not-panic/not-panic-safe-4.rs [new file with mode: 0644]
tests/ui/not-panic/not-panic-safe-4.stderr [new file with mode: 0644]
tests/ui/not-panic/not-panic-safe-5.rs [new file with mode: 0644]
tests/ui/not-panic/not-panic-safe-5.stderr [new file with mode: 0644]
tests/ui/not-panic/not-panic-safe-6.rs [new file with mode: 0644]
tests/ui/not-panic/not-panic-safe-6.stderr [new file with mode: 0644]
tests/ui/not-panic/not-panic-safe.rs [new file with mode: 0644]
tests/ui/not-panic/not-panic-safe.stderr [new file with mode: 0644]
tests/ui/nul-characters.rs [new file with mode: 0644]
tests/ui/nullable-pointer-iotareduction.rs [new file with mode: 0644]
tests/ui/nullable-pointer-size.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/arith-unsigned.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/div-mod.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/divide-by-zero.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/float-int-invalid-const-cast.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/float-literal-inference.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/float-nan.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/float-signature.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/float.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/float2.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/float_math.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/floatlits.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/i128.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/i32-sub.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/i8-incr.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/int-abs-overflow.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/int.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/integer-literal-radix.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/integer-literal-suffix-inference-2.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/integer-literal-suffix-inference-3.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/integer-literal-suffix-inference.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/issue-105626.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/issue-8460-const.noopt.stderr [new file with mode: 0644]
tests/ui/numbers-arithmetic/issue-8460-const.opt.stderr [new file with mode: 0644]
tests/ui/numbers-arithmetic/issue-8460-const.opt_with_overflow_checks.stderr [new file with mode: 0644]
tests/ui/numbers-arithmetic/issue-8460-const.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/issue-8460.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/mod-zero.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/next-power-of-two-overflow-debug.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/next-power-of-two-overflow-ndebug.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/not-suggest-float-literal.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/not-suggest-float-literal.stderr [new file with mode: 0644]
tests/ui/numbers-arithmetic/num-wrapping.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/numeric-method-autoexport.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-add.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-lsh-1.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-lsh-1.stderr [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-lsh-2.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-lsh-2.stderr [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-lsh-3.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-lsh-3.stderr [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-lsh-4.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-lsh-4.stderr [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-mul.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-neg.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-pow-signed.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-pow-unsigned.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-rsh-1.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-rsh-1.stderr [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-rsh-2.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-rsh-2.stderr [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-rsh-3.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-rsh-3.stderr [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-rsh-4.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-rsh-4.stderr [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-rsh-5.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-rsh-5.stderr [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-rsh-6.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-rsh-6.stderr [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-sub.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/promoted_overflow.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/promoted_overflow_opt.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/saturating-float-casts-impl.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/saturating-float-casts-wasm.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/saturating-float-casts.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/shift-near-oflo.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/shift-various-types.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/shift.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/signed-shift-const-eval.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/suggest-float-literal.fixed [new file with mode: 0644]
tests/ui/numbers-arithmetic/suggest-float-literal.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/suggest-float-literal.stderr [new file with mode: 0644]
tests/ui/numbers-arithmetic/u128-as-f32.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/u128.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/u32-decr.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/u8-incr-decr.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/u8-incr.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/uint.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/unary-minus-suffix-inference.rs [new file with mode: 0644]
tests/ui/numeric/const-scope.rs [new file with mode: 0644]
tests/ui/numeric/const-scope.stderr [new file with mode: 0644]
tests/ui/numeric/integer-literal-suffix-inference.rs [new file with mode: 0644]
tests/ui/numeric/integer-literal-suffix-inference.stderr [new file with mode: 0644]
tests/ui/numeric/len.rs [new file with mode: 0644]
tests/ui/numeric/len.stderr [new file with mode: 0644]
tests/ui/numeric/numeric-cast-2.rs [new file with mode: 0644]
tests/ui/numeric/numeric-cast-2.stderr [new file with mode: 0644]
tests/ui/numeric/numeric-cast-binop.fixed [new file with mode: 0644]
tests/ui/numeric/numeric-cast-binop.rs [new file with mode: 0644]
tests/ui/numeric/numeric-cast-binop.stderr [new file with mode: 0644]
tests/ui/numeric/numeric-cast-no-fix.rs [new file with mode: 0644]
tests/ui/numeric/numeric-cast-no-fix.stderr [new file with mode: 0644]
tests/ui/numeric/numeric-cast-without-suggestion.rs [new file with mode: 0644]
tests/ui/numeric/numeric-cast-without-suggestion.stderr [new file with mode: 0644]
tests/ui/numeric/numeric-cast.fixed [new file with mode: 0644]
tests/ui/numeric/numeric-cast.rs [new file with mode: 0644]
tests/ui/numeric/numeric-cast.stderr [new file with mode: 0644]
tests/ui/numeric/numeric-fields.rs [new file with mode: 0644]
tests/ui/numeric/numeric-fields.stderr [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix-i32.fixed [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix-i32.rs [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix-i32.stderr [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix-i64.fixed [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix-i64.rs [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix-i64.stderr [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix-isize.fixed [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix-isize.rs [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix-isize.stderr [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix-u32.fixed [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix-u32.rs [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix-u32.stderr [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix-u64.fixed [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix-u64.rs [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix-u64.stderr [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix-usize.fixed [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix-usize.rs [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix-usize.stderr [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix.fixed [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix.rs [new file with mode: 0644]
tests/ui/numeric/numeric-suffix/numeric-suffix.stderr [new file with mode: 0644]
tests/ui/numeric/uppercase-base-prefix-invalid-no-fix.rs [new file with mode: 0644]
tests/ui/numeric/uppercase-base-prefix-invalid-no-fix.stderr [new file with mode: 0644]
tests/ui/numeric/uppercase-base-prefix.fixed [new file with mode: 0644]
tests/ui/numeric/uppercase-base-prefix.rs [new file with mode: 0644]
tests/ui/numeric/uppercase-base-prefix.stderr [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-ambiguous.rs [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-ambiguous.stderr [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-default-to-static.rs [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-dyn-binding-nonstatic1.rs [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-dyn-binding-nonstatic1.stderr [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-dyn-binding-nonstatic2.rs [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-dyn-binding-nonstatic2.stderr [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-dyn-binding-nonstatic3.rs [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-dyn-binding-nonstatic3.stderr [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-dyn-binding-static.rs [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-elision.rs [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-elision.stderr [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-from-box-error.rs [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-from-box-error.stderr [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-from-ref-struct.rs [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-from-rptr-box-error.rs [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-from-rptr-box-error.stderr [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-from-rptr-box.rs [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-from-rptr-mut.rs [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-from-rptr-struct-error.rs [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-from-rptr-struct-error.stderr [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-from-rptr-struct.rs [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-from-rptr.rs [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-inferred.rs [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-mybox.rs [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default-mybox.stderr [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default.rs [new file with mode: 0644]
tests/ui/object-lifetime/object-lifetime-default.stderr [new file with mode: 0644]
tests/ui/object-pointer-types.rs [new file with mode: 0644]
tests/ui/object-pointer-types.stderr [new file with mode: 0644]
tests/ui/object-safety/issue-102762.rs [new file with mode: 0644]
tests/ui/object-safety/issue-102762.stderr [new file with mode: 0644]
tests/ui/object-safety/issue-102933.rs [new file with mode: 0644]
tests/ui/object-safety/issue-106247.rs [new file with mode: 0644]
tests/ui/object-safety/issue-19538.rs [new file with mode: 0644]
tests/ui/object-safety/issue-19538.stderr [new file with mode: 0644]
tests/ui/object-safety/object-safety-associated-consts.curr.stderr [new file with mode: 0644]
tests/ui/object-safety/object-safety-associated-consts.object_safe_for_dispatch.stderr [new file with mode: 0644]
tests/ui/object-safety/object-safety-associated-consts.rs [new file with mode: 0644]
tests/ui/object-safety/object-safety-bounds.rs [new file with mode: 0644]
tests/ui/object-safety/object-safety-bounds.stderr [new file with mode: 0644]
tests/ui/object-safety/object-safety-by-value-self-use.rs [new file with mode: 0644]
tests/ui/object-safety/object-safety-by-value-self-use.stderr [new file with mode: 0644]
tests/ui/object-safety/object-safety-by-value-self.rs [new file with mode: 0644]
tests/ui/object-safety/object-safety-generics.curr.stderr [new file with mode: 0644]
tests/ui/object-safety/object-safety-generics.object_safe_for_dispatch.stderr [new file with mode: 0644]
tests/ui/object-safety/object-safety-generics.rs [new file with mode: 0644]
tests/ui/object-safety/object-safety-issue-22040.rs [new file with mode: 0644]
tests/ui/object-safety/object-safety-issue-22040.stderr [new file with mode: 0644]
tests/ui/object-safety/object-safety-mentions-Self.curr.stderr [new file with mode: 0644]
tests/ui/object-safety/object-safety-mentions-Self.object_safe_for_dispatch.stderr [new file with mode: 0644]
tests/ui/object-safety/object-safety-mentions-Self.rs [new file with mode: 0644]
tests/ui/object-safety/object-safety-no-static.curr.stderr [new file with mode: 0644]
tests/ui/object-safety/object-safety-no-static.object_safe_for_dispatch.stderr [new file with mode: 0644]
tests/ui/object-safety/object-safety-no-static.rs [new file with mode: 0644]
tests/ui/object-safety/object-safety-phantom-fn.rs [new file with mode: 0644]
tests/ui/object-safety/object-safety-sized-2.curr.stderr [new file with mode: 0644]
tests/ui/object-safety/object-safety-sized-2.object_safe_for_dispatch.stderr [new file with mode: 0644]
tests/ui/object-safety/object-safety-sized-2.rs [new file with mode: 0644]
tests/ui/object-safety/object-safety-sized.curr.stderr [new file with mode: 0644]
tests/ui/object-safety/object-safety-sized.object_safe_for_dispatch.stderr [new file with mode: 0644]
tests/ui/object-safety/object-safety-sized.rs [new file with mode: 0644]
tests/ui/object-safety/object-safety-supertrait-mentions-GAT.rs [new file with mode: 0644]
tests/ui/object-safety/object-safety-supertrait-mentions-GAT.stderr [new file with mode: 0644]
tests/ui/object-safety/object-safety-supertrait-mentions-Self.rs [new file with mode: 0644]
tests/ui/object-safety/object-safety-supertrait-mentions-Self.stderr [new file with mode: 0644]
tests/ui/objects-coerce-freeze-borrored.rs [new file with mode: 0644]
tests/ui/obsolete-in-place/bad.rs [new file with mode: 0644]
tests/ui/obsolete-in-place/bad.stderr [new file with mode: 0644]
tests/ui/occurs-check-2.rs [new file with mode: 0644]
tests/ui/occurs-check-2.stderr [new file with mode: 0644]
tests/ui/occurs-check-3.rs [new file with mode: 0644]
tests/ui/occurs-check-3.stderr [new file with mode: 0644]
tests/ui/occurs-check.rs [new file with mode: 0644]
tests/ui/occurs-check.stderr [new file with mode: 0644]
tests/ui/on-unimplemented/auxiliary/no_debug.rs [new file with mode: 0644]
tests/ui/on-unimplemented/bad-annotation.rs [new file with mode: 0644]
tests/ui/on-unimplemented/bad-annotation.stderr [new file with mode: 0644]
tests/ui/on-unimplemented/expected-comma-found-token.rs [new file with mode: 0644]
tests/ui/on-unimplemented/expected-comma-found-token.stderr [new file with mode: 0644]
tests/ui/on-unimplemented/feature-gate-on-unimplemented.rs [new file with mode: 0644]
tests/ui/on-unimplemented/feature-gate-on-unimplemented.stderr [new file with mode: 0644]
tests/ui/on-unimplemented/impl-substs.rs [new file with mode: 0644]
tests/ui/on-unimplemented/impl-substs.stderr [new file with mode: 0644]
tests/ui/on-unimplemented/issue-104140.rs [new file with mode: 0644]
tests/ui/on-unimplemented/issue-104140.stderr [new file with mode: 0644]
tests/ui/on-unimplemented/multiple-impls.rs [new file with mode: 0644]
tests/ui/on-unimplemented/multiple-impls.stderr [new file with mode: 0644]
tests/ui/on-unimplemented/no-debug.rs [new file with mode: 0644]
tests/ui/on-unimplemented/no-debug.stderr [new file with mode: 0644]
tests/ui/on-unimplemented/on-impl.rs [new file with mode: 0644]
tests/ui/on-unimplemented/on-impl.stderr [new file with mode: 0644]
tests/ui/on-unimplemented/on-trait.rs [new file with mode: 0644]
tests/ui/on-unimplemented/on-trait.stderr [new file with mode: 0644]
tests/ui/on-unimplemented/parent-label.rs [new file with mode: 0644]
tests/ui/on-unimplemented/parent-label.stderr [new file with mode: 0644]
tests/ui/on-unimplemented/slice-index.rs [new file with mode: 0644]
tests/ui/on-unimplemented/slice-index.stderr [new file with mode: 0644]
tests/ui/on-unimplemented/sum.rs [new file with mode: 0644]
tests/ui/on-unimplemented/sum.stderr [new file with mode: 0644]
tests/ui/once-cant-call-twice-on-heap.rs [new file with mode: 0644]
tests/ui/once-cant-call-twice-on-heap.stderr [new file with mode: 0644]
tests/ui/oom_unwind.rs [new file with mode: 0644]
tests/ui/op-assign-builtins-by-ref.rs [new file with mode: 0644]
tests/ui/opeq.rs [new file with mode: 0644]
tests/ui/operator-recovery/less-than-greater-than.rs [new file with mode: 0644]
tests/ui/operator-recovery/less-than-greater-than.stderr [new file with mode: 0644]
tests/ui/operator-recovery/spaceship.rs [new file with mode: 0644]
tests/ui/operator-recovery/spaceship.stderr [new file with mode: 0644]
tests/ui/opt-in-copy.rs [new file with mode: 0644]
tests/ui/opt-in-copy.stderr [new file with mode: 0644]
tests/ui/optimization-fuel-0.rs [new file with mode: 0644]
tests/ui/optimization-fuel-0.stderr [new file with mode: 0644]
tests/ui/optimization-fuel-1.rs [new file with mode: 0644]
tests/ui/optimization-fuel-1.stderr [new file with mode: 0644]
tests/ui/optimization-remark.rs [new file with mode: 0644]
tests/ui/or-patterns/already-bound-name.rs [new file with mode: 0644]
tests/ui/or-patterns/already-bound-name.stderr [new file with mode: 0644]
tests/ui/or-patterns/basic-switch.rs [new file with mode: 0644]
tests/ui/or-patterns/basic-switchint.rs [new file with mode: 0644]
tests/ui/or-patterns/bindings-runpass-1.rs [new file with mode: 0644]
tests/ui/or-patterns/bindings-runpass-2.rs [new file with mode: 0644]
tests/ui/or-patterns/box-patterns.rs [new file with mode: 0644]
tests/ui/or-patterns/consistent-bindings.rs [new file with mode: 0644]
tests/ui/or-patterns/const-fn.rs [new file with mode: 0644]
tests/ui/or-patterns/exhaustiveness-non-exhaustive.rs [new file with mode: 0644]
tests/ui/or-patterns/exhaustiveness-non-exhaustive.stderr [new file with mode: 0644]
tests/ui/or-patterns/exhaustiveness-pass.rs [new file with mode: 0644]
tests/ui/or-patterns/exhaustiveness-unreachable-pattern.rs [new file with mode: 0644]
tests/ui/or-patterns/exhaustiveness-unreachable-pattern.stderr [new file with mode: 0644]
tests/ui/or-patterns/fn-param-wrap-parens.fixed [new file with mode: 0644]
tests/ui/or-patterns/fn-param-wrap-parens.rs [new file with mode: 0644]
tests/ui/or-patterns/fn-param-wrap-parens.stderr [new file with mode: 0644]
tests/ui/or-patterns/for-loop.rs [new file with mode: 0644]
tests/ui/or-patterns/if-let-while-let.rs [new file with mode: 0644]
tests/ui/or-patterns/inconsistent-modes.rs [new file with mode: 0644]
tests/ui/or-patterns/inconsistent-modes.stderr [new file with mode: 0644]
tests/ui/or-patterns/inner-or-pat.or3.stderr [new file with mode: 0644]
tests/ui/or-patterns/inner-or-pat.or4.stderr [new file with mode: 0644]
tests/ui/or-patterns/inner-or-pat.rs [new file with mode: 0644]
tests/ui/or-patterns/issue-64879-trailing-before-guard.rs [new file with mode: 0644]
tests/ui/or-patterns/issue-64879-trailing-before-guard.stderr [new file with mode: 0644]
tests/ui/or-patterns/issue-67514-irrefutable-param.rs [new file with mode: 0644]
tests/ui/or-patterns/issue-68785-irrefutable-param-with-at.rs [new file with mode: 0644]
tests/ui/or-patterns/issue-69875-should-have-been-expanded-earlier-non-exhaustive.rs [new file with mode: 0644]
tests/ui/or-patterns/issue-69875-should-have-been-expanded-earlier-non-exhaustive.stderr [new file with mode: 0644]
tests/ui/or-patterns/issue-69875-should-have-been-expanded-earlier.rs [new file with mode: 0644]
tests/ui/or-patterns/issue-70413-no-unreachable-pat-and-guard.rs [new file with mode: 0644]
tests/ui/or-patterns/let-pattern.rs [new file with mode: 0644]
tests/ui/or-patterns/macro-pat.rs [new file with mode: 0644]
tests/ui/or-patterns/mismatched-bindings-async-fn.rs [new file with mode: 0644]
tests/ui/or-patterns/mismatched-bindings-async-fn.stderr [new file with mode: 0644]
tests/ui/or-patterns/missing-bindings.rs [new file with mode: 0644]
tests/ui/or-patterns/missing-bindings.stderr [new file with mode: 0644]
tests/ui/or-patterns/mix-with-wild.rs [new file with mode: 0644]
tests/ui/or-patterns/multiple-pattern-typo.rs [new file with mode: 0644]
tests/ui/or-patterns/multiple-pattern-typo.stderr [new file with mode: 0644]
tests/ui/or-patterns/nested-undelimited-precedence.rs [new file with mode: 0644]
tests/ui/or-patterns/nested-undelimited-precedence.stderr [new file with mode: 0644]
tests/ui/or-patterns/or-patterns-binding-type-mismatch.rs [new file with mode: 0644]
tests/ui/or-patterns/or-patterns-binding-type-mismatch.stderr [new file with mode: 0644]
tests/ui/or-patterns/or-patterns-default-binding-modes.rs [new file with mode: 0644]
tests/ui/or-patterns/or-patterns-syntactic-fail-2018.rs [new file with mode: 0644]
tests/ui/or-patterns/or-patterns-syntactic-fail-2018.stderr [new file with mode: 0644]
tests/ui/or-patterns/or-patterns-syntactic-fail.rs [new file with mode: 0644]
tests/ui/or-patterns/or-patterns-syntactic-fail.stderr [new file with mode: 0644]
tests/ui/or-patterns/or-patterns-syntactic-pass-2021.rs [new file with mode: 0644]
tests/ui/or-patterns/or-patterns-syntactic-pass.rs [new file with mode: 0644]
tests/ui/or-patterns/or-patterns-syntactic-pass.stderr [new file with mode: 0644]
tests/ui/or-patterns/remove-leading-vert.fixed [new file with mode: 0644]
tests/ui/or-patterns/remove-leading-vert.rs [new file with mode: 0644]
tests/ui/or-patterns/remove-leading-vert.stderr [new file with mode: 0644]
tests/ui/or-patterns/search-via-bindings.rs [new file with mode: 0644]
tests/ui/or-patterns/slice-patterns.rs [new file with mode: 0644]
tests/ui/or-patterns/struct-like.rs [new file with mode: 0644]
tests/ui/or-patterns/while-parsing-this-or-pattern.rs [new file with mode: 0644]
tests/ui/or-patterns/while-parsing-this-or-pattern.stderr [new file with mode: 0644]
tests/ui/order-dependent-cast-inference.rs [new file with mode: 0644]
tests/ui/order-dependent-cast-inference.stderr [new file with mode: 0644]
tests/ui/orphan-check-diagnostics.rs [new file with mode: 0644]
tests/ui/orphan-check-diagnostics.stderr [new file with mode: 0644]
tests/ui/osx-frameworks.rs [new file with mode: 0644]
tests/ui/osx-frameworks.stderr [new file with mode: 0644]
tests/ui/out-pointer-aliasing.rs [new file with mode: 0644]
tests/ui/output-slot-variants.rs [new file with mode: 0644]
tests/ui/output-type-mismatch.rs [new file with mode: 0644]
tests/ui/output-type-mismatch.stderr [new file with mode: 0644]
tests/ui/over-constrained-vregs.rs [new file with mode: 0644]
tests/ui/overloaded/auxiliary/overloaded_autoderef_xc.rs [new file with mode: 0644]
tests/ui/overloaded/fixup-deref-mut.rs [new file with mode: 0644]
tests/ui/overloaded/issue-14958.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded-autoderef-count.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded-autoderef-indexing.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded-autoderef-order.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded-autoderef-vtable.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded-autoderef-xcrate.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded-autoderef.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded-calls-nontuple.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded-calls-nontuple.stderr [new file with mode: 0644]
tests/ui/overloaded/overloaded-calls-object-one-arg.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded-calls-object-two-args.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded-calls-object-zero-args.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded-calls-param-vtables.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded-calls-simple.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded-calls-zero-args.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded-deref-count.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded-deref.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded-index-assoc-list.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded-index-autoderef.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded-index-in-field.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded-index.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded_deref_with_ref_pattern.rs [new file with mode: 0644]
tests/ui/overloaded/overloaded_deref_with_ref_pattern_issue15609.rs [new file with mode: 0644]
tests/ui/packed-struct/packed-struct-generic-transmute.rs [new file with mode: 0644]
tests/ui/packed-struct/packed-struct-generic-transmute.stderr [new file with mode: 0644]
tests/ui/packed-struct/packed-struct-transmute.rs [new file with mode: 0644]
tests/ui/packed-struct/packed-struct-transmute.stderr [new file with mode: 0644]
tests/ui/packed/auxiliary/packed.rs [new file with mode: 0644]
tests/ui/packed/issue-27060-2.rs [new file with mode: 0644]
tests/ui/packed/issue-27060-2.stderr [new file with mode: 0644]
tests/ui/packed/issue-27060.rs [new file with mode: 0644]
tests/ui/packed/issue-27060.stderr [new file with mode: 0644]
tests/ui/packed/issue-46152.rs [new file with mode: 0644]
tests/ui/packed/packed-struct-address-of-element.rs [new file with mode: 0644]
tests/ui/packed/packed-struct-borrow-element-64bit.rs [new file with mode: 0644]
tests/ui/packed/packed-struct-borrow-element-64bit.stderr [new file with mode: 0644]
tests/ui/packed/packed-struct-borrow-element.rs [new file with mode: 0644]
tests/ui/packed/packed-struct-borrow-element.stderr [new file with mode: 0644]
tests/ui/packed/packed-struct-drop-aligned.rs [new file with mode: 0644]
tests/ui/packed/packed-struct-generic-layout.rs [new file with mode: 0644]
tests/ui/packed/packed-struct-generic-size.rs [new file with mode: 0644]
tests/ui/packed/packed-struct-layout.rs [new file with mode: 0644]
tests/ui/packed/packed-struct-match.rs [new file with mode: 0644]
tests/ui/packed/packed-struct-optimized-enum.rs [new file with mode: 0644]
tests/ui/packed/packed-struct-size-xc.rs [new file with mode: 0644]
tests/ui/packed/packed-struct-size.rs [new file with mode: 0644]
tests/ui/packed/packed-struct-vec.rs [new file with mode: 0644]
tests/ui/packed/packed-tuple-struct-layout.rs [new file with mode: 0644]
tests/ui/packed/packed-tuple-struct-size.rs [new file with mode: 0644]
tests/ui/packed/packed-with-inference-vars-issue-61402.rs [new file with mode: 0644]
tests/ui/panic-handler/auxiliary/some-panic-impl.rs [new file with mode: 0644]
tests/ui/panic-handler/auxiliary/weak-lang-items.rs [new file with mode: 0644]
tests/ui/panic-handler/panic-handler-bad-signature-1.rs [new file with mode: 0644]
tests/ui/panic-handler/panic-handler-bad-signature-1.stderr [new file with mode: 0644]
tests/ui/panic-handler/panic-handler-bad-signature-2.rs [new file with mode: 0644]
tests/ui/panic-handler/panic-handler-bad-signature-2.stderr [new file with mode: 0644]
tests/ui/panic-handler/panic-handler-bad-signature-3.rs [new file with mode: 0644]
tests/ui/panic-handler/panic-handler-bad-signature-3.stderr [new file with mode: 0644]
tests/ui/panic-handler/panic-handler-bad-signature-4.rs [new file with mode: 0644]
tests/ui/panic-handler/panic-handler-bad-signature-4.stderr [new file with mode: 0644]
tests/ui/panic-handler/panic-handler-duplicate.rs [new file with mode: 0644]
tests/ui/panic-handler/panic-handler-duplicate.stderr [new file with mode: 0644]
tests/ui/panic-handler/panic-handler-missing.rs [new file with mode: 0644]
tests/ui/panic-handler/panic-handler-requires-panic-info.rs [new file with mode: 0644]
tests/ui/panic-handler/panic-handler-requires-panic-info.stderr [new file with mode: 0644]
tests/ui/panic-handler/panic-handler-std.rs [new file with mode: 0644]
tests/ui/panic-handler/panic-handler-std.stderr [new file with mode: 0644]
tests/ui/panic-handler/panic-handler-twice.rs [new file with mode: 0644]
tests/ui/panic-handler/panic-handler-wrong-location.rs [new file with mode: 0644]
tests/ui/panic-handler/panic-handler-wrong-location.stderr [new file with mode: 0644]
tests/ui/panic-handler/weak-lang-item-2.rs [new file with mode: 0644]
tests/ui/panic-handler/weak-lang-item.rs [new file with mode: 0644]
tests/ui/panic-handler/weak-lang-item.stderr [new file with mode: 0644]
tests/ui/panic-runtime/abort-link-to-unwind-dylib.rs [new file with mode: 0644]
tests/ui/panic-runtime/abort-link-to-unwind-dylib.stderr [new file with mode: 0644]
tests/ui/panic-runtime/abort-link-to-unwinding-crates.rs [new file with mode: 0644]
tests/ui/panic-runtime/abort.rs [new file with mode: 0644]
tests/ui/panic-runtime/auxiliary/depends.rs [new file with mode: 0644]
tests/ui/panic-runtime/auxiliary/exit-success-if-unwind.rs [new file with mode: 0644]
tests/ui/panic-runtime/auxiliary/needs-abort.rs [new file with mode: 0644]
tests/ui/panic-runtime/auxiliary/needs-panic-runtime.rs [new file with mode: 0644]
tests/ui/panic-runtime/auxiliary/needs-unwind.rs [new file with mode: 0644]
tests/ui/panic-runtime/auxiliary/panic-runtime-abort.rs [new file with mode: 0644]
tests/ui/panic-runtime/auxiliary/panic-runtime-lang-items.rs [new file with mode: 0644]
tests/ui/panic-runtime/auxiliary/panic-runtime-unwind.rs [new file with mode: 0644]
tests/ui/panic-runtime/auxiliary/panic-runtime-unwind2.rs [new file with mode: 0644]
tests/ui/panic-runtime/auxiliary/wants-panic-runtime-abort.rs [new file with mode: 0644]
tests/ui/panic-runtime/auxiliary/wants-panic-runtime-unwind.rs [new file with mode: 0644]
tests/ui/panic-runtime/bad-panic-flag1.rs [new file with mode: 0644]
tests/ui/panic-runtime/bad-panic-flag1.stderr [new file with mode: 0644]
tests/ui/panic-runtime/bad-panic-flag2.rs [new file with mode: 0644]
tests/ui/panic-runtime/bad-panic-flag2.stderr [new file with mode: 0644]
tests/ui/panic-runtime/incompatible-type.rs [new file with mode: 0644]
tests/ui/panic-runtime/link-to-abort.rs [new file with mode: 0644]
tests/ui/panic-runtime/link-to-unwind.rs [new file with mode: 0644]
tests/ui/panic-runtime/lto-abort.rs [new file with mode: 0644]
tests/ui/panic-runtime/lto-unwind.rs [new file with mode: 0644]
tests/ui/panic-runtime/need-abort-got-unwind.rs [new file with mode: 0644]
tests/ui/panic-runtime/need-abort-got-unwind.stderr [new file with mode: 0644]
tests/ui/panic-runtime/need-unwind-got-abort.rs [new file with mode: 0644]
tests/ui/panic-runtime/need-unwind-got-abort.stderr [new file with mode: 0644]
tests/ui/panic-runtime/needs-gate.rs [new file with mode: 0644]
tests/ui/panic-runtime/needs-gate.stderr [new file with mode: 0644]
tests/ui/panic-runtime/runtime-depend-on-needs-runtime.rs [new file with mode: 0644]
tests/ui/panic-runtime/transitive-link-a-bunch.rs [new file with mode: 0644]
tests/ui/panic-runtime/transitive-link-a-bunch.stderr [new file with mode: 0644]
tests/ui/panic-runtime/two-panic-runtimes.rs [new file with mode: 0644]
tests/ui/panic-runtime/unwind-interleaved.rs [new file with mode: 0644]
tests/ui/panic-runtime/unwind-rec.rs [new file with mode: 0644]
tests/ui/panic-runtime/unwind-rec2.rs [new file with mode: 0644]
tests/ui/panic-runtime/unwind-tables-target-required.rs [new file with mode: 0644]
tests/ui/panic-runtime/unwind-unique.rs [new file with mode: 0644]
tests/ui/panic-runtime/want-abort-got-unwind.rs [new file with mode: 0644]
tests/ui/panic-runtime/want-abort-got-unwind2.rs [new file with mode: 0644]
tests/ui/panic-runtime/want-unwind-got-abort.rs [new file with mode: 0644]
tests/ui/panic-runtime/want-unwind-got-abort.stderr [new file with mode: 0644]
tests/ui/panic-runtime/want-unwind-got-abort2.rs [new file with mode: 0644]
tests/ui/panic-runtime/want-unwind-got-abort2.stderr [new file with mode: 0644]
tests/ui/panic-while-printing.rs [new file with mode: 0644]
tests/ui/panic_implementation-closures.rs [new file with mode: 0644]
tests/ui/panics/abort-on-panic.rs [new file with mode: 0644]
tests/ui/panics/args-panic.rs [new file with mode: 0644]
tests/ui/panics/default-backtrace-ice.rs [new file with mode: 0644]
tests/ui/panics/default-backtrace-ice.stderr [new file with mode: 0644]
tests/ui/panics/doublepanic.rs [new file with mode: 0644]
tests/ui/panics/explicit-panic-msg.rs [new file with mode: 0644]
tests/ui/panics/explicit-panic.rs [new file with mode: 0644]
tests/ui/panics/fmt-panic.rs [new file with mode: 0644]
tests/ui/panics/issue-47429-short-backtraces.legacy.run.stderr [new file with mode: 0644]
tests/ui/panics/issue-47429-short-backtraces.rs [new file with mode: 0644]
tests/ui/panics/issue-47429-short-backtraces.v0.run.stderr [new file with mode: 0644]
tests/ui/panics/location-detail-panic-no-column.rs [new file with mode: 0644]
tests/ui/panics/location-detail-panic-no-column.run.stderr [new file with mode: 0644]
tests/ui/panics/location-detail-panic-no-file.rs [new file with mode: 0644]
tests/ui/panics/location-detail-panic-no-file.run.stderr [new file with mode: 0644]
tests/ui/panics/location-detail-panic-no-line.rs [new file with mode: 0644]
tests/ui/panics/location-detail-panic-no-line.run.stderr [new file with mode: 0644]
tests/ui/panics/location-detail-panic-no-location-info.rs [new file with mode: 0644]
tests/ui/panics/location-detail-panic-no-location-info.run.stderr [new file with mode: 0644]
tests/ui/panics/location-detail-unwrap-no-file.rs [new file with mode: 0644]
tests/ui/panics/location-detail-unwrap-no-file.run.stderr [new file with mode: 0644]
tests/ui/panics/main-panic.rs [new file with mode: 0644]
tests/ui/panics/panic-2021.rs [new file with mode: 0644]
tests/ui/panics/panic-2021.stderr [new file with mode: 0644]
tests/ui/panics/panic-arg.rs [new file with mode: 0644]
tests/ui/panics/panic-handler-chain-update-hook.rs [new file with mode: 0644]
tests/ui/panics/panic-handler-chain.rs [new file with mode: 0644]
tests/ui/panics/panic-handler-flail-wildly.rs [new file with mode: 0644]
tests/ui/panics/panic-handler-set-twice.rs [new file with mode: 0644]
tests/ui/panics/panic-in-dtor-drops-fields.rs [new file with mode: 0644]
tests/ui/panics/panic-macro-any-wrapped.rs [new file with mode: 0644]
tests/ui/panics/panic-macro-any.rs [new file with mode: 0644]
tests/ui/panics/panic-macro-explicit.rs [new file with mode: 0644]
tests/ui/panics/panic-macro-fmt.rs [new file with mode: 0644]
tests/ui/panics/panic-macro-owned.rs [new file with mode: 0644]
tests/ui/panics/panic-macro-static.rs [new file with mode: 0644]
tests/ui/panics/panic-main.rs [new file with mode: 0644]
tests/ui/panics/panic-parens.rs [new file with mode: 0644]
tests/ui/panics/panic-recover-propagate.rs [new file with mode: 0644]
tests/ui/panics/panic-set-handler.rs [new file with mode: 0644]
tests/ui/panics/panic-set-unset-handler.rs [new file with mode: 0644]
tests/ui/panics/panic-short-backtrace-windows-x86_64.rs [new file with mode: 0644]
tests/ui/panics/panic-short-backtrace-windows-x86_64.run.stderr [new file with mode: 0644]
tests/ui/panics/panic-take-handler-nop.rs [new file with mode: 0644]
tests/ui/panics/panic-task-name-none.rs [new file with mode: 0644]
tests/ui/panics/panic-task-name-owned.rs [new file with mode: 0644]
tests/ui/panics/panic.rs [new file with mode: 0644]
tests/ui/panics/result-get-panic.rs [new file with mode: 0644]
tests/ui/panics/runtime-switch.legacy.run.stderr [new file with mode: 0644]
tests/ui/panics/runtime-switch.rs [new file with mode: 0644]
tests/ui/panics/runtime-switch.v0.run.stderr [new file with mode: 0644]
tests/ui/panics/test-panic.rs [new file with mode: 0644]
tests/ui/panics/test-should-fail-bad-message.rs [new file with mode: 0644]
tests/ui/panics/test-should-panic-bad-message.rs [new file with mode: 0644]
tests/ui/panics/test-should-panic-no-message.rs [new file with mode: 0644]
tests/ui/panics/unique-panic.rs [new file with mode: 0644]
tests/ui/panics/while-body-panics.rs [new file with mode: 0644]
tests/ui/panics/while-panic.rs [new file with mode: 0644]
tests/ui/paren-span.rs [new file with mode: 0644]
tests/ui/paren-span.stderr [new file with mode: 0644]
tests/ui/parser/anon-enums-are-ambiguous.rs [new file with mode: 0644]
tests/ui/parser/ascii-only-character-escape.rs [new file with mode: 0644]
tests/ui/parser/ascii-only-character-escape.stderr [new file with mode: 0644]
tests/ui/parser/assoc-const-underscore-semantic-fail.rs [new file with mode: 0644]
tests/ui/parser/assoc-const-underscore-semantic-fail.stderr [new file with mode: 0644]
tests/ui/parser/assoc-const-underscore-syntactic-pass.rs [new file with mode: 0644]
tests/ui/parser/assoc-oddities-1.rs [new file with mode: 0644]
tests/ui/parser/assoc-oddities-1.stderr [new file with mode: 0644]
tests/ui/parser/assoc-oddities-2.rs [new file with mode: 0644]
tests/ui/parser/assoc-oddities-2.stderr [new file with mode: 0644]
tests/ui/parser/assoc-static-semantic-fail.rs [new file with mode: 0644]
tests/ui/parser/assoc-static-semantic-fail.stderr [new file with mode: 0644]
tests/ui/parser/assoc-static-syntactic-fail.rs [new file with mode: 0644]
tests/ui/parser/assoc-static-syntactic-fail.stderr [new file with mode: 0644]
tests/ui/parser/assoc-type-in-type-arg.rs [new file with mode: 0644]
tests/ui/parser/assoc-type-in-type-arg.stderr [new file with mode: 0644]
tests/ui/parser/associated-types-project-from-hrtb-explicit.rs [new file with mode: 0644]
tests/ui/parser/associated-types-project-from-hrtb-explicit.stderr [new file with mode: 0644]
tests/ui/parser/attr-bad-meta-2.rs [new file with mode: 0644]
tests/ui/parser/attr-bad-meta-2.stderr [new file with mode: 0644]
tests/ui/parser/attr-bad-meta-3.rs [new file with mode: 0644]
tests/ui/parser/attr-bad-meta-3.stderr [new file with mode: 0644]
tests/ui/parser/attr-bad-meta.rs [new file with mode: 0644]
tests/ui/parser/attr-bad-meta.stderr [new file with mode: 0644]
tests/ui/parser/attr-before-eof.rs [new file with mode: 0644]
tests/ui/parser/attr-before-eof.stderr [new file with mode: 0644]
tests/ui/parser/attr-dangling-in-fn.rs [new file with mode: 0644]
tests/ui/parser/attr-dangling-in-fn.stderr [new file with mode: 0644]
tests/ui/parser/attr-dangling-in-mod.rs [new file with mode: 0644]
tests/ui/parser/attr-dangling-in-mod.stderr [new file with mode: 0644]
tests/ui/parser/attr-stmt-expr-attr-bad.rs [new file with mode: 0644]
tests/ui/parser/attr-stmt-expr-attr-bad.stderr [new file with mode: 0644]
tests/ui/parser/attr-with-a-semicolon.rs [new file with mode: 0644]
tests/ui/parser/attr-with-a-semicolon.stderr [new file with mode: 0644]
tests/ui/parser/attr.rs [new file with mode: 0644]
tests/ui/parser/attr.stderr [new file with mode: 0644]
tests/ui/parser/attribute-with-no-generics-in-parameter-list.rs [new file with mode: 0644]
tests/ui/parser/attribute-with-no-generics-in-parameter-list.stderr [new file with mode: 0644]
tests/ui/parser/attrs-after-extern-mod.rs [new file with mode: 0644]
tests/ui/parser/attrs-after-extern-mod.stderr [new file with mode: 0644]
tests/ui/parser/bad-char-literals.rs [new file with mode: 0644]
tests/ui/parser/bad-char-literals.stderr [new file with mode: 0644]
tests/ui/parser/bad-crate-name.rs [new file with mode: 0644]
tests/ui/parser/bad-crate-name.stderr [new file with mode: 0644]
tests/ui/parser/bad-escape-suggest-raw-string.rs [new file with mode: 0644]
tests/ui/parser/bad-escape-suggest-raw-string.stderr [new file with mode: 0644]
tests/ui/parser/bad-fn-ptr-qualifier.fixed [new file with mode: 0644]
tests/ui/parser/bad-fn-ptr-qualifier.rs [new file with mode: 0644]
tests/ui/parser/bad-fn-ptr-qualifier.stderr [new file with mode: 0644]
tests/ui/parser/bad-if-statements.rs [new file with mode: 0644]
tests/ui/parser/bad-if-statements.stderr [new file with mode: 0644]
tests/ui/parser/bad-interpolated-block.rs [new file with mode: 0644]
tests/ui/parser/bad-interpolated-block.stderr [new file with mode: 0644]
tests/ui/parser/bad-let-as-field.rs [new file with mode: 0644]
tests/ui/parser/bad-let-as-field.stderr [new file with mode: 0644]
tests/ui/parser/bad-lit-suffixes.rs [new file with mode: 0644]
tests/ui/parser/bad-lit-suffixes.stderr [new file with mode: 0644]
tests/ui/parser/bad-match.rs [new file with mode: 0644]
tests/ui/parser/bad-match.stderr [new file with mode: 0644]
tests/ui/parser/bad-name.rs [new file with mode: 0644]
tests/ui/parser/bad-name.stderr [new file with mode: 0644]
tests/ui/parser/bad-pointer-type.rs [new file with mode: 0644]
tests/ui/parser/bad-pointer-type.stderr [new file with mode: 0644]
tests/ui/parser/bad-recover-kw-after-impl.rs [new file with mode: 0644]
tests/ui/parser/bad-recover-ty-after-impl.rs [new file with mode: 0644]
tests/ui/parser/bad-struct-following-where.rs [new file with mode: 0644]
tests/ui/parser/bad-struct-following-where.stderr [new file with mode: 0644]
tests/ui/parser/bad-value-ident-false.rs [new file with mode: 0644]
tests/ui/parser/bad-value-ident-false.stderr [new file with mode: 0644]
tests/ui/parser/bad-value-ident-true.rs [new file with mode: 0644]
tests/ui/parser/bad-value-ident-true.stderr [new file with mode: 0644]
tests/ui/parser/bare-struct-body.rs [new file with mode: 0644]
tests/ui/parser/bare-struct-body.stderr [new file with mode: 0644]
tests/ui/parser/bastion-of-the-turbofish.rs [new file with mode: 0644]
tests/ui/parser/better-expected.rs [new file with mode: 0644]
tests/ui/parser/better-expected.stderr [new file with mode: 0644]
tests/ui/parser/bind-struct-early-modifiers.rs [new file with mode: 0644]
tests/ui/parser/bind-struct-early-modifiers.stderr [new file with mode: 0644]
tests/ui/parser/block-no-opening-brace.rs [new file with mode: 0644]
tests/ui/parser/block-no-opening-brace.stderr [new file with mode: 0644]
tests/ui/parser/bound-single-question-mark.rs [new file with mode: 0644]
tests/ui/parser/bound-single-question-mark.stderr [new file with mode: 0644]
tests/ui/parser/bounds-lifetime-1.rs [new file with mode: 0644]
tests/ui/parser/bounds-lifetime-1.stderr [new file with mode: 0644]
tests/ui/parser/bounds-lifetime-2.rs [new file with mode: 0644]
tests/ui/parser/bounds-lifetime-2.stderr [new file with mode: 0644]
tests/ui/parser/bounds-lifetime-where-1.rs [new file with mode: 0644]
tests/ui/parser/bounds-lifetime-where-1.stderr [new file with mode: 0644]
tests/ui/parser/bounds-lifetime-where.rs [new file with mode: 0644]
tests/ui/parser/bounds-lifetime-where.stderr [new file with mode: 0644]
tests/ui/parser/bounds-lifetime.rs [new file with mode: 0644]
tests/ui/parser/bounds-lifetime.stderr [new file with mode: 0644]
tests/ui/parser/bounds-obj-parens.rs [new file with mode: 0644]
tests/ui/parser/bounds-type-where.rs [new file with mode: 0644]
tests/ui/parser/bounds-type-where.stderr [new file with mode: 0644]
tests/ui/parser/bounds-type.rs [new file with mode: 0644]
tests/ui/parser/bounds-type.stderr [new file with mode: 0644]
tests/ui/parser/byte-literals.rs [new file with mode: 0644]
tests/ui/parser/byte-literals.stderr [new file with mode: 0644]
tests/ui/parser/byte-string-literals.rs [new file with mode: 0644]
tests/ui/parser/byte-string-literals.stderr [new file with mode: 0644]
tests/ui/parser/can-begin-expr-check.rs [new file with mode: 0644]
tests/ui/parser/can-begin-expr-check.stderr [new file with mode: 0644]
tests/ui/parser/chained-comparison-suggestion.rs [new file with mode: 0644]
tests/ui/parser/chained-comparison-suggestion.stderr [new file with mode: 0644]
tests/ui/parser/char/whitespace-character-literal.rs [new file with mode: 0644]
tests/ui/parser/char/whitespace-character-literal.stderr [new file with mode: 0644]
tests/ui/parser/circular_modules_hello.rs [new file with mode: 0644]
tests/ui/parser/circular_modules_main.rs [new file with mode: 0644]
tests/ui/parser/circular_modules_main.stderr [new file with mode: 0644]
tests/ui/parser/class-implements-bad-trait.rs [new file with mode: 0644]
tests/ui/parser/class-implements-bad-trait.stderr [new file with mode: 0644]
tests/ui/parser/closure-return-syntax.rs [new file with mode: 0644]
tests/ui/parser/closure-return-syntax.stderr [new file with mode: 0644]
tests/ui/parser/column-offset-1-based.rs [new file with mode: 0644]
tests/ui/parser/column-offset-1-based.stderr [new file with mode: 0644]
tests/ui/parser/const-param-decl-on-type-instead-of-impl.rs [new file with mode: 0644]
tests/ui/parser/const-param-decl-on-type-instead-of-impl.stderr [new file with mode: 0644]
tests/ui/parser/constraints-before-generic-args-syntactic-pass.rs [new file with mode: 0644]
tests/ui/parser/constraints-before-generic-args-syntactic-pass.stderr [new file with mode: 0644]
tests/ui/parser/default-on-wrong-item-kind.rs [new file with mode: 0644]
tests/ui/parser/default-on-wrong-item-kind.stderr [new file with mode: 0644]
tests/ui/parser/default-unmatched-assoc.rs [new file with mode: 0644]
tests/ui/parser/default-unmatched-assoc.stderr [new file with mode: 0644]
tests/ui/parser/default-unmatched-extern.rs [new file with mode: 0644]
tests/ui/parser/default-unmatched-extern.stderr [new file with mode: 0644]
tests/ui/parser/default-unmatched.rs [new file with mode: 0644]
tests/ui/parser/default-unmatched.stderr [new file with mode: 0644]
tests/ui/parser/default.rs [new file with mode: 0644]
tests/ui/parser/default.stderr [new file with mode: 0644]
tests/ui/parser/deli-ident-issue-1.rs [new file with mode: 0644]
tests/ui/parser/deli-ident-issue-1.stderr [new file with mode: 0644]
tests/ui/parser/deli-ident-issue-2.rs [new file with mode: 0644]
tests/ui/parser/deli-ident-issue-2.stderr [new file with mode: 0644]
tests/ui/parser/diff-markers/enum-2.rs [new file with mode: 0644]
tests/ui/parser/diff-markers/enum-2.stderr [new file with mode: 0644]
tests/ui/parser/diff-markers/enum.rs [new file with mode: 0644]
tests/ui/parser/diff-markers/enum.stderr [new file with mode: 0644]
tests/ui/parser/diff-markers/fn-arg.rs [new file with mode: 0644]
tests/ui/parser/diff-markers/fn-arg.stderr [new file with mode: 0644]
tests/ui/parser/diff-markers/item-with-attr.rs [new file with mode: 0644]
tests/ui/parser/diff-markers/item-with-attr.stderr [new file with mode: 0644]
tests/ui/parser/diff-markers/item.rs [new file with mode: 0644]
tests/ui/parser/diff-markers/item.stderr [new file with mode: 0644]
tests/ui/parser/diff-markers/statement.rs [new file with mode: 0644]
tests/ui/parser/diff-markers/statement.stderr [new file with mode: 0644]
tests/ui/parser/diff-markers/struct-expr.rs [new file with mode: 0644]
tests/ui/parser/diff-markers/struct-expr.stderr [new file with mode: 0644]
tests/ui/parser/diff-markers/struct.rs [new file with mode: 0644]
tests/ui/parser/diff-markers/struct.stderr [new file with mode: 0644]
tests/ui/parser/diff-markers/trait-item.rs [new file with mode: 0644]
tests/ui/parser/diff-markers/trait-item.stderr [new file with mode: 0644]
tests/ui/parser/diff-markers/tuple-struct.rs [new file with mode: 0644]
tests/ui/parser/diff-markers/tuple-struct.stderr [new file with mode: 0644]
tests/ui/parser/diff-markers/use-statement.rs [new file with mode: 0644]
tests/ui/parser/diff-markers/use-statement.stderr [new file with mode: 0644]
tests/ui/parser/do-catch-suggests-try.rs [new file with mode: 0644]
tests/ui/parser/do-catch-suggests-try.stderr [new file with mode: 0644]
tests/ui/parser/do-not-suggest-semicolon-before-array.rs [new file with mode: 0644]
tests/ui/parser/do-not-suggest-semicolon-before-array.stderr [new file with mode: 0644]
tests/ui/parser/do-not-suggest-semicolon-between-macro-without-exclamation-mark-and-array.rs [new file with mode: 0644]
tests/ui/parser/do-not-suggest-semicolon-between-macro-without-exclamation-mark-and-array.stderr [new file with mode: 0644]
tests/ui/parser/doc-after-struct-field.rs [new file with mode: 0644]
tests/ui/parser/doc-after-struct-field.stderr [new file with mode: 0644]
tests/ui/parser/doc-before-attr.rs [new file with mode: 0644]
tests/ui/parser/doc-before-attr.stderr [new file with mode: 0644]
tests/ui/parser/doc-before-eof.rs [new file with mode: 0644]
tests/ui/parser/doc-before-eof.stderr [new file with mode: 0644]
tests/ui/parser/doc-before-extern-rbrace.rs [new file with mode: 0644]
tests/ui/parser/doc-before-extern-rbrace.stderr [new file with mode: 0644]
tests/ui/parser/doc-before-fn-rbrace.rs [new file with mode: 0644]
tests/ui/parser/doc-before-fn-rbrace.stderr [new file with mode: 0644]
tests/ui/parser/doc-before-identifier.rs [new file with mode: 0644]
tests/ui/parser/doc-before-identifier.stderr [new file with mode: 0644]
tests/ui/parser/doc-before-mod-rbrace.rs [new file with mode: 0644]
tests/ui/parser/doc-before-mod-rbrace.stderr [new file with mode: 0644]
tests/ui/parser/doc-before-rbrace.rs [new file with mode: 0644]
tests/ui/parser/doc-before-rbrace.stderr [new file with mode: 0644]
tests/ui/parser/doc-before-semi.rs [new file with mode: 0644]
tests/ui/parser/doc-before-semi.stderr [new file with mode: 0644]
tests/ui/parser/doc-before-struct-rbrace-1.rs [new file with mode: 0644]
tests/ui/parser/doc-before-struct-rbrace-1.stderr [new file with mode: 0644]
tests/ui/parser/doc-before-struct-rbrace-2.rs [new file with mode: 0644]
tests/ui/parser/doc-before-struct-rbrace-2.stderr [new file with mode: 0644]
tests/ui/parser/doc-comment-in-if-statement.rs [new file with mode: 0644]
tests/ui/parser/doc-comment-in-if-statement.stderr [new file with mode: 0644]
tests/ui/parser/doc-comment-in-stmt.rs [new file with mode: 0644]
tests/ui/parser/doc-comment-in-stmt.stderr [new file with mode: 0644]
tests/ui/parser/doc-inside-trait-item.rs [new file with mode: 0644]
tests/ui/parser/doc-inside-trait-item.stderr [new file with mode: 0644]
tests/ui/parser/dotdotdot-expr.rs [new file with mode: 0644]
tests/ui/parser/dotdotdot-expr.stderr [new file with mode: 0644]
tests/ui/parser/double-pointer.rs [new file with mode: 0644]
tests/ui/parser/double-pointer.stderr [new file with mode: 0644]
tests/ui/parser/duplicate-visibility.rs [new file with mode: 0644]
tests/ui/parser/duplicate-visibility.stderr [new file with mode: 0644]
tests/ui/parser/duplicate-where-clauses.rs [new file with mode: 0644]
tests/ui/parser/duplicate-where-clauses.stderr [new file with mode: 0644]
tests/ui/parser/dyn-trait-compatibility.rs [new file with mode: 0644]
tests/ui/parser/dyn-trait-compatibility.stderr [new file with mode: 0644]
tests/ui/parser/else-no-if.rs [new file with mode: 0644]
tests/ui/parser/else-no-if.stderr [new file with mode: 0644]
tests/ui/parser/emoji-identifiers.rs [new file with mode: 0644]
tests/ui/parser/emoji-identifiers.stderr [new file with mode: 0644]
tests/ui/parser/empty-impl-semicolon.rs [new file with mode: 0644]
tests/ui/parser/empty-impl-semicolon.stderr [new file with mode: 0644]
tests/ui/parser/expr-as-stmt-2.rs [new file with mode: 0644]
tests/ui/parser/expr-as-stmt-2.stderr [new file with mode: 0644]
tests/ui/parser/expr-as-stmt.fixed [new file with mode: 0644]
tests/ui/parser/expr-as-stmt.rs [new file with mode: 0644]
tests/ui/parser/expr-as-stmt.stderr [new file with mode: 0644]
tests/ui/parser/extern-abi-from-mac-literal-frag.rs [new file with mode: 0644]
tests/ui/parser/extern-abi-raw-strings.rs [new file with mode: 0644]
tests/ui/parser/extern-abi-string-escaping.rs [new file with mode: 0644]
tests/ui/parser/extern-abi-syntactic.rs [new file with mode: 0644]
tests/ui/parser/extern-crate-async.rs [new file with mode: 0644]
tests/ui/parser/extern-crate-unexpected-token.rs [new file with mode: 0644]
tests/ui/parser/extern-crate-unexpected-token.stderr [new file with mode: 0644]
tests/ui/parser/extern-expected-fn-or-brace.rs [new file with mode: 0644]
tests/ui/parser/extern-expected-fn-or-brace.stderr [new file with mode: 0644]
tests/ui/parser/extern-foreign-crate.rs [new file with mode: 0644]
tests/ui/parser/extern-foreign-crate.stderr [new file with mode: 0644]
tests/ui/parser/extern-no-fn.rs [new file with mode: 0644]
tests/ui/parser/extern-no-fn.stderr [new file with mode: 0644]
tests/ui/parser/float-field-interpolated.rs [new file with mode: 0644]
tests/ui/parser/float-field-interpolated.stderr [new file with mode: 0644]
tests/ui/parser/float-field.rs [new file with mode: 0644]
tests/ui/parser/float-field.stderr [new file with mode: 0644]
tests/ui/parser/float-literals.rs [new file with mode: 0644]
tests/ui/parser/fn-arg-doc-comment.rs [new file with mode: 0644]
tests/ui/parser/fn-arg-doc-comment.stderr [new file with mode: 0644]
tests/ui/parser/fn-body-eq-expr-semi.rs [new file with mode: 0644]
tests/ui/parser/fn-body-eq-expr-semi.stderr [new file with mode: 0644]
tests/ui/parser/fn-body-optional-semantic-fail.rs [new file with mode: 0644]
tests/ui/parser/fn-body-optional-semantic-fail.stderr [new file with mode: 0644]
tests/ui/parser/fn-body-optional-syntactic-pass.rs [new file with mode: 0644]
tests/ui/parser/fn-colon-return-type.rs [new file with mode: 0644]
tests/ui/parser/fn-colon-return-type.stderr [new file with mode: 0644]
tests/ui/parser/fn-defined-using-def.rs [new file with mode: 0644]
tests/ui/parser/fn-defined-using-def.stderr [new file with mode: 0644]
tests/ui/parser/fn-defined-using-fun.rs [new file with mode: 0644]
tests/ui/parser/fn-defined-using-fun.stderr [new file with mode: 0644]
tests/ui/parser/fn-defined-using-func.rs [new file with mode: 0644]
tests/ui/parser/fn-defined-using-func.stderr [new file with mode: 0644]
tests/ui/parser/fn-defined-using-function.rs [new file with mode: 0644]
tests/ui/parser/fn-defined-using-function.stderr [new file with mode: 0644]
tests/ui/parser/fn-field-parse-error-ice.rs [new file with mode: 0644]
tests/ui/parser/fn-field-parse-error-ice.stderr [new file with mode: 0644]
tests/ui/parser/fn-header-semantic-fail.rs [new file with mode: 0644]
tests/ui/parser/fn-header-semantic-fail.stderr [new file with mode: 0644]
tests/ui/parser/fn-header-syntactic-pass.rs [new file with mode: 0644]
tests/ui/parser/fn-returns-fn-pointer.rs [new file with mode: 0644]
tests/ui/parser/foreign-const-semantic-fail.rs [new file with mode: 0644]
tests/ui/parser/foreign-const-semantic-fail.stderr [new file with mode: 0644]
tests/ui/parser/foreign-const-syntactic-fail.rs [new file with mode: 0644]
tests/ui/parser/foreign-const-syntactic-fail.stderr [new file with mode: 0644]
tests/ui/parser/foreign-static-semantic-fail.rs [new file with mode: 0644]
tests/ui/parser/foreign-static-semantic-fail.stderr [new file with mode: 0644]
tests/ui/parser/foreign-static-syntactic-pass.rs [new file with mode: 0644]
tests/ui/parser/foreign-ty-semantic-fail.rs [new file with mode: 0644]
tests/ui/parser/foreign-ty-semantic-fail.stderr [new file with mode: 0644]
tests/ui/parser/foreign-ty-syntactic-pass.rs [new file with mode: 0644]
tests/ui/parser/if-block-unreachable-expr.rs [new file with mode: 0644]
tests/ui/parser/if-in-in.fixed [new file with mode: 0644]
tests/ui/parser/if-in-in.rs [new file with mode: 0644]
tests/ui/parser/if-in-in.stderr [new file with mode: 0644]
tests/ui/parser/impl-item-const-pass.rs [new file with mode: 0644]
tests/ui/parser/impl-item-const-semantic-fail.rs [new file with mode: 0644]
tests/ui/parser/impl-item-const-semantic-fail.stderr [new file with mode: 0644]
tests/ui/parser/impl-item-fn-no-body-pass.rs [new file with mode: 0644]
tests/ui/parser/impl-item-fn-no-body-semantic-fail.rs [new file with mode: 0644]
tests/ui/parser/impl-item-fn-no-body-semantic-fail.stderr [new file with mode: 0644]
tests/ui/parser/impl-item-type-no-body-pass.rs [new file with mode: 0644]
tests/ui/parser/impl-item-type-no-body-semantic-fail.rs [new file with mode: 0644]
tests/ui/parser/impl-item-type-no-body-semantic-fail.stderr [new file with mode: 0644]
tests/ui/parser/impl-parsing.rs [new file with mode: 0644]
tests/ui/parser/impl-parsing.stderr [new file with mode: 0644]
tests/ui/parser/impl-qpath.rs [new file with mode: 0644]
tests/ui/parser/import-from-path.rs [new file with mode: 0644]
tests/ui/parser/import-from-path.stderr [new file with mode: 0644]
tests/ui/parser/import-from-rename.rs [new file with mode: 0644]
tests/ui/parser/import-from-rename.stderr [new file with mode: 0644]
tests/ui/parser/import-glob-path.rs [new file with mode: 0644]
tests/ui/parser/import-glob-path.stderr [new file with mode: 0644]
tests/ui/parser/import-glob-rename.rs [new file with mode: 0644]
tests/ui/parser/import-glob-rename.stderr [new file with mode: 0644]
tests/ui/parser/increment-autofix-2.fixed [new file with mode: 0644]
tests/ui/parser/increment-autofix-2.rs [new file with mode: 0644]
tests/ui/parser/increment-autofix-2.stderr [new file with mode: 0644]
tests/ui/parser/increment-autofix.fixed [new file with mode: 0644]
tests/ui/parser/increment-autofix.rs [new file with mode: 0644]
tests/ui/parser/increment-autofix.stderr [new file with mode: 0644]
tests/ui/parser/inner-attr-after-doc-comment.rs [new file with mode: 0644]
tests/ui/parser/inner-attr-after-doc-comment.stderr [new file with mode: 0644]
tests/ui/parser/inner-attr-in-trait-def.rs [new file with mode: 0644]
tests/ui/parser/inner-attr.rs [new file with mode: 0644]
tests/ui/parser/inner-attr.stderr [new file with mode: 0644]
tests/ui/parser/int-literal-too-large-span.rs [new file with mode: 0644]
tests/ui/parser/int-literal-too-large-span.stderr [new file with mode: 0644]
tests/ui/parser/intersection-patterns-1.fixed [new file with mode: 0644]
tests/ui/parser/intersection-patterns-1.rs [new file with mode: 0644]
tests/ui/parser/intersection-patterns-1.stderr [new file with mode: 0644]
tests/ui/parser/intersection-patterns-2.rs [new file with mode: 0644]
tests/ui/parser/intersection-patterns-2.stderr [new file with mode: 0644]
tests/ui/parser/inverted-parameters.rs [new file with mode: 0644]
tests/ui/parser/inverted-parameters.stderr [new file with mode: 0644]
tests/ui/parser/issue-100197-mut-let.fixed [new file with mode: 0644]
tests/ui/parser/issue-100197-mut-let.rs [new file with mode: 0644]
tests/ui/parser/issue-100197-mut-let.stderr [new file with mode: 0644]
tests/ui/parser/issue-101477-enum.fixed [new file with mode: 0644]
tests/ui/parser/issue-101477-enum.rs [new file with mode: 0644]
tests/ui/parser/issue-101477-enum.stderr [new file with mode: 0644]
tests/ui/parser/issue-101477-let.fixed [new file with mode: 0644]
tests/ui/parser/issue-101477-let.rs [new file with mode: 0644]
tests/ui/parser/issue-101477-let.stderr [new file with mode: 0644]
tests/ui/parser/issue-102806.rs [new file with mode: 0644]
tests/ui/parser/issue-102806.stderr [new file with mode: 0644]
tests/ui/parser/issue-103143.rs [new file with mode: 0644]
tests/ui/parser/issue-103143.stderr [new file with mode: 0644]
tests/ui/parser/issue-103381.fixed [new file with mode: 0644]
tests/ui/parser/issue-103381.rs [new file with mode: 0644]
tests/ui/parser/issue-103381.stderr [new file with mode: 0644]
tests/ui/parser/issue-103425.rs [new file with mode: 0644]
tests/ui/parser/issue-103425.stderr [new file with mode: 0644]
tests/ui/parser/issue-103451.rs [new file with mode: 0644]
tests/ui/parser/issue-103451.stderr [new file with mode: 0644]
tests/ui/parser/issue-103748-ICE-wrong-braces.rs [new file with mode: 0644]
tests/ui/parser/issue-103748-ICE-wrong-braces.stderr [new file with mode: 0644]
tests/ui/parser/issue-103869.rs [new file with mode: 0644]
tests/ui/parser/issue-103869.stderr [new file with mode: 0644]
tests/ui/parser/issue-104620.rs [new file with mode: 0644]
tests/ui/parser/issue-104620.stderr [new file with mode: 0644]
tests/ui/parser/issue-104867-inc-dec-2.rs [new file with mode: 0644]
tests/ui/parser/issue-104867-inc-dec-2.stderr [new file with mode: 0644]
tests/ui/parser/issue-104867-inc-dec.rs [new file with mode: 0644]
tests/ui/parser/issue-104867-inc-dec.stderr [new file with mode: 0644]
tests/ui/parser/issue-105366.fixed [new file with mode: 0644]
tests/ui/parser/issue-105366.rs [new file with mode: 0644]
tests/ui/parser/issue-105366.stderr [new file with mode: 0644]
tests/ui/parser/issue-105634.rs [new file with mode: 0644]
tests/ui/parser/issue-107705.rs [new file with mode: 0644]
tests/ui/parser/issue-107705.stderr [new file with mode: 0644]
tests/ui/parser/issue-108495-dec.rs [new file with mode: 0644]
tests/ui/parser/issue-108495-dec.stderr [new file with mode: 0644]
tests/ui/parser/issue-17718-parse-const.rs [new file with mode: 0644]
tests/ui/parser/issue-39616.rs [new file with mode: 0644]
tests/ui/parser/issue-39616.stderr [new file with mode: 0644]
tests/ui/parser/issue-49257.rs [new file with mode: 0644]
tests/ui/parser/issue-49257.stderr [new file with mode: 0644]
tests/ui/parser/issue-61858.rs [new file with mode: 0644]
tests/ui/parser/issue-61858.stderr [new file with mode: 0644]
tests/ui/parser/issue-68091-unicode-ident-after-if.rs [new file with mode: 0644]
tests/ui/parser/issue-68091-unicode-ident-after-if.stderr [new file with mode: 0644]
tests/ui/parser/issue-68092-unicode-ident-after-incomplete-expr.rs [new file with mode: 0644]
tests/ui/parser/issue-68092-unicode-ident-after-incomplete-expr.stderr [new file with mode: 0644]
tests/ui/parser/issue-68987-unmatch-issue-1.rs [new file with mode: 0644]
tests/ui/parser/issue-68987-unmatch-issue-1.stderr [new file with mode: 0644]
tests/ui/parser/issue-68987-unmatch-issue-2.rs [new file with mode: 0644]
tests/ui/parser/issue-68987-unmatch-issue-2.stderr [new file with mode: 0644]
tests/ui/parser/issue-68987-unmatch-issue-3.rs [new file with mode: 0644]
tests/ui/parser/issue-68987-unmatch-issue-3.stderr [new file with mode: 0644]
tests/ui/parser/issue-68987-unmatch-issue.rs [new file with mode: 0644]
tests/ui/parser/issue-68987-unmatch-issue.stderr [new file with mode: 0644]
tests/ui/parser/issue-81804.rs [new file with mode: 0644]
tests/ui/parser/issue-81804.stderr [new file with mode: 0644]
tests/ui/parser/issue-81827.rs [new file with mode: 0644]
tests/ui/parser/issue-81827.stderr [new file with mode: 0644]
tests/ui/parser/issue-87694-duplicated-pub.rs [new file with mode: 0644]
tests/ui/parser/issue-87694-duplicated-pub.stderr [new file with mode: 0644]
tests/ui/parser/issue-87694-misplaced-pub.rs [new file with mode: 0644]
tests/ui/parser/issue-87694-misplaced-pub.stderr [new file with mode: 0644]
tests/ui/parser/issue-90728.rs [new file with mode: 0644]
tests/ui/parser/issue-90728.stderr [new file with mode: 0644]
tests/ui/parser/issue-91421.rs [new file with mode: 0644]
tests/ui/parser/issue-91421.stderr [new file with mode: 0644]
tests/ui/parser/issue-99625-enum-struct-mutually-exclusive.fixed [new file with mode: 0644]
tests/ui/parser/issue-99625-enum-struct-mutually-exclusive.rs [new file with mode: 0644]
tests/ui/parser/issue-99625-enum-struct-mutually-exclusive.stderr [new file with mode: 0644]
tests/ui/parser/issue-99910-const-let-mutually-exclusive.fixed [new file with mode: 0644]
tests/ui/parser/issue-99910-const-let-mutually-exclusive.rs [new file with mode: 0644]
tests/ui/parser/issue-99910-const-let-mutually-exclusive.stderr [new file with mode: 0644]
tests/ui/parser/issues/auxiliary/issue-21146-inc.rs [new file with mode: 0644]
tests/ui/parser/issues/auxiliary/issue-89971-outer-attr-following-inner-attr-ice.rs [new file with mode: 0644]
tests/ui/parser/issues/auxiliary/issue-94340-inc.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-101540.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-101540.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-102182-impl-trait-recover.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-102182-impl-trait-recover.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-10392-2.fixed [new file with mode: 0644]
tests/ui/parser/issues/issue-10392-2.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-10392-2.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-10392.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-10392.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-104088.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-104088.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-104367.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-104367.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-105209.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-105209.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-10636-1.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-10636-1.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-10636-2.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-10636-2.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-13483.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-13483.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-14303-fncall.full.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-14303-fncall.generic_arg.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-14303-fncall.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-14303.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-14303.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-15914.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-15914.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-15980.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-15980.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-1655.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-1655.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-17718-const-mut.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-17718-const-mut.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-17904-2.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-17904-2.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-17904.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-17904.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-1802-1.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-1802-1.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-1802-2.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-1802-2.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-19096.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-19096.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-19398.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-19398.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-20616-1.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-20616-1.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-20616-2.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-20616-2.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-20616-3.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-20616-3.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-20616-4.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-20616-4.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-20616-5.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-20616-5.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-20616-6.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-20616-6.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-20616-7.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-20616-7.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-20616-8.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-20616-8.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-20616-9.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-20616-9.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-20711-2.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-20711-2.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-20711.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-20711.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-21146.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-21146.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-21153.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-21153.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-21475.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-22647.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-22647.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-22712.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-22712.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-2354-1.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-2354-1.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-2354.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-2354.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-23620-invalid-escapes.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-23620-invalid-escapes.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-24197.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-24197.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-24375.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-24375.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-24780.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-24780.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-27255.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-27255.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-30318.fixed [new file with mode: 0644]
tests/ui/parser/issues/issue-30318.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-30318.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-3036.fixed [new file with mode: 0644]
tests/ui/parser/issues/issue-3036.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-3036.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-31804.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-31804.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-32214.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-32214.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-32446.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-32446.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-32501.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-32501.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-32505.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-32505.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-33262.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-33262.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-33413.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-33413.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-33418.fixed [new file with mode: 0644]
tests/ui/parser/issues/issue-33418.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-33418.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-33455.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-33455.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-34222-1.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-34222-1.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-34255-1.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-34255-1.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-35813-postfix-after-cast.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-35813-postfix-after-cast.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-41155.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-41155.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-43196.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-43196.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-43692.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-43692.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-44021.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-44021.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-44406.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-44406.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-45296.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-45296.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-46186.fixed [new file with mode: 0644]
tests/ui/parser/issues/issue-46186.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-46186.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-48137-macros-cannot-interpolate-impl-items-bad-variants.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-48137-macros-cannot-interpolate-impl-items-bad-variants.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-48137-macros-cannot-interpolate-impl-items.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-48508-aux.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-48508.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-48636.fixed [new file with mode: 0644]
tests/ui/parser/issues/issue-48636.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-48636.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-49040.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-49040.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-51602.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-51602.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-52496.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-52496.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-54521-1.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-54521-2.fixed [new file with mode: 0644]
tests/ui/parser/issues/issue-54521-2.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-54521-2.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-54521-3.fixed [new file with mode: 0644]
tests/ui/parser/issues/issue-54521-3.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-54521-3.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-5544-a.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-5544-a.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-5544-b.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-5544-b.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-56031.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-56031.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-57198.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-57198.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-57684.fixed [new file with mode: 0644]
tests/ui/parser/issues/issue-57684.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-57684.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-57819.fixed [new file with mode: 0644]
tests/ui/parser/issues/issue-57819.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-57819.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-5806.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-5806.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-58094-missing-right-square-bracket.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-58094-missing-right-square-bracket.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-58856-1.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-58856-1.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-58856-2.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-58856-2.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-59418.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-59418.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-60075.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-60075.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-62524.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-62524.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-62546.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-62546.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-62554.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-62554.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-62660.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-62660.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-62881.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-62881.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-62894.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-62894.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-62895.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-62895.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-62913.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-62913.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-62973.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-62973.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-63115-range-pat-interpolated.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-63116.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-63116.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-63135.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-63135.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-64732.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-64732.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-65041-empty-vis-matcher-in-enum.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-65041-empty-vis-matcher-in-trait.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-65122-mac-invoc-in-mut-patterns.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-65122-mac-invoc-in-mut-patterns.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-65257-invalid-var-decl-recovery.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-65257-invalid-var-decl-recovery.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-65846-rollback-gating-failing-matcher.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-6610.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-6610.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-66357-unexpected-unreachable.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-66357-unexpected-unreachable.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-66473.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-66473.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-67146-negative-outlives-bound-syntactic-fail.fixed [new file with mode: 0644]
tests/ui/parser/issues/issue-67146-negative-outlives-bound-syntactic-fail.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-67146-negative-outlives-bound-syntactic-fail.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-67377-invalid-syntax-in-enum-discriminant.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-67377-invalid-syntax-in-enum-discriminant.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-68000-unicode-ident-after-missing-comma.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-68000-unicode-ident-after-missing-comma.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-68629.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-68629.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-68730.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-68730.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-68788-in-trait-item-propagation.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-68890-2.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-68890-2.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-68890.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-68890.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-69259.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-69259.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-70050-ntliteral-accepts-negated-lit.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-70388-recover-dotdotdot-rest-pat.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-70388-recover-dotdotdot-rest-pat.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-70388-without-witness.fixed [new file with mode: 0644]
tests/ui/parser/issues/issue-70388-without-witness.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-70388-without-witness.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-70549-resolve-after-recovered-self-ctor.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-70549-resolve-after-recovered-self-ctor.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-70552-ascription-in-parens-after-call.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-70552-ascription-in-parens-after-call.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-70583-block-is-empty-1.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-70583-block-is-empty-1.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-70583-block-is-empty-2.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-70583-block-is-empty-2.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-7222.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-72253.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-72253.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-72373.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-72373.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-73568-lifetime-after-mut.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-73568-lifetime-after-mut.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-75599.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-76437-async.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-76437-async.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-76437-const-async-unsafe.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-76437-const-async-unsafe.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-76437-const-async.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-76437-const-async.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-76437-const.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-76437-const.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-76437-pub-crate-unsafe.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-76437-pub-crate-unsafe.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-76437-unsafe.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-76437-unsafe.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-76597.fixed [new file with mode: 0644]
tests/ui/parser/issues/issue-76597.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-76597.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-7970b.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-7970b.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-81806.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-81806.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-83639.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-83639.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-84104.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-84104.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-84117.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-84117.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-84148-1.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-84148-1.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-84148-2.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-84148-2.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-8537.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-8537.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-86895.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-86895.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-87086-colon-path-sep.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-87086-colon-path-sep.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-87197-missing-semicolon.fixed [new file with mode: 0644]
tests/ui/parser/issues/issue-87197-missing-semicolon.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-87197-missing-semicolon.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-87217-keyword-order/const-async-const.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-87217-keyword-order/const-async-const.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-87217-keyword-order/several-kw-jump.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-87217-keyword-order/several-kw-jump.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-87217-keyword-order/wrong-async.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-87217-keyword-order/wrong-async.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-87217-keyword-order/wrong-const.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-87217-keyword-order/wrong-const.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-87217-keyword-order/wrong-unsafe.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-87217-keyword-order/wrong-unsafe.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-87635.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-87635.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-87812-path.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-87812-path.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-87812.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-87812.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-88276-unary-plus.fixed [new file with mode: 0644]
tests/ui/parser/issues/issue-88276-unary-plus.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-88276-unary-plus.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-88583-union-as-ident.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-88770.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-88770.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-88818.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-88818.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-89388.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-89388.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-89396.fixed [new file with mode: 0644]
tests/ui/parser/issues/issue-89396.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-89396.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-89574.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-89574.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-89971-outer-attr-following-inner-attr-ice.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-89971-outer-attr-following-inner-attr-ice.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-90993.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-90993.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-91461.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-91461.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-93282.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-93282.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-93867.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-93867.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-94340.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-94340.stderr [new file with mode: 0644]
tests/ui/parser/item-free-const-no-body-semantic-fail.rs [new file with mode: 0644]
tests/ui/parser/item-free-const-no-body-semantic-fail.stderr [new file with mode: 0644]
tests/ui/parser/item-free-const-no-body-syntactic-pass.rs [new file with mode: 0644]
tests/ui/parser/item-free-static-no-body-semantic-fail.rs [new file with mode: 0644]
tests/ui/parser/item-free-static-no-body-semantic-fail.stderr [new file with mode: 0644]
tests/ui/parser/item-free-static-no-body-syntactic-pass.rs [new file with mode: 0644]
tests/ui/parser/item-free-type-bounds-semantic-fail.rs [new file with mode: 0644]
tests/ui/parser/item-free-type-bounds-semantic-fail.stderr [new file with mode: 0644]
tests/ui/parser/item-free-type-bounds-syntactic-pass.rs [new file with mode: 0644]
tests/ui/parser/item-kw-case-mismatch.fixed [new file with mode: 0644]
tests/ui/parser/item-kw-case-mismatch.rs [new file with mode: 0644]
tests/ui/parser/item-kw-case-mismatch.stderr [new file with mode: 0644]
tests/ui/parser/item-needs-block.rs [new file with mode: 0644]
tests/ui/parser/item-needs-block.stderr [new file with mode: 0644]
tests/ui/parser/keyword-abstract.rs [new file with mode: 0644]
tests/ui/parser/keyword-abstract.stderr [new file with mode: 0644]
tests/ui/parser/keyword-as-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-as-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-box-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-box-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-break-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-break-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-const-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-const-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-continue-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-continue-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-else-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-else-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-enum-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-enum-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-final.rs [new file with mode: 0644]
tests/ui/parser/keyword-final.stderr [new file with mode: 0644]
tests/ui/parser/keyword-fn-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-fn-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-for-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-for-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-if-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-if-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-impl-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-impl-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-in-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-in-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-let-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-let-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-loop-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-loop-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-match-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-match-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-mod-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-mod-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-move-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-move-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-mut-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-mut-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-override.rs [new file with mode: 0644]
tests/ui/parser/keyword-override.stderr [new file with mode: 0644]
tests/ui/parser/keyword-pub-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-pub-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-ref-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-ref-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-return-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-return-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-static-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-static-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-struct-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-struct-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-trait-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-trait-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-try-as-identifier-edition2018.rs [new file with mode: 0644]
tests/ui/parser/keyword-try-as-identifier-edition2018.stderr [new file with mode: 0644]
tests/ui/parser/keyword-type-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-type-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-typeof.rs [new file with mode: 0644]
tests/ui/parser/keyword-typeof.stderr [new file with mode: 0644]
tests/ui/parser/keyword-unsafe-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-unsafe-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-use-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-use-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-where-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-where-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword-while-as-identifier.rs [new file with mode: 0644]
tests/ui/parser/keyword-while-as-identifier.stderr [new file with mode: 0644]
tests/ui/parser/keyword.rs [new file with mode: 0644]
tests/ui/parser/keyword.stderr [new file with mode: 0644]
tests/ui/parser/keywords-followed-by-double-colon.rs [new file with mode: 0644]
tests/ui/parser/keywords-followed-by-double-colon.stderr [new file with mode: 0644]
tests/ui/parser/kw-in-trait-bounds.rs [new file with mode: 0644]
tests/ui/parser/kw-in-trait-bounds.stderr [new file with mode: 0644]
tests/ui/parser/label-after-block-like.rs [new file with mode: 0644]
tests/ui/parser/label-after-block-like.stderr [new file with mode: 0644]
tests/ui/parser/label-is-actually-char.rs [new file with mode: 0644]
tests/ui/parser/label-is-actually-char.stderr [new file with mode: 0644]
tests/ui/parser/labeled-no-colon-expr.rs [new file with mode: 0644]
tests/ui/parser/labeled-no-colon-expr.stderr [new file with mode: 0644]
tests/ui/parser/let-binop.fixed [new file with mode: 0644]
tests/ui/parser/let-binop.rs [new file with mode: 0644]
tests/ui/parser/let-binop.stderr [new file with mode: 0644]
tests/ui/parser/lifetime-in-pattern-recover.rs [new file with mode: 0644]
tests/ui/parser/lifetime-in-pattern-recover.stderr [new file with mode: 0644]
tests/ui/parser/lifetime-in-pattern.rs [new file with mode: 0644]
tests/ui/parser/lifetime-in-pattern.stderr [new file with mode: 0644]
tests/ui/parser/lifetime-semicolon.fixed [new file with mode: 0644]
tests/ui/parser/lifetime-semicolon.rs [new file with mode: 0644]
tests/ui/parser/lifetime-semicolon.stderr [new file with mode: 0644]
tests/ui/parser/lifetime_starts_expressions.rs [new file with mode: 0644]
tests/ui/parser/lifetime_starts_expressions.stderr [new file with mode: 0644]
tests/ui/parser/macro-bad-delimiter-ident.rs [new file with mode: 0644]
tests/ui/parser/macro-bad-delimiter-ident.stderr [new file with mode: 0644]
tests/ui/parser/macro-braces-dot-question.rs [new file with mode: 0644]
tests/ui/parser/macro-keyword.rs [new file with mode: 0644]
tests/ui/parser/macro-keyword.stderr [new file with mode: 0644]
tests/ui/parser/macro-mismatched-delim-brace-paren.rs [new file with mode: 0644]
tests/ui/parser/macro-mismatched-delim-brace-paren.stderr [new file with mode: 0644]
tests/ui/parser/macro-mismatched-delim-paren-brace.rs [new file with mode: 0644]
tests/ui/parser/macro-mismatched-delim-paren-brace.stderr [new file with mode: 0644]
tests/ui/parser/macro/bad-macro-argument.rs [new file with mode: 0644]
tests/ui/parser/macro/bad-macro-argument.stderr [new file with mode: 0644]
tests/ui/parser/macro/issue-33569.rs [new file with mode: 0644]
tests/ui/parser/macro/issue-33569.stderr [new file with mode: 0644]
tests/ui/parser/macro/issue-37113.rs [new file with mode: 0644]
tests/ui/parser/macro/issue-37113.stderr [new file with mode: 0644]
tests/ui/parser/macro/issue-37234.rs [new file with mode: 0644]
tests/ui/parser/macro/issue-37234.stderr [new file with mode: 0644]
tests/ui/parser/macro/literals-are-validated-before-expansion.rs [new file with mode: 0644]
tests/ui/parser/macro/literals-are-validated-before-expansion.stderr [new file with mode: 0644]
tests/ui/parser/macro/macro-doc-comments-1.rs [new file with mode: 0644]
tests/ui/parser/macro/macro-doc-comments-1.stderr [new file with mode: 0644]
tests/ui/parser/macro/macro-doc-comments-2.rs [new file with mode: 0644]
tests/ui/parser/macro/macro-doc-comments-2.stderr [new file with mode: 0644]
tests/ui/parser/macro/macro-incomplete-parse.rs [new file with mode: 0644]
tests/ui/parser/macro/macro-incomplete-parse.stderr [new file with mode: 0644]
tests/ui/parser/macro/macro-repeat.rs [new file with mode: 0644]
tests/ui/parser/macro/macro-repeat.stderr [new file with mode: 0644]
tests/ui/parser/macro/pub-item-macro.rs [new file with mode: 0644]
tests/ui/parser/macro/pub-item-macro.stderr [new file with mode: 0644]
tests/ui/parser/macro/trait-non-item-macros.rs [new file with mode: 0644]
tests/ui/parser/macro/trait-non-item-macros.stderr [new file with mode: 0644]
tests/ui/parser/macro/trait-object-macro-matcher.rs [new file with mode: 0644]
tests/ui/parser/macro/trait-object-macro-matcher.stderr [new file with mode: 0644]
tests/ui/parser/macros-no-semicolon-items.rs [new file with mode: 0644]
tests/ui/parser/macros-no-semicolon-items.stderr [new file with mode: 0644]
tests/ui/parser/macros-no-semicolon.rs [new file with mode: 0644]
tests/ui/parser/macros-no-semicolon.stderr [new file with mode: 0644]
tests/ui/parser/match-arm-without-braces.rs [new file with mode: 0644]
tests/ui/parser/match-arm-without-braces.stderr [new file with mode: 0644]
tests/ui/parser/match-arrows-block-then-binop.rs [new file with mode: 0644]
tests/ui/parser/match-arrows-block-then-binop.stderr [new file with mode: 0644]
tests/ui/parser/match-refactor-to-expr.fixed [new file with mode: 0644]
tests/ui/parser/match-refactor-to-expr.rs [new file with mode: 0644]
tests/ui/parser/match-refactor-to-expr.stderr [new file with mode: 0644]
tests/ui/parser/mbe_missing_right_paren.rs [new file with mode: 0644]
tests/ui/parser/mbe_missing_right_paren.stderr [new file with mode: 0644]
tests/ui/parser/method-call-on-struct-literal-in-if-condition.rs [new file with mode: 0644]
tests/ui/parser/method-call-on-struct-literal-in-if-condition.stderr [new file with mode: 0644]
tests/ui/parser/mismatched-braces/missing-close-brace-in-impl-trait.rs [new file with mode: 0644]
tests/ui/parser/mismatched-braces/missing-close-brace-in-impl-trait.stderr [new file with mode: 0644]
tests/ui/parser/mismatched-braces/missing-close-brace-in-struct.rs [new file with mode: 0644]
tests/ui/parser/mismatched-braces/missing-close-brace-in-struct.stderr [new file with mode: 0644]
tests/ui/parser/mismatched-braces/missing-close-brace-in-trait.rs [new file with mode: 0644]
tests/ui/parser/mismatched-braces/missing-close-brace-in-trait.stderr [new file with mode: 0644]
tests/ui/parser/mismatched-delim-brace-empty-block.rs [new file with mode: 0644]
tests/ui/parser/mismatched-delim-brace-empty-block.stderr [new file with mode: 0644]
tests/ui/parser/missing-closing-angle-bracket-eq-constraint.rs [new file with mode: 0644]
tests/ui/parser/missing-closing-angle-bracket-eq-constraint.stderr [new file with mode: 0644]
tests/ui/parser/missing-closing-angle-bracket-struct-field-ty.rs [new file with mode: 0644]
tests/ui/parser/missing-closing-angle-bracket-struct-field-ty.stderr [new file with mode: 0644]
tests/ui/parser/missing-expression-in-for-loop.rs [new file with mode: 0644]
tests/ui/parser/missing-expression-in-for-loop.stderr [new file with mode: 0644]
tests/ui/parser/missing-semicolon.rs [new file with mode: 0644]
tests/ui/parser/missing-semicolon.stderr [new file with mode: 0644]
tests/ui/parser/missing_right_paren.rs [new file with mode: 0644]
tests/ui/parser/missing_right_paren.stderr [new file with mode: 0644]
tests/ui/parser/misspelled-macro-rules.fixed [new file with mode: 0644]
tests/ui/parser/misspelled-macro-rules.rs [new file with mode: 0644]
tests/ui/parser/misspelled-macro-rules.stderr [new file with mode: 0644]
tests/ui/parser/mod_file_not_exist.rs [new file with mode: 0644]
tests/ui/parser/mod_file_not_exist.stderr [new file with mode: 0644]
tests/ui/parser/mod_file_not_exist_windows.rs [new file with mode: 0644]
tests/ui/parser/mod_file_not_exist_windows.stderr [new file with mode: 0644]
tests/ui/parser/mod_file_with_path_attr.rs [new file with mode: 0644]
tests/ui/parser/mod_file_with_path_attr.stderr [new file with mode: 0644]
tests/ui/parser/multibyte-char-use-seperator-issue-80134.rs [new file with mode: 0644]
tests/ui/parser/multibyte-char-use-seperator-issue-80134.stderr [new file with mode: 0644]
tests/ui/parser/multiline-comment-line-tracking.rs [new file with mode: 0644]
tests/ui/parser/multiline-comment-line-tracking.stderr [new file with mode: 0644]
tests/ui/parser/multitrait.rs [new file with mode: 0644]
tests/ui/parser/multitrait.stderr [new file with mode: 0644]
tests/ui/parser/mut-patterns.rs [new file with mode: 0644]
tests/ui/parser/mut-patterns.stderr [new file with mode: 0644]
tests/ui/parser/nested-bad-turbofish.rs [new file with mode: 0644]
tests/ui/parser/nested-bad-turbofish.stderr [new file with mode: 0644]
tests/ui/parser/nested-missing-closing-angle-bracket.rs [new file with mode: 0644]
tests/ui/parser/nested-missing-closing-angle-bracket.stderr [new file with mode: 0644]
tests/ui/parser/new-unicode-escapes-1.rs [new file with mode: 0644]
tests/ui/parser/new-unicode-escapes-1.stderr [new file with mode: 0644]
tests/ui/parser/new-unicode-escapes-2.rs [new file with mode: 0644]
tests/ui/parser/new-unicode-escapes-2.stderr [new file with mode: 0644]
tests/ui/parser/new-unicode-escapes-3.rs [new file with mode: 0644]
tests/ui/parser/new-unicode-escapes-3.stderr [new file with mode: 0644]
tests/ui/parser/new-unicode-escapes-4.rs [new file with mode: 0644]
tests/ui/parser/new-unicode-escapes-4.stderr [new file with mode: 0644]
tests/ui/parser/no-binary-float-literal.rs [new file with mode: 0644]
tests/ui/parser/no-binary-float-literal.stderr [new file with mode: 0644]
tests/ui/parser/no-const-fn-in-extern-block.rs [new file with mode: 0644]
tests/ui/parser/no-const-fn-in-extern-block.stderr [new file with mode: 0644]
tests/ui/parser/no-hex-float-literal.rs [new file with mode: 0644]
tests/ui/parser/no-hex-float-literal.stderr [new file with mode: 0644]
tests/ui/parser/no-unsafe-self.rs [new file with mode: 0644]
tests/ui/parser/no-unsafe-self.stderr [new file with mode: 0644]
tests/ui/parser/not-a-pred.rs [new file with mode: 0644]
tests/ui/parser/not-a-pred.stderr [new file with mode: 0644]
tests/ui/parser/nt-parsing-has-recovery.rs [new file with mode: 0644]
tests/ui/parser/nt-parsing-has-recovery.stderr [new file with mode: 0644]
tests/ui/parser/numeric-lifetime.rs [new file with mode: 0644]
tests/ui/parser/numeric-lifetime.stderr [new file with mode: 0644]
tests/ui/parser/obsolete-syntax-impl-for-dotdot.rs [new file with mode: 0644]
tests/ui/parser/obsolete-syntax-impl-for-dotdot.stderr [new file with mode: 0644]
tests/ui/parser/old-suffixes-are-really-forbidden.rs [new file with mode: 0644]
tests/ui/parser/old-suffixes-are-really-forbidden.stderr [new file with mode: 0644]
tests/ui/parser/omitted-arg-in-item-fn.rs [new file with mode: 0644]
tests/ui/parser/omitted-arg-in-item-fn.stderr [new file with mode: 0644]
tests/ui/parser/operator-associativity.rs [new file with mode: 0644]
tests/ui/parser/paamayim-nekudotayim.rs [new file with mode: 0644]
tests/ui/parser/paamayim-nekudotayim.stderr [new file with mode: 0644]
tests/ui/parser/parse-assoc-type-lt.rs [new file with mode: 0644]
tests/ui/parser/parse-error-correct.rs [new file with mode: 0644]
tests/ui/parser/parse-error-correct.stderr [new file with mode: 0644]
tests/ui/parser/parse-panic.rs [new file with mode: 0644]
tests/ui/parser/parser-recovery-1.rs [new file with mode: 0644]
tests/ui/parser/parser-recovery-1.stderr [new file with mode: 0644]
tests/ui/parser/parser-recovery-2.rs [new file with mode: 0644]
tests/ui/parser/parser-recovery-2.stderr [new file with mode: 0644]
tests/ui/parser/parser-unicode-whitespace.rs [new file with mode: 0644]
tests/ui/parser/pat-lt-bracket-1.rs [new file with mode: 0644]
tests/ui/parser/pat-lt-bracket-1.stderr [new file with mode: 0644]
tests/ui/parser/pat-lt-bracket-2.rs [new file with mode: 0644]
tests/ui/parser/pat-lt-bracket-2.stderr [new file with mode: 0644]
tests/ui/parser/pat-lt-bracket-3.rs [new file with mode: 0644]
tests/ui/parser/pat-lt-bracket-3.stderr [new file with mode: 0644]
tests/ui/parser/pat-lt-bracket-4.rs [new file with mode: 0644]
tests/ui/parser/pat-lt-bracket-4.stderr [new file with mode: 0644]
tests/ui/parser/pat-lt-bracket-5.rs [new file with mode: 0644]
tests/ui/parser/pat-lt-bracket-5.stderr [new file with mode: 0644]
tests/ui/parser/pat-lt-bracket-6.rs [new file with mode: 0644]
tests/ui/parser/pat-lt-bracket-6.stderr [new file with mode: 0644]
tests/ui/parser/pat-lt-bracket-7.rs [new file with mode: 0644]
tests/ui/parser/pat-lt-bracket-7.stderr [new file with mode: 0644]
tests/ui/parser/pat-ranges-1.rs [new file with mode: 0644]
tests/ui/parser/pat-ranges-1.stderr [new file with mode: 0644]
tests/ui/parser/pat-ranges-2.rs [new file with mode: 0644]
tests/ui/parser/pat-ranges-2.stderr [new file with mode: 0644]
tests/ui/parser/pat-ranges-3.rs [new file with mode: 0644]
tests/ui/parser/pat-ranges-3.stderr [new file with mode: 0644]
tests/ui/parser/pat-ranges-4.rs [new file with mode: 0644]
tests/ui/parser/pat-ranges-4.stderr [new file with mode: 0644]
tests/ui/parser/pat-ref-enum.rs [new file with mode: 0644]
tests/ui/parser/pat-ref-enum.stderr [new file with mode: 0644]
tests/ui/parser/pat-tuple-1.rs [new file with mode: 0644]
tests/ui/parser/pat-tuple-1.stderr [new file with mode: 0644]
tests/ui/parser/pat-tuple-2.rs [new file with mode: 0644]
tests/ui/parser/pat-tuple-3.rs [new file with mode: 0644]
tests/ui/parser/pat-tuple-3.stderr [new file with mode: 0644]
tests/ui/parser/pub-method-macro.rs [new file with mode: 0644]
tests/ui/parser/pub-method-macro.stderr [new file with mode: 0644]
tests/ui/parser/public-instead-of-pub-1.fixed [new file with mode: 0644]
tests/ui/parser/public-instead-of-pub-1.rs [new file with mode: 0644]
tests/ui/parser/public-instead-of-pub-1.stderr [new file with mode: 0644]
tests/ui/parser/public-instead-of-pub-2.rs [new file with mode: 0644]
tests/ui/parser/public-instead-of-pub-2.stderr [new file with mode: 0644]
tests/ui/parser/public-instead-of-pub-3.fixed [new file with mode: 0644]
tests/ui/parser/public-instead-of-pub-3.rs [new file with mode: 0644]
tests/ui/parser/public-instead-of-pub-3.stderr [new file with mode: 0644]
tests/ui/parser/public-instead-of-pub.fixed [new file with mode: 0644]
tests/ui/parser/public-instead-of-pub.rs [new file with mode: 0644]
tests/ui/parser/public-instead-of-pub.stderr [new file with mode: 0644]
tests/ui/parser/qualified-path-in-turbofish.fixed [new file with mode: 0644]
tests/ui/parser/qualified-path-in-turbofish.rs [new file with mode: 0644]
tests/ui/parser/qualified-path-in-turbofish.stderr [new file with mode: 0644]
tests/ui/parser/range-3.rs [new file with mode: 0644]
tests/ui/parser/range-3.stderr [new file with mode: 0644]
tests/ui/parser/range-4.rs [new file with mode: 0644]
tests/ui/parser/range-4.stderr [new file with mode: 0644]
tests/ui/parser/range-inclusive-extra-equals.rs [new file with mode: 0644]
tests/ui/parser/range-inclusive-extra-equals.stderr [new file with mode: 0644]
tests/ui/parser/range_inclusive.fixed [new file with mode: 0644]
tests/ui/parser/range_inclusive.rs [new file with mode: 0644]
tests/ui/parser/range_inclusive.stderr [new file with mode: 0644]
tests/ui/parser/range_inclusive_dotdotdot.rs [new file with mode: 0644]
tests/ui/parser/range_inclusive_dotdotdot.stderr [new file with mode: 0644]
tests/ui/parser/ranges-precedence.rs [new file with mode: 0644]
tests/ui/parser/raw/issue-70677-panic-on-unterminated-raw-str-at-eof.rs [new file with mode: 0644]
tests/ui/parser/raw/issue-70677-panic-on-unterminated-raw-str-at-eof.stderr [new file with mode: 0644]
tests/ui/parser/raw/raw-byte-string-eof.rs [new file with mode: 0644]
tests/ui/parser/raw/raw-byte-string-eof.stderr [new file with mode: 0644]
tests/ui/parser/raw/raw-byte-string-literals.rs [new file with mode: 0644]
tests/ui/parser/raw/raw-byte-string-literals.stderr [new file with mode: 0644]
tests/ui/parser/raw/raw-literal-keywords.rs [new file with mode: 0644]
tests/ui/parser/raw/raw-literal-keywords.stderr [new file with mode: 0644]
tests/ui/parser/raw/raw-literal-self.rs [new file with mode: 0644]
tests/ui/parser/raw/raw-literal-self.stderr [new file with mode: 0644]
tests/ui/parser/raw/raw-literal-underscore.rs [new file with mode: 0644]
tests/ui/parser/raw/raw-literal-underscore.stderr [new file with mode: 0644]
tests/ui/parser/raw/raw-str-delim.rs [new file with mode: 0644]
tests/ui/parser/raw/raw-str-delim.stderr [new file with mode: 0644]
tests/ui/parser/raw/raw-str-in-macro-call.rs [new file with mode: 0644]
tests/ui/parser/raw/raw-str-unbalanced.rs [new file with mode: 0644]
tests/ui/parser/raw/raw-str-unbalanced.stderr [new file with mode: 0644]
tests/ui/parser/raw/raw-str-unterminated.rs [new file with mode: 0644]
tests/ui/parser/raw/raw-str-unterminated.stderr [new file with mode: 0644]
tests/ui/parser/raw/raw-string-2.rs [new file with mode: 0644]
tests/ui/parser/raw/raw-string-2.stderr [new file with mode: 0644]
tests/ui/parser/raw/raw-string.rs [new file with mode: 0644]
tests/ui/parser/raw/raw-string.stderr [new file with mode: 0644]
tests/ui/parser/raw/too-many-hash.rs [new file with mode: 0644]
tests/ui/parser/raw/too-many-hash.stderr [new file with mode: 0644]
tests/ui/parser/recover-assoc-const-constraint.rs [new file with mode: 0644]
tests/ui/parser/recover-assoc-const-constraint.stderr [new file with mode: 0644]
tests/ui/parser/recover-assoc-eq-missing-term.rs [new file with mode: 0644]
tests/ui/parser/recover-assoc-eq-missing-term.stderr [new file with mode: 0644]
tests/ui/parser/recover-assoc-lifetime-constraint.rs [new file with mode: 0644]
tests/ui/parser/recover-assoc-lifetime-constraint.stderr [new file with mode: 0644]
tests/ui/parser/recover-const-async-fn-ptr.rs [new file with mode: 0644]
tests/ui/parser/recover-const-async-fn-ptr.stderr [new file with mode: 0644]
tests/ui/parser/recover-enum.rs [new file with mode: 0644]
tests/ui/parser/recover-enum.stderr [new file with mode: 0644]
tests/ui/parser/recover-enum2.rs [new file with mode: 0644]
tests/ui/parser/recover-enum2.stderr [new file with mode: 0644]
tests/ui/parser/recover-field-extra-angle-brackets-in-struct-with-a-field.rs [new file with mode: 0644]
tests/ui/parser/recover-field-extra-angle-brackets-in-struct-with-a-field.stderr [new file with mode: 0644]
tests/ui/parser/recover-field-extra-angle-brackets.rs [new file with mode: 0644]
tests/ui/parser/recover-field-extra-angle-brackets.stderr [new file with mode: 0644]
tests/ui/parser/recover-field-semi.rs [new file with mode: 0644]
tests/ui/parser/recover-field-semi.stderr [new file with mode: 0644]
tests/ui/parser/recover-fn-ptr-with-generics.rs [new file with mode: 0644]
tests/ui/parser/recover-fn-ptr-with-generics.stderr [new file with mode: 0644]
tests/ui/parser/recover-fn-trait-from-fn-kw.rs [new file with mode: 0644]
tests/ui/parser/recover-fn-trait-from-fn-kw.stderr [new file with mode: 0644]
tests/ui/parser/recover-for-loop-parens-around-head.rs [new file with mode: 0644]
tests/ui/parser/recover-for-loop-parens-around-head.stderr [new file with mode: 0644]
tests/ui/parser/recover-from-bad-variant.rs [new file with mode: 0644]
tests/ui/parser/recover-from-bad-variant.stderr [new file with mode: 0644]
tests/ui/parser/recover-from-homoglyph.rs [new file with mode: 0644]
tests/ui/parser/recover-from-homoglyph.stderr [new file with mode: 0644]
tests/ui/parser/recover-labeled-non-block-expr.fixed [new file with mode: 0644]
tests/ui/parser/recover-labeled-non-block-expr.rs [new file with mode: 0644]
tests/ui/parser/recover-labeled-non-block-expr.stderr [new file with mode: 0644]
tests/ui/parser/recover-missing-semi-before-item.fixed [new file with mode: 0644]
tests/ui/parser/recover-missing-semi-before-item.rs [new file with mode: 0644]
tests/ui/parser/recover-missing-semi-before-item.stderr [new file with mode: 0644]
tests/ui/parser/recover-missing-semi.rs [new file with mode: 0644]
tests/ui/parser/recover-missing-semi.stderr [new file with mode: 0644]
tests/ui/parser/recover-quantified-closure.rs [new file with mode: 0644]
tests/ui/parser/recover-quantified-closure.stderr [new file with mode: 0644]
tests/ui/parser/recover-range-pats.rs [new file with mode: 0644]
tests/ui/parser/recover-range-pats.stderr [new file with mode: 0644]
tests/ui/parser/recover-ref-dyn-mut.rs [new file with mode: 0644]
tests/ui/parser/recover-ref-dyn-mut.stderr [new file with mode: 0644]
tests/ui/parser/recover-struct.rs [new file with mode: 0644]
tests/ui/parser/recover-struct.stderr [new file with mode: 0644]
tests/ui/parser/recover-tuple-pat.rs [new file with mode: 0644]
tests/ui/parser/recover-tuple-pat.stderr [new file with mode: 0644]
tests/ui/parser/recover-tuple.rs [new file with mode: 0644]
tests/ui/parser/recover-tuple.stderr [new file with mode: 0644]
tests/ui/parser/recover-unticked-labels.fixed [new file with mode: 0644]
tests/ui/parser/recover-unticked-labels.rs [new file with mode: 0644]
tests/ui/parser/recover-unticked-labels.stderr [new file with mode: 0644]
tests/ui/parser/recover-where-clause-before-tuple-struct-body-0.fixed [new file with mode: 0644]
tests/ui/parser/recover-where-clause-before-tuple-struct-body-0.rs [new file with mode: 0644]
tests/ui/parser/recover-where-clause-before-tuple-struct-body-0.stderr [new file with mode: 0644]
tests/ui/parser/recover-where-clause-before-tuple-struct-body-1.rs [new file with mode: 0644]
tests/ui/parser/recover-where-clause-before-tuple-struct-body-1.stderr [new file with mode: 0644]
tests/ui/parser/recovered-struct-variant.rs [new file with mode: 0644]
tests/ui/parser/recovered-struct-variant.stderr [new file with mode: 0644]
tests/ui/parser/regions-out-of-scope-slice.rs [new file with mode: 0644]
tests/ui/parser/regions-out-of-scope-slice.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax-closure-lifetime.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax-closure-lifetime.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax-enum-newtype.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax-enum-newtype.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax-field-let-2.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax-field-let-2.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax-field-let.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax-field-let.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax-field-semicolon.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax-field-semicolon.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax-fixed-vec.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax-fixed-vec.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax-fn-sigil.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax-fn-sigil.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax-mode.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax-mode.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax-mut-vec-expr.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax-mut-vec-expr.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax-mut-vec-ty.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax-mut-vec-ty.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax-ptr-lifetime.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax-ptr-lifetime.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax-record.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax-record.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax-static-fn.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax-static-fn.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax-uniq-mut-expr.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax-uniq-mut-expr.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax-uniq-mut-ty.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax-uniq-mut-ty.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax-with-1.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax-with-1.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax-with-2.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax-with-2.stderr [new file with mode: 0644]
tests/ui/parser/require-parens-for-chained-comparison.rs [new file with mode: 0644]
tests/ui/parser/require-parens-for-chained-comparison.stderr [new file with mode: 0644]
tests/ui/parser/self-in-function-arg.rs [new file with mode: 0644]
tests/ui/parser/self-in-function-arg.stderr [new file with mode: 0644]
tests/ui/parser/self-param-semantic-fail.rs [new file with mode: 0644]
tests/ui/parser/self-param-semantic-fail.stderr [new file with mode: 0644]
tests/ui/parser/self-param-syntactic-pass.rs [new file with mode: 0644]
tests/ui/parser/semi-after-closure-in-macro.rs [new file with mode: 0644]
tests/ui/parser/several-carriage-returns-in-doc-comment.rs [new file with mode: 0644]
tests/ui/parser/several-carriage-returns-in-doc-comment.stderr [new file with mode: 0644]
tests/ui/parser/shebang/issue-71471-ignore-tidy.rs [new file with mode: 0644]
tests/ui/parser/shebang/issue-71471-ignore-tidy.stderr [new file with mode: 0644]
tests/ui/parser/shebang/multiline-attrib.rs [new file with mode: 0644]
tests/ui/parser/shebang/regular-attrib.rs [new file with mode: 0644]
tests/ui/parser/shebang/shebang-and-attrib.rs [new file with mode: 0644]
tests/ui/parser/shebang/shebang-comment.rs [new file with mode: 0644]
tests/ui/parser/shebang/shebang-doc-comment.rs [new file with mode: 0644]
tests/ui/parser/shebang/shebang-doc-comment.stderr [new file with mode: 0644]
tests/ui/parser/shebang/shebang-empty.rs [new file with mode: 0644]
tests/ui/parser/shebang/shebang-must-start-file.rs [new file with mode: 0644]
tests/ui/parser/shebang/shebang-must-start-file.stderr [new file with mode: 0644]
tests/ui/parser/shebang/shebang-space.rs [new file with mode: 0644]
tests/ui/parser/shebang/sneaky-attrib.rs [new file with mode: 0644]
tests/ui/parser/shebang/valid-shebang.rs [new file with mode: 0644]
tests/ui/parser/similar-tokens.rs [new file with mode: 0644]
tests/ui/parser/similar-tokens.stderr [new file with mode: 0644]
tests/ui/parser/slowparse-bstring.rs [new file with mode: 0644]
tests/ui/parser/slowparse-string.rs [new file with mode: 0644]
tests/ui/parser/stmt_expr_attrs_placement.rs [new file with mode: 0644]
tests/ui/parser/stmt_expr_attrs_placement.stderr [new file with mode: 0644]
tests/ui/parser/stripped-nested-outline-mod-pass.rs [new file with mode: 0644]
tests/ui/parser/struct-default-values-and-missing-field-separator.fixed [new file with mode: 0644]
tests/ui/parser/struct-default-values-and-missing-field-separator.rs [new file with mode: 0644]
tests/ui/parser/struct-default-values-and-missing-field-separator.stderr [new file with mode: 0644]
tests/ui/parser/struct-field-numeric-shorthand.rs [new file with mode: 0644]
tests/ui/parser/struct-field-numeric-shorthand.stderr [new file with mode: 0644]
tests/ui/parser/struct-filed-with-attr.fixed [new file with mode: 0644]
tests/ui/parser/struct-filed-with-attr.rs [new file with mode: 0644]
tests/ui/parser/struct-filed-with-attr.stderr [new file with mode: 0644]
tests/ui/parser/struct-literal-in-for.rs [new file with mode: 0644]
tests/ui/parser/struct-literal-in-for.stderr [new file with mode: 0644]
tests/ui/parser/struct-literal-in-if.rs [new file with mode: 0644]
tests/ui/parser/struct-literal-in-if.stderr [new file with mode: 0644]
tests/ui/parser/struct-literal-in-match-discriminant.rs [new file with mode: 0644]
tests/ui/parser/struct-literal-in-match-discriminant.stderr [new file with mode: 0644]
tests/ui/parser/struct-literal-in-match-guard.rs [new file with mode: 0644]
tests/ui/parser/struct-literal-in-while.rs [new file with mode: 0644]
tests/ui/parser/struct-literal-in-while.stderr [new file with mode: 0644]
tests/ui/parser/struct-literal-restrictions-in-lamda.rs [new file with mode: 0644]
tests/ui/parser/struct-literal-restrictions-in-lamda.stderr [new file with mode: 0644]
tests/ui/parser/struct-literal-variant-in-if.rs [new file with mode: 0644]
tests/ui/parser/struct-literal-variant-in-if.stderr [new file with mode: 0644]
tests/ui/parser/suggest-assoc-const.fixed [new file with mode: 0644]
tests/ui/parser/suggest-assoc-const.rs [new file with mode: 0644]
tests/ui/parser/suggest-assoc-const.stderr [new file with mode: 0644]
tests/ui/parser/suggest-const-for-global-var.rs [new file with mode: 0644]
tests/ui/parser/suggest-const-for-global-var.stderr [new file with mode: 0644]
tests/ui/parser/suggest-removing-semicolon-after-impl-trait-items.fixed [new file with mode: 0644]
tests/ui/parser/suggest-removing-semicolon-after-impl-trait-items.rs [new file with mode: 0644]
tests/ui/parser/suggest-removing-semicolon-after-impl-trait-items.stderr [new file with mode: 0644]
tests/ui/parser/suggest-semi-in-array.rs [new file with mode: 0644]
tests/ui/parser/suggest-semi-in-array.stderr [new file with mode: 0644]
tests/ui/parser/suggest-semicolon-before-array.fixed [new file with mode: 0644]
tests/ui/parser/suggest-semicolon-before-array.rs [new file with mode: 0644]
tests/ui/parser/suggest-semicolon-before-array.stderr [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/enum.fixed [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/enum.rs [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/enum.stderr [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/existing_generics.rs [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/existing_generics.stderr [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/fn-complex-generics.fixed [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/fn-complex-generics.rs [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/fn-complex-generics.stderr [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/fn-invalid-generics.rs [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/fn-invalid-generics.stderr [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/fn-simple.fixed [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/fn-simple.rs [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/fn-simple.stderr [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/struct.fixed [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/struct.rs [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/struct.stderr [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/trait.fixed [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/trait.rs [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/trait.stderr [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/type.fixed [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/type.rs [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/type.stderr [new file with mode: 0644]
tests/ui/parser/trailing-carriage-return-in-string.rs [new file with mode: 0644]
tests/ui/parser/trailing-carriage-return-in-string.stderr [new file with mode: 0644]
tests/ui/parser/trailing-plus-in-bounds.rs [new file with mode: 0644]
tests/ui/parser/trailing-question-in-macro-type.rs [new file with mode: 0644]
tests/ui/parser/trailing-question-in-macro-type.stderr [new file with mode: 0644]
tests/ui/parser/trailing-question-in-type.fixed [new file with mode: 0644]
tests/ui/parser/trailing-question-in-type.rs [new file with mode: 0644]
tests/ui/parser/trailing-question-in-type.stderr [new file with mode: 0644]
tests/ui/parser/trait-bounds-not-on-impl.rs [new file with mode: 0644]
tests/ui/parser/trait-bounds-not-on-impl.stderr [new file with mode: 0644]
tests/ui/parser/trait-item-with-defaultness-fail-semantic.rs [new file with mode: 0644]
tests/ui/parser/trait-item-with-defaultness-fail-semantic.stderr [new file with mode: 0644]
tests/ui/parser/trait-item-with-defaultness-pass.rs [new file with mode: 0644]
tests/ui/parser/trait-object-bad-parens.rs [new file with mode: 0644]
tests/ui/parser/trait-object-bad-parens.stderr [new file with mode: 0644]
tests/ui/parser/trait-object-delimiters.rs [new file with mode: 0644]
tests/ui/parser/trait-object-delimiters.stderr [new file with mode: 0644]
tests/ui/parser/trait-object-lifetime-parens.rs [new file with mode: 0644]
tests/ui/parser/trait-object-lifetime-parens.stderr [new file with mode: 0644]
tests/ui/parser/trait-object-polytrait-priority.rs [new file with mode: 0644]
tests/ui/parser/trait-object-polytrait-priority.stderr [new file with mode: 0644]
tests/ui/parser/trait-object-trait-parens.rs [new file with mode: 0644]
tests/ui/parser/trait-object-trait-parens.stderr [new file with mode: 0644]
tests/ui/parser/trait-plusequal-splitting.rs [new file with mode: 0644]
tests/ui/parser/trait-pub-assoc-const.rs [new file with mode: 0644]
tests/ui/parser/trait-pub-assoc-const.stderr [new file with mode: 0644]
tests/ui/parser/trait-pub-assoc-ty.rs [new file with mode: 0644]
tests/ui/parser/trait-pub-assoc-ty.stderr [new file with mode: 0644]
tests/ui/parser/trait-pub-method.rs [new file with mode: 0644]
tests/ui/parser/trait-pub-method.stderr [new file with mode: 0644]
tests/ui/parser/type-alias-where-fixable.fixed [new file with mode: 0644]
tests/ui/parser/type-alias-where-fixable.rs [new file with mode: 0644]
tests/ui/parser/type-alias-where-fixable.stderr [new file with mode: 0644]
tests/ui/parser/type-alias-where.rs [new file with mode: 0644]
tests/ui/parser/type-alias-where.stderr [new file with mode: 0644]
tests/ui/parser/type-ascription-in-pattern.rs [new file with mode: 0644]
tests/ui/parser/type-ascription-in-pattern.stderr [new file with mode: 0644]
tests/ui/parser/type-parameters-in-field-exprs.rs [new file with mode: 0644]
tests/ui/parser/type-parameters-in-field-exprs.stderr [new file with mode: 0644]
tests/ui/parser/unbalanced-doublequote.rs [new file with mode: 0644]
tests/ui/parser/unbalanced-doublequote.stderr [new file with mode: 0644]
tests/ui/parser/unclosed-braces.rs [new file with mode: 0644]
tests/ui/parser/unclosed-braces.stderr [new file with mode: 0644]
tests/ui/parser/unclosed-delimiter-in-dep.rs [new file with mode: 0644]
tests/ui/parser/unclosed-delimiter-in-dep.stderr [new file with mode: 0644]
tests/ui/parser/unclosed_delim_mod.rs [new file with mode: 0644]
tests/ui/parser/unclosed_delim_mod.stderr [new file with mode: 0644]
tests/ui/parser/underscore-suffix-for-float.rs [new file with mode: 0644]
tests/ui/parser/underscore-suffix-for-float.stderr [new file with mode: 0644]
tests/ui/parser/underscore-suffix-for-string.rs [new file with mode: 0644]
tests/ui/parser/underscore-suffix-for-string.stderr [new file with mode: 0644]
tests/ui/parser/underscore_item_not_const.rs [new file with mode: 0644]
tests/ui/parser/underscore_item_not_const.stderr [new file with mode: 0644]
tests/ui/parser/unicode-character-literal.fixed [new file with mode: 0644]
tests/ui/parser/unicode-character-literal.rs [new file with mode: 0644]
tests/ui/parser/unicode-character-literal.stderr [new file with mode: 0644]
tests/ui/parser/unicode-chars.rs [new file with mode: 0644]
tests/ui/parser/unicode-chars.stderr [new file with mode: 0644]
tests/ui/parser/unicode-control-codepoints.rs [new file with mode: 0644]
tests/ui/parser/unicode-control-codepoints.stderr [new file with mode: 0644]
tests/ui/parser/unicode-quote-chars.rs [new file with mode: 0644]
tests/ui/parser/unicode-quote-chars.stderr [new file with mode: 0644]
tests/ui/parser/unmatched-delimiter-at-end-of-file.rs [new file with mode: 0644]
tests/ui/parser/unmatched-delimiter-at-end-of-file.stderr [new file with mode: 0644]
tests/ui/parser/unmatched-langle-1.rs [new file with mode: 0644]
tests/ui/parser/unmatched-langle-1.stderr [new file with mode: 0644]
tests/ui/parser/unmatched-langle-2.rs [new file with mode: 0644]
tests/ui/parser/unmatched-langle-2.stderr [new file with mode: 0644]
tests/ui/parser/unnecessary-let.rs [new file with mode: 0644]
tests/ui/parser/unnecessary-let.stderr [new file with mode: 0644]
tests/ui/parser/unsafe-foreign-mod-2.rs [new file with mode: 0644]
tests/ui/parser/unsafe-foreign-mod-2.stderr [new file with mode: 0644]
tests/ui/parser/unsafe-foreign-mod.rs [new file with mode: 0644]
tests/ui/parser/unsafe-foreign-mod.stderr [new file with mode: 0644]
tests/ui/parser/unsafe-mod.rs [new file with mode: 0644]
tests/ui/parser/unsafe-mod.stderr [new file with mode: 0644]
tests/ui/parser/unsized.rs [new file with mode: 0644]
tests/ui/parser/unsized.stderr [new file with mode: 0644]
tests/ui/parser/unsized2.rs [new file with mode: 0644]
tests/ui/parser/unsized2.stderr [new file with mode: 0644]
tests/ui/parser/use-as-where-use-ends-with-mod-sep.rs [new file with mode: 0644]
tests/ui/parser/use-as-where-use-ends-with-mod-sep.stderr [new file with mode: 0644]
tests/ui/parser/use-colon-as-mod-sep.rs [new file with mode: 0644]
tests/ui/parser/use-colon-as-mod-sep.stderr [new file with mode: 0644]
tests/ui/parser/use-ends-with-mod-sep.rs [new file with mode: 0644]
tests/ui/parser/use-ends-with-mod-sep.stderr [new file with mode: 0644]
tests/ui/parser/use-unclosed-brace.rs [new file with mode: 0644]
tests/ui/parser/use-unclosed-brace.stderr [new file with mode: 0644]
tests/ui/parser/utf16-be-without-bom.rs [new file with mode: 0644]
tests/ui/parser/utf16-be-without-bom.stderr [new file with mode: 0644]
tests/ui/parser/utf16-le-without-bom.rs [new file with mode: 0644]
tests/ui/parser/utf16-le-without-bom.stderr [new file with mode: 0644]
tests/ui/parser/utf8_idents-rpass.rs [new file with mode: 0644]
tests/ui/parser/variadic-ffi-nested-syntactic-fail.rs [new file with mode: 0644]
tests/ui/parser/variadic-ffi-nested-syntactic-fail.stderr [new file with mode: 0644]
tests/ui/parser/variadic-ffi-semantic-restrictions.rs [new file with mode: 0644]
tests/ui/parser/variadic-ffi-semantic-restrictions.stderr [new file with mode: 0644]
tests/ui/parser/variadic-ffi-syntactic-pass.rs [new file with mode: 0644]
tests/ui/parser/virtual-structs.rs [new file with mode: 0644]
tests/ui/parser/virtual-structs.stderr [new file with mode: 0644]
tests/ui/parser/where-clauses-no-bounds-or-predicates.rs [new file with mode: 0644]
tests/ui/parser/where-clauses-no-bounds-or-predicates.stderr [new file with mode: 0644]
tests/ui/parser/where_with_bound.rs [new file with mode: 0644]
tests/ui/parser/where_with_bound.stderr [new file with mode: 0644]
tests/ui/parser/while-if-let-without-body.rs [new file with mode: 0644]
tests/ui/parser/while-if-let-without-body.stderr [new file with mode: 0644]
tests/ui/parser/wrong-escape-of-curly-braces.rs [new file with mode: 0644]
tests/ui/parser/wrong-escape-of-curly-braces.stderr [new file with mode: 0644]
tests/ui/partialeq_help.rs [new file with mode: 0644]
tests/ui/partialeq_help.stderr [new file with mode: 0644]
tests/ui/path-lookahead.fixed [new file with mode: 0644]
tests/ui/path-lookahead.rs [new file with mode: 0644]
tests/ui/path-lookahead.stderr [new file with mode: 0644]
tests/ui/path.rs [new file with mode: 0644]
tests/ui/paths-containing-nul.rs [new file with mode: 0644]
tests/ui/pattern/auxiliary/declarations-for-tuple-field-count-errors.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/bind-by-copy.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/bind-by-move-neither-can-live-while-the-other-survives-1.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/bind-by-move-neither-can-live-while-the-other-survives-1.stderr [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/bind-by-move-no-subbindings-fun-param.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/bind-by-move-no-subbindings-fun-param.stderr [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/borrowck-move-and-move.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/borrowck-move-and-move.stderr [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/borrowck-pat-at-and-box-pass.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/borrowck-pat-at-and-box.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/borrowck-pat-at-and-box.stderr [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/borrowck-pat-by-copy-bindings-in-at.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/borrowck-pat-by-move-and-ref-inverse-promotion.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/borrowck-pat-by-move-and-ref-inverse-promotion.stderr [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/borrowck-pat-by-move-and-ref-inverse.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/borrowck-pat-by-move-and-ref-inverse.stderr [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/borrowck-pat-by-move-and-ref.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/borrowck-pat-by-move-and-ref.stderr [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/borrowck-pat-ref-both-sides.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/borrowck-pat-ref-mut-and-ref.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/borrowck-pat-ref-mut-and-ref.stderr [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/borrowck-pat-ref-mut-twice.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/borrowck-pat-ref-mut-twice.stderr [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/box-patterns.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/copy-and-move-mixed.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/copy-and-move-mixed.stderr [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/default-binding-modes-both-sides-independent.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/default-binding-modes-both-sides-independent.stderr [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/nested-binding-mode-lint.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/nested-binding-modes-mut.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/nested-binding-modes-mut.stderr [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/nested-binding-modes-ref.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/nested-binding-modes-ref.stderr [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/nested-patterns.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/nested-type-ascription-syntactically-invalid.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/nested-type-ascription-syntactically-invalid.stderr [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/or-patterns-box-patterns.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/or-patterns-slice-patterns.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/or-patterns.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/pat-at-same-name-both.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/pat-at-same-name-both.stderr [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/slice-patterns.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/wild-before-at-syntactically-rejected.rs [new file with mode: 0644]
tests/ui/pattern/bindings-after-at/wild-before-at-syntactically-rejected.stderr [new file with mode: 0644]
tests/ui/pattern/for-loop-bad-item.rs [new file with mode: 0644]
tests/ui/pattern/for-loop-bad-item.stderr [new file with mode: 0644]
tests/ui/pattern/ignore-all-the-things.rs [new file with mode: 0644]
tests/ui/pattern/integer-range-binding.rs [new file with mode: 0644]
tests/ui/pattern/issue-10392.rs [new file with mode: 0644]
tests/ui/pattern/issue-106552.rs [new file with mode: 0644]
tests/ui/pattern/issue-106552.stderr [new file with mode: 0644]
tests/ui/pattern/issue-11577.rs [new file with mode: 0644]
tests/ui/pattern/issue-12582.rs [new file with mode: 0644]
tests/ui/pattern/issue-14221.rs [new file with mode: 0644]
tests/ui/pattern/issue-14221.stderr [new file with mode: 0644]
tests/ui/pattern/issue-15080.rs [new file with mode: 0644]
tests/ui/pattern/issue-17718-patterns.rs [new file with mode: 0644]
tests/ui/pattern/issue-17718-patterns.stderr [new file with mode: 0644]
tests/ui/pattern/issue-22546.rs [new file with mode: 0644]
tests/ui/pattern/issue-27320.rs [new file with mode: 0644]
tests/ui/pattern/issue-52240.rs [new file with mode: 0644]
tests/ui/pattern/issue-52240.stderr [new file with mode: 0644]
tests/ui/pattern/issue-6449.rs [new file with mode: 0644]
tests/ui/pattern/issue-66270-pat-struct-parser-recovery.rs [new file with mode: 0644]
tests/ui/pattern/issue-66270-pat-struct-parser-recovery.stderr [new file with mode: 0644]
tests/ui/pattern/issue-67037-pat-tup-scrut-ty-diff-less-fields.rs [new file with mode: 0644]
tests/ui/pattern/issue-67037-pat-tup-scrut-ty-diff-less-fields.stderr [new file with mode: 0644]
tests/ui/pattern/issue-67776-match-same-name-enum-variant-refs.rs [new file with mode: 0644]
tests/ui/pattern/issue-67776-match-same-name-enum-variant-refs.stderr [new file with mode: 0644]
tests/ui/pattern/issue-68393-let-pat-assoc-constant.rs [new file with mode: 0644]
tests/ui/pattern/issue-68393-let-pat-assoc-constant.stderr [new file with mode: 0644]
tests/ui/pattern/issue-72565.rs [new file with mode: 0644]
tests/ui/pattern/issue-72565.stderr [new file with mode: 0644]
tests/ui/pattern/issue-72574-1.rs [new file with mode: 0644]
tests/ui/pattern/issue-72574-1.stderr [new file with mode: 0644]
tests/ui/pattern/issue-72574-2.rs [new file with mode: 0644]
tests/ui/pattern/issue-72574-2.stderr [new file with mode: 0644]
tests/ui/pattern/issue-74539.rs [new file with mode: 0644]
tests/ui/pattern/issue-74539.stderr [new file with mode: 0644]
tests/ui/pattern/issue-74702.rs [new file with mode: 0644]
tests/ui/pattern/issue-74702.stderr [new file with mode: 0644]
tests/ui/pattern/issue-74954.rs [new file with mode: 0644]
tests/ui/pattern/issue-80186-mut-binding-help-suggestion.rs [new file with mode: 0644]
tests/ui/pattern/issue-80186-mut-binding-help-suggestion.stderr [new file with mode: 0644]
tests/ui/pattern/issue-8351-1.rs [new file with mode: 0644]
tests/ui/pattern/issue-8351-2.rs [new file with mode: 0644]
tests/ui/pattern/issue-88074-pat-range-type-inference-err.rs [new file with mode: 0644]
tests/ui/pattern/issue-88074-pat-range-type-inference-err.stderr [new file with mode: 0644]
tests/ui/pattern/issue-88074-pat-range-type-inference.rs [new file with mode: 0644]
tests/ui/pattern/issue-92074-macro-ice.rs [new file with mode: 0644]
tests/ui/pattern/issue-92074-macro-ice.stderr [new file with mode: 0644]
tests/ui/pattern/issue-95878.rs [new file with mode: 0644]
tests/ui/pattern/issue-95878.stderr [new file with mode: 0644]
tests/ui/pattern/move-ref-patterns/borrowck-move-ref-pattern-pass.rs [new file with mode: 0644]
tests/ui/pattern/move-ref-patterns/borrowck-move-ref-pattern.rs [new file with mode: 0644]
tests/ui/pattern/move-ref-patterns/borrowck-move-ref-pattern.stderr [new file with mode: 0644]
tests/ui/pattern/move-ref-patterns/by-move-sub-pat-unreachable.rs [new file with mode: 0644]
tests/ui/pattern/move-ref-patterns/issue-53840.rs [new file with mode: 0644]
tests/ui/pattern/move-ref-patterns/move-ref-patterns-closure-captures-inside.rs [new file with mode: 0644]
tests/ui/pattern/move-ref-patterns/move-ref-patterns-closure-captures-inside.stderr [new file with mode: 0644]
tests/ui/pattern/move-ref-patterns/move-ref-patterns-closure-captures-pass.rs [new file with mode: 0644]
tests/ui/pattern/move-ref-patterns/move-ref-patterns-closure-captures.rs [new file with mode: 0644]
tests/ui/pattern/move-ref-patterns/move-ref-patterns-closure-captures.stderr [new file with mode: 0644]
tests/ui/pattern/move-ref-patterns/move-ref-patterns-default-binding-modes-fixable.fixed [new file with mode: 0644]
tests/ui/pattern/move-ref-patterns/move-ref-patterns-default-binding-modes-fixable.rs [new file with mode: 0644]
tests/ui/pattern/move-ref-patterns/move-ref-patterns-default-binding-modes-fixable.stderr [new file with mode: 0644]
tests/ui/pattern/move-ref-patterns/move-ref-patterns-default-binding-modes.rs [new file with mode: 0644]
tests/ui/pattern/move-ref-patterns/move-ref-patterns-default-binding-modes.stderr [new file with mode: 0644]
tests/ui/pattern/move-ref-patterns/move-ref-patterns-dynamic-semantics.rs [new file with mode: 0644]
tests/ui/pattern/non-constant-in-const-path.rs [new file with mode: 0644]
tests/ui/pattern/non-constant-in-const-path.stderr [new file with mode: 0644]
tests/ui/pattern/non-structural-match-types.rs [new file with mode: 0644]
tests/ui/pattern/non-structural-match-types.stderr [new file with mode: 0644]
tests/ui/pattern/pat-shadow-in-nested-binding.rs [new file with mode: 0644]
tests/ui/pattern/pat-shadow-in-nested-binding.stderr [new file with mode: 0644]
tests/ui/pattern/pat-struct-field-expr-has-type.rs [new file with mode: 0644]
tests/ui/pattern/pat-struct-field-expr-has-type.stderr [new file with mode: 0644]
tests/ui/pattern/pat-tuple-bad-type.rs [new file with mode: 0644]
tests/ui/pattern/pat-tuple-bad-type.stderr [new file with mode: 0644]
tests/ui/pattern/pat-tuple-field-count-cross.rs [new file with mode: 0644]
tests/ui/pattern/pat-tuple-field-count-cross.stderr [new file with mode: 0644]
tests/ui/pattern/pat-tuple-overfield.rs [new file with mode: 0644]
tests/ui/pattern/pat-tuple-overfield.stderr [new file with mode: 0644]
tests/ui/pattern/pat-tuple-underfield.rs [new file with mode: 0644]
tests/ui/pattern/pat-tuple-underfield.stderr [new file with mode: 0644]
tests/ui/pattern/pat-type-err-formal-param.rs [new file with mode: 0644]
tests/ui/pattern/pat-type-err-formal-param.stderr [new file with mode: 0644]
tests/ui/pattern/pat-type-err-let-stmt.rs [new file with mode: 0644]
tests/ui/pattern/pat-type-err-let-stmt.stderr [new file with mode: 0644]
tests/ui/pattern/patkind-litrange-no-expr.rs [new file with mode: 0644]
tests/ui/pattern/patkind-litrange-no-expr.stderr [new file with mode: 0644]
tests/ui/pattern/pattern-binding-disambiguation.rs [new file with mode: 0644]
tests/ui/pattern/pattern-binding-disambiguation.stderr [new file with mode: 0644]
tests/ui/pattern/pattern-error-continue.rs [new file with mode: 0644]
tests/ui/pattern/pattern-error-continue.stderr [new file with mode: 0644]
tests/ui/pattern/pattern-ident-path-generics.rs [new file with mode: 0644]
tests/ui/pattern/pattern-ident-path-generics.stderr [new file with mode: 0644]
tests/ui/pattern/pattern-tyvar-2.rs [new file with mode: 0644]
tests/ui/pattern/pattern-tyvar-2.stderr [new file with mode: 0644]
tests/ui/pattern/pattern-tyvar.rs [new file with mode: 0644]
tests/ui/pattern/pattern-tyvar.stderr [new file with mode: 0644]
tests/ui/pattern/rest-pat-semantic-disallowed.rs [new file with mode: 0644]
tests/ui/pattern/rest-pat-semantic-disallowed.stderr [new file with mode: 0644]
tests/ui/pattern/rest-pat-syntactic.rs [new file with mode: 0644]
tests/ui/pattern/rest-pat-syntactic.stderr [new file with mode: 0644]
tests/ui/pattern/size-and-align.rs [new file with mode: 0644]
tests/ui/pattern/suggest-adding-appropriate-missing-pattern-excluding-comments.fixed [new file with mode: 0644]
tests/ui/pattern/suggest-adding-appropriate-missing-pattern-excluding-comments.rs [new file with mode: 0644]
tests/ui/pattern/suggest-adding-appropriate-missing-pattern-excluding-comments.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/always-inhabited-union-ref.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/always-inhabited-union-ref.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/auxiliary/empty.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/auxiliary/hidden.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/auxiliary/unstable.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/const-partial_eq-fallback-ice.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/const-partial_eq-fallback-ice.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/const-pat-ice.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/const-private-fields.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/consts-opaque.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/consts-opaque.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/deny-irrefutable-let-patterns.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/deny-irrefutable-let-patterns.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/doc-hidden-fields.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/doc-hidden-fields.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/doc-hidden-non-exhaustive.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/doc-hidden-non-exhaustive.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/empty-match.exhaustive_patterns.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/empty-match.normal.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/empty-match.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/floats.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/floats.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/guards.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/guards.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/integer-ranges/exhaustiveness.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/integer-ranges/exhaustiveness.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/integer-ranges/overlapping_range_endpoints.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/integer-ranges/overlapping_range_endpoints.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/integer-ranges/pointer-sized-int.allow.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/integer-ranges/pointer-sized-int.deny.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/integer-ranges/pointer-sized-int.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/integer-ranges/precise_pointer_matching-message.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/integer-ranges/precise_pointer_matching-message.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/integer-ranges/reachability.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/integer-ranges/reachability.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/irrefutable-let-patterns.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/irrefutable-unit.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-12116.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-12116.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-12369.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-12369.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-13727.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-13727.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-15129.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-15129.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-2111.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-2111.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-30240-b.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-30240-b.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-30240-rpass.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-30240.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-30240.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-3096-1.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-3096-1.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-3096-2.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-3096-2.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-31221.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-31221.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-31561.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-31561.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-35609.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-35609.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-3601.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-3601.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-39362.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-39362.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-40221.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-40221.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-4321.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-4321.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-50900.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-50900.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-53820-slice-pattern-large-array.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-56379.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-56379.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-57472.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-57472.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-65413-constants-and-slices-exhaustiveness.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-66501.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-71930-type-of-match-scrutinee.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-72377.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-72377.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-72476-and-89393-associated-type.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-78123-non-exhaustive-reference.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-78123-non-exhaustive-reference.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-78549-ref-pat-and-str.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-80501-or-pat-and-macro.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-82772-match-box-as-struct.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-82772-match-box-as-struct.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-88747.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/match-arm-statics-2.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/match-arm-statics-2.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/match-arm-statics.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/match-arm-statics.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/match-byte-array-patterns-2.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/match-byte-array-patterns-2.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/match-byte-array-patterns.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/match-byte-array-patterns.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/match-non-exhaustive.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/match-non-exhaustive.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/match-privately-empty.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/match-privately-empty.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/match-ref-ice.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/match-ref-ice.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/match-slice-patterns.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/match-slice-patterns.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/match-vec-fixed.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/match-vec-fixed.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/match-vec-unreachable.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/match-vec-unreachable.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/nested-exhaustive-match.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/non-exhaustive-defined-here.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/non-exhaustive-defined-here.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/non-exhaustive-match-nested.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/non-exhaustive-match-nested.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/non-exhaustive-match.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/non-exhaustive-match.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/non-exhaustive-pattern-witness.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/non-exhaustive-pattern-witness.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/refutable-pattern-errors.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/refutable-pattern-errors.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/refutable-pattern-in-fn-arg.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/refutable-pattern-in-fn-arg.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/slice-pattern-const-2.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/slice-pattern-const-2.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/slice-pattern-const-3.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/slice-pattern-const-3.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/slice-pattern-const.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/slice-pattern-const.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/slice-patterns-exhaustiveness.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/slice-patterns-exhaustiveness.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/slice-patterns-irrefutable.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/slice-patterns-reachability.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/slice-patterns-reachability.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/stable-gated-fields.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/stable-gated-fields.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/stable-gated-patterns.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/stable-gated-patterns.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/struct-like-enum-nonexhaustive.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/struct-like-enum-nonexhaustive.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/struct-pattern-match-useless.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/struct-pattern-match-useless.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/top-level-alternation.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/top-level-alternation.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/tuple-struct-nonexhaustive.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/tuple-struct-nonexhaustive.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/type_polymorphic_byte_str_literals.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/type_polymorphic_byte_str_literals.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/uninhabited.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/unstable-gated-fields.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/unstable-gated-fields.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/unstable-gated-patterns.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/unstable-gated-patterns.stderr [new file with mode: 0644]
tests/ui/phantom-auto-trait.rs [new file with mode: 0644]
tests/ui/phantom-auto-trait.stderr [new file with mode: 0644]
tests/ui/pin-macro/cant_access_internals.rs [new file with mode: 0644]
tests/ui/pin-macro/cant_access_internals.stderr [new file with mode: 0644]
tests/ui/pin-macro/lifetime_errors_on_promotion_misusage.rs [new file with mode: 0644]
tests/ui/pin-macro/lifetime_errors_on_promotion_misusage.stderr [new file with mode: 0644]
tests/ui/point-to-type-err-cause-on-impl-trait-return-2.rs [new file with mode: 0644]
tests/ui/point-to-type-err-cause-on-impl-trait-return-2.stderr [new file with mode: 0644]
tests/ui/polymorphization/closure_in_upvar/fn.rs [new file with mode: 0644]
tests/ui/polymorphization/closure_in_upvar/fnmut.rs [new file with mode: 0644]
tests/ui/polymorphization/closure_in_upvar/fnonce.rs [new file with mode: 0644]
tests/ui/polymorphization/closure_in_upvar/other.rs [new file with mode: 0644]
tests/ui/polymorphization/const_parameters/closures.rs [new file with mode: 0644]
tests/ui/polymorphization/const_parameters/closures.stderr [new file with mode: 0644]
tests/ui/polymorphization/const_parameters/functions.rs [new file with mode: 0644]
tests/ui/polymorphization/const_parameters/functions.stderr [new file with mode: 0644]
tests/ui/polymorphization/drop_shims/simple.rs [new file with mode: 0644]
tests/ui/polymorphization/drop_shims/transitive.rs [new file with mode: 0644]
tests/ui/polymorphization/generators.rs [new file with mode: 0644]
tests/ui/polymorphization/generators.stderr [new file with mode: 0644]
tests/ui/polymorphization/issue-74614.rs [new file with mode: 0644]
tests/ui/polymorphization/issue-74636.rs [new file with mode: 0644]
tests/ui/polymorphization/lifetimes.rs [new file with mode: 0644]
tests/ui/polymorphization/lifetimes.stderr [new file with mode: 0644]
tests/ui/polymorphization/normalized_sig_types.rs [new file with mode: 0644]
tests/ui/polymorphization/predicates.rs [new file with mode: 0644]
tests/ui/polymorphization/predicates.stderr [new file with mode: 0644]
tests/ui/polymorphization/promoted-function-1.rs [new file with mode: 0644]
tests/ui/polymorphization/promoted-function-1.stderr [new file with mode: 0644]
tests/ui/polymorphization/promoted-function-2.rs [new file with mode: 0644]
tests/ui/polymorphization/promoted-function-2.stderr [new file with mode: 0644]
tests/ui/polymorphization/promoted-function-3.rs [new file with mode: 0644]
tests/ui/polymorphization/promoted-function.rs [new file with mode: 0644]
tests/ui/polymorphization/symbol-ambiguity.rs [new file with mode: 0644]
tests/ui/polymorphization/too-many-generic-params.rs [new file with mode: 0644]
tests/ui/polymorphization/type_parameters/closures.rs [new file with mode: 0644]
tests/ui/polymorphization/type_parameters/closures.stderr [new file with mode: 0644]
tests/ui/polymorphization/type_parameters/functions.rs [new file with mode: 0644]
tests/ui/polymorphization/type_parameters/functions.stderr [new file with mode: 0644]
tests/ui/polymorphization/unsized_cast.rs [new file with mode: 0644]
tests/ui/polymorphization/unsized_cast.stderr [new file with mode: 0644]
tests/ui/pptypedef.rs [new file with mode: 0644]
tests/ui/pptypedef.stderr [new file with mode: 0644]
tests/ui/primitive-binop-lhs-mut.rs [new file with mode: 0644]
tests/ui/print-fuel/print-fuel.rs [new file with mode: 0644]
tests/ui/print-fuel/print-fuel.stderr [new file with mode: 0644]
tests/ui/print-stdout-eprint-stderr.rs [new file with mode: 0644]
tests/ui/print_type_sizes/anonymous.rs [new file with mode: 0644]
tests/ui/print_type_sizes/async.rs [new file with mode: 0644]
tests/ui/print_type_sizes/async.stdout [new file with mode: 0644]
tests/ui/print_type_sizes/generator.rs [new file with mode: 0644]
tests/ui/print_type_sizes/generator.stdout [new file with mode: 0644]
tests/ui/print_type_sizes/generator_discr_placement.rs [new file with mode: 0644]
tests/ui/print_type_sizes/generator_discr_placement.stdout [new file with mode: 0644]
tests/ui/print_type_sizes/generics.rs [new file with mode: 0644]
tests/ui/print_type_sizes/generics.stdout [new file with mode: 0644]
tests/ui/print_type_sizes/multiple_types.rs [new file with mode: 0644]
tests/ui/print_type_sizes/multiple_types.stdout [new file with mode: 0644]
tests/ui/print_type_sizes/niche-filling.rs [new file with mode: 0644]
tests/ui/print_type_sizes/niche-filling.stdout [new file with mode: 0644]
tests/ui/print_type_sizes/no_duplicates.rs [new file with mode: 0644]
tests/ui/print_type_sizes/no_duplicates.stdout [new file with mode: 0644]
tests/ui/print_type_sizes/packed.rs [new file with mode: 0644]
tests/ui/print_type_sizes/packed.stdout [new file with mode: 0644]
tests/ui/print_type_sizes/padding.rs [new file with mode: 0644]
tests/ui/print_type_sizes/padding.stdout [new file with mode: 0644]
tests/ui/print_type_sizes/repr-align.rs [new file with mode: 0644]
tests/ui/print_type_sizes/repr-align.stdout [new file with mode: 0644]
tests/ui/print_type_sizes/repr_int_c.rs [new file with mode: 0644]
tests/ui/print_type_sizes/repr_int_c.stdout [new file with mode: 0644]
tests/ui/print_type_sizes/uninhabited.rs [new file with mode: 0644]
tests/ui/print_type_sizes/uninhabited.stdout [new file with mode: 0644]
tests/ui/print_type_sizes/variants.rs [new file with mode: 0644]
tests/ui/print_type_sizes/variants.stdout [new file with mode: 0644]
tests/ui/print_type_sizes/zero-sized-fields.rs [new file with mode: 0644]
tests/ui/print_type_sizes/zero-sized-fields.stdout [new file with mode: 0644]
tests/ui/privacy/associated-item-privacy-inherent.rs [new file with mode: 0644]
tests/ui/privacy/associated-item-privacy-inherent.stderr [new file with mode: 0644]
tests/ui/privacy/associated-item-privacy-trait.rs [new file with mode: 0644]
tests/ui/privacy/associated-item-privacy-trait.stderr [new file with mode: 0644]
tests/ui/privacy/associated-item-privacy-type-binding.rs [new file with mode: 0644]
tests/ui/privacy/associated-item-privacy-type-binding.stderr [new file with mode: 0644]
tests/ui/privacy/auxiliary/cci_class.rs [new file with mode: 0644]
tests/ui/privacy/auxiliary/cci_class_5.rs [new file with mode: 0644]
tests/ui/privacy/auxiliary/ctor_aux.rs [new file with mode: 0644]
tests/ui/privacy/auxiliary/impl_privacy_xc_2.rs [new file with mode: 0644]
tests/ui/privacy/auxiliary/issue-17718-const-privacy.rs [new file with mode: 0644]
tests/ui/privacy/auxiliary/issue-57264-1.rs [new file with mode: 0644]
tests/ui/privacy/auxiliary/issue-57264-2.rs [new file with mode: 0644]
tests/ui/privacy/auxiliary/issue-75907.rs [new file with mode: 0644]
tests/ui/privacy/auxiliary/issue-92755.rs [new file with mode: 0644]
tests/ui/privacy/auxiliary/priv-impl-prim-ty.rs [new file with mode: 0644]
tests/ui/privacy/auxiliary/privacy_reexport.rs [new file with mode: 0644]
tests/ui/privacy/auxiliary/privacy_tuple_struct.rs [new file with mode: 0644]
tests/ui/privacy/auxiliary/private-inferred-type.rs [new file with mode: 0644]
tests/ui/privacy/auxiliary/pub_use_mods_xcrate.rs [new file with mode: 0644]
tests/ui/privacy/auxiliary/pub_use_xcrate1.rs [new file with mode: 0644]
tests/ui/privacy/auxiliary/pub_use_xcrate2.rs [new file with mode: 0644]
tests/ui/privacy/auxiliary/reachable-unnameable-items.rs [new file with mode: 0644]
tests/ui/privacy/crate-private-reexport.rs [new file with mode: 0644]
tests/ui/privacy/crate-private-reexport.stderr [new file with mode: 0644]
tests/ui/privacy/ctor.rs [new file with mode: 0644]
tests/ui/privacy/decl-macro.rs [new file with mode: 0644]
tests/ui/privacy/decl-macro.stderr [new file with mode: 0644]
tests/ui/privacy/effective_visibilities.rs [new file with mode: 0644]
tests/ui/privacy/effective_visibilities.stderr [new file with mode: 0644]
tests/ui/privacy/effective_visibilities_glob.rs [new file with mode: 0644]
tests/ui/privacy/effective_visibilities_glob.stderr [new file with mode: 0644]
tests/ui/privacy/effective_visibilities_invariants.rs [new file with mode: 0644]
tests/ui/privacy/effective_visibilities_invariants.stderr [new file with mode: 0644]
tests/ui/privacy/export-tag-variant.rs [new file with mode: 0644]
tests/ui/privacy/export-tag-variant.stderr [new file with mode: 0644]
tests/ui/privacy/impl-privacy-xc-2.rs [new file with mode: 0644]
tests/ui/privacy/issue-13641.rs [new file with mode: 0644]
tests/ui/privacy/issue-13641.stderr [new file with mode: 0644]
tests/ui/privacy/issue-17718-const-privacy.rs [new file with mode: 0644]
tests/ui/privacy/issue-17718-const-privacy.stderr [new file with mode: 0644]
tests/ui/privacy/issue-29161.rs [new file with mode: 0644]
tests/ui/privacy/issue-29161.stderr [new file with mode: 0644]
tests/ui/privacy/issue-30079.rs [new file with mode: 0644]
tests/ui/privacy/issue-30079.stderr [new file with mode: 0644]
tests/ui/privacy/issue-46209-private-enum-variant-reexport.rs [new file with mode: 0644]
tests/ui/privacy/issue-46209-private-enum-variant-reexport.stderr [new file with mode: 0644]
tests/ui/privacy/issue-57264-1.rs [new file with mode: 0644]
tests/ui/privacy/issue-57264-2.rs [new file with mode: 0644]
tests/ui/privacy/issue-75062-fieldless-tuple-struct.rs [new file with mode: 0644]
tests/ui/privacy/issue-75062-fieldless-tuple-struct.stderr [new file with mode: 0644]
tests/ui/privacy/issue-75906.rs [new file with mode: 0644]
tests/ui/privacy/issue-75906.stderr [new file with mode: 0644]
tests/ui/privacy/issue-75907.rs [new file with mode: 0644]
tests/ui/privacy/issue-75907.stderr [new file with mode: 0644]
tests/ui/privacy/issue-75907_b.rs [new file with mode: 0644]
tests/ui/privacy/issue-75907_b.stderr [new file with mode: 0644]
tests/ui/privacy/issue-79593.rs [new file with mode: 0644]
tests/ui/privacy/issue-79593.stderr [new file with mode: 0644]
tests/ui/privacy/issue-92755.rs [new file with mode: 0644]
tests/ui/privacy/legacy-ctor-visibility.rs [new file with mode: 0644]
tests/ui/privacy/legacy-ctor-visibility.stderr [new file with mode: 0644]
tests/ui/privacy/macro-private-reexport.rs [new file with mode: 0644]
tests/ui/privacy/macro-private-reexport.stderr [new file with mode: 0644]
tests/ui/privacy/priv-impl-prim-ty.rs [new file with mode: 0644]
tests/ui/privacy/priv-in-bad-locations.rs [new file with mode: 0644]
tests/ui/privacy/priv-in-bad-locations.stderr [new file with mode: 0644]
tests/ui/privacy/privacy-in-paths.rs [new file with mode: 0644]
tests/ui/privacy/privacy-in-paths.stderr [new file with mode: 0644]
tests/ui/privacy/privacy-ns.rs [new file with mode: 0644]
tests/ui/privacy/privacy-ns1.rs [new file with mode: 0644]
tests/ui/privacy/privacy-ns1.stderr [new file with mode: 0644]
tests/ui/privacy/privacy-ns2.rs [new file with mode: 0644]
tests/ui/privacy/privacy-ns2.stderr [new file with mode: 0644]
tests/ui/privacy/privacy-reexport.rs [new file with mode: 0644]
tests/ui/privacy/privacy-sanity.rs [new file with mode: 0644]
tests/ui/privacy/privacy-sanity.stderr [new file with mode: 0644]
tests/ui/privacy/privacy-ufcs.rs [new file with mode: 0644]
tests/ui/privacy/privacy-ufcs.stderr [new file with mode: 0644]
tests/ui/privacy/privacy1-rpass.rs [new file with mode: 0644]
tests/ui/privacy/privacy1.rs [new file with mode: 0644]
tests/ui/privacy/privacy1.stderr [new file with mode: 0644]
tests/ui/privacy/privacy2.rs [new file with mode: 0644]
tests/ui/privacy/privacy2.stderr [new file with mode: 0644]
tests/ui/privacy/privacy3.rs [new file with mode: 0644]
tests/ui/privacy/privacy3.stderr [new file with mode: 0644]
tests/ui/privacy/privacy4.rs [new file with mode: 0644]
tests/ui/privacy/privacy4.stderr [new file with mode: 0644]
tests/ui/privacy/privacy5.rs [new file with mode: 0644]
tests/ui/privacy/privacy5.stderr [new file with mode: 0644]
tests/ui/privacy/private-class-field.rs [new file with mode: 0644]
tests/ui/privacy/private-field-ty-err.rs [new file with mode: 0644]
tests/ui/privacy/private-field-ty-err.stderr [new file with mode: 0644]
tests/ui/privacy/private-impl-method.rs [new file with mode: 0644]
tests/ui/privacy/private-impl-method.stderr [new file with mode: 0644]
tests/ui/privacy/private-in-public-assoc-ty.rs [new file with mode: 0644]
tests/ui/privacy/private-in-public-assoc-ty.stderr [new file with mode: 0644]
tests/ui/privacy/private-in-public-expr-pat.rs [new file with mode: 0644]
tests/ui/privacy/private-in-public-ill-formed.rs [new file with mode: 0644]
tests/ui/privacy/private-in-public-ill-formed.stderr [new file with mode: 0644]
tests/ui/privacy/private-in-public-lint.rs [new file with mode: 0644]
tests/ui/privacy/private-in-public-lint.stderr [new file with mode: 0644]
tests/ui/privacy/private-in-public-non-principal-2.rs [new file with mode: 0644]
tests/ui/privacy/private-in-public-non-principal-2.stderr [new file with mode: 0644]
tests/ui/privacy/private-in-public-non-principal.rs [new file with mode: 0644]
tests/ui/privacy/private-in-public-non-principal.stderr [new file with mode: 0644]
tests/ui/privacy/private-in-public-type-alias-impl-trait.rs [new file with mode: 0644]
tests/ui/privacy/private-in-public-warn.rs [new file with mode: 0644]
tests/ui/privacy/private-in-public-warn.stderr [new file with mode: 0644]
tests/ui/privacy/private-in-public.rs [new file with mode: 0644]
tests/ui/privacy/private-in-public.stderr [new file with mode: 0644]
tests/ui/privacy/private-inferred-type-1.rs [new file with mode: 0644]
tests/ui/privacy/private-inferred-type-1.stderr [new file with mode: 0644]
tests/ui/privacy/private-inferred-type-2.rs [new file with mode: 0644]
tests/ui/privacy/private-inferred-type-2.stderr [new file with mode: 0644]
tests/ui/privacy/private-inferred-type-3.rs [new file with mode: 0644]
tests/ui/privacy/private-inferred-type-3.stderr [new file with mode: 0644]
tests/ui/privacy/private-inferred-type.rs [new file with mode: 0644]
tests/ui/privacy/private-inferred-type.stderr [new file with mode: 0644]
tests/ui/privacy/private-item-simple.rs [new file with mode: 0644]
tests/ui/privacy/private-item-simple.stderr [new file with mode: 0644]
tests/ui/privacy/private-method-cross-crate.rs [new file with mode: 0644]
tests/ui/privacy/private-method-cross-crate.stderr [new file with mode: 0644]
tests/ui/privacy/private-method-inherited.rs [new file with mode: 0644]
tests/ui/privacy/private-method-inherited.stderr [new file with mode: 0644]
tests/ui/privacy/private-method-rpass.rs [new file with mode: 0644]
tests/ui/privacy/private-method.rs [new file with mode: 0644]
tests/ui/privacy/private-method.stderr [new file with mode: 0644]
tests/ui/privacy/private-struct-field-cross-crate.rs [new file with mode: 0644]
tests/ui/privacy/private-struct-field-cross-crate.stderr [new file with mode: 0644]
tests/ui/privacy/private-struct-field-ctor.rs [new file with mode: 0644]
tests/ui/privacy/private-struct-field-ctor.stderr [new file with mode: 0644]
tests/ui/privacy/private-struct-field-pattern.rs [new file with mode: 0644]
tests/ui/privacy/private-struct-field-pattern.stderr [new file with mode: 0644]
tests/ui/privacy/private-struct-field.rs [new file with mode: 0644]
tests/ui/privacy/private-struct-field.stderr [new file with mode: 0644]
tests/ui/privacy/private-type-in-interface.rs [new file with mode: 0644]
tests/ui/privacy/private-type-in-interface.stderr [new file with mode: 0644]
tests/ui/privacy/private-variant-reexport.rs [new file with mode: 0644]
tests/ui/privacy/private-variant-reexport.stderr [new file with mode: 0644]
tests/ui/privacy/pub-extern-privacy.rs [new file with mode: 0644]
tests/ui/privacy/pub-priv-dep/auxiliary/priv_dep.rs [new file with mode: 0644]
tests/ui/privacy/pub-priv-dep/auxiliary/pub_dep.rs [new file with mode: 0644]
tests/ui/privacy/pub-priv-dep/pub-priv1.rs [new file with mode: 0644]
tests/ui/privacy/pub-priv-dep/pub-priv1.stderr [new file with mode: 0644]
tests/ui/privacy/pub-priv-dep/std-pub.rs [new file with mode: 0644]
tests/ui/privacy/pub-use-xcrate.rs [new file with mode: 0644]
tests/ui/privacy/pub_use_mods_xcrate_exe.rs [new file with mode: 0644]
tests/ui/privacy/reachable-unnameable-items.rs [new file with mode: 0644]
tests/ui/privacy/restricted/auxiliary/pub_restricted.rs [new file with mode: 0644]
tests/ui/privacy/restricted/lookup-ignores-private.rs [new file with mode: 0644]
tests/ui/privacy/restricted/private-in-public.rs [new file with mode: 0644]
tests/ui/privacy/restricted/private-in-public.stderr [new file with mode: 0644]
tests/ui/privacy/restricted/relative-2018.rs [new file with mode: 0644]
tests/ui/privacy/restricted/relative-2018.stderr [new file with mode: 0644]
tests/ui/privacy/restricted/struct-literal-field.rs [new file with mode: 0644]
tests/ui/privacy/restricted/struct-literal-field.stderr [new file with mode: 0644]
tests/ui/privacy/restricted/test.rs [new file with mode: 0644]
tests/ui/privacy/restricted/test.stderr [new file with mode: 0644]
tests/ui/privacy/suggest-making-field-public.fixed [new file with mode: 0644]
tests/ui/privacy/suggest-making-field-public.rs [new file with mode: 0644]
tests/ui/privacy/suggest-making-field-public.stderr [new file with mode: 0644]
tests/ui/privacy/union-field-privacy-1.rs [new file with mode: 0644]
tests/ui/privacy/union-field-privacy-1.stderr [new file with mode: 0644]
tests/ui/privacy/union-field-privacy-2.rs [new file with mode: 0644]
tests/ui/privacy/union-field-privacy-2.stderr [new file with mode: 0644]
tests/ui/privacy/useless-pub.rs [new file with mode: 0644]
tests/ui/privacy/useless-pub.stderr [new file with mode: 0644]
tests/ui/privacy/where-priv-type.rs [new file with mode: 0644]
tests/ui/privacy/where-priv-type.stderr [new file with mode: 0644]
tests/ui/privacy/where-pub-type-impls-priv-trait.rs [new file with mode: 0644]
tests/ui/privacy/where-pub-type-impls-priv-trait.stderr [new file with mode: 0644]
tests/ui/proc-macro/add-impl.rs [new file with mode: 0644]
tests/ui/proc-macro/allowed-attr-stmt-expr.rs [new file with mode: 0644]
tests/ui/proc-macro/allowed-attr-stmt-expr.stdout [new file with mode: 0644]
tests/ui/proc-macro/allowed-signatures.rs [new file with mode: 0644]
tests/ui/proc-macro/ambiguous-builtin-attrs-test.rs [new file with mode: 0644]
tests/ui/proc-macro/ambiguous-builtin-attrs-test.stderr [new file with mode: 0644]
tests/ui/proc-macro/ambiguous-builtin-attrs.rs [new file with mode: 0644]
tests/ui/proc-macro/ambiguous-builtin-attrs.stderr [new file with mode: 0644]
tests/ui/proc-macro/amputate-span.fixed [new file with mode: 0644]
tests/ui/proc-macro/amputate-span.rs [new file with mode: 0644]
tests/ui/proc-macro/amputate-span.stderr [new file with mode: 0644]
tests/ui/proc-macro/append-impl.rs [new file with mode: 0644]
tests/ui/proc-macro/attr-args.rs [new file with mode: 0644]
tests/ui/proc-macro/attr-cfg.rs [new file with mode: 0644]
tests/ui/proc-macro/attr-complex-fn.rs [new file with mode: 0644]
tests/ui/proc-macro/attr-complex-fn.stdout [new file with mode: 0644]
tests/ui/proc-macro/attr-invalid-exprs.rs [new file with mode: 0644]
tests/ui/proc-macro/attr-invalid-exprs.stderr [new file with mode: 0644]
tests/ui/proc-macro/attr-on-trait.rs [new file with mode: 0644]
tests/ui/proc-macro/attr-stmt-expr-rpass.rs [new file with mode: 0644]
tests/ui/proc-macro/attr-stmt-expr.rs [new file with mode: 0644]
tests/ui/proc-macro/attr-stmt-expr.stderr [new file with mode: 0644]
tests/ui/proc-macro/attr-stmt-expr.stdout [new file with mode: 0644]
tests/ui/proc-macro/attribute-after-derive.rs [new file with mode: 0644]
tests/ui/proc-macro/attribute-after-derive.stdout [new file with mode: 0644]
tests/ui/proc-macro/attribute-spans-preserved.rs [new file with mode: 0644]
tests/ui/proc-macro/attribute-spans-preserved.stderr [new file with mode: 0644]
tests/ui/proc-macro/attribute-spans-preserved.stdout [new file with mode: 0644]
tests/ui/proc-macro/attribute-with-error.rs [new file with mode: 0644]
tests/ui/proc-macro/attribute-with-error.stderr [new file with mode: 0644]
tests/ui/proc-macro/attribute.rs [new file with mode: 0644]
tests/ui/proc-macro/attribute.stderr [new file with mode: 0644]
tests/ui/proc-macro/attributes-included.rs [new file with mode: 0644]
tests/ui/proc-macro/attributes-included.stderr [new file with mode: 0644]
tests/ui/proc-macro/attributes-on-definitions.rs [new file with mode: 0644]
tests/ui/proc-macro/attributes-on-definitions.stderr [new file with mode: 0644]
tests/ui/proc-macro/attributes-on-modules-fail.rs [new file with mode: 0644]
tests/ui/proc-macro/attributes-on-modules-fail.stderr [new file with mode: 0644]
tests/ui/proc-macro/attributes-on-modules.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/add-impl.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/amputate-span.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/api/cmp.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/api/mod.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/api/parse.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/append-impl.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/assert-span-pos.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/attr-args.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/attr-cfg.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/attr-on-trait.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/attr-stmt-expr-rpass.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/attr-stmt-expr.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/attribute-spans-preserved.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/attributes-included.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/attributes-on-definitions.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/bang-macro.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/bang_proc_macro2.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/builtin-attrs.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/call-deprecated.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/call-site.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/cond_plugin.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/count_compound_ops.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/custom-attr-only-one-derive.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/custom-quote.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/derive-a.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/derive-atob.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/derive-attr-cfg.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/derive-b-rpass.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/derive-b.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/derive-bad.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/derive-clona.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/derive-ctod.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/derive-foo.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/derive-helper-shadowed-2.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/derive-helper-shadowing-2.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/derive-helper-shadowing.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/derive-nothing.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/derive-same-struct.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/derive-two-attrs.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/derive-union.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/derive-unstable-2.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/derive-unstable.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/dollar-crate-external.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/double.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/duplicate.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/edition-imports-2015.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/empty-crate.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/expand-expr.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/expand-with-a-macro.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/external-crate-var.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/first-second.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/gen-lifetime-token.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/gen-macro-rules-hygiene.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/gen-macro-rules.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/generate-dollar-ident.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/generate-mod.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/hygiene_example.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/hygiene_example_codegen.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/included-file.txt [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/invalid-punct-ident.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/is-available.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/issue-104884.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/issue-38586.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/issue-39889.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/issue-42708.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/issue-50061.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/issue-50493.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/issue-59191.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/issue-66286.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/issue-75801.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/issue-79242.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/issue-79825.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/issue-83510.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/issue-91800-macro.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/lifetimes-rpass.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/lifetimes.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/macro-only-syntax.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/make-macro.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/meta-delim.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/meta-macro.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/mixed-site-span.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/modify-ast.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/multiple-derives.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/multispan.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/negative-token.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/nested-macro-rules.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/nonterminal-recollect-attr.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/not-joint.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/parent-source-spans.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/proc-macro-panic.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/raw-ident.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/re-export.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/recollect.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/resolved-located-at.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/span-api-tests.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/span-from-proc-macro.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/span-test-macros.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/subspan.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/test-macros.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/three-equals.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/weird-hygiene.rs [new file with mode: 0644]
tests/ui/proc-macro/bang-macro.rs [new file with mode: 0644]
tests/ui/proc-macro/break-token-spans.rs [new file with mode: 0644]
tests/ui/proc-macro/break-token-spans.stderr [new file with mode: 0644]
tests/ui/proc-macro/call-deprecated.rs [new file with mode: 0644]
tests/ui/proc-macro/call-deprecated.stderr [new file with mode: 0644]
tests/ui/proc-macro/call-site.rs [new file with mode: 0644]
tests/ui/proc-macro/capture-macro-rules-invoke.rs [new file with mode: 0644]
tests/ui/proc-macro/capture-macro-rules-invoke.stdout [new file with mode: 0644]
tests/ui/proc-macro/capture-unglued-token.rs [new file with mode: 0644]
tests/ui/proc-macro/capture-unglued-token.stdout [new file with mode: 0644]
tests/ui/proc-macro/cfg-eval-fail.rs [new file with mode: 0644]
tests/ui/proc-macro/cfg-eval-fail.stderr [new file with mode: 0644]
tests/ui/proc-macro/cfg-eval-inner.rs [new file with mode: 0644]
tests/ui/proc-macro/cfg-eval-inner.stdout [new file with mode: 0644]
tests/ui/proc-macro/cfg-eval.rs [new file with mode: 0644]
tests/ui/proc-macro/cfg-eval.stdout [new file with mode: 0644]
tests/ui/proc-macro/count_compound_ops.rs [new file with mode: 0644]
tests/ui/proc-macro/crate-attrs-multiple.rs [new file with mode: 0644]
tests/ui/proc-macro/crate-var.rs [new file with mode: 0644]
tests/ui/proc-macro/crt-static.rs [new file with mode: 0644]
tests/ui/proc-macro/custom-attr-only-one-derive.rs [new file with mode: 0644]
tests/ui/proc-macro/debug/auxiliary/macro-dump-debug.rs [new file with mode: 0644]
tests/ui/proc-macro/debug/dump-debug-span-debug.rs [new file with mode: 0644]
tests/ui/proc-macro/debug/dump-debug-span-debug.stderr [new file with mode: 0644]
tests/ui/proc-macro/debug/dump-debug.rs [new file with mode: 0644]
tests/ui/proc-macro/debug/dump-debug.stderr [new file with mode: 0644]
tests/ui/proc-macro/define-two.rs [new file with mode: 0644]
tests/ui/proc-macro/define-two.stderr [new file with mode: 0644]
tests/ui/proc-macro/derive-attr-cfg.rs [new file with mode: 0644]
tests/ui/proc-macro/derive-b.rs [new file with mode: 0644]
tests/ui/proc-macro/derive-bad.rs [new file with mode: 0644]
tests/ui/proc-macro/derive-bad.stderr [new file with mode: 0644]
tests/ui/proc-macro/derive-expand-order.rs [new file with mode: 0644]
tests/ui/proc-macro/derive-expand-order.stdout [new file with mode: 0644]
tests/ui/proc-macro/derive-helper-configured.rs [new file with mode: 0644]
tests/ui/proc-macro/derive-helper-legacy-limits.rs [new file with mode: 0644]
tests/ui/proc-macro/derive-helper-legacy-limits.stderr [new file with mode: 0644]
tests/ui/proc-macro/derive-helper-legacy-spurious.rs [new file with mode: 0644]
tests/ui/proc-macro/derive-helper-legacy-spurious.stderr [new file with mode: 0644]
tests/ui/proc-macro/derive-helper-shadowed.rs [new file with mode: 0644]
tests/ui/proc-macro/derive-helper-shadowing-2.rs [new file with mode: 0644]
tests/ui/proc-macro/derive-helper-shadowing.rs [new file with mode: 0644]
tests/ui/proc-macro/derive-helper-shadowing.stderr [new file with mode: 0644]
tests/ui/proc-macro/derive-helper-vs-legacy.rs [new file with mode: 0644]
tests/ui/proc-macro/derive-in-mod.rs [new file with mode: 0644]
tests/ui/proc-macro/derive-multiple-with-packed.rs [new file with mode: 0644]
tests/ui/proc-macro/derive-same-struct.rs [new file with mode: 0644]
tests/ui/proc-macro/derive-same-struct.stdout [new file with mode: 0644]
tests/ui/proc-macro/derive-still-gated.rs [new file with mode: 0644]
tests/ui/proc-macro/derive-still-gated.stderr [new file with mode: 0644]
tests/ui/proc-macro/derive-test.rs [new file with mode: 0644]
tests/ui/proc-macro/derive-two-attrs.rs [new file with mode: 0644]
tests/ui/proc-macro/derive-union.rs [new file with mode: 0644]
tests/ui/proc-macro/disappearing-resolution.rs [new file with mode: 0644]
tests/ui/proc-macro/disappearing-resolution.stderr [new file with mode: 0644]
tests/ui/proc-macro/doc-comment-preserved.rs [new file with mode: 0644]
tests/ui/proc-macro/doc-comment-preserved.stdout [new file with mode: 0644]
tests/ui/proc-macro/dollar-crate-issue-101211.rs [new file with mode: 0644]
tests/ui/proc-macro/dollar-crate-issue-57089.rs [new file with mode: 0644]
tests/ui/proc-macro/dollar-crate-issue-57089.stdout [new file with mode: 0644]
tests/ui/proc-macro/dollar-crate-issue-62325.rs [new file with mode: 0644]
tests/ui/proc-macro/dollar-crate-issue-62325.stdout [new file with mode: 0644]
tests/ui/proc-macro/dollar-crate.rs [new file with mode: 0644]
tests/ui/proc-macro/dollar-crate.stdout [new file with mode: 0644]
tests/ui/proc-macro/edition-imports-2018.rs [new file with mode: 0644]
tests/ui/proc-macro/empty-crate.rs [new file with mode: 0644]
tests/ui/proc-macro/empty-where-clause.rs [new file with mode: 0644]
tests/ui/proc-macro/empty-where-clause.stderr [new file with mode: 0644]
tests/ui/proc-macro/expand-expr.rs [new file with mode: 0644]
tests/ui/proc-macro/expand-expr.stderr [new file with mode: 0644]
tests/ui/proc-macro/expand-to-derive.rs [new file with mode: 0644]
tests/ui/proc-macro/expand-to-derive.stdout [new file with mode: 0644]
tests/ui/proc-macro/expand-to-unstable.rs [new file with mode: 0644]
tests/ui/proc-macro/expand-to-unstable.stderr [new file with mode: 0644]
tests/ui/proc-macro/expand-with-a-macro.rs [new file with mode: 0644]
tests/ui/proc-macro/export-macro.rs [new file with mode: 0644]
tests/ui/proc-macro/export-macro.stderr [new file with mode: 0644]
tests/ui/proc-macro/exports.rs [new file with mode: 0644]
tests/ui/proc-macro/exports.stderr [new file with mode: 0644]
tests/ui/proc-macro/expr-stmt-nonterminal-tokens.rs [new file with mode: 0644]
tests/ui/proc-macro/expr-stmt-nonterminal-tokens.stdout [new file with mode: 0644]
tests/ui/proc-macro/extern-prelude-extern-crate-proc-macro.rs [new file with mode: 0644]
tests/ui/proc-macro/gen-lifetime-token.rs [new file with mode: 0644]
tests/ui/proc-macro/gen-macro-rules-hygiene.rs [new file with mode: 0644]
tests/ui/proc-macro/gen-macro-rules-hygiene.stderr [new file with mode: 0644]
tests/ui/proc-macro/gen-macro-rules.rs [new file with mode: 0644]
tests/ui/proc-macro/generate-dollar-ident.rs [new file with mode: 0644]
tests/ui/proc-macro/generate-mod.rs [new file with mode: 0644]
tests/ui/proc-macro/generate-mod.stderr [new file with mode: 0644]
tests/ui/proc-macro/helper-attr-blocked-by-import-ambig.rs [new file with mode: 0644]
tests/ui/proc-macro/helper-attr-blocked-by-import-ambig.stderr [new file with mode: 0644]
tests/ui/proc-macro/helper-attr-blocked-by-import.rs [new file with mode: 0644]
tests/ui/proc-macro/hygiene_example.rs [new file with mode: 0644]
tests/ui/proc-macro/illegal-proc-macro-derive-use.rs [new file with mode: 0644]
tests/ui/proc-macro/illegal-proc-macro-derive-use.stderr [new file with mode: 0644]
tests/ui/proc-macro/import.rs [new file with mode: 0644]
tests/ui/proc-macro/import.stderr [new file with mode: 0644]
tests/ui/proc-macro/inert-attribute-order.rs [new file with mode: 0644]
tests/ui/proc-macro/inert-attribute-order.stdout [new file with mode: 0644]
tests/ui/proc-macro/inner-attr-non-inline-mod.rs [new file with mode: 0644]
tests/ui/proc-macro/inner-attr-non-inline-mod.stderr [new file with mode: 0644]
tests/ui/proc-macro/inner-attr-non-inline-mod.stdout [new file with mode: 0644]
tests/ui/proc-macro/inner-attrs.rs [new file with mode: 0644]
tests/ui/proc-macro/inner-attrs.stderr [new file with mode: 0644]
tests/ui/proc-macro/inner-attrs.stdout [new file with mode: 0644]
tests/ui/proc-macro/input-interpolated.rs [new file with mode: 0644]
tests/ui/proc-macro/input-interpolated.stdout [new file with mode: 0644]
tests/ui/proc-macro/invalid-attributes.rs [new file with mode: 0644]
tests/ui/proc-macro/invalid-attributes.stderr [new file with mode: 0644]
tests/ui/proc-macro/invalid-punct-ident-1.rs [new file with mode: 0644]
tests/ui/proc-macro/invalid-punct-ident-1.stderr [new file with mode: 0644]
tests/ui/proc-macro/invalid-punct-ident-2.rs [new file with mode: 0644]
tests/ui/proc-macro/invalid-punct-ident-2.stderr [new file with mode: 0644]
tests/ui/proc-macro/invalid-punct-ident-3.rs [new file with mode: 0644]
tests/ui/proc-macro/invalid-punct-ident-3.stderr [new file with mode: 0644]
tests/ui/proc-macro/invalid-punct-ident-4.rs [new file with mode: 0644]
tests/ui/proc-macro/invalid-punct-ident-4.stderr [new file with mode: 0644]
tests/ui/proc-macro/is-available.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-104884-trait-impl-sugg-err.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-104884-trait-impl-sugg-err.stderr [new file with mode: 0644]
tests/ui/proc-macro/issue-36935.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-36935.stderr [new file with mode: 0644]
tests/ui/proc-macro/issue-37788.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-37788.stderr [new file with mode: 0644]
tests/ui/proc-macro/issue-38586.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-38586.stderr [new file with mode: 0644]
tests/ui/proc-macro/issue-39889.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-42708.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-50061.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-50493.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-50493.stderr [new file with mode: 0644]
tests/ui/proc-macro/issue-53481.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-59191-replace-root-with-fn.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-59191-replace-root-with-fn.stderr [new file with mode: 0644]
tests/ui/proc-macro/issue-66286.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-66286.stderr [new file with mode: 0644]
tests/ui/proc-macro/issue-73933-procedural-masquerade.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-73933-procedural-masquerade.stdout [new file with mode: 0644]
tests/ui/proc-macro/issue-75734-pp-paren.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-75734-pp-paren.stdout [new file with mode: 0644]
tests/ui/proc-macro/issue-75801.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-75801.stderr [new file with mode: 0644]
tests/ui/proc-macro/issue-75930-derive-cfg.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-75930-derive-cfg.stderr [new file with mode: 0644]
tests/ui/proc-macro/issue-75930-derive-cfg.stdout [new file with mode: 0644]
tests/ui/proc-macro/issue-76182-leading-vert-pat.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-76182-leading-vert-pat.stdout [new file with mode: 0644]
tests/ui/proc-macro/issue-76270-panic-in-libproc-macro.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-76270-panic-in-libproc-macro.stderr [new file with mode: 0644]
tests/ui/proc-macro/issue-78675-captured-inner-attrs.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-78675-captured-inner-attrs.stdout [new file with mode: 0644]
tests/ui/proc-macro/issue-79148.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-79148.stderr [new file with mode: 0644]
tests/ui/proc-macro/issue-79242-slow-retokenize-check.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-79825.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-80760-empty-stmt.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-80760-empty-stmt.stdout [new file with mode: 0644]
tests/ui/proc-macro/issue-81007-item-attrs.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-81007-item-attrs.stdout [new file with mode: 0644]
tests/ui/proc-macro/issue-81543-item-parse-err.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-81543-item-parse-err.stderr [new file with mode: 0644]
tests/ui/proc-macro/issue-81555.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-83469-global-alloc-invalid-stmt.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-83469-global-alloc-invalid-stmt.stderr [new file with mode: 0644]
tests/ui/proc-macro/issue-83510.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-83510.stderr [new file with mode: 0644]
tests/ui/proc-macro/issue-86781-bad-inner-doc.fixed [new file with mode: 0644]
tests/ui/proc-macro/issue-86781-bad-inner-doc.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-86781-bad-inner-doc.stderr [new file with mode: 0644]
tests/ui/proc-macro/issue-91800.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-91800.stderr [new file with mode: 0644]
tests/ui/proc-macro/item-error.rs [new file with mode: 0644]
tests/ui/proc-macro/item-error.stderr [new file with mode: 0644]
tests/ui/proc-macro/keep-expr-tokens.rs [new file with mode: 0644]
tests/ui/proc-macro/keep-expr-tokens.stderr [new file with mode: 0644]
tests/ui/proc-macro/keep-expr-tokens.stdout [new file with mode: 0644]
tests/ui/proc-macro/lifetimes-rpass.rs [new file with mode: 0644]
tests/ui/proc-macro/lifetimes.rs [new file with mode: 0644]
tests/ui/proc-macro/lifetimes.stderr [new file with mode: 0644]
tests/ui/proc-macro/lints_in_proc_macros.rs [new file with mode: 0644]
tests/ui/proc-macro/lints_in_proc_macros.stderr [new file with mode: 0644]
tests/ui/proc-macro/load-panic-backtrace.rs [new file with mode: 0644]
tests/ui/proc-macro/load-panic-backtrace.stderr [new file with mode: 0644]
tests/ui/proc-macro/load-panic.rs [new file with mode: 0644]
tests/ui/proc-macro/load-panic.stderr [new file with mode: 0644]
tests/ui/proc-macro/load-two.rs [new file with mode: 0644]
tests/ui/proc-macro/macro-brackets.rs [new file with mode: 0644]
tests/ui/proc-macro/macro-brackets.stderr [new file with mode: 0644]
tests/ui/proc-macro/macro-crate-multi-decorator.rs [new file with mode: 0644]
tests/ui/proc-macro/macro-namespace-reserved-2.rs [new file with mode: 0644]
tests/ui/proc-macro/macro-namespace-reserved-2.stderr [new file with mode: 0644]
tests/ui/proc-macro/macro-namespace-reserved.rs [new file with mode: 0644]
tests/ui/proc-macro/macro-namespace-reserved.stderr [new file with mode: 0644]
tests/ui/proc-macro/macro-quote-cond.rs [new file with mode: 0644]
tests/ui/proc-macro/macro-rules-derive-cfg.rs [new file with mode: 0644]
tests/ui/proc-macro/macro-rules-derive-cfg.stdout [new file with mode: 0644]
tests/ui/proc-macro/macro-rules-derive.rs [new file with mode: 0644]
tests/ui/proc-macro/macro-rules-derive.stderr [new file with mode: 0644]
tests/ui/proc-macro/macro-use-attr.rs [new file with mode: 0644]
tests/ui/proc-macro/macro-use-bang.rs [new file with mode: 0644]
tests/ui/proc-macro/macros-in-extern-derive.rs [new file with mode: 0644]
tests/ui/proc-macro/macros-in-extern-derive.stderr [new file with mode: 0644]
tests/ui/proc-macro/macros-in-extern.rs [new file with mode: 0644]
tests/ui/proc-macro/macros-in-type.rs [new file with mode: 0644]
tests/ui/proc-macro/meta-delim.rs [new file with mode: 0644]
tests/ui/proc-macro/meta-macro-hygiene.rs [new file with mode: 0644]
tests/ui/proc-macro/meta-macro-hygiene.stdout [new file with mode: 0644]
tests/ui/proc-macro/meta-macro.rs [new file with mode: 0644]
tests/ui/proc-macro/meta-macro.stdout [new file with mode: 0644]
tests/ui/proc-macro/mixed-site-span.rs [new file with mode: 0644]
tests/ui/proc-macro/mixed-site-span.stderr [new file with mode: 0644]
tests/ui/proc-macro/modify-ast.rs [new file with mode: 0644]
tests/ui/proc-macro/module.rs [new file with mode: 0644]
tests/ui/proc-macro/module_with_attrs.rs [new file with mode: 0644]
tests/ui/proc-macro/multispan.rs [new file with mode: 0644]
tests/ui/proc-macro/multispan.stderr [new file with mode: 0644]
tests/ui/proc-macro/negative-token.rs [new file with mode: 0644]
tests/ui/proc-macro/nested-derive-cfg.rs [new file with mode: 0644]
tests/ui/proc-macro/nested-derive-cfg.stdout [new file with mode: 0644]
tests/ui/proc-macro/nested-item-spans.rs [new file with mode: 0644]
tests/ui/proc-macro/nested-item-spans.stderr [new file with mode: 0644]
tests/ui/proc-macro/nested-macro-rules.rs [new file with mode: 0644]
tests/ui/proc-macro/nested-macro-rules.stdout [new file with mode: 0644]
tests/ui/proc-macro/nested-nonterminal-tokens.rs [new file with mode: 0644]
tests/ui/proc-macro/nested-nonterminal-tokens.stdout [new file with mode: 0644]
tests/ui/proc-macro/no-macro-use-attr.rs [new file with mode: 0644]
tests/ui/proc-macro/no-macro-use-attr.stderr [new file with mode: 0644]
tests/ui/proc-macro/no-missing-docs.rs [new file with mode: 0644]
tests/ui/proc-macro/nodelim-groups.rs [new file with mode: 0644]
tests/ui/proc-macro/nodelim-groups.stdout [new file with mode: 0644]
tests/ui/proc-macro/non-root.rs [new file with mode: 0644]
tests/ui/proc-macro/non-root.stderr [new file with mode: 0644]
tests/ui/proc-macro/nonterminal-expansion.rs [new file with mode: 0644]
tests/ui/proc-macro/nonterminal-expansion.stdout [new file with mode: 0644]
tests/ui/proc-macro/nonterminal-recollect-attr.rs [new file with mode: 0644]
tests/ui/proc-macro/nonterminal-recollect-attr.stdout [new file with mode: 0644]
tests/ui/proc-macro/nonterminal-token-hygiene.rs [new file with mode: 0644]
tests/ui/proc-macro/nonterminal-token-hygiene.stdout [new file with mode: 0644]
tests/ui/proc-macro/not-joint.rs [new file with mode: 0644]
tests/ui/proc-macro/out-of-line-mod.rs [new file with mode: 0644]
tests/ui/proc-macro/outer/inner.rs [new file with mode: 0644]
tests/ui/proc-macro/panic-abort.rs [new file with mode: 0644]
tests/ui/proc-macro/panic-abort.stderr [new file with mode: 0644]
tests/ui/proc-macro/parent-source-spans.rs [new file with mode: 0644]
tests/ui/proc-macro/parent-source-spans.stderr [new file with mode: 0644]
tests/ui/proc-macro/pretty-print-hack-hide.rs [new file with mode: 0644]
tests/ui/proc-macro/pretty-print-hack-hide.stdout [new file with mode: 0644]
tests/ui/proc-macro/pretty-print-hack-show.local.stderr [new file with mode: 0644]
tests/ui/proc-macro/pretty-print-hack-show.local.stdout [new file with mode: 0644]
tests/ui/proc-macro/pretty-print-hack-show.remapped.stderr [new file with mode: 0644]
tests/ui/proc-macro/pretty-print-hack-show.remapped.stdout [new file with mode: 0644]
tests/ui/proc-macro/pretty-print-hack-show.rs [new file with mode: 0644]
tests/ui/proc-macro/pretty-print-hack/allsorts-rental-0.5.6/src/lib.rs [new file with mode: 0644]
tests/ui/proc-macro/pretty-print-hack/rental-0.5.5/src/lib.rs [new file with mode: 0644]
tests/ui/proc-macro/pretty-print-hack/rental-0.5.6/src/lib.rs [new file with mode: 0644]
tests/ui/proc-macro/pretty-print-tts.rs [new file with mode: 0644]
tests/ui/proc-macro/pretty-print-tts.stdout [new file with mode: 0644]
tests/ui/proc-macro/proc-macro-abi.rs [new file with mode: 0644]
tests/ui/proc-macro/proc-macro-abi.stderr [new file with mode: 0644]
tests/ui/proc-macro/proc-macro-attributes.rs [new file with mode: 0644]
tests/ui/proc-macro/proc-macro-attributes.stderr [new file with mode: 0644]
tests/ui/proc-macro/proc-macro-deprecated-attr.rs [new file with mode: 0644]
tests/ui/proc-macro/proc-macro-gates.rs [new file with mode: 0644]
tests/ui/proc-macro/proc-macro-gates.stderr [new file with mode: 0644]
tests/ui/proc-macro/proc-macro-gates2.rs [new file with mode: 0644]
tests/ui/proc-macro/proc-macro-gates2.stderr [new file with mode: 0644]
tests/ui/proc-macro/pub-at-crate-root.rs [new file with mode: 0644]
tests/ui/proc-macro/pub-at-crate-root.stderr [new file with mode: 0644]
tests/ui/proc-macro/quote-debug.rs [new file with mode: 0644]
tests/ui/proc-macro/quote-debug.stdout [new file with mode: 0644]
tests/ui/proc-macro/raw-ident.rs [new file with mode: 0644]
tests/ui/proc-macro/raw-ident.stderr [new file with mode: 0644]
tests/ui/proc-macro/reserved-macro-names.rs [new file with mode: 0644]
tests/ui/proc-macro/reserved-macro-names.stderr [new file with mode: 0644]
tests/ui/proc-macro/resolve-error.rs [new file with mode: 0644]
tests/ui/proc-macro/resolve-error.stderr [new file with mode: 0644]
tests/ui/proc-macro/resolved-located-at.rs [new file with mode: 0644]
tests/ui/proc-macro/resolved-located-at.stderr [new file with mode: 0644]
tests/ui/proc-macro/shadow.rs [new file with mode: 0644]
tests/ui/proc-macro/shadow.stderr [new file with mode: 0644]
tests/ui/proc-macro/signature-proc-macro-attribute.rs [new file with mode: 0644]
tests/ui/proc-macro/signature-proc-macro-attribute.stderr [new file with mode: 0644]
tests/ui/proc-macro/signature-proc-macro-derive.rs [new file with mode: 0644]
tests/ui/proc-macro/signature-proc-macro-derive.stderr [new file with mode: 0644]
tests/ui/proc-macro/signature-proc-macro.rs [new file with mode: 0644]
tests/ui/proc-macro/signature-proc-macro.stderr [new file with mode: 0644]
tests/ui/proc-macro/signature.rs [new file with mode: 0644]
tests/ui/proc-macro/signature.stderr [new file with mode: 0644]
tests/ui/proc-macro/smoke.rs [new file with mode: 0644]
tests/ui/proc-macro/span-absolute-posititions.rs [new file with mode: 0644]
tests/ui/proc-macro/span-absolute-posititions.stderr [new file with mode: 0644]
tests/ui/proc-macro/span-api-tests.rs [new file with mode: 0644]
tests/ui/proc-macro/span-from-proc-macro.rs [new file with mode: 0644]
tests/ui/proc-macro/span-from-proc-macro.stderr [new file with mode: 0644]
tests/ui/proc-macro/span-preservation.rs [new file with mode: 0644]
tests/ui/proc-macro/span-preservation.stderr [new file with mode: 0644]
tests/ui/proc-macro/struct-field-macro.rs [new file with mode: 0644]
tests/ui/proc-macro/subspan.rs [new file with mode: 0644]
tests/ui/proc-macro/subspan.stderr [new file with mode: 0644]
tests/ui/proc-macro/test.rs [new file with mode: 0644]
tests/ui/proc-macro/three-equals.rs [new file with mode: 0644]
tests/ui/proc-macro/three-equals.stderr [new file with mode: 0644]
tests/ui/proc-macro/trailing-plus.rs [new file with mode: 0644]
tests/ui/proc-macro/trailing-plus.stdout [new file with mode: 0644]
tests/ui/proc-macro/trait-fn-args-2015.rs [new file with mode: 0644]
tests/ui/proc-macro/two-crate-types-1.rs [new file with mode: 0644]
tests/ui/proc-macro/two-crate-types-1.stderr [new file with mode: 0644]
tests/ui/proc-macro/two-crate-types-2.rs [new file with mode: 0644]
tests/ui/proc-macro/two-crate-types-2.stderr [new file with mode: 0644]
tests/ui/proc-macro/unsafe-foreign-mod.rs [new file with mode: 0644]
tests/ui/proc-macro/unsafe-mod.rs [new file with mode: 0644]
tests/ui/proc-macro/visibility-path.rs [new file with mode: 0644]
tests/ui/proc-macro/visibility-path.stderr [new file with mode: 0644]
tests/ui/proc-macro/weird-braces.rs [new file with mode: 0644]
tests/ui/proc-macro/weird-braces.stdout [new file with mode: 0644]
tests/ui/proc-macro/weird-hygiene.rs [new file with mode: 0644]
tests/ui/proc-macro/weird-hygiene.stderr [new file with mode: 0644]
tests/ui/process-termination/process-termination-blocking-io.rs [new file with mode: 0644]
tests/ui/process-termination/process-termination-simple.rs [new file with mode: 0644]
tests/ui/process/core-run-destroy.rs [new file with mode: 0644]
tests/ui/process/fds-are-cloexec.rs [new file with mode: 0644]
tests/ui/process/issue-13304.rs [new file with mode: 0644]
tests/ui/process/issue-14456.rs [new file with mode: 0644]
tests/ui/process/issue-14940.rs [new file with mode: 0644]
tests/ui/process/issue-16272.rs [new file with mode: 0644]
tests/ui/process/issue-20091.rs [new file with mode: 0644]
tests/ui/process/multi-panic.rs [new file with mode: 0644]
tests/ui/process/no-stdio.rs [new file with mode: 0644]
tests/ui/process/nofile-limit.rs [new file with mode: 0644]
tests/ui/process/process-envs.rs [new file with mode: 0644]
tests/ui/process/process-exit.rs [new file with mode: 0644]
tests/ui/process/process-panic-after-fork.rs [new file with mode: 0644]
tests/ui/process/process-remove-from-env.rs [new file with mode: 0644]
tests/ui/process/process-sigpipe.rs [new file with mode: 0644]
tests/ui/process/process-spawn-nonexistent.rs [new file with mode: 0644]
tests/ui/process/process-spawn-with-unicode-params.rs [new file with mode: 0644]
tests/ui/process/process-status-inherits-stdin.rs [new file with mode: 0644]
tests/ui/process/signal-exit-status.rs [new file with mode: 0644]
tests/ui/process/sigpipe-should-be-ignored.rs [new file with mode: 0644]
tests/ui/process/tls-exit-status.rs [new file with mode: 0644]
tests/ui/process/try-wait.rs [new file with mode: 0644]
tests/ui/project-cache-issue-31849.rs [new file with mode: 0644]
tests/ui/ptr-coercion-rpass.rs [new file with mode: 0644]
tests/ui/ptr-coercion.rs [new file with mode: 0644]
tests/ui/ptr-coercion.stderr [new file with mode: 0644]
tests/ui/ptr_ops/issue-80309-safe.rs [new file with mode: 0644]
tests/ui/ptr_ops/issue-80309.rs [new file with mode: 0644]
tests/ui/pub/issue-33174-restricted-type-in-public-interface.rs [new file with mode: 0644]
tests/ui/pub/issue-33174-restricted-type-in-public-interface.stderr [new file with mode: 0644]
tests/ui/pub/pub-ident-fn-2.fixed [new file with mode: 0644]
tests/ui/pub/pub-ident-fn-2.rs [new file with mode: 0644]
tests/ui/pub/pub-ident-fn-2.stderr [new file with mode: 0644]
tests/ui/pub/pub-ident-fn-or-struct.rs [new file with mode: 0644]
tests/ui/pub/pub-ident-fn-or-struct.stderr [new file with mode: 0644]
tests/ui/pub/pub-ident-fn-with-lifetime-2.rs [new file with mode: 0644]
tests/ui/pub/pub-ident-fn-with-lifetime-2.stderr [new file with mode: 0644]
tests/ui/pub/pub-ident-fn-with-lifetime.fixed [new file with mode: 0644]
tests/ui/pub/pub-ident-fn-with-lifetime.rs [new file with mode: 0644]
tests/ui/pub/pub-ident-fn-with-lifetime.stderr [new file with mode: 0644]
tests/ui/pub/pub-ident-fn.fixed [new file with mode: 0644]
tests/ui/pub/pub-ident-fn.rs [new file with mode: 0644]
tests/ui/pub/pub-ident-fn.stderr [new file with mode: 0644]
tests/ui/pub/pub-ident-struct-2.rs [new file with mode: 0644]
tests/ui/pub/pub-ident-struct-2.stderr [new file with mode: 0644]
tests/ui/pub/pub-ident-struct-3.rs [new file with mode: 0644]
tests/ui/pub/pub-ident-struct-3.stderr [new file with mode: 0644]
tests/ui/pub/pub-ident-struct-4.fixed [new file with mode: 0644]
tests/ui/pub/pub-ident-struct-4.rs [new file with mode: 0644]
tests/ui/pub/pub-ident-struct-4.stderr [new file with mode: 0644]
tests/ui/pub/pub-ident-struct-with-lifetime.rs [new file with mode: 0644]
tests/ui/pub/pub-ident-struct-with-lifetime.stderr [new file with mode: 0644]
tests/ui/pub/pub-ident-struct.fixed [new file with mode: 0644]
tests/ui/pub/pub-ident-struct.rs [new file with mode: 0644]
tests/ui/pub/pub-ident-struct.stderr [new file with mode: 0644]
tests/ui/pub/pub-ident-with-lifetime-incomplete.rs [new file with mode: 0644]
tests/ui/pub/pub-ident-with-lifetime-incomplete.stderr [new file with mode: 0644]
tests/ui/pub/pub-reexport-priv-extern-crate.rs [new file with mode: 0644]
tests/ui/pub/pub-reexport-priv-extern-crate.stderr [new file with mode: 0644]
tests/ui/pub/pub-restricted-error-fn.rs [new file with mode: 0644]
tests/ui/pub/pub-restricted-error-fn.stderr [new file with mode: 0644]
tests/ui/pub/pub-restricted-error.rs [new file with mode: 0644]
tests/ui/pub/pub-restricted-error.stderr [new file with mode: 0644]
tests/ui/pub/pub-restricted-non-path.rs [new file with mode: 0644]
tests/ui/pub/pub-restricted-non-path.stderr [new file with mode: 0644]
tests/ui/pub/pub-restricted.rs [new file with mode: 0644]
tests/ui/pub/pub-restricted.stderr [new file with mode: 0644]
tests/ui/qualified/qualified-path-params-2.rs [new file with mode: 0644]
tests/ui/qualified/qualified-path-params-2.stderr [new file with mode: 0644]
tests/ui/qualified/qualified-path-params.rs [new file with mode: 0644]
tests/ui/qualified/qualified-path-params.stderr [new file with mode: 0644]
tests/ui/query-system/fn-sig-cycle-arity.rs [new file with mode: 0644]
tests/ui/query-system/fn-sig-cycle-arity.stderr [new file with mode: 0644]
tests/ui/query-system/issue-83479.rs [new file with mode: 0644]
tests/ui/query-system/issue-83479.stderr [new file with mode: 0644]
tests/ui/query-system/no-query-in-printing-during-query-descr.rs [new file with mode: 0644]
tests/ui/query-system/no-query-in-printing-during-query-descr.stderr [new file with mode: 0644]
tests/ui/query-system/query_depth.rs [new file with mode: 0644]
tests/ui/query-system/query_depth.stderr [new file with mode: 0644]
tests/ui/query-visibility.rs [new file with mode: 0644]
tests/ui/range/exclusive-range-patterns-2021.rs [new file with mode: 0644]
tests/ui/range/exclusive-range-patterns-2021.stderr [new file with mode: 0644]
tests/ui/range/issue-54505-no-literals.fixed [new file with mode: 0644]
tests/ui/range/issue-54505-no-literals.rs [new file with mode: 0644]
tests/ui/range/issue-54505-no-literals.stderr [new file with mode: 0644]
tests/ui/range/issue-54505-no-std.rs [new file with mode: 0644]
tests/ui/range/issue-54505-no-std.stderr [new file with mode: 0644]
tests/ui/range/issue-54505.fixed [new file with mode: 0644]
tests/ui/range/issue-54505.rs [new file with mode: 0644]
tests/ui/range/issue-54505.stderr [new file with mode: 0644]
tests/ui/range/issue-73553-misinterp-range-literal.rs [new file with mode: 0644]
tests/ui/range/issue-73553-misinterp-range-literal.stderr [new file with mode: 0644]
tests/ui/range/range-1.rs [new file with mode: 0644]
tests/ui/range/range-1.stderr [new file with mode: 0644]
tests/ui/range/range-inclusive-pattern-precedence.fixed [new file with mode: 0644]
tests/ui/range/range-inclusive-pattern-precedence.rs [new file with mode: 0644]
tests/ui/range/range-inclusive-pattern-precedence.stderr [new file with mode: 0644]
tests/ui/range/range-inclusive-pattern-precedence2.rs [new file with mode: 0644]
tests/ui/range/range-inclusive-pattern-precedence2.stderr [new file with mode: 0644]
tests/ui/range/range-pattern-out-of-bounds-issue-68972.rs [new file with mode: 0644]
tests/ui/range/range-pattern-out-of-bounds-issue-68972.stderr [new file with mode: 0644]
tests/ui/range/range_traits-1.rs [new file with mode: 0644]
tests/ui/range/range_traits-1.stderr [new file with mode: 0644]
tests/ui/range/range_traits-2.rs [new file with mode: 0644]
tests/ui/range/range_traits-2.stderr [new file with mode: 0644]
tests/ui/range/range_traits-3.rs [new file with mode: 0644]
tests/ui/range/range_traits-3.stderr [new file with mode: 0644]
tests/ui/range/range_traits-4.rs [new file with mode: 0644]
tests/ui/range/range_traits-5.rs [new file with mode: 0644]
tests/ui/range/range_traits-6.rs [new file with mode: 0644]
tests/ui/range/range_traits-6.stderr [new file with mode: 0644]
tests/ui/range/range_traits-7.rs [new file with mode: 0644]
tests/ui/range_inclusive.rs [new file with mode: 0644]
tests/ui/raw-ref-op/feature-raw-ref-op.rs [new file with mode: 0644]
tests/ui/raw-ref-op/feature-raw-ref-op.stderr [new file with mode: 0644]
tests/ui/raw-ref-op/raw-ref-op.rs [new file with mode: 0644]
tests/ui/raw-ref-op/raw-ref-temp-deref.rs [new file with mode: 0644]
tests/ui/raw-ref-op/raw-ref-temp.rs [new file with mode: 0644]
tests/ui/raw-ref-op/raw-ref-temp.stderr [new file with mode: 0644]
tests/ui/raw-ref-op/unusual_locations.rs [new file with mode: 0644]
tests/ui/raw-str.rs [new file with mode: 0644]
tests/ui/reachable-unnameable-type-alias.rs [new file with mode: 0644]
tests/ui/reachable/README.md [new file with mode: 0644]
tests/ui/reachable/auxiliary/issue-11225-1.rs [new file with mode: 0644]
tests/ui/reachable/auxiliary/issue-11225-2.rs [new file with mode: 0644]
tests/ui/reachable/auxiliary/issue-11225-3.rs [new file with mode: 0644]
tests/ui/reachable/auxiliary/unreachable_variant.rs [new file with mode: 0644]
tests/ui/reachable/expr_add.rs [new file with mode: 0644]
tests/ui/reachable/expr_add.stderr [new file with mode: 0644]
tests/ui/reachable/expr_again.rs [new file with mode: 0644]
tests/ui/reachable/expr_again.stderr [new file with mode: 0644]
tests/ui/reachable/expr_andand.rs [new file with mode: 0644]
tests/ui/reachable/expr_array.rs [new file with mode: 0644]
tests/ui/reachable/expr_array.stderr [new file with mode: 0644]
tests/ui/reachable/expr_assign.rs [new file with mode: 0644]
tests/ui/reachable/expr_assign.stderr [new file with mode: 0644]
tests/ui/reachable/expr_block.rs [new file with mode: 0644]
tests/ui/reachable/expr_block.stderr [new file with mode: 0644]
tests/ui/reachable/expr_box.rs [new file with mode: 0644]
tests/ui/reachable/expr_box.stderr [new file with mode: 0644]
tests/ui/reachable/expr_call.rs [new file with mode: 0644]
tests/ui/reachable/expr_call.stderr [new file with mode: 0644]
tests/ui/reachable/expr_cast.rs [new file with mode: 0644]
tests/ui/reachable/expr_cast.stderr [new file with mode: 0644]
tests/ui/reachable/expr_if.rs [new file with mode: 0644]
tests/ui/reachable/expr_if.stderr [new file with mode: 0644]
tests/ui/reachable/expr_loop.rs [new file with mode: 0644]
tests/ui/reachable/expr_loop.stderr [new file with mode: 0644]
tests/ui/reachable/expr_match.rs [new file with mode: 0644]
tests/ui/reachable/expr_match.stderr [new file with mode: 0644]
tests/ui/reachable/expr_method.rs [new file with mode: 0644]
tests/ui/reachable/expr_method.stderr [new file with mode: 0644]
tests/ui/reachable/expr_oror.rs [new file with mode: 0644]
tests/ui/reachable/expr_repeat.rs [new file with mode: 0644]
tests/ui/reachable/expr_repeat.stderr [new file with mode: 0644]
tests/ui/reachable/expr_return.rs [new file with mode: 0644]
tests/ui/reachable/expr_return.stderr [new file with mode: 0644]
tests/ui/reachable/expr_return_in_macro.rs [new file with mode: 0644]
tests/ui/reachable/expr_return_in_macro.stderr [new file with mode: 0644]
tests/ui/reachable/expr_struct.rs [new file with mode: 0644]
tests/ui/reachable/expr_struct.stderr [new file with mode: 0644]
tests/ui/reachable/expr_tup.rs [new file with mode: 0644]
tests/ui/reachable/expr_tup.stderr [new file with mode: 0644]
tests/ui/reachable/expr_type.rs [new file with mode: 0644]
tests/ui/reachable/expr_type.stderr [new file with mode: 0644]
tests/ui/reachable/expr_unary.rs [new file with mode: 0644]
tests/ui/reachable/expr_unary.stderr [new file with mode: 0644]
tests/ui/reachable/expr_while.rs [new file with mode: 0644]
tests/ui/reachable/expr_while.stderr [new file with mode: 0644]
tests/ui/reachable/issue-11225-1.rs [new file with mode: 0644]
tests/ui/reachable/issue-11225-2.rs [new file with mode: 0644]
tests/ui/reachable/issue-11225-3.rs [new file with mode: 0644]
tests/ui/reachable/unreachable-arm.rs [new file with mode: 0644]
tests/ui/reachable/unreachable-arm.stderr [new file with mode: 0644]
tests/ui/reachable/unreachable-code-ret.rs [new file with mode: 0644]
tests/ui/reachable/unreachable-code-ret.stderr [new file with mode: 0644]
tests/ui/reachable/unreachable-code.rs [new file with mode: 0644]
tests/ui/reachable/unreachable-code.stderr [new file with mode: 0644]
tests/ui/reachable/unreachable-in-call.rs [new file with mode: 0644]
tests/ui/reachable/unreachable-in-call.stderr [new file with mode: 0644]
tests/ui/reachable/unreachable-loop-patterns.rs [new file with mode: 0644]
tests/ui/reachable/unreachable-loop-patterns.stderr [new file with mode: 0644]
tests/ui/reachable/unreachable-try-pattern.rs [new file with mode: 0644]
tests/ui/reachable/unreachable-try-pattern.stderr [new file with mode: 0644]
tests/ui/reachable/unreachable-variant.rs [new file with mode: 0644]
tests/ui/reachable/unreachable-variant.stderr [new file with mode: 0644]
tests/ui/reachable/unwarned-match-on-never.rs [new file with mode: 0644]
tests/ui/reachable/unwarned-match-on-never.stderr [new file with mode: 0644]
tests/ui/realloc-16687.rs [new file with mode: 0644]
tests/ui/reassign-ref-mut.rs [new file with mode: 0644]
tests/ui/reassign-ref-mut.stderr [new file with mode: 0644]
tests/ui/recursion/auxiliary/recursive_reexports.rs [new file with mode: 0644]
tests/ui/recursion/instantiable.rs [new file with mode: 0644]
tests/ui/recursion/issue-26548-recursion-via-normalize.rs [new file with mode: 0644]
tests/ui/recursion/issue-26548-recursion-via-normalize.stderr [new file with mode: 0644]
tests/ui/recursion/issue-38591-non-regular-dropck-recursion.polonius.stderr [new file with mode: 0644]
tests/ui/recursion/issue-38591-non-regular-dropck-recursion.rs [new file with mode: 0644]
tests/ui/recursion/issue-38591-non-regular-dropck-recursion.stderr [new file with mode: 0644]
tests/ui/recursion/issue-83150.rs [new file with mode: 0644]
tests/ui/recursion/issue-83150.stderr [new file with mode: 0644]
tests/ui/recursion/issue-86784.rs [new file with mode: 0644]
tests/ui/recursion/issue-95134.rs [new file with mode: 0644]
tests/ui/recursion/recursion.polonius.stderr [new file with mode: 0644]
tests/ui/recursion/recursion.rs [new file with mode: 0644]
tests/ui/recursion/recursion.stderr [new file with mode: 0644]
tests/ui/recursion/recursive-enum.rs [new file with mode: 0644]
tests/ui/recursion/recursive-enum.stderr [new file with mode: 0644]
tests/ui/recursion/recursive-reexports.rs [new file with mode: 0644]
tests/ui/recursion/recursive-reexports.stderr [new file with mode: 0644]
tests/ui/recursion/recursive-requirements.rs [new file with mode: 0644]
tests/ui/recursion/recursive-requirements.stderr [new file with mode: 0644]
tests/ui/recursion/recursive-static-definition.rs [new file with mode: 0644]
tests/ui/recursion/recursive-static-definition.stderr [new file with mode: 0644]
tests/ui/recursion/recursive-types-are-not-uninhabited.rs [new file with mode: 0644]
tests/ui/recursion/recursive-types-are-not-uninhabited.stderr [new file with mode: 0644]
tests/ui/recursion_limit/empty.rs [new file with mode: 0644]
tests/ui/recursion_limit/empty.stderr [new file with mode: 0644]
tests/ui/recursion_limit/invalid_digit.rs [new file with mode: 0644]
tests/ui/recursion_limit/invalid_digit.stderr [new file with mode: 0644]
tests/ui/recursion_limit/invalid_digit_type.rs [new file with mode: 0644]
tests/ui/recursion_limit/invalid_digit_type.stderr [new file with mode: 0644]
tests/ui/recursion_limit/invalid_macro.rs [new file with mode: 0644]
tests/ui/recursion_limit/invalid_macro.stderr [new file with mode: 0644]
tests/ui/recursion_limit/issue-105700.rs [new file with mode: 0644]
tests/ui/recursion_limit/issue-105700.stderr [new file with mode: 0644]
tests/ui/recursion_limit/issue-40003.rs [new file with mode: 0644]
tests/ui/recursion_limit/no-value.rs [new file with mode: 0644]
tests/ui/recursion_limit/no-value.stderr [new file with mode: 0644]
tests/ui/recursion_limit/overflow.rs [new file with mode: 0644]
tests/ui/recursion_limit/overflow.stderr [new file with mode: 0644]
tests/ui/recursion_limit/zero-overflow.rs [new file with mode: 0644]
tests/ui/recursion_limit/zero-overflow.stderr [new file with mode: 0644]
tests/ui/recursion_limit/zero.rs [new file with mode: 0644]
tests/ui/recursion_limit/zero.stderr [new file with mode: 0644]
tests/ui/reexport-test-harness-main.rs [new file with mode: 0644]
tests/ui/regions/auxiliary/rbmtp_cross_crate_lib.rs [new file with mode: 0644]
tests/ui/regions/closure-in-projection-issue-97405.rs [new file with mode: 0644]
tests/ui/regions/closure-in-projection-issue-97405.stderr [new file with mode: 0644]
tests/ui/regions/do-not-suggest-adding-bound-to-opaque-type.rs [new file with mode: 0644]
tests/ui/regions/do-not-suggest-adding-bound-to-opaque-type.stderr [new file with mode: 0644]
tests/ui/regions/forall-wf-ref-reflexive.rs [new file with mode: 0644]
tests/ui/regions/forall-wf-ref-reflexive.stderr [new file with mode: 0644]
tests/ui/regions/forall-wf-reflexive.rs [new file with mode: 0644]
tests/ui/regions/higher-ranked-implied.rs [new file with mode: 0644]
tests/ui/regions/higher-ranked-implied.stderr [new file with mode: 0644]
tests/ui/regions/init-res-into-things.rs [new file with mode: 0644]
tests/ui/regions/issue-101280.rs [new file with mode: 0644]
tests/ui/regions/issue-101280.stderr [new file with mode: 0644]
tests/ui/regions/issue-102374.rs [new file with mode: 0644]
tests/ui/regions/issue-102374.stderr [new file with mode: 0644]
tests/ui/regions/issue-102392.rs [new file with mode: 0644]
tests/ui/regions/issue-102392.stderr [new file with mode: 0644]
tests/ui/regions/issue-11612.rs [new file with mode: 0644]
tests/ui/regions/issue-12470.rs [new file with mode: 0644]
tests/ui/regions/issue-12470.stderr [new file with mode: 0644]
tests/ui/regions/issue-21520.rs [new file with mode: 0644]
tests/ui/regions/issue-24085.rs [new file with mode: 0644]
tests/ui/regions/issue-26448-1.rs [new file with mode: 0644]
tests/ui/regions/issue-26448-2.rs [new file with mode: 0644]
tests/ui/regions/issue-26448-3.rs [new file with mode: 0644]
tests/ui/regions/issue-2718.rs [new file with mode: 0644]
tests/ui/regions/issue-28848.rs [new file with mode: 0644]
tests/ui/regions/issue-28848.stderr [new file with mode: 0644]
tests/ui/regions/issue-5243.rs [new file with mode: 0644]
tests/ui/regions/issue-56537-closure-uses-region-from-container.rs [new file with mode: 0644]
tests/ui/regions/issue-6157.rs [new file with mode: 0644]
tests/ui/regions/issue-72051-member-region-hang.rs [new file with mode: 0644]
tests/ui/regions/issue-78262.base.stderr [new file with mode: 0644]
tests/ui/regions/issue-78262.polonius.stderr [new file with mode: 0644]
tests/ui/regions/issue-78262.rs [new file with mode: 0644]
tests/ui/regions/outlives-with-missing.rs [new file with mode: 0644]
tests/ui/regions/outlives-with-missing.stderr [new file with mode: 0644]
tests/ui/regions/owned-implies-static.rs [new file with mode: 0644]
tests/ui/regions/rcvr-borrowed-to-region.rs [new file with mode: 0644]
tests/ui/regions/region-borrow-params-issue-29793-big.rs [new file with mode: 0644]
tests/ui/regions/region-borrow-params-issue-29793-big.stderr [new file with mode: 0644]
tests/ui/regions/region-borrow-params-issue-29793-small.rs [new file with mode: 0644]
tests/ui/regions/region-borrow-params-issue-29793-small.stderr [new file with mode: 0644]
tests/ui/regions/region-bound-extra-bound-in-inherent-impl.rs [new file with mode: 0644]
tests/ui/regions/region-bound-on-closure-outlives-call.rs [new file with mode: 0644]
tests/ui/regions/region-bound-on-closure-outlives-call.stderr [new file with mode: 0644]
tests/ui/regions/region-bound-same-bounds-in-trait-and-impl.rs [new file with mode: 0644]
tests/ui/regions/region-bounds-on-objects-and-type-parameters.rs [new file with mode: 0644]
tests/ui/regions/region-bounds-on-objects-and-type-parameters.stderr [new file with mode: 0644]
tests/ui/regions/region-invariant-static-error-reporting.rs [new file with mode: 0644]
tests/ui/regions/region-invariant-static-error-reporting.stderr [new file with mode: 0644]
tests/ui/regions/region-lifetime-bounds-on-fns-where-clause.rs [new file with mode: 0644]
tests/ui/regions/region-lifetime-bounds-on-fns-where-clause.stderr [new file with mode: 0644]
tests/ui/regions/region-multiple-lifetime-bounds-on-fns-where-clause.rs [new file with mode: 0644]
tests/ui/regions/region-multiple-lifetime-bounds-on-fns-where-clause.stderr [new file with mode: 0644]
tests/ui/regions/region-object-lifetime-1.rs [new file with mode: 0644]
tests/ui/regions/region-object-lifetime-2.rs [new file with mode: 0644]
tests/ui/regions/region-object-lifetime-2.stderr [new file with mode: 0644]
tests/ui/regions/region-object-lifetime-3.rs [new file with mode: 0644]
tests/ui/regions/region-object-lifetime-4.rs [new file with mode: 0644]
tests/ui/regions/region-object-lifetime-4.stderr [new file with mode: 0644]
tests/ui/regions/region-object-lifetime-5.rs [new file with mode: 0644]
tests/ui/regions/region-object-lifetime-5.stderr [new file with mode: 0644]
tests/ui/regions/region-object-lifetime-in-coercion.rs [new file with mode: 0644]
tests/ui/regions/region-object-lifetime-in-coercion.stderr [new file with mode: 0644]
tests/ui/regions/regions-addr-of-arg.rs [new file with mode: 0644]
tests/ui/regions/regions-addr-of-arg.stderr [new file with mode: 0644]
tests/ui/regions/regions-addr-of-interior-of-unique-box.rs [new file with mode: 0644]
tests/ui/regions/regions-addr-of-ret.rs [new file with mode: 0644]
tests/ui/regions/regions-addr-of-self.rs [new file with mode: 0644]
tests/ui/regions/regions-addr-of-self.stderr [new file with mode: 0644]
tests/ui/regions/regions-addr-of-upvar-self.rs [new file with mode: 0644]
tests/ui/regions/regions-addr-of-upvar-self.stderr [new file with mode: 0644]
tests/ui/regions/regions-adjusted-lvalue-op.rs [new file with mode: 0644]
tests/ui/regions/regions-adjusted-lvalue-op.stderr [new file with mode: 0644]
tests/ui/regions/regions-assoc-type-in-supertrait-outlives-container.rs [new file with mode: 0644]
tests/ui/regions/regions-assoc-type-in-supertrait-outlives-container.stderr [new file with mode: 0644]
tests/ui/regions/regions-assoc-type-region-bound-in-trait-not-met.rs [new file with mode: 0644]
tests/ui/regions/regions-assoc-type-region-bound-in-trait-not-met.stderr [new file with mode: 0644]
tests/ui/regions/regions-assoc-type-region-bound.rs [new file with mode: 0644]
tests/ui/regions/regions-assoc-type-static-bound-in-trait-not-met.rs [new file with mode: 0644]
tests/ui/regions/regions-assoc-type-static-bound-in-trait-not-met.stderr [new file with mode: 0644]
tests/ui/regions/regions-assoc-type-static-bound.rs [new file with mode: 0644]
tests/ui/regions/regions-borrow-at.rs [new file with mode: 0644]
tests/ui/regions/regions-borrow-evec-fixed.rs [new file with mode: 0644]
tests/ui/regions/regions-borrow-evec-uniq.rs [new file with mode: 0644]
tests/ui/regions/regions-borrow-uniq.rs [new file with mode: 0644]
tests/ui/regions/regions-bot.rs [new file with mode: 0644]
tests/ui/regions/regions-bound-lists-feature-gate-2.rs [new file with mode: 0644]
tests/ui/regions/regions-bound-lists-feature-gate.rs [new file with mode: 0644]
tests/ui/regions/regions-bounded-by-trait-requiring-static.rs [new file with mode: 0644]
tests/ui/regions/regions-bounded-by-trait-requiring-static.stderr [new file with mode: 0644]
tests/ui/regions/regions-bounded-method-type-parameters-cross-crate.rs [new file with mode: 0644]
tests/ui/regions/regions-bounded-method-type-parameters-cross-crate.stderr [new file with mode: 0644]
tests/ui/regions/regions-bounded-method-type-parameters-trait-bound.rs [new file with mode: 0644]
tests/ui/regions/regions-bounded-method-type-parameters-trait-bound.stderr [new file with mode: 0644]
tests/ui/regions/regions-bounded-method-type-parameters.rs [new file with mode: 0644]
tests/ui/regions/regions-bounded-method-type-parameters.stderr [new file with mode: 0644]
tests/ui/regions/regions-bounds.rs [new file with mode: 0644]
tests/ui/regions/regions-bounds.stderr [new file with mode: 0644]
tests/ui/regions/regions-close-associated-type-into-object.rs [new file with mode: 0644]
tests/ui/regions/regions-close-associated-type-into-object.stderr [new file with mode: 0644]
tests/ui/regions/regions-close-object-into-object-1.rs [new file with mode: 0644]
tests/ui/regions/regions-close-object-into-object-1.stderr [new file with mode: 0644]
tests/ui/regions/regions-close-object-into-object-2.rs [new file with mode: 0644]
tests/ui/regions/regions-close-object-into-object-2.stderr [new file with mode: 0644]
tests/ui/regions/regions-close-object-into-object-3.rs [new file with mode: 0644]
tests/ui/regions/regions-close-object-into-object-3.stderr [new file with mode: 0644]
tests/ui/regions/regions-close-object-into-object-4.rs [new file with mode: 0644]
tests/ui/regions/regions-close-object-into-object-4.stderr [new file with mode: 0644]
tests/ui/regions/regions-close-object-into-object-5.rs [new file with mode: 0644]
tests/ui/regions/regions-close-object-into-object-5.stderr [new file with mode: 0644]
tests/ui/regions/regions-close-over-type-parameter-1.rs [new file with mode: 0644]
tests/ui/regions/regions-close-over-type-parameter-1.stderr [new file with mode: 0644]
tests/ui/regions/regions-close-over-type-parameter-multiple.rs [new file with mode: 0644]
tests/ui/regions/regions-close-over-type-parameter-multiple.stderr [new file with mode: 0644]
tests/ui/regions/regions-close-over-type-parameter-successfully.rs [new file with mode: 0644]
tests/ui/regions/regions-close-param-into-object.rs [new file with mode: 0644]
tests/ui/regions/regions-close-param-into-object.stderr [new file with mode: 0644]
tests/ui/regions/regions-copy-closure.rs [new file with mode: 0644]
tests/ui/regions/regions-creating-enums.rs [new file with mode: 0644]
tests/ui/regions/regions-creating-enums.stderr [new file with mode: 0644]
tests/ui/regions/regions-creating-enums2.rs [new file with mode: 0644]
tests/ui/regions/regions-creating-enums3.rs [new file with mode: 0644]
tests/ui/regions/regions-creating-enums3.stderr [new file with mode: 0644]
tests/ui/regions/regions-creating-enums4.rs [new file with mode: 0644]
tests/ui/regions/regions-creating-enums4.stderr [new file with mode: 0644]
tests/ui/regions/regions-creating-enums5.rs [new file with mode: 0644]
tests/ui/regions/regions-debruijn-of-object.rs [new file with mode: 0644]
tests/ui/regions/regions-dependent-addr-of.rs [new file with mode: 0644]
tests/ui/regions/regions-dependent-autofn.rs [new file with mode: 0644]
tests/ui/regions/regions-dependent-autoslice.rs [new file with mode: 0644]
tests/ui/regions/regions-dependent-let-ref.rs [new file with mode: 0644]
tests/ui/regions/regions-early-bound-error-method.rs [new file with mode: 0644]
tests/ui/regions/regions-early-bound-error-method.stderr [new file with mode: 0644]
tests/ui/regions/regions-early-bound-error.rs [new file with mode: 0644]
tests/ui/regions/regions-early-bound-error.stderr [new file with mode: 0644]
tests/ui/regions/regions-early-bound-lifetime-in-assoc-fn.rs [new file with mode: 0644]
tests/ui/regions/regions-early-bound-trait-param.rs [new file with mode: 0644]
tests/ui/regions/regions-early-bound-used-in-bound-method.rs [new file with mode: 0644]
tests/ui/regions/regions-early-bound-used-in-bound.rs [new file with mode: 0644]
tests/ui/regions/regions-early-bound-used-in-type-param.rs [new file with mode: 0644]
tests/ui/regions/regions-escape-into-other-fn.rs [new file with mode: 0644]
tests/ui/regions/regions-escape-method.rs [new file with mode: 0644]
tests/ui/regions/regions-escape-method.stderr [new file with mode: 0644]
tests/ui/regions/regions-escape-via-trait-or-not.rs [new file with mode: 0644]
tests/ui/regions/regions-escape-via-trait-or-not.stderr [new file with mode: 0644]
tests/ui/regions/regions-expl-self.rs [new file with mode: 0644]
tests/ui/regions/regions-fn-subtyping-2.rs [new file with mode: 0644]
tests/ui/regions/regions-fn-subtyping-return-static-fail.rs [new file with mode: 0644]
tests/ui/regions/regions-fn-subtyping-return-static-fail.stderr [new file with mode: 0644]
tests/ui/regions/regions-fn-subtyping-return-static.rs [new file with mode: 0644]
tests/ui/regions/regions-fn-subtyping.rs [new file with mode: 0644]
tests/ui/regions/regions-free-region-ordering-callee-4.rs [new file with mode: 0644]
tests/ui/regions/regions-free-region-ordering-callee-4.stderr [new file with mode: 0644]
tests/ui/regions/regions-free-region-ordering-callee.rs [new file with mode: 0644]
tests/ui/regions/regions-free-region-ordering-callee.stderr [new file with mode: 0644]
tests/ui/regions/regions-free-region-ordering-caller.rs [new file with mode: 0644]
tests/ui/regions/regions-free-region-ordering-caller.stderr [new file with mode: 0644]
tests/ui/regions/regions-free-region-ordering-caller1.rs [new file with mode: 0644]
tests/ui/regions/regions-free-region-ordering-caller1.stderr [new file with mode: 0644]
tests/ui/regions/regions-free-region-ordering-incorrect.rs [new file with mode: 0644]
tests/ui/regions/regions-free-region-ordering-incorrect.stderr [new file with mode: 0644]
tests/ui/regions/regions-free-region-outlives-static-outlives-free-region.rs [new file with mode: 0644]
tests/ui/regions/regions-free-region-outlives-static-outlives-free-region.stderr [new file with mode: 0644]
tests/ui/regions/regions-glb-free-free.rs [new file with mode: 0644]
tests/ui/regions/regions-glb-free-free.stderr [new file with mode: 0644]
tests/ui/regions/regions-implied-bounds-projection-gap-1.rs [new file with mode: 0644]
tests/ui/regions/regions-implied-bounds-projection-gap-1.stderr [new file with mode: 0644]
tests/ui/regions/regions-implied-bounds-projection-gap-2.rs [new file with mode: 0644]
tests/ui/regions/regions-implied-bounds-projection-gap-3.rs [new file with mode: 0644]
tests/ui/regions/regions-implied-bounds-projection-gap-4.rs [new file with mode: 0644]
tests/ui/regions/regions-implied-bounds-projection-gap-hr-1.rs [new file with mode: 0644]
tests/ui/regions/regions-implied-bounds-projection-gap-hr-1.stderr [new file with mode: 0644]
tests/ui/regions/regions-in-enums-anon.rs [new file with mode: 0644]
tests/ui/regions/regions-in-enums-anon.stderr [new file with mode: 0644]
tests/ui/regions/regions-in-enums.rs [new file with mode: 0644]
tests/ui/regions/regions-in-enums.stderr [new file with mode: 0644]
tests/ui/regions/regions-in-structs-anon.rs [new file with mode: 0644]
tests/ui/regions/regions-in-structs-anon.stderr [new file with mode: 0644]
tests/ui/regions/regions-in-structs.rs [new file with mode: 0644]
tests/ui/regions/regions-in-structs.stderr [new file with mode: 0644]
tests/ui/regions/regions-infer-at-fn-not-param.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-at-fn-not-param.stderr [new file with mode: 0644]
tests/ui/regions/regions-infer-borrow-scope-addr-of.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-borrow-scope-too-big.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-borrow-scope-too-big.stderr [new file with mode: 0644]
tests/ui/regions/regions-infer-borrow-scope-view.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-borrow-scope-within-loop-ok.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-borrow-scope.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-bound-from-trait-self.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-bound-from-trait-self.stderr [new file with mode: 0644]
tests/ui/regions/regions-infer-bound-from-trait.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-bound-from-trait.stderr [new file with mode: 0644]
tests/ui/regions/regions-infer-call-2.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-call-3.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-call-3.stderr [new file with mode: 0644]
tests/ui/regions/regions-infer-call.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-contravariance-due-to-decl.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-contravariance-due-to-decl.stderr [new file with mode: 0644]
tests/ui/regions/regions-infer-contravariance-due-to-ret.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-covariance-due-to-decl.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-covariance-due-to-decl.stderr [new file with mode: 0644]
tests/ui/regions/regions-infer-invariance-due-to-decl.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-invariance-due-to-decl.stderr [new file with mode: 0644]
tests/ui/regions/regions-infer-invariance-due-to-mutability-3.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-invariance-due-to-mutability-3.stderr [new file with mode: 0644]
tests/ui/regions/regions-infer-invariance-due-to-mutability-4.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-invariance-due-to-mutability-4.stderr [new file with mode: 0644]
tests/ui/regions/regions-infer-not-param.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-not-param.stderr [new file with mode: 0644]
tests/ui/regions/regions-infer-paramd-indirect.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-paramd-indirect.stderr [new file with mode: 0644]
tests/ui/regions/regions-infer-proc-static-upvar.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-proc-static-upvar.stderr [new file with mode: 0644]
tests/ui/regions/regions-infer-reborrow-ref-mut-recurse.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-region-in-fn-but-not-type.rs [new file with mode: 0644]
tests/ui/regions/regions-infer-static-from-proc.rs [new file with mode: 0644]
tests/ui/regions/regions-issue-21422.rs [new file with mode: 0644]
tests/ui/regions/regions-issue-22246.rs [new file with mode: 0644]
tests/ui/regions/regions-lifetime-bounds-on-fns.rs [new file with mode: 0644]
tests/ui/regions/regions-lifetime-bounds-on-fns.stderr [new file with mode: 0644]
tests/ui/regions/regions-lifetime-nonfree-late-bound.rs [new file with mode: 0644]
tests/ui/regions/regions-lifetime-of-struct-or-enum-variant.rs [new file with mode: 0644]
tests/ui/regions/regions-lifetime-of-struct-or-enum-variant.stderr [new file with mode: 0644]
tests/ui/regions/regions-lifetime-static-items-enclosing-scopes.rs [new file with mode: 0644]
tests/ui/regions/regions-link-fn-args.rs [new file with mode: 0644]
tests/ui/regions/regions-lub-ref-ref-rc.rs [new file with mode: 0644]
tests/ui/regions/regions-mock-codegen.rs [new file with mode: 0644]
tests/ui/regions/regions-name-duplicated.rs [new file with mode: 0644]
tests/ui/regions/regions-name-duplicated.stderr [new file with mode: 0644]
tests/ui/regions/regions-name-static.rs [new file with mode: 0644]
tests/ui/regions/regions-name-static.stderr [new file with mode: 0644]
tests/ui/regions/regions-name-undeclared.rs [new file with mode: 0644]
tests/ui/regions/regions-name-undeclared.stderr [new file with mode: 0644]
tests/ui/regions/regions-nested-fns-2.rs [new file with mode: 0644]
tests/ui/regions/regions-nested-fns-2.stderr [new file with mode: 0644]
tests/ui/regions/regions-nested-fns.rs [new file with mode: 0644]
tests/ui/regions/regions-nested-fns.stderr [new file with mode: 0644]
tests/ui/regions/regions-no-bound-in-argument-cleanup.rs [new file with mode: 0644]
tests/ui/regions/regions-no-variance-from-fn-generics.rs [new file with mode: 0644]
tests/ui/regions/regions-normalize-in-where-clause-list.rs [new file with mode: 0644]
tests/ui/regions/regions-normalize-in-where-clause-list.stderr [new file with mode: 0644]
tests/ui/regions/regions-nullary-variant.rs [new file with mode: 0644]
tests/ui/regions/regions-outlives-nominal-type-enum-region-rev.rs [new file with mode: 0644]
tests/ui/regions/regions-outlives-nominal-type-enum-region.rs [new file with mode: 0644]
tests/ui/regions/regions-outlives-nominal-type-enum-type-rev.rs [new file with mode: 0644]
tests/ui/regions/regions-outlives-nominal-type-enum-type.rs [new file with mode: 0644]
tests/ui/regions/regions-outlives-nominal-type-struct-region-rev.rs [new file with mode: 0644]
tests/ui/regions/regions-outlives-nominal-type-struct-region.rs [new file with mode: 0644]
tests/ui/regions/regions-outlives-nominal-type-struct-type-rev.rs [new file with mode: 0644]
tests/ui/regions/regions-outlives-nominal-type-struct-type.rs [new file with mode: 0644]
tests/ui/regions/regions-outlives-projection-container-hrtb.rs [new file with mode: 0644]
tests/ui/regions/regions-outlives-projection-container-hrtb.stderr [new file with mode: 0644]
tests/ui/regions/regions-outlives-projection-container-wc.rs [new file with mode: 0644]
tests/ui/regions/regions-outlives-projection-container-wc.stderr [new file with mode: 0644]
tests/ui/regions/regions-outlives-projection-container.rs [new file with mode: 0644]
tests/ui/regions/regions-outlives-projection-container.stderr [new file with mode: 0644]
tests/ui/regions/regions-outlives-projection-hrtype.rs [new file with mode: 0644]
tests/ui/regions/regions-outlives-projection-trait-def.rs [new file with mode: 0644]
tests/ui/regions/regions-outlives-scalar.rs [new file with mode: 0644]
tests/ui/regions/regions-params.rs [new file with mode: 0644]
tests/ui/regions/regions-pattern-typing-issue-19552.rs [new file with mode: 0644]
tests/ui/regions/regions-pattern-typing-issue-19552.stderr [new file with mode: 0644]
tests/ui/regions/regions-pattern-typing-issue-19997.rs [new file with mode: 0644]
tests/ui/regions/regions-pattern-typing-issue-19997.stderr [new file with mode: 0644]
tests/ui/regions/regions-proc-bound-capture.rs [new file with mode: 0644]
tests/ui/regions/regions-proc-bound-capture.stderr [new file with mode: 0644]
tests/ui/regions/regions-reassign-let-bound-pointer.rs [new file with mode: 0644]
tests/ui/regions/regions-reassign-match-bound-pointer.rs [new file with mode: 0644]
tests/ui/regions/regions-reborrow-from-shorter-mut-ref-mut-ref.rs [new file with mode: 0644]
tests/ui/regions/regions-reborrow-from-shorter-mut-ref-mut-ref.stderr [new file with mode: 0644]
tests/ui/regions/regions-reborrow-from-shorter-mut-ref.rs [new file with mode: 0644]
tests/ui/regions/regions-reborrow-from-shorter-mut-ref.stderr [new file with mode: 0644]
tests/ui/regions/regions-ref-in-fn-arg.rs [new file with mode: 0644]
tests/ui/regions/regions-ref-in-fn-arg.stderr [new file with mode: 0644]
tests/ui/regions/regions-refcell.rs [new file with mode: 0644]
tests/ui/regions/regions-relate-bound-regions-on-closures-to-inference-variables.rs [new file with mode: 0644]
tests/ui/regions/regions-ret-borrowed-1.rs [new file with mode: 0644]
tests/ui/regions/regions-ret-borrowed-1.stderr [new file with mode: 0644]
tests/ui/regions/regions-ret-borrowed.rs [new file with mode: 0644]
tests/ui/regions/regions-ret-borrowed.stderr [new file with mode: 0644]
tests/ui/regions/regions-ret.rs [new file with mode: 0644]
tests/ui/regions/regions-ret.stderr [new file with mode: 0644]
tests/ui/regions/regions-return-interior-of-option.rs [new file with mode: 0644]
tests/ui/regions/regions-return-ref-to-upvar-issue-17403.rs [new file with mode: 0644]
tests/ui/regions/regions-return-ref-to-upvar-issue-17403.stderr [new file with mode: 0644]
tests/ui/regions/regions-return-stack-allocated-vec.rs [new file with mode: 0644]
tests/ui/regions/regions-return-stack-allocated-vec.stderr [new file with mode: 0644]
tests/ui/regions/regions-scope-chain-example.rs [new file with mode: 0644]
tests/ui/regions/regions-self-impls.rs [new file with mode: 0644]
tests/ui/regions/regions-self-in-enums.rs [new file with mode: 0644]
tests/ui/regions/regions-simple.rs [new file with mode: 0644]
tests/ui/regions/regions-static-bound-rpass.rs [new file with mode: 0644]
tests/ui/regions/regions-static-bound-rpass.stderr [new file with mode: 0644]
tests/ui/regions/regions-static-bound.rs [new file with mode: 0644]
tests/ui/regions/regions-static-bound.stderr [new file with mode: 0644]
tests/ui/regions/regions-static-closure.rs [new file with mode: 0644]
tests/ui/regions/regions-steal-closure.rs [new file with mode: 0644]
tests/ui/regions/regions-steal-closure.stderr [new file with mode: 0644]
tests/ui/regions/regions-trait-1.rs [new file with mode: 0644]
tests/ui/regions/regions-trait-object-1.rs [new file with mode: 0644]
tests/ui/regions/regions-trait-object-subtyping.rs [new file with mode: 0644]
tests/ui/regions/regions-trait-object-subtyping.stderr [new file with mode: 0644]
tests/ui/regions/regions-trait-variance.rs [new file with mode: 0644]
tests/ui/regions/regions-trait-variance.stderr [new file with mode: 0644]
tests/ui/regions/regions-undeclared.rs [new file with mode: 0644]
tests/ui/regions/regions-undeclared.stderr [new file with mode: 0644]
tests/ui/regions/regions-var-type-out-of-scope.rs [new file with mode: 0644]
tests/ui/regions/regions-var-type-out-of-scope.stderr [new file with mode: 0644]
tests/ui/regions/regions-variance-contravariant-use-contravariant.rs [new file with mode: 0644]
tests/ui/regions/regions-variance-contravariant-use-covariant-in-second-position.rs [new file with mode: 0644]
tests/ui/regions/regions-variance-contravariant-use-covariant-in-second-position.stderr [new file with mode: 0644]
tests/ui/regions/regions-variance-contravariant-use-covariant.rs [new file with mode: 0644]
tests/ui/regions/regions-variance-contravariant-use-covariant.stderr [new file with mode: 0644]
tests/ui/regions/regions-variance-covariant-use-contravariant.rs [new file with mode: 0644]
tests/ui/regions/regions-variance-covariant-use-contravariant.stderr [new file with mode: 0644]
tests/ui/regions/regions-variance-covariant-use-covariant.rs [new file with mode: 0644]
tests/ui/regions/regions-variance-invariant-use-contravariant.rs [new file with mode: 0644]
tests/ui/regions/regions-variance-invariant-use-contravariant.stderr [new file with mode: 0644]
tests/ui/regions/regions-variance-invariant-use-covariant.rs [new file with mode: 0644]
tests/ui/regions/regions-variance-invariant-use-covariant.stderr [new file with mode: 0644]
tests/ui/regions/regions-wf-trait-object.rs [new file with mode: 0644]
tests/ui/regions/regions-wf-trait-object.stderr [new file with mode: 0644]
tests/ui/regions/resolve-re-error-ice.rs [new file with mode: 0644]
tests/ui/regions/resolve-re-error-ice.stderr [new file with mode: 0644]
tests/ui/regions/type-param-outlives-reempty-issue-74429-2.rs [new file with mode: 0644]
tests/ui/regions/type-param-outlives-reempty-issue-74429.rs [new file with mode: 0644]
tests/ui/regions/wf-bound-region-in-object-type.rs [new file with mode: 0644]
tests/ui/reify-intrinsic.rs [new file with mode: 0644]
tests/ui/reify-intrinsic.stderr [new file with mode: 0644]
tests/ui/removing-extern-crate.fixed [new file with mode: 0644]
tests/ui/removing-extern-crate.rs [new file with mode: 0644]
tests/ui/removing-extern-crate.stderr [new file with mode: 0644]
tests/ui/repeat-expr/infer.rs [new file with mode: 0644]
tests/ui/repeat-expr/repeat-expr-in-static.rs [new file with mode: 0644]
tests/ui/repeat-expr/repeat-to-run-dtor-twice.rs [new file with mode: 0644]
tests/ui/repeat-expr/repeat-to-run-dtor-twice.stderr [new file with mode: 0644]
tests/ui/repeat-expr/repeat_count.rs [new file with mode: 0644]
tests/ui/repeat-expr/repeat_count.stderr [new file with mode: 0644]
tests/ui/repr/16-bit-repr-c-enum.rs [new file with mode: 0644]
tests/ui/repr/align-with-extern-c-fn.rs [new file with mode: 0644]
tests/ui/repr/aligned_enum_cast.rs [new file with mode: 0644]
tests/ui/repr/attr-usage-repr.rs [new file with mode: 0644]
tests/ui/repr/attr-usage-repr.stderr [new file with mode: 0644]
tests/ui/repr/auxiliary/repr-transparent-non-exhaustive.rs [new file with mode: 0644]
tests/ui/repr/invalid_repr_list_help.rs [new file with mode: 0644]
tests/ui/repr/invalid_repr_list_help.stderr [new file with mode: 0644]
tests/ui/repr/issue-83505-repr-simd.rs [new file with mode: 0644]
tests/ui/repr/issue-83505-repr-simd.stderr [new file with mode: 0644]
tests/ui/repr/issue-83921-ice.rs [new file with mode: 0644]
tests/ui/repr/issue-83921-ice.stderr [new file with mode: 0644]
tests/ui/repr/repr-align-assign.fixed [new file with mode: 0644]
tests/ui/repr/repr-align-assign.rs [new file with mode: 0644]
tests/ui/repr/repr-align-assign.stderr [new file with mode: 0644]
tests/ui/repr/repr-align.rs [new file with mode: 0644]
tests/ui/repr/repr-align.stderr [new file with mode: 0644]
tests/ui/repr/repr-disallow-on-variant.rs [new file with mode: 0644]
tests/ui/repr/repr-disallow-on-variant.stderr [new file with mode: 0644]
tests/ui/repr/repr-packed-contains-align.rs [new file with mode: 0644]
tests/ui/repr/repr-packed-contains-align.stderr [new file with mode: 0644]
tests/ui/repr/repr-transparent-issue-87496.rs [new file with mode: 0644]
tests/ui/repr/repr-transparent-issue-87496.stderr [new file with mode: 0644]
tests/ui/repr/repr-transparent-non-exhaustive.rs [new file with mode: 0644]
tests/ui/repr/repr-transparent-non-exhaustive.stderr [new file with mode: 0644]
tests/ui/repr/repr-transparent-other-items.rs [new file with mode: 0644]
tests/ui/repr/repr-transparent-other-items.stderr [new file with mode: 0644]
tests/ui/repr/repr-transparent-other-reprs.rs [new file with mode: 0644]
tests/ui/repr/repr-transparent-other-reprs.stderr [new file with mode: 0644]
tests/ui/repr/repr-transparent.rs [new file with mode: 0644]
tests/ui/repr/repr-transparent.stderr [new file with mode: 0644]
tests/ui/repr/repr.rs [new file with mode: 0644]
tests/ui/repr/repr.stderr [new file with mode: 0644]
tests/ui/repr/repr_c_int_align.rs [new file with mode: 0644]
tests/ui/repr/transparent-enum-too-many-variants.rs [new file with mode: 0644]
tests/ui/repr/transparent-enum-too-many-variants.stderr [new file with mode: 0644]
tests/ui/reserved/reserved-attr-on-macro.rs [new file with mode: 0644]
tests/ui/reserved/reserved-attr-on-macro.stderr [new file with mode: 0644]
tests/ui/reserved/reserved-become.rs [new file with mode: 0644]
tests/ui/reserved/reserved-become.stderr [new file with mode: 0644]
tests/ui/resolve/associated-fn-called-as-fn.rs [new file with mode: 0644]
tests/ui/resolve/associated-fn-called-as-fn.stderr [new file with mode: 0644]
tests/ui/resolve/auxiliary/blind-item-mixed-crate-use-item-foo.rs [new file with mode: 0644]
tests/ui/resolve/auxiliary/blind-item-mixed-crate-use-item-foo2.rs [new file with mode: 0644]
tests/ui/resolve/auxiliary/extern-prelude-vec.rs [new file with mode: 0644]
tests/ui/resolve/auxiliary/extern-prelude.rs [new file with mode: 0644]
tests/ui/resolve/auxiliary/issue-19452-aux.rs [new file with mode: 0644]
tests/ui/resolve/auxiliary/issue-21221-3.rs [new file with mode: 0644]
tests/ui/resolve/auxiliary/issue-21221-4.rs [new file with mode: 0644]
tests/ui/resolve/auxiliary/issue-30535.rs [new file with mode: 0644]
tests/ui/resolve/auxiliary/issue-3907.rs [new file with mode: 0644]
tests/ui/resolve/auxiliary/issue-80079.rs [new file with mode: 0644]
tests/ui/resolve/auxiliary/namespaced_enums.rs [new file with mode: 0644]
tests/ui/resolve/auxiliary/privacy-struct-ctor.rs [new file with mode: 0644]
tests/ui/resolve/bad-env-capture.rs [new file with mode: 0644]
tests/ui/resolve/bad-env-capture.stderr [new file with mode: 0644]
tests/ui/resolve/bad-env-capture2.rs [new file with mode: 0644]
tests/ui/resolve/bad-env-capture2.stderr [new file with mode: 0644]
tests/ui/resolve/bad-env-capture3.rs [new file with mode: 0644]
tests/ui/resolve/bad-env-capture3.stderr [new file with mode: 0644]
tests/ui/resolve/bad-expr-path.rs [new file with mode: 0644]
tests/ui/resolve/bad-expr-path.stderr [new file with mode: 0644]
tests/ui/resolve/bad-expr-path2.rs [new file with mode: 0644]
tests/ui/resolve/bad-expr-path2.stderr [new file with mode: 0644]
tests/ui/resolve/bad-module.rs [new file with mode: 0644]
tests/ui/resolve/bad-module.stderr [new file with mode: 0644]
tests/ui/resolve/bad-type-env-capture.rs [new file with mode: 0644]
tests/ui/resolve/bad-type-env-capture.stderr [new file with mode: 0644]
tests/ui/resolve/blind-item-local-shadow.rs [new file with mode: 0644]
tests/ui/resolve/blind-item-mixed-crate-use-item.rs [new file with mode: 0644]
tests/ui/resolve/blind-item-mixed-use-item.rs [new file with mode: 0644]
tests/ui/resolve/block-with-trait-parent.rs [new file with mode: 0644]
tests/ui/resolve/crate-called-as-function.rs [new file with mode: 0644]
tests/ui/resolve/crate-called-as-function.stderr [new file with mode: 0644]
tests/ui/resolve/crate-in-paths.rs [new file with mode: 0644]
tests/ui/resolve/crate-in-paths.stderr [new file with mode: 0644]
tests/ui/resolve/editions-crate-root-2015.rs [new file with mode: 0644]
tests/ui/resolve/editions-crate-root-2015.stderr [new file with mode: 0644]
tests/ui/resolve/editions-crate-root-2018.rs [new file with mode: 0644]
tests/ui/resolve/editions-crate-root-2018.stderr [new file with mode: 0644]
tests/ui/resolve/enums-are-namespaced-xc.rs [new file with mode: 0644]
tests/ui/resolve/enums-are-namespaced-xc.stderr [new file with mode: 0644]
tests/ui/resolve/enums-pats-not-idents.rs [new file with mode: 0644]
tests/ui/resolve/enums-pats-not-idents.stderr [new file with mode: 0644]
tests/ui/resolve/export-fully-qualified.rs [new file with mode: 0644]
tests/ui/resolve/export-fully-qualified.stderr [new file with mode: 0644]
tests/ui/resolve/extern-prelude-fail.rs [new file with mode: 0644]
tests/ui/resolve/extern-prelude-fail.stderr [new file with mode: 0644]
tests/ui/resolve/extern-prelude.rs [new file with mode: 0644]
tests/ui/resolve/filter-intrinsics.rs [new file with mode: 0644]
tests/ui/resolve/filter-intrinsics.stderr [new file with mode: 0644]
tests/ui/resolve/impl-items-vis-unresolved.rs [new file with mode: 0644]
tests/ui/resolve/impl-items-vis-unresolved.stderr [new file with mode: 0644]
tests/ui/resolve/issue-100365.rs [new file with mode: 0644]
tests/ui/resolve/issue-100365.stderr [new file with mode: 0644]
tests/ui/resolve/issue-101749-2.rs [new file with mode: 0644]
tests/ui/resolve/issue-101749-2.stderr [new file with mode: 0644]
tests/ui/resolve/issue-101749.fixed [new file with mode: 0644]
tests/ui/resolve/issue-101749.rs [new file with mode: 0644]
tests/ui/resolve/issue-101749.stderr [new file with mode: 0644]
tests/ui/resolve/issue-10200.rs [new file with mode: 0644]
tests/ui/resolve/issue-10200.stderr [new file with mode: 0644]
tests/ui/resolve/issue-102946.rs [new file with mode: 0644]
tests/ui/resolve/issue-102946.stderr [new file with mode: 0644]
tests/ui/resolve/issue-103202.rs [new file with mode: 0644]
tests/ui/resolve/issue-103202.stderr [new file with mode: 0644]
tests/ui/resolve/issue-103474.rs [new file with mode: 0644]
tests/ui/resolve/issue-103474.stderr [new file with mode: 0644]
tests/ui/resolve/issue-104700-inner_scope.rs [new file with mode: 0644]
tests/ui/resolve/issue-104700-inner_scope.stderr [new file with mode: 0644]
tests/ui/resolve/issue-105069.rs [new file with mode: 0644]
tests/ui/resolve/issue-105069.stderr [new file with mode: 0644]
tests/ui/resolve/issue-108529.rs [new file with mode: 0644]
tests/ui/resolve/issue-108529.stderr [new file with mode: 0644]
tests/ui/resolve/issue-12796.rs [new file with mode: 0644]
tests/ui/resolve/issue-12796.stderr [new file with mode: 0644]
tests/ui/resolve/issue-14254.rs [new file with mode: 0644]
tests/ui/resolve/issue-14254.stderr [new file with mode: 0644]
tests/ui/resolve/issue-16058.rs [new file with mode: 0644]
tests/ui/resolve/issue-16058.stderr [new file with mode: 0644]
tests/ui/resolve/issue-17518.rs [new file with mode: 0644]
tests/ui/resolve/issue-17518.stderr [new file with mode: 0644]
tests/ui/resolve/issue-18252.rs [new file with mode: 0644]
tests/ui/resolve/issue-18252.stderr [new file with mode: 0644]
tests/ui/resolve/issue-19452.rs [new file with mode: 0644]
tests/ui/resolve/issue-19452.stderr [new file with mode: 0644]
tests/ui/resolve/issue-21221-1.rs [new file with mode: 0644]
tests/ui/resolve/issue-21221-1.stderr [new file with mode: 0644]
tests/ui/resolve/issue-21221-2.rs [new file with mode: 0644]
tests/ui/resolve/issue-21221-2.stderr [new file with mode: 0644]
tests/ui/resolve/issue-21221-3.rs [new file with mode: 0644]
tests/ui/resolve/issue-21221-3.stderr [new file with mode: 0644]
tests/ui/resolve/issue-21221-4.rs [new file with mode: 0644]
tests/ui/resolve/issue-21221-4.stderr [new file with mode: 0644]
tests/ui/resolve/issue-22692.rs [new file with mode: 0644]
tests/ui/resolve/issue-22692.stderr [new file with mode: 0644]
tests/ui/resolve/issue-2330.rs [new file with mode: 0644]
tests/ui/resolve/issue-2330.stderr [new file with mode: 0644]
tests/ui/resolve/issue-23305.rs [new file with mode: 0644]
tests/ui/resolve/issue-23305.stderr [new file with mode: 0644]
tests/ui/resolve/issue-2356.rs [new file with mode: 0644]
tests/ui/resolve/issue-2356.stderr [new file with mode: 0644]
tests/ui/resolve/issue-23716.rs [new file with mode: 0644]
tests/ui/resolve/issue-23716.stderr [new file with mode: 0644]
tests/ui/resolve/issue-24968.rs [new file with mode: 0644]
tests/ui/resolve/issue-24968.stderr [new file with mode: 0644]
tests/ui/resolve/issue-26545.rs [new file with mode: 0644]
tests/ui/resolve/issue-26545.stderr [new file with mode: 0644]
tests/ui/resolve/issue-3021-c.rs [new file with mode: 0644]
tests/ui/resolve/issue-3021-c.stderr [new file with mode: 0644]
tests/ui/resolve/issue-3021.rs [new file with mode: 0644]
tests/ui/resolve/issue-3021.stderr [new file with mode: 0644]
tests/ui/resolve/issue-30535.rs [new file with mode: 0644]
tests/ui/resolve/issue-30535.stderr [new file with mode: 0644]
tests/ui/resolve/issue-31845.rs [new file with mode: 0644]
tests/ui/resolve/issue-31845.stderr [new file with mode: 0644]
tests/ui/resolve/issue-33876.rs [new file with mode: 0644]
tests/ui/resolve/issue-33876.stderr [new file with mode: 0644]
tests/ui/resolve/issue-35675.rs [new file with mode: 0644]
tests/ui/resolve/issue-35675.stderr [new file with mode: 0644]
tests/ui/resolve/issue-3907-2.rs [new file with mode: 0644]
tests/ui/resolve/issue-3907-2.stderr [new file with mode: 0644]
tests/ui/resolve/issue-3907.rs [new file with mode: 0644]
tests/ui/resolve/issue-3907.stderr [new file with mode: 0644]
tests/ui/resolve/issue-39226.rs [new file with mode: 0644]
tests/ui/resolve/issue-39226.stderr [new file with mode: 0644]
tests/ui/resolve/issue-39559-2.rs [new file with mode: 0644]
tests/ui/resolve/issue-39559-2.stderr [new file with mode: 0644]
tests/ui/resolve/issue-39559.rs [new file with mode: 0644]
tests/ui/resolve/issue-39559.stderr [new file with mode: 0644]
tests/ui/resolve/issue-42944.rs [new file with mode: 0644]
tests/ui/resolve/issue-42944.stderr [new file with mode: 0644]
tests/ui/resolve/issue-49074.rs [new file with mode: 0644]
tests/ui/resolve/issue-49074.stderr [new file with mode: 0644]
tests/ui/resolve/issue-5035-2.rs [new file with mode: 0644]
tests/ui/resolve/issue-5035-2.stderr [new file with mode: 0644]
tests/ui/resolve/issue-5035.rs [new file with mode: 0644]
tests/ui/resolve/issue-5035.stderr [new file with mode: 0644]
tests/ui/resolve/issue-50599.rs [new file with mode: 0644]
tests/ui/resolve/issue-50599.stderr [new file with mode: 0644]
tests/ui/resolve/issue-5099.rs [new file with mode: 0644]
tests/ui/resolve/issue-5099.stderr [new file with mode: 0644]
tests/ui/resolve/issue-54379.rs [new file with mode: 0644]
tests/ui/resolve/issue-54379.stderr [new file with mode: 0644]
tests/ui/resolve/issue-55673.rs [new file with mode: 0644]
tests/ui/resolve/issue-55673.stderr [new file with mode: 0644]
tests/ui/resolve/issue-57523.rs [new file with mode: 0644]
tests/ui/resolve/issue-5927.rs [new file with mode: 0644]
tests/ui/resolve/issue-5927.stderr [new file with mode: 0644]
tests/ui/resolve/issue-60057.rs [new file with mode: 0644]
tests/ui/resolve/issue-60057.stderr [new file with mode: 0644]
tests/ui/resolve/issue-65025-extern-static-parent-generics.rs [new file with mode: 0644]
tests/ui/resolve/issue-65025-extern-static-parent-generics.stderr [new file with mode: 0644]
tests/ui/resolve/issue-65035-static-with-parent-generics.rs [new file with mode: 0644]
tests/ui/resolve/issue-65035-static-with-parent-generics.stderr [new file with mode: 0644]
tests/ui/resolve/issue-6702.rs [new file with mode: 0644]
tests/ui/resolve/issue-6702.stderr [new file with mode: 0644]
tests/ui/resolve/issue-69401-trait-fn-no-body-ty-local.rs [new file with mode: 0644]
tests/ui/resolve/issue-69401-trait-fn-no-body-ty-local.stderr [new file with mode: 0644]
tests/ui/resolve/issue-70736-async-fn-no-body-def-collector.rs [new file with mode: 0644]
tests/ui/resolve/issue-70736-async-fn-no-body-def-collector.stderr [new file with mode: 0644]
tests/ui/resolve/issue-73427.rs [new file with mode: 0644]
tests/ui/resolve/issue-73427.stderr [new file with mode: 0644]
tests/ui/resolve/issue-80079.rs [new file with mode: 0644]
tests/ui/resolve/issue-80079.stderr [new file with mode: 0644]
tests/ui/resolve/issue-81508.rs [new file with mode: 0644]
tests/ui/resolve/issue-81508.stderr [new file with mode: 0644]
tests/ui/resolve/issue-82156.rs [new file with mode: 0644]
tests/ui/resolve/issue-82156.stderr [new file with mode: 0644]
tests/ui/resolve/issue-82865.rs [new file with mode: 0644]
tests/ui/resolve/issue-82865.stderr [new file with mode: 0644]
tests/ui/resolve/issue-85348.rs [new file with mode: 0644]
tests/ui/resolve/issue-85348.stderr [new file with mode: 0644]
tests/ui/resolve/issue-85671.rs [new file with mode: 0644]
tests/ui/resolve/issue-88472.rs [new file with mode: 0644]
tests/ui/resolve/issue-88472.stderr [new file with mode: 0644]
tests/ui/resolve/issue-90113.rs [new file with mode: 0644]
tests/ui/resolve/issue-90113.stderr [new file with mode: 0644]
tests/ui/resolve/levenshtein.rs [new file with mode: 0644]
tests/ui/resolve/levenshtein.stderr [new file with mode: 0644]
tests/ui/resolve/macro-determinacy-non-module.rs [new file with mode: 0644]
tests/ui/resolve/missing-in-namespace.rs [new file with mode: 0644]
tests/ui/resolve/missing-in-namespace.stderr [new file with mode: 0644]
tests/ui/resolve/name-clash-nullary.rs [new file with mode: 0644]
tests/ui/resolve/name-clash-nullary.stderr [new file with mode: 0644]
tests/ui/resolve/name-collision-in-trait-fn-sig.rs [new file with mode: 0644]
tests/ui/resolve/no-implicit-prelude-nested.rs [new file with mode: 0644]
tests/ui/resolve/no-implicit-prelude-nested.stderr [new file with mode: 0644]
tests/ui/resolve/no-implicit-prelude.rs [new file with mode: 0644]
tests/ui/resolve/no-implicit-prelude.stderr [new file with mode: 0644]
tests/ui/resolve/no-std-1.rs [new file with mode: 0644]
tests/ui/resolve/no-std-2.rs [new file with mode: 0644]
tests/ui/resolve/no-std-3.rs [new file with mode: 0644]
tests/ui/resolve/pathless-extern-ok.rs [new file with mode: 0644]
tests/ui/resolve/point-at-type-parameter-shadowing-another-type.rs [new file with mode: 0644]
tests/ui/resolve/point-at-type-parameter-shadowing-another-type.stderr [new file with mode: 0644]
tests/ui/resolve/privacy-enum-ctor.rs [new file with mode: 0644]
tests/ui/resolve/privacy-enum-ctor.stderr [new file with mode: 0644]
tests/ui/resolve/privacy-struct-ctor.rs [new file with mode: 0644]
tests/ui/resolve/privacy-struct-ctor.stderr [new file with mode: 0644]
tests/ui/resolve/raw-ident-in-path.rs [new file with mode: 0644]
tests/ui/resolve/raw-ident-in-path.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-assoc-suggestions.rs [new file with mode: 0644]
tests/ui/resolve/resolve-assoc-suggestions.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-bad-import-prefix.rs [new file with mode: 0644]
tests/ui/resolve/resolve-bad-import-prefix.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-bad-visibility.rs [new file with mode: 0644]
tests/ui/resolve/resolve-bad-visibility.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-conflict-extern-crate-vs-extern-crate.rs [new file with mode: 0644]
tests/ui/resolve/resolve-conflict-extern-crate-vs-extern-crate.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-conflict-import-vs-extern-crate.rs [new file with mode: 0644]
tests/ui/resolve/resolve-conflict-import-vs-extern-crate.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-conflict-import-vs-import.fixed [new file with mode: 0644]
tests/ui/resolve/resolve-conflict-import-vs-import.rs [new file with mode: 0644]
tests/ui/resolve/resolve-conflict-import-vs-import.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-conflict-item-vs-extern-crate.rs [new file with mode: 0644]
tests/ui/resolve/resolve-conflict-item-vs-extern-crate.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-conflict-item-vs-import.rs [new file with mode: 0644]
tests/ui/resolve/resolve-conflict-item-vs-import.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-conflict-type-vs-import.rs [new file with mode: 0644]
tests/ui/resolve/resolve-conflict-type-vs-import.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-hint-macro.fixed [new file with mode: 0644]
tests/ui/resolve/resolve-hint-macro.rs [new file with mode: 0644]
tests/ui/resolve/resolve-hint-macro.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-inconsistent-binding-mode.rs [new file with mode: 0644]
tests/ui/resolve/resolve-inconsistent-binding-mode.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-inconsistent-names.rs [new file with mode: 0644]
tests/ui/resolve/resolve-inconsistent-names.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-issue-2428.rs [new file with mode: 0644]
tests/ui/resolve/resolve-label.rs [new file with mode: 0644]
tests/ui/resolve/resolve-label.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-primitive-fallback.rs [new file with mode: 0644]
tests/ui/resolve/resolve-primitive-fallback.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-pseudo-shadowing.rs [new file with mode: 0644]
tests/ui/resolve/resolve-self-in-impl-2.rs [new file with mode: 0644]
tests/ui/resolve/resolve-self-in-impl-2.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-self-in-impl.rs [new file with mode: 0644]
tests/ui/resolve/resolve-self-in-impl.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-speculative-adjustment.rs [new file with mode: 0644]
tests/ui/resolve/resolve-speculative-adjustment.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-type-param-in-item-in-trait.rs [new file with mode: 0644]
tests/ui/resolve/resolve-type-param-in-item-in-trait.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-unknown-trait.rs [new file with mode: 0644]
tests/ui/resolve/resolve-unknown-trait.stderr [new file with mode: 0644]
tests/ui/resolve/resolve-variant-assoc-item.rs [new file with mode: 0644]
tests/ui/resolve/resolve-variant-assoc-item.stderr [new file with mode: 0644]
tests/ui/resolve/shadow-const-param.rs [new file with mode: 0644]
tests/ui/resolve/shadow-const-param.stderr [new file with mode: 0644]
tests/ui/resolve/suggest-path-for-tuple-struct.rs [new file with mode: 0644]
tests/ui/resolve/suggest-path-for-tuple-struct.stderr [new file with mode: 0644]
tests/ui/resolve/suggest-path-instead-of-mod-dot-item.rs [new file with mode: 0644]
tests/ui/resolve/suggest-path-instead-of-mod-dot-item.stderr [new file with mode: 0644]
tests/ui/resolve/token-error-correct-2.rs [new file with mode: 0644]
tests/ui/resolve/token-error-correct-2.stderr [new file with mode: 0644]
tests/ui/resolve/token-error-correct-3.rs [new file with mode: 0644]
tests/ui/resolve/token-error-correct-3.stderr [new file with mode: 0644]
tests/ui/resolve/token-error-correct-4.rs [new file with mode: 0644]
tests/ui/resolve/token-error-correct-4.stderr [new file with mode: 0644]
tests/ui/resolve/token-error-correct.rs [new file with mode: 0644]
tests/ui/resolve/token-error-correct.stderr [new file with mode: 0644]
tests/ui/resolve/tuple-struct-alias.rs [new file with mode: 0644]
tests/ui/resolve/tuple-struct-alias.stderr [new file with mode: 0644]
tests/ui/resolve/typo-suggestion-for-variable-with-name-similar-to-struct-field.rs [new file with mode: 0644]
tests/ui/resolve/typo-suggestion-for-variable-with-name-similar-to-struct-field.stderr [new file with mode: 0644]
tests/ui/resolve/typo-suggestion-mistyped-in-path.rs [new file with mode: 0644]
tests/ui/resolve/typo-suggestion-mistyped-in-path.stderr [new file with mode: 0644]
tests/ui/resolve/typo-suggestion-named-underscore.rs [new file with mode: 0644]
tests/ui/resolve/typo-suggestion-named-underscore.stderr [new file with mode: 0644]
tests/ui/resolve/unboxed-closure-sugar-nonexistent-trait.rs [new file with mode: 0644]
tests/ui/resolve/unboxed-closure-sugar-nonexistent-trait.stderr [new file with mode: 0644]
tests/ui/resolve/unresolved_static_type_field.rs [new file with mode: 0644]
tests/ui/resolve/unresolved_static_type_field.stderr [new file with mode: 0644]
tests/ui/resolve/use-self-in-inner-fn.rs [new file with mode: 0644]
tests/ui/resolve/use-self-in-inner-fn.stderr [new file with mode: 0644]
tests/ui/resolve/use_suggestion.rs [new file with mode: 0644]
tests/ui/resolve/use_suggestion.stderr [new file with mode: 0644]
tests/ui/resolve/use_suggestion_placement.fixed [new file with mode: 0644]
tests/ui/resolve/use_suggestion_placement.rs [new file with mode: 0644]
tests/ui/resolve/use_suggestion_placement.stderr [new file with mode: 0644]
tests/ui/resolve/visibility-indeterminate.rs [new file with mode: 0644]
tests/ui/resolve/visibility-indeterminate.stderr [new file with mode: 0644]
tests/ui/resource-assign-is-not-copy.rs [new file with mode: 0644]
tests/ui/resource-destruct.rs [new file with mode: 0644]
tests/ui/ret-bang.rs [new file with mode: 0644]
tests/ui/ret-non-nil.rs [new file with mode: 0644]
tests/ui/ret-non-nil.stderr [new file with mode: 0644]
tests/ui/return-disjoint-regions.rs [new file with mode: 0644]
tests/ui/return-disjoint-regions.stderr [new file with mode: 0644]
tests/ui/return-nil.rs [new file with mode: 0644]
tests/ui/return/issue-64620.rs [new file with mode: 0644]
tests/ui/return/issue-64620.stderr [new file with mode: 0644]
tests/ui/return/issue-82612-return-mutable-reference.rs [new file with mode: 0644]
tests/ui/return/issue-82612-return-mutable-reference.stderr [new file with mode: 0644]
tests/ui/return/issue-86188-return-not-in-fn-body.rs [new file with mode: 0644]
tests/ui/return/issue-86188-return-not-in-fn-body.stderr [new file with mode: 0644]
tests/ui/return/return-from-diverging.rs [new file with mode: 0644]
tests/ui/return/return-from-diverging.stderr [new file with mode: 0644]
tests/ui/return/return-impl-trait-bad.rs [new file with mode: 0644]
tests/ui/return/return-impl-trait-bad.stderr [new file with mode: 0644]
tests/ui/return/return-impl-trait.fixed [new file with mode: 0644]
tests/ui/return/return-impl-trait.rs [new file with mode: 0644]
tests/ui/return/return-impl-trait.stderr [new file with mode: 0644]
tests/ui/return/return-match-array-const.rs [new file with mode: 0644]
tests/ui/return/return-match-array-const.stderr [new file with mode: 0644]
tests/ui/return/return-type.rs [new file with mode: 0644]
tests/ui/return/return-type.stderr [new file with mode: 0644]
tests/ui/return/return-unit-from-diverging.rs [new file with mode: 0644]
tests/ui/return/return-unit-from-diverging.stderr [new file with mode: 0644]
tests/ui/return/tail-expr-as-potential-return.rs [new file with mode: 0644]
tests/ui/return/tail-expr-as-potential-return.stderr [new file with mode: 0644]
tests/ui/rfc-0107-bind-by-move-pattern-guards/bind-by-move-no-guards.rs [new file with mode: 0644]
tests/ui/rfc-0107-bind-by-move-pattern-guards/former-E0008-now-pass.rs [new file with mode: 0644]
tests/ui/rfc-0107-bind-by-move-pattern-guards/rfc-basic-examples.rs [new file with mode: 0644]
tests/ui/rfc-0107-bind-by-move-pattern-guards/rfc-reject-double-move-across-arms.rs [new file with mode: 0644]
tests/ui/rfc-0107-bind-by-move-pattern-guards/rfc-reject-double-move-across-arms.stderr [new file with mode: 0644]
tests/ui/rfc-0107-bind-by-move-pattern-guards/rfc-reject-double-move-in-first-arm.rs [new file with mode: 0644]
tests/ui/rfc-0107-bind-by-move-pattern-guards/rfc-reject-double-move-in-first-arm.stderr [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/allow-hide-behind-direct-unsafe-ptr-embedded.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/allow-hide-behind-direct-unsafe-ptr-param.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/allow-hide-behind-indirect-unsafe-ptr-embedded.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/allow-hide-behind-indirect-unsafe-ptr-param.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/allow-use-behind-cousin-variant.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-direct-struct-embedded.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-direct-struct-embedded.stderr [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-direct-struct-param.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-direct-struct-param.stderr [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-doubly-indirect-embedded.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-doubly-indirect-embedded.stderr [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-doubly-indirect-param.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-doubly-indirect-param.stderr [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-indirect-struct-embedded.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-indirect-struct-embedded.stderr [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-indirect-struct-param.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-indirect-struct-param.stderr [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/feature-gate.no_gate.stderr [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/feature-gate.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/feature-gate.with_gate.stderr [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/fn-ptr-is-structurally-matchable.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/issue-61188-match-slice-forbidden-without-eq.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/issue-61188-match-slice-forbidden-without-eq.stderr [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/issue-62307-match-ref-ref-forbidden-without-eq.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/issue-62307-match-ref-ref-forbidden-without-eq.stderr [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/issue-63479-match-fnptr.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/issue-63479-match-fnptr.stderr [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/issue-6804.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/issue-6804.stderr [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/match-empty-array-allowed-without-eq-issue-62336.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/match-forbidden-without-eq.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/match-forbidden-without-eq.stderr [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/match-nonempty-array-forbidden-without-eq.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/match-nonempty-array-forbidden-without-eq.stderr [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/match-requires-both-partialeq-and-eq.rs [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/match-requires-both-partialeq-and-eq.stderr [new file with mode: 0644]
tests/ui/rfc-1445-restrict-constants-in-patterns/phantom-data-is-structurally-matchable.rs [new file with mode: 0644]
tests/ui/rfc-1717-dllimport/missing-link-attr.rs [new file with mode: 0644]
tests/ui/rfc-1717-dllimport/missing-link-attr.stderr [new file with mode: 0644]
tests/ui/rfc-1717-dllimport/multiple-renames.rs [new file with mode: 0644]
tests/ui/rfc-1717-dllimport/multiple-renames.stderr [new file with mode: 0644]
tests/ui/rfc-1717-dllimport/rename-modifiers.rs [new file with mode: 0644]
tests/ui/rfc-1717-dllimport/rename-modifiers.stderr [new file with mode: 0644]
tests/ui/rfc-1717-dllimport/rename-to-empty.rs [new file with mode: 0644]
tests/ui/rfc-1717-dllimport/rename-to-empty.stderr [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/issue-103052-1.rs [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/issue-103052-1.stderr [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/issue-103052-2.rs [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/issue-103052-2.stderr [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/termination-trait-for-box-dyn-error.rs [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/termination-trait-for-never.rs [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/termination-trait-for-result-box-error_err.rs [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/termination-trait-for-str.rs [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/termination-trait-impl-trait.rs [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/termination-trait-impl-trait.stderr [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/termination-trait-in-test-should-panic.rs [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/termination-trait-in-test-should-panic.stderr [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/termination-trait-in-test.rs [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/termination-trait-main-i32.rs [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/termination-trait-main-i32.stderr [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/termination-trait-main-wrong-type.rs [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/termination-trait-main-wrong-type.stderr [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/termination-trait-not-satisfied.rs [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/termination-trait-not-satisfied.stderr [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/termination-trait-test-wrong-type.rs [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/termination-trait-test-wrong-type.stderr [new file with mode: 0644]
tests/ui/rfc-2005-default-binding-mode/borrowck-issue-49631.rs [new file with mode: 0644]
tests/ui/rfc-2005-default-binding-mode/borrowck-issue-49631.stderr [new file with mode: 0644]
tests/ui/rfc-2005-default-binding-mode/const.rs [new file with mode: 0644]
tests/ui/rfc-2005-default-binding-mode/const.stderr [new file with mode: 0644]
tests/ui/rfc-2005-default-binding-mode/enum.rs [new file with mode: 0644]
tests/ui/rfc-2005-default-binding-mode/enum.stderr [new file with mode: 0644]
tests/ui/rfc-2005-default-binding-mode/explicit-mut.rs [new file with mode: 0644]
tests/ui/rfc-2005-default-binding-mode/explicit-mut.stderr [new file with mode: 0644]
tests/ui/rfc-2005-default-binding-mode/for.rs [new file with mode: 0644]
tests/ui/rfc-2005-default-binding-mode/for.stderr [new file with mode: 0644]
tests/ui/rfc-2005-default-binding-mode/issue-44912-or.rs [new file with mode: 0644]
tests/ui/rfc-2005-default-binding-mode/issue-44912-or.stderr [new file with mode: 0644]
tests/ui/rfc-2005-default-binding-mode/lit.rs [new file with mode: 0644]
tests/ui/rfc-2005-default-binding-mode/lit.stderr [new file with mode: 0644]
tests/ui/rfc-2005-default-binding-mode/no-double-error.rs [new file with mode: 0644]
tests/ui/rfc-2005-default-binding-mode/no-double-error.stderr [new file with mode: 0644]
tests/ui/rfc-2005-default-binding-mode/slice.rs [new file with mode: 0644]
tests/ui/rfc-2005-default-binding-mode/slice.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/auxiliary/enums.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/auxiliary/monovariants.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/auxiliary/structs.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/auxiliary/unstable.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/auxiliary/variants.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/borrowck-exhaustive.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/borrowck-non-exhaustive.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/borrowck-non-exhaustive.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/enum-as-cast.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/enum-as-cast.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/enum.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/enum.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/enum_same_crate.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/enum_same_crate_empty_match.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/enum_same_crate_empty_match.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/improper_ctypes/auxiliary/types.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/improper_ctypes/extern_crate_improper.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/improper_ctypes/extern_crate_improper.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/improper_ctypes/same_crate_proper.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/invalid-attribute.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/invalid-attribute.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/omitted-patterns.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/omitted-patterns.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/stable-omitted-patterns.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/stable-omitted-patterns.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/struct.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/struct.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/structs_same_crate.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/auxiliary/uninhabited.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/coercions.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/coercions.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/coercions_same_crate.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/coercions_same_crate.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/indirect_match.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/indirect_match.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/indirect_match_same_crate.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/indirect_match_same_crate.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/indirect_match_with_exhaustive_patterns.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/indirect_match_with_exhaustive_patterns.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/indirect_match_with_exhaustive_patterns_same_crate.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/issue-65157-repeated-match-arm.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/issue-65157-repeated-match-arm.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/match.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/match.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/match_same_crate.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/match_same_crate.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/match_with_exhaustive_patterns.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/match_with_exhaustive_patterns.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/match_with_exhaustive_patterns_same_crate.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/patterns.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/patterns_same_crate.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/uninhabited/patterns_same_crate.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/variant.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/variant.stderr [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/variants_fictive_visibility.rs [new file with mode: 0644]
tests/ui/rfc-2008-non-exhaustive/variants_same_crate.rs [new file with mode: 0644]
tests/ui/rfc-2027-object-safe-for-dispatch/downcast-unsafe-trait-objects.rs [new file with mode: 0644]
tests/ui/rfc-2027-object-safe-for-dispatch/manual-self-impl-for-unsafe-obj.rs [new file with mode: 0644]
tests/ui/rfc-2027-object-safe-for-dispatch/static-dispatch-unsafe-object.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/call-chain.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/caller-location-fnptr-rt-ctfe-equiv.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/caller-location-fnptr-rt-ctfe-equiv.stderr [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/caller-location-intrinsic.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/const-caller-location.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/diverging-caller-location.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/error-odd-syntax.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/error-odd-syntax.stderr [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/error-with-invalid-abi.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/error-with-invalid-abi.stderr [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/error-with-main.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/error-with-main.stderr [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/error-with-naked.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/error-with-naked.stderr [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/error-with-start.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/error-with-start.stderr [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/intrinsic-wrapper.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/macro-declaration.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/only-for-fns.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/only-for-fns.stderr [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/pass.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/std-panic-locations.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/track-caller-attribute.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/track-caller-ffi.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/tracked-closure.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/tracked-fn-ptr-with-arg.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/tracked-fn-ptr.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/tracked-trait-impls.rs [new file with mode: 0644]
tests/ui/rfc-2091-track-caller/tracked-trait-obj.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/cross-crate.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/cross-crate.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/dont-infer-static.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/dont-infer-static.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/enum.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/enum.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/explicit-dyn.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/explicit-dyn.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/explicit-enum.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/explicit-enum.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/explicit-projection.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/explicit-projection.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/explicit-struct.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/explicit-struct.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/explicit-union.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/explicit-union.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/issue-54467.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/nested-enum.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/nested-enum.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/nested-regions.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/nested-regions.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/nested-structs.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/nested-structs.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/nested-union.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/nested-union.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/privacy.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/projection.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/projection.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/reference.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/reference.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/regions-enum-not-wf.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/regions-enum-not-wf.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/regions-outlives-nominal-type-region-rev.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/regions-outlives-nominal-type-region-rev.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/regions-outlives-nominal-type-region.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/regions-outlives-nominal-type-region.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/regions-outlives-nominal-type-type-rev.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/regions-outlives-nominal-type-type-rev.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/regions-outlives-nominal-type-type.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/regions-outlives-nominal-type-type.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/regions-struct-not-wf.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/regions-struct-not-wf.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/self-dyn.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/self-dyn.stderr [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/self-structs.rs [new file with mode: 0644]
tests/ui/rfc-2093-infer-outlives/self-structs.stderr [new file with mode: 0644]
tests/ui/rfc-2126-crate-paths/crate-path-non-absolute.rs [new file with mode: 0644]
tests/ui/rfc-2126-crate-paths/crate-path-non-absolute.stderr [new file with mode: 0644]
tests/ui/rfc-2126-crate-paths/keyword-crate-as-identifier.rs [new file with mode: 0644]
tests/ui/rfc-2126-crate-paths/keyword-crate-as-identifier.stderr [new file with mode: 0644]
tests/ui/rfc-2126-extern-absolute-paths/auxiliary/xcrate.rs [new file with mode: 0644]
tests/ui/rfc-2126-extern-absolute-paths/non-existent-1.rs [new file with mode: 0644]
tests/ui/rfc-2126-extern-absolute-paths/non-existent-1.stderr [new file with mode: 0644]
tests/ui/rfc-2126-extern-absolute-paths/non-existent-2.rs [new file with mode: 0644]
tests/ui/rfc-2126-extern-absolute-paths/non-existent-2.stderr [new file with mode: 0644]
tests/ui/rfc-2126-extern-absolute-paths/non-existent-3.rs [new file with mode: 0644]
tests/ui/rfc-2126-extern-absolute-paths/non-existent-3.stderr [new file with mode: 0644]
tests/ui/rfc-2126-extern-absolute-paths/not-allowed.rs [new file with mode: 0644]
tests/ui/rfc-2126-extern-absolute-paths/not-allowed.stderr [new file with mode: 0644]
tests/ui/rfc-2126-extern-absolute-paths/single-segment.rs [new file with mode: 0644]
tests/ui/rfc-2126-extern-absolute-paths/single-segment.stderr [new file with mode: 0644]
tests/ui/rfc-2294-if-let-guard/bindings.rs [new file with mode: 0644]
tests/ui/rfc-2294-if-let-guard/bindings.stderr [new file with mode: 0644]
tests/ui/rfc-2294-if-let-guard/feature-gate.rs [new file with mode: 0644]
tests/ui/rfc-2294-if-let-guard/feature-gate.stderr [new file with mode: 0644]
tests/ui/rfc-2294-if-let-guard/run-pass.rs [new file with mode: 0644]
tests/ui/rfc-2294-if-let-guard/typeck.rs [new file with mode: 0644]
tests/ui/rfc-2294-if-let-guard/typeck.stderr [new file with mode: 0644]
tests/ui/rfc-2294-if-let-guard/warns.rs [new file with mode: 0644]
tests/ui/rfc-2294-if-let-guard/warns.stderr [new file with mode: 0644]
tests/ui/rfc-2306/convert-id-const-with-gate.rs [new file with mode: 0644]
tests/ui/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs [new file with mode: 0644]
tests/ui/rfc-2361-dbg-macro/dbg-macro-expected-behavior.run.stderr [new file with mode: 0644]
tests/ui/rfc-2361-dbg-macro/dbg-macro-move-semantics.rs [new file with mode: 0644]
tests/ui/rfc-2361-dbg-macro/dbg-macro-move-semantics.stderr [new file with mode: 0644]
tests/ui/rfc-2361-dbg-macro/dbg-macro-requires-debug.rs [new file with mode: 0644]
tests/ui/rfc-2361-dbg-macro/dbg-macro-requires-debug.stderr [new file with mode: 0644]
tests/ui/rfc-2397-do-not-recommend/feature-gate-do_not_recommend.rs [new file with mode: 0644]
tests/ui/rfc-2397-do-not-recommend/feature-gate-do_not_recommend.stderr [new file with mode: 0644]
tests/ui/rfc-2397-do-not-recommend/incorrect-locations.rs [new file with mode: 0644]
tests/ui/rfc-2397-do-not-recommend/incorrect-locations.stderr [new file with mode: 0644]
tests/ui/rfc-2397-do-not-recommend/unstable-feature.rs [new file with mode: 0644]
tests/ui/rfc-2397-do-not-recommend/unstable-feature.stderr [new file with mode: 0644]
tests/ui/rfc-2457/auxiliary/mod_file_nonascii_with_path_allowed-aux.rs [new file with mode: 0644]
tests/ui/rfc-2457/crate_name_nonascii_forbidden-1.rs [new file with mode: 0644]
tests/ui/rfc-2457/crate_name_nonascii_forbidden-1.stderr [new file with mode: 0644]
tests/ui/rfc-2457/crate_name_nonascii_forbidden-2.rs [new file with mode: 0644]
tests/ui/rfc-2457/crate_name_nonascii_forbidden-2.stderr [new file with mode: 0644]
tests/ui/rfc-2457/extern_block_nonascii_forbidden.rs [new file with mode: 0644]
tests/ui/rfc-2457/extern_block_nonascii_forbidden.stderr [new file with mode: 0644]
tests/ui/rfc-2457/idents-normalized.rs [new file with mode: 0644]
tests/ui/rfc-2457/mod_file_nonascii_forbidden.rs [new file with mode: 0644]
tests/ui/rfc-2457/mod_file_nonascii_forbidden.stderr [new file with mode: 0644]
tests/ui/rfc-2457/mod_file_nonascii_with_path_allowed.rs [new file with mode: 0644]
tests/ui/rfc-2457/mod_inline_nonascii_allowed.rs [new file with mode: 0644]
tests/ui/rfc-2457/no_mangle_nonascii_forbidden.rs [new file with mode: 0644]
tests/ui/rfc-2457/no_mangle_nonascii_forbidden.stderr [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/ast-lowering-does-not-wrap-let-chains.rs [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/ast-pretty-check.rs [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/ast-pretty-check.stdout [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/chains-without-let.rs [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/chains-without-let.stderr [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/disallowed-positions.rs [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/disallowed-positions.stderr [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/ensure-that-let-else-does-not-interact-with-let-chains.rs [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/ensure-that-let-else-does-not-interact-with-let-chains.stderr [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/feature-gate.rs [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/feature-gate.stderr [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/invalid-let-in-a-valid-let-context.rs [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/invalid-let-in-a-valid-let-context.stderr [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/irrefutable-lets.disallowed.stderr [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/irrefutable-lets.rs [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/issue-88498.rs [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/issue-90722.rs [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/issue-92145.rs [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/issue-93150.rs [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/issue-93150.stderr [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/issue-99938.rs [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/no-double-assigments.rs [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/protect-precedences.rs [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/protect-precedences.stderr [new file with mode: 0644]
tests/ui/rfc-2497-if-let-chains/then-else-blocks.rs [new file with mode: 0644]
tests/ui/rfc-2565-param-attrs/attr-without-param.rs [new file with mode: 0644]
tests/ui/rfc-2565-param-attrs/attr-without-param.stderr [new file with mode: 0644]
tests/ui/rfc-2565-param-attrs/auxiliary/ident-mac.rs [new file with mode: 0644]
tests/ui/rfc-2565-param-attrs/auxiliary/param-attrs.rs [new file with mode: 0644]
tests/ui/rfc-2565-param-attrs/issue-64682-dropping-first-attrs-in-impl-fns.rs [new file with mode: 0644]
tests/ui/rfc-2565-param-attrs/param-attrs-2018.rs [new file with mode: 0644]
tests/ui/rfc-2565-param-attrs/param-attrs-2018.stderr [new file with mode: 0644]
tests/ui/rfc-2565-param-attrs/param-attrs-allowed.rs [new file with mode: 0644]
tests/ui/rfc-2565-param-attrs/param-attrs-builtin-attrs.rs [new file with mode: 0644]
tests/ui/rfc-2565-param-attrs/param-attrs-builtin-attrs.stderr [new file with mode: 0644]
tests/ui/rfc-2565-param-attrs/param-attrs-cfg.rs [new file with mode: 0644]
tests/ui/rfc-2565-param-attrs/param-attrs-cfg.stderr [new file with mode: 0644]
tests/ui/rfc-2565-param-attrs/param-attrs-pretty.rs [new file with mode: 0644]
tests/ui/rfc-2565-param-attrs/proc-macro-cannot-be-used.rs [new file with mode: 0644]
tests/ui/rfc-2565-param-attrs/proc-macro-cannot-be-used.stderr [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/import-name-type-invalid-format.rs [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/import-name-type-invalid-format.stderr [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/import-name-type-multiple.rs [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/import-name-type-multiple.stderr [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/import-name-type-unknown-value.rs [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/import-name-type-unknown-value.stderr [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/import-name-type-unsupported-link-kind.rs [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/import-name-type-unsupported-link-kind.stderr [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/import-name-type-x86-only.rs [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/import-name-type-x86-only.stderr [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/link-ordinal-and-name.rs [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/link-ordinal-and-name.stderr [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/link-ordinal-invalid-format.rs [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/link-ordinal-invalid-format.stderr [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/link-ordinal-missing-argument.rs [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/link-ordinal-missing-argument.stderr [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/link-ordinal-multiple.rs [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/link-ordinal-multiple.stderr [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/link-ordinal-not-foreign-fn.rs [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/link-ordinal-not-foreign-fn.stderr [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/link-ordinal-too-large.rs [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/link-ordinal-too-large.stderr [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/link-ordinal-too-many-arguments.rs [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/link-ordinal-too-many-arguments.stderr [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/link-ordinal-unsupported-link-kind.rs [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/link-ordinal-unsupported-link-kind.stderr [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/multiple-declarations.rs [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/multiple-declarations.stderr [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/raw-dylib-windows-only.rs [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/raw-dylib-windows-only.stderr [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/unsupported-abi.rs [new file with mode: 0644]
tests/ui/rfc-2627-raw-dylib/unsupported-abi.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/assoc-type-const-bound-usage.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/assoc-type.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/assoc-type.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/attr-misuse.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/attr-misuse.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/auxiliary/cross-crate.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/auxiliary/staged-api.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/call-const-trait-method-fail.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/call-const-trait-method-fail.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/call-const-trait-method-pass.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/call-generic-in-impl.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/call-generic-method-chain.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/call-generic-method-dup-bound.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/call-generic-method-fail.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/call-generic-method-fail.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/call-generic-method-nonconst-bound.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/call-generic-method-nonconst.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/call-generic-method-nonconst.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/call-generic-method-pass.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/call.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-and-non-const-impl.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-and-non-const-impl.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-check-fns-in-const-impl.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-check-fns-in-const-impl.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-closure-parse-not-item.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-closure-trait-method-fail.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-closure-trait-method-fail.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-closure-trait-method.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-closures.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-default-method-bodies.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-default-method-bodies.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-drop-bound.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-drop-fail.precise.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-drop-fail.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-drop-fail.stock.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-drop.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-impl-norecover.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-impl-norecover.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-impl-recovery.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-impl-recovery.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-impl-requires-const-trait.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-impl-requires-const-trait.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-impl-trait.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-gate.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-gate.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-non-const-type.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-non-const-type.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-use.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-with-params.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/cross-crate-default-method-body-is-const.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/cross-crate.gatednc.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/cross-crate.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/cross-crate.stock.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/cross-crate.stocknc.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/default-method-body-is-const-body-checking.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/default-method-body-is-const-body-checking.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/default-method-body-is-const-same-trait-ck.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/default-method-body-is-const-same-trait-ck.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/default-method-body-is-const-with-staged-api.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/do-not-const-check-override.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/do-not-const-check.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/feature-gate.gated.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/feature-gate.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/feature-gate.stock.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/function-pointer-does-not-require-const.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/gate.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/gate.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/generic-bound.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/hir-const-check.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/hir-const-check.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/impl-tilde-const-trait.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/impl-tilde-const-trait.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/impl-with-default-fn-fail.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/impl-with-default-fn-fail.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/impl-with-default-fn-pass.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/inherent-impl-const-bounds.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/inherent-impl.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/inherent-impl.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/issue-100222.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/issue-102156.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/issue-102156.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/issue-102985.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/issue-102985.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/issue-103677.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/issue-79450.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/issue-79450.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/issue-88155.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/issue-88155.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/issue-90052.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/issue-90052.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/issue-92111.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/issue-92230-wf-super-trait-env.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/nested-closure.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/non-const-op-const-closure-non-const-outer.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/non-const-op-const-closure-non-const-outer.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/non-const-op-in-closure-in-const.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/specialization/const-default-bound-non-const-specialized-bound.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/specialization/const-default-bound-non-const-specialized-bound.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/specialization/const-default-const-specialized.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/specialization/const-default-impl-non-const-specialized-impl.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/specialization/const-default-impl-non-const-specialized-impl.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/specialization/default-keyword.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/specialization/issue-95186-specialize-on-tilde-const.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/specialization/issue-95187-same-trait-bound-different-constness.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/specialization/non-const-default-const-specialized.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/specializing-constness-2.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/specializing-constness-2.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/specializing-constness.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/specializing-constness.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/staged-api-user-crate.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/staged-api-user-crate.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/staged-api.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/staged-api.stable.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/staged-api.unstable.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/static-const-trait-bound.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/std-impl-gate.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/std-impl-gate.stock.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail-2.nn.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail-2.ny.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail-2.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail-2.yn.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail-2.yy.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail-3.nn.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail-3.ny.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail-3.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail-3.yn.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/super-traits.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/syntax.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/tilde-const-and-const-params.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/tilde-const-and-const-params.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/tilde-const-invalid-places.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/tilde-const-invalid-places.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/tilde-const-syntax.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/tilde-twice.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/tilde-twice.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/tilde_const_on_impl_bound.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/trait-default-body-stability.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/trait-where-clause-const.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/trait-where-clause-const.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/trait-where-clause-run.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/trait-where-clause-self-referential.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/trait-where-clause.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/trait-where-clause.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/without-tilde.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/without-tilde.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1014-2.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1014.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1789-as-cell/from-mut.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-box-dyn-error.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-empty.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-exitcode.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-impl-termination.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-result-box-error_ok.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-result.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-str.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/box.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/constref.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/enum.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/for.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/general.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/lit.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/range.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/ref-region.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/reset-mode.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/slice.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/struct.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/tuple-struct.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/tuple.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2151-raw-identifiers/attr.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2151-raw-identifiers/basic.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2151-raw-identifiers/items.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2151-raw-identifiers/macros.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2175-or-if-while-let/basic.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2302-self-struct-ctor.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/check-pass.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/closures-inherit-target_feature.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/feature-gate-target_feature_11.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/feature-gate-target_feature_11.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/fn-ptr.mir.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/fn-ptr.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/fn-ptr.thir.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/fn-traits.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/fn-traits.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/issue-99876.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/safe-calls.mir.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/safe-calls.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/safe-calls.thir.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/trait-impl.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/trait-impl.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2421-unreserve-pure-offsetof-sizeof-alignof.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2528-type-changing-struct-update/coerce-in-base-expr.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2528-type-changing-struct-update/feature-gate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2528-type-changing-struct-update/feature-gate.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2528-type-changing-struct-update/issue-92010-trait-bound-not-satisfied.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2528-type-changing-struct-update/issue-92010-trait-bound-not-satisfied.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2528-type-changing-struct-update/issue-96878.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2528-type-changing-struct-update/lifetime-update.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2528-type-changing-struct-update/lifetime-update.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2528-type-changing-struct-update/type-generic-update.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2528-type-changing-struct-update/type-generic-update.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc1445/eq-allows-match-on-ty-in-macro.rs [new file with mode: 0644]
tests/ui/rfcs/rfc1445/eq-allows-match.rs [new file with mode: 0644]
tests/ui/rfcs/rfc1623-2.rs [new file with mode: 0644]
tests/ui/rfcs/rfc1623-2.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc1623-3.rs [new file with mode: 0644]
tests/ui/rfcs/rfc1623-3.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc1623.rs [new file with mode: 0644]
tests/ui/rfcs/rfc1717/library-override.rs [new file with mode: 0644]
tests/ui/rfcs/rfc1857-drop-order.rs [new file with mode: 0644]
tests/ui/rmeta/auxiliary/rmeta-meta.rs [new file with mode: 0644]
tests/ui/rmeta/auxiliary/rmeta-rlib-rpass.rs [new file with mode: 0644]
tests/ui/rmeta/auxiliary/rmeta-rlib.rs [new file with mode: 0644]
tests/ui/rmeta/auxiliary/rmeta-rmeta.rs [new file with mode: 0644]
tests/ui/rmeta/emit-artifact-notifications.polonius.stderr [new file with mode: 0644]
tests/ui/rmeta/emit-artifact-notifications.rs [new file with mode: 0644]
tests/ui/rmeta/emit-artifact-notifications.stderr [new file with mode: 0644]
tests/ui/rmeta/emit-metadata-obj.rs [new file with mode: 0644]
tests/ui/rmeta/rmeta-lib-pass.rs [new file with mode: 0644]
tests/ui/rmeta/rmeta-pass.rs [new file with mode: 0644]
tests/ui/rmeta/rmeta-priv-warn.rs [new file with mode: 0644]
tests/ui/rmeta/rmeta-rpass.rs [new file with mode: 0644]
tests/ui/rmeta/rmeta.rs [new file with mode: 0644]
tests/ui/rmeta/rmeta.stderr [new file with mode: 0644]
tests/ui/rmeta/rmeta_lib.rs [new file with mode: 0644]
tests/ui/rmeta/rmeta_lib.stderr [new file with mode: 0644]
tests/ui/rmeta/rmeta_meta_main.rs [new file with mode: 0644]
tests/ui/rmeta/rmeta_meta_main.stderr [new file with mode: 0644]
tests/ui/runtime/atomic-print.rs [new file with mode: 0644]
tests/ui/runtime/backtrace-debuginfo-aux.rs [new file with mode: 0644]
tests/ui/runtime/backtrace-debuginfo.rs [new file with mode: 0644]
tests/ui/runtime/native-print-no-runtime.rs [new file with mode: 0644]
tests/ui/runtime/out-of-stack.rs [new file with mode: 0644]
tests/ui/runtime/rt-explody-panic-payloads.rs [new file with mode: 0644]
tests/ui/runtime/running-with-no-runtime.rs [new file with mode: 0644]
tests/ui/runtime/signal-alternate-stack-cleanup.rs [new file with mode: 0644]
tests/ui/runtime/stdout-during-shutdown.rs [new file with mode: 0644]
tests/ui/runtime/stdout-during-shutdown.run.stdout [new file with mode: 0644]
tests/ui/rust-2018/async-ident-allowed.rs [new file with mode: 0644]
tests/ui/rust-2018/async-ident-allowed.stderr [new file with mode: 0644]
tests/ui/rust-2018/async-ident.fixed [new file with mode: 0644]
tests/ui/rust-2018/async-ident.rs [new file with mode: 0644]
tests/ui/rust-2018/async-ident.stderr [new file with mode: 0644]
tests/ui/rust-2018/auxiliary/baz.rs [new file with mode: 0644]
tests/ui/rust-2018/auxiliary/edition-lint-infer-outlives-macro.rs [new file with mode: 0644]
tests/ui/rust-2018/auxiliary/edition-lint-paths.rs [new file with mode: 0644]
tests/ui/rust-2018/auxiliary/macro-use-warned-against.rs [new file with mode: 0644]
tests/ui/rust-2018/auxiliary/macro-use-warned-against2.rs [new file with mode: 0644]
tests/ui/rust-2018/auxiliary/remove-extern-crate.rs [new file with mode: 0644]
tests/ui/rust-2018/auxiliary/suggestions-not-always-applicable.rs [new file with mode: 0644]
tests/ui/rust-2018/auxiliary/trait-import-suggestions.rs [new file with mode: 0644]
tests/ui/rust-2018/dyn-keyword.fixed [new file with mode: 0644]
tests/ui/rust-2018/dyn-keyword.rs [new file with mode: 0644]
tests/ui/rust-2018/dyn-keyword.stderr [new file with mode: 0644]
tests/ui/rust-2018/dyn-trait-compatibility.rs [new file with mode: 0644]
tests/ui/rust-2018/dyn-trait-compatibility.stderr [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-fully-qualified-paths.fixed [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-fully-qualified-paths.rs [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-fully-qualified-paths.stderr [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-infer-outlives-macro.fixed [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-infer-outlives-macro.rs [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-infer-outlives-macro.stderr [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-infer-outlives-multispan.rs [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-infer-outlives-multispan.stderr [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-infer-outlives.fixed [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-infer-outlives.rs [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-infer-outlives.stderr [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-nested-empty-paths.fixed [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-nested-empty-paths.rs [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-nested-empty-paths.stderr [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-nested-paths.fixed [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-nested-paths.rs [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-nested-paths.stderr [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-paths-2018.rs [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-paths.fixed [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-paths.rs [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-paths.stderr [new file with mode: 0644]
tests/ui/rust-2018/edition-lint-uninferable-outlives.rs [new file with mode: 0644]
tests/ui/rust-2018/extern-crate-idiomatic-in-2018.fixed [new file with mode: 0644]
tests/ui/rust-2018/extern-crate-idiomatic-in-2018.rs [new file with mode: 0644]
tests/ui/rust-2018/extern-crate-idiomatic-in-2018.stderr [new file with mode: 0644]
tests/ui/rust-2018/extern-crate-idiomatic.fixed [new file with mode: 0644]
tests/ui/rust-2018/extern-crate-idiomatic.rs [new file with mode: 0644]
tests/ui/rust-2018/extern-crate-referenced-by-self-path.fixed [new file with mode: 0644]
tests/ui/rust-2018/extern-crate-referenced-by-self-path.rs [new file with mode: 0644]
tests/ui/rust-2018/extern-crate-rename.fixed [new file with mode: 0644]
tests/ui/rust-2018/extern-crate-rename.rs [new file with mode: 0644]
tests/ui/rust-2018/extern-crate-rename.stderr [new file with mode: 0644]
tests/ui/rust-2018/extern-crate-submod.fixed [new file with mode: 0644]
tests/ui/rust-2018/extern-crate-submod.rs [new file with mode: 0644]
tests/ui/rust-2018/extern-crate-submod.stderr [new file with mode: 0644]
tests/ui/rust-2018/future-proofing-locals.rs [new file with mode: 0644]
tests/ui/rust-2018/future-proofing-locals.stderr [new file with mode: 0644]
tests/ui/rust-2018/issue-51008-1.rs [new file with mode: 0644]
tests/ui/rust-2018/issue-51008.rs [new file with mode: 0644]
tests/ui/rust-2018/issue-52202-use-suggestions.rs [new file with mode: 0644]
tests/ui/rust-2018/issue-52202-use-suggestions.stderr [new file with mode: 0644]
tests/ui/rust-2018/issue-54006.rs [new file with mode: 0644]
tests/ui/rust-2018/issue-54006.stderr [new file with mode: 0644]
tests/ui/rust-2018/issue-54400-unused-extern-crate-attr-span.fixed [new file with mode: 0644]
tests/ui/rust-2018/issue-54400-unused-extern-crate-attr-span.rs [new file with mode: 0644]
tests/ui/rust-2018/issue-54400-unused-extern-crate-attr-span.stderr [new file with mode: 0644]
tests/ui/rust-2018/local-path-suggestions-2015.rs [new file with mode: 0644]
tests/ui/rust-2018/local-path-suggestions-2015.stderr [new file with mode: 0644]
tests/ui/rust-2018/local-path-suggestions-2018.rs [new file with mode: 0644]
tests/ui/rust-2018/local-path-suggestions-2018.stderr [new file with mode: 0644]
tests/ui/rust-2018/macro-use-warned-against.rs [new file with mode: 0644]
tests/ui/rust-2018/macro-use-warned-against.stderr [new file with mode: 0644]
tests/ui/rust-2018/proc-macro-crate-in-paths.rs [new file with mode: 0644]
tests/ui/rust-2018/remove-extern-crate.fixed [new file with mode: 0644]
tests/ui/rust-2018/remove-extern-crate.rs [new file with mode: 0644]
tests/ui/rust-2018/remove-extern-crate.stderr [new file with mode: 0644]
tests/ui/rust-2018/suggestions-not-always-applicable.fixed [new file with mode: 0644]
tests/ui/rust-2018/suggestions-not-always-applicable.rs [new file with mode: 0644]
tests/ui/rust-2018/trait-import-suggestions.rs [new file with mode: 0644]
tests/ui/rust-2018/trait-import-suggestions.stderr [new file with mode: 0644]
tests/ui/rust-2018/try-ident.fixed [new file with mode: 0644]
tests/ui/rust-2018/try-ident.rs [new file with mode: 0644]
tests/ui/rust-2018/try-ident.stderr [new file with mode: 0644]
tests/ui/rust-2018/try-macro.fixed [new file with mode: 0644]
tests/ui/rust-2018/try-macro.rs [new file with mode: 0644]
tests/ui/rust-2018/try-macro.stderr [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/ambiguity-macros-nested.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/ambiguity-macros-nested.stderr [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/ambiguity-macros.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/ambiguity-macros.stderr [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/ambiguity-nested.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/ambiguity-nested.stderr [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/ambiguity.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/ambiguity.stderr [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/auxiliary/cross-crate.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/auxiliary/issue-55779-extern-trait.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/auxiliary/issue-56596-2.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/auxiliary/issue-56596.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/auxiliary/issue-87932-a.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/block-scoped-shadow-nested.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/block-scoped-shadow-nested.stderr [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/block-scoped-shadow.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/block-scoped-shadow.stderr [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/cross-crate.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/cross-crate.stderr [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/deadlock.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/deadlock.stderr [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/fn-local-enum.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/from-decl-macro.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/issue-54253.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/issue-54253.stderr [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/issue-55779.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/issue-56596-2.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/issue-56596.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/issue-56596.stderr [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/issue-87932.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/issue-87932.stderr [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/macro-rules.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/macro-rules.stderr [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/prelude-fail-2.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/prelude-fail-2.stderr [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/prelude-fail.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/prelude-fail.stderr [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/prelude.rs [new file with mode: 0644]
tests/ui/rust-2018/uniform-paths/redundant.rs [new file with mode: 0644]
tests/ui/rust-2018/unresolved-asterisk-imports.rs [new file with mode: 0644]
tests/ui/rust-2018/unresolved-asterisk-imports.stderr [new file with mode: 0644]
tests/ui/rust-2021/array-into-iter-ambiguous.fixed [new file with mode: 0644]
tests/ui/rust-2021/array-into-iter-ambiguous.rs [new file with mode: 0644]
tests/ui/rust-2021/array-into-iter-ambiguous.stderr [new file with mode: 0644]
tests/ui/rust-2021/auxiliary/reserved-prefixes-macro-2018.rs [new file with mode: 0644]
tests/ui/rust-2021/auxiliary/reserved-prefixes-macro-2021.rs [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision-generic-trait.fixed [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision-generic-trait.rs [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision-generic-trait.stderr [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision-generic.fixed [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision-generic.rs [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision-generic.stderr [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision-imported.fixed [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision-imported.rs [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision-imported.stderr [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision-macros.fixed [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision-macros.rs [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision-macros.stderr [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision-shadow.rs [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision-shadow.stderr [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision-turbofish.fixed [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision-turbofish.rs [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision-turbofish.stderr [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision-unneeded.rs [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision.fixed [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision.rs [new file with mode: 0644]
tests/ui/rust-2021/future-prelude-collision.stderr [new file with mode: 0644]
tests/ui/rust-2021/generic-type-collision.fixed [new file with mode: 0644]
tests/ui/rust-2021/generic-type-collision.rs [new file with mode: 0644]
tests/ui/rust-2021/generic-type-collision.stderr [new file with mode: 0644]
tests/ui/rust-2021/inherent-dyn-collision.fixed [new file with mode: 0644]
tests/ui/rust-2021/inherent-dyn-collision.rs [new file with mode: 0644]
tests/ui/rust-2021/inherent-dyn-collision.stderr [new file with mode: 0644]
tests/ui/rust-2021/inherent-method-collision.rs [new file with mode: 0644]
tests/ui/rust-2021/panic.rs [new file with mode: 0644]
tests/ui/rust-2021/panic.stderr [new file with mode: 0644]
tests/ui/rust-2021/prelude2021.rs [new file with mode: 0644]
tests/ui/rust-2021/reserved-prefixes-migration.fixed [new file with mode: 0644]
tests/ui/rust-2021/reserved-prefixes-migration.rs [new file with mode: 0644]
tests/ui/rust-2021/reserved-prefixes-migration.stderr [new file with mode: 0644]
tests/ui/rust-2021/reserved-prefixes-via-macro-2.rs [new file with mode: 0644]
tests/ui/rust-2021/reserved-prefixes-via-macro-2.stderr [new file with mode: 0644]
tests/ui/rust-2021/reserved-prefixes-via-macro.rs [new file with mode: 0644]
tests/ui/rust-2021/reserved-prefixes.rs [new file with mode: 0644]
tests/ui/rust-2021/reserved-prefixes.stderr [new file with mode: 0644]
tests/ui/rustc-error.rs [new file with mode: 0644]
tests/ui/rustc-error.stderr [new file with mode: 0644]
tests/ui/rustc-rust-log.rs [new file with mode: 0644]
tests/ui/rustdoc/README.md [new file with mode: 0644]
tests/ui/rustdoc/cfg-rustdoc.rs [new file with mode: 0644]
tests/ui/rustdoc/cfg-rustdoc.stderr [new file with mode: 0644]
tests/ui/rustdoc/check-doc-alias-attr-location.rs [new file with mode: 0644]
tests/ui/rustdoc/check-doc-alias-attr-location.stderr [new file with mode: 0644]
tests/ui/rustdoc/check-doc-alias-attr.rs [new file with mode: 0644]
tests/ui/rustdoc/check-doc-alias-attr.stderr [new file with mode: 0644]
tests/ui/rustdoc/deny-invalid-doc-attrs.rs [new file with mode: 0644]
tests/ui/rustdoc/deny-invalid-doc-attrs.stderr [new file with mode: 0644]
tests/ui/rustdoc/doc-alias-crate-level.rs [new file with mode: 0644]
tests/ui/rustdoc/doc-alias-crate-level.stderr [new file with mode: 0644]
tests/ui/rustdoc/doc-alias-same-name.rs [new file with mode: 0644]
tests/ui/rustdoc/doc-alias-same-name.stderr [new file with mode: 0644]
tests/ui/rustdoc/doc-inline-extern-crate.rs [new file with mode: 0644]
tests/ui/rustdoc/doc-inline-extern-crate.stderr [new file with mode: 0644]
tests/ui/rustdoc/doc-test-attr-pass.rs [new file with mode: 0644]
tests/ui/rustdoc/doc-test-attr.rs [new file with mode: 0644]
tests/ui/rustdoc/doc-test-attr.stderr [new file with mode: 0644]
tests/ui/rustdoc/doc_keyword.rs [new file with mode: 0644]
tests/ui/rustdoc/doc_keyword.stderr [new file with mode: 0644]
tests/ui/rustdoc/duplicate_doc_alias.rs [new file with mode: 0644]
tests/ui/rustdoc/duplicate_doc_alias.stderr [new file with mode: 0644]
tests/ui/rustdoc/feature-gate-doc_primitive.rs [new file with mode: 0644]
tests/ui/rustdoc/feature-gate-doc_primitive.stderr [new file with mode: 0644]
tests/ui/rustdoc/hidden-doc-associated-item.rs [new file with mode: 0644]
tests/ui/rustdoc/renamed-features-rustdoc_internals.rs [new file with mode: 0644]
tests/ui/rustdoc/renamed-features-rustdoc_internals.stderr [new file with mode: 0644]
tests/ui/rustdoc/unterminated-doc-comment.rs [new file with mode: 0644]
tests/ui/rustdoc/unterminated-doc-comment.stderr [new file with mode: 0644]
tests/ui/sanitize/address.rs [new file with mode: 0644]
tests/ui/sanitize/badfree.rs [new file with mode: 0644]
tests/ui/sanitize/cfg-kasan.rs [new file with mode: 0644]
tests/ui/sanitize/cfg.rs [new file with mode: 0644]
tests/ui/sanitize/crt-static.rs [new file with mode: 0644]
tests/ui/sanitize/crt-static.stderr [new file with mode: 0644]
tests/ui/sanitize/hwaddress.rs [new file with mode: 0644]
tests/ui/sanitize/incompatible.rs [new file with mode: 0644]
tests/ui/sanitize/incompatible.stderr [new file with mode: 0644]
tests/ui/sanitize/inline-always.rs [new file with mode: 0644]
tests/ui/sanitize/inline-always.stderr [new file with mode: 0644]
tests/ui/sanitize/issue-72154-lifetime-markers.rs [new file with mode: 0644]
tests/ui/sanitize/leak.rs [new file with mode: 0644]
tests/ui/sanitize/memory-eager.rs [new file with mode: 0644]
tests/ui/sanitize/memory-passing.rs [new file with mode: 0644]
tests/ui/sanitize/memory.rs [new file with mode: 0644]
tests/ui/sanitize/new-llvm-pass-manager-thin-lto.rs [new file with mode: 0644]
tests/ui/sanitize/thread.rs [new file with mode: 0644]
tests/ui/sanitize/unsupported-target.rs [new file with mode: 0644]
tests/ui/sanitize/unsupported-target.stderr [new file with mode: 0644]
tests/ui/sanitize/use-after-scope.rs [new file with mode: 0644]
tests/ui/self/arbitrary-self-types-not-object-safe.curr.stderr [new file with mode: 0644]
tests/ui/self/arbitrary-self-types-not-object-safe.object_safe_for_dispatch.stderr [new file with mode: 0644]
tests/ui/self/arbitrary-self-types-not-object-safe.rs [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_nested.rs [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_pin_lifetime-async.rs [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_pin_lifetime.rs [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_pin_lifetime_impl_trait-async.rs [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_pin_lifetime_impl_trait-async.stderr [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_pin_lifetime_impl_trait.rs [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_pin_lifetime_impl_trait.stderr [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_pin_lifetime_mismatch-async.rs [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_pin_lifetime_mismatch-async.stderr [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_pin_lifetime_mismatch.rs [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_pin_lifetime_mismatch.stderr [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_pointers_and_wrappers.rs [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_raw_pointer_struct.rs [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_raw_pointer_trait.rs [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_silly.rs [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_stdlib_pointers.rs [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_struct.rs [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_trait.rs [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_unsized_struct.rs [new file with mode: 0644]
tests/ui/self/auxiliary/explicit_self_xcrate.rs [new file with mode: 0644]
tests/ui/self/builtin-superkinds-self-type.rs [new file with mode: 0644]
tests/ui/self/by-value-self-in-mut-slot.rs [new file with mode: 0644]
tests/ui/self/class-missing-self.rs [new file with mode: 0644]
tests/ui/self/class-missing-self.stderr [new file with mode: 0644]
tests/ui/self/elision/README.md [new file with mode: 0644]
tests/ui/self/elision/alias-async.rs [new file with mode: 0644]
tests/ui/self/elision/alias.rs [new file with mode: 0644]
tests/ui/self/elision/assoc-async.rs [new file with mode: 0644]
tests/ui/self/elision/assoc.rs [new file with mode: 0644]
tests/ui/self/elision/lt-alias-async.rs [new file with mode: 0644]
tests/ui/self/elision/lt-alias.rs [new file with mode: 0644]
tests/ui/self/elision/lt-assoc-async.rs [new file with mode: 0644]
tests/ui/self/elision/lt-assoc.rs [new file with mode: 0644]
tests/ui/self/elision/lt-ref-self-async.rs [new file with mode: 0644]
tests/ui/self/elision/lt-ref-self-async.stderr [new file with mode: 0644]
tests/ui/self/elision/lt-ref-self.rs [new file with mode: 0644]
tests/ui/self/elision/lt-ref-self.stderr [new file with mode: 0644]
tests/ui/self/elision/lt-self-async.rs [new file with mode: 0644]
tests/ui/self/elision/lt-self.rs [new file with mode: 0644]
tests/ui/self/elision/lt-struct-async.rs [new file with mode: 0644]
tests/ui/self/elision/lt-struct.rs [new file with mode: 0644]
tests/ui/self/elision/multiple-ref-self-async.rs [new file with mode: 0644]
tests/ui/self/elision/multiple-ref-self.rs [new file with mode: 0644]
tests/ui/self/elision/ref-alias-async.rs [new file with mode: 0644]
tests/ui/self/elision/ref-alias.rs [new file with mode: 0644]
tests/ui/self/elision/ref-assoc-async.rs [new file with mode: 0644]
tests/ui/self/elision/ref-assoc.rs [new file with mode: 0644]
tests/ui/self/elision/ref-mut-alias-async.rs [new file with mode: 0644]
tests/ui/self/elision/ref-mut-alias.rs [new file with mode: 0644]
tests/ui/self/elision/ref-mut-self-async.rs [new file with mode: 0644]
tests/ui/self/elision/ref-mut-self-async.stderr [new file with mode: 0644]
tests/ui/self/elision/ref-mut-self.rs [new file with mode: 0644]
tests/ui/self/elision/ref-mut-self.stderr [new file with mode: 0644]
tests/ui/self/elision/ref-mut-struct-async.rs [new file with mode: 0644]
tests/ui/self/elision/ref-mut-struct-async.stderr [new file with mode: 0644]
tests/ui/self/elision/ref-mut-struct.rs [new file with mode: 0644]
tests/ui/self/elision/ref-mut-struct.stderr [new file with mode: 0644]
tests/ui/self/elision/ref-self-async.rs [new file with mode: 0644]
tests/ui/self/elision/ref-self-async.stderr [new file with mode: 0644]
tests/ui/self/elision/ref-self.rs [new file with mode: 0644]
tests/ui/self/elision/ref-self.stderr [new file with mode: 0644]
tests/ui/self/elision/ref-struct-async.rs [new file with mode: 0644]
tests/ui/self/elision/ref-struct-async.stderr [new file with mode: 0644]
tests/ui/self/elision/ref-struct.rs [new file with mode: 0644]
tests/ui/self/elision/ref-struct.stderr [new file with mode: 0644]
tests/ui/self/elision/self-async.rs [new file with mode: 0644]
tests/ui/self/elision/self.rs [new file with mode: 0644]
tests/ui/self/elision/struct-async.rs [new file with mode: 0644]
tests/ui/self/elision/struct.rs [new file with mode: 0644]
tests/ui/self/explicit-self-closures.rs [new file with mode: 0644]
tests/ui/self/explicit-self-generic.rs [new file with mode: 0644]
tests/ui/self/explicit-self-objects-uniq.rs [new file with mode: 0644]
tests/ui/self/explicit-self.rs [new file with mode: 0644]
tests/ui/self/explicit_self_xcrate_exe.rs [new file with mode: 0644]
tests/ui/self/issue-61882-2.rs [new file with mode: 0644]
tests/ui/self/issue-61882-2.stderr [new file with mode: 0644]
tests/ui/self/issue-61882.rs [new file with mode: 0644]
tests/ui/self/issue-61882.stderr [new file with mode: 0644]
tests/ui/self/move-self.rs [new file with mode: 0644]
tests/ui/self/object-safety-sized-self-by-value-self.rs [new file with mode: 0644]
tests/ui/self/object-safety-sized-self-generic-method.rs [new file with mode: 0644]
tests/ui/self/object-safety-sized-self-return-Self.rs [new file with mode: 0644]
tests/ui/self/objects-owned-object-owned-method.rs [new file with mode: 0644]
tests/ui/self/point-at-arbitrary-self-type-method.rs [new file with mode: 0644]
tests/ui/self/point-at-arbitrary-self-type-method.stderr [new file with mode: 0644]
tests/ui/self/point-at-arbitrary-self-type-trait-method.rs [new file with mode: 0644]
tests/ui/self/point-at-arbitrary-self-type-trait-method.stderr [new file with mode: 0644]
tests/ui/self/self-impl-2.rs [new file with mode: 0644]
tests/ui/self/self-impl.rs [new file with mode: 0644]
tests/ui/self/self-impl.stderr [new file with mode: 0644]
tests/ui/self/self-in-mut-slot-default-method.rs [new file with mode: 0644]
tests/ui/self/self-in-mut-slot-immediate-value.rs [new file with mode: 0644]
tests/ui/self/self-in-typedefs.rs [new file with mode: 0644]
tests/ui/self/self-infer.rs [new file with mode: 0644]
tests/ui/self/self-infer.stderr [new file with mode: 0644]
tests/ui/self/self-re-assign.rs [new file with mode: 0644]
tests/ui/self/self-shadowing-import.rs [new file with mode: 0644]
tests/ui/self/self-type-param.rs [new file with mode: 0644]
tests/ui/self/self-vs-path-ambiguity.rs [new file with mode: 0644]
tests/ui/self/self-vs-path-ambiguity.stderr [new file with mode: 0644]
tests/ui/self/self_lifetime-async.rs [new file with mode: 0644]
tests/ui/self/self_lifetime.rs [new file with mode: 0644]
tests/ui/self/self_type_keyword-2.rs [new file with mode: 0644]
tests/ui/self/self_type_keyword-2.stderr [new file with mode: 0644]
tests/ui/self/self_type_keyword.rs [new file with mode: 0644]
tests/ui/self/self_type_keyword.stderr [new file with mode: 0644]
tests/ui/self/string-self-append.rs [new file with mode: 0644]
tests/ui/self/suggest-self-2.rs [new file with mode: 0644]
tests/ui/self/suggest-self-2.stderr [new file with mode: 0644]
tests/ui/self/suggest-self.rs [new file with mode: 0644]
tests/ui/self/suggest-self.stderr [new file with mode: 0644]
tests/ui/self/ufcs-explicit-self.rs [new file with mode: 0644]
tests/ui/self/uniq-self-in-mut-slot.rs [new file with mode: 0644]
tests/ui/self/where-for-self.rs [new file with mode: 0644]
tests/ui/sepcomp/auxiliary/sepcomp-extern-lib.rs [new file with mode: 0644]
tests/ui/sepcomp/auxiliary/sepcomp_cci_lib.rs [new file with mode: 0644]
tests/ui/sepcomp/auxiliary/sepcomp_lib.rs [new file with mode: 0644]
tests/ui/sepcomp/sepcomp-cci.rs [new file with mode: 0644]
tests/ui/sepcomp/sepcomp-extern.rs [new file with mode: 0644]
tests/ui/sepcomp/sepcomp-fns-backwards.rs [new file with mode: 0644]
tests/ui/sepcomp/sepcomp-fns.rs [new file with mode: 0644]
tests/ui/sepcomp/sepcomp-lib-lto.rs [new file with mode: 0644]
tests/ui/sepcomp/sepcomp-lib.rs [new file with mode: 0644]
tests/ui/sepcomp/sepcomp-statics.rs [new file with mode: 0644]
tests/ui/sepcomp/sepcomp-unwind.rs [new file with mode: 0644]
tests/ui/seq-args.rs [new file with mode: 0644]
tests/ui/seq-args.stderr [new file with mode: 0644]
tests/ui/shadow-bool.rs [new file with mode: 0644]
tests/ui/shadowed-use-visibility.rs [new file with mode: 0644]
tests/ui/shadowed/shadowed-lifetime.rs [new file with mode: 0644]
tests/ui/shadowed/shadowed-lifetime.stderr [new file with mode: 0644]
tests/ui/shadowed/shadowed-trait-methods.rs [new file with mode: 0644]
tests/ui/shadowed/shadowed-trait-methods.stderr [new file with mode: 0644]
tests/ui/shadowed/shadowed-type-parameter.rs [new file with mode: 0644]
tests/ui/shadowed/shadowed-type-parameter.stderr [new file with mode: 0644]
tests/ui/shadowed/shadowed-use-visibility.rs [new file with mode: 0644]
tests/ui/shadowed/shadowed-use-visibility.stderr [new file with mode: 0644]
tests/ui/shadowed/shadowing-in-the-same-pattern.rs [new file with mode: 0644]
tests/ui/shadowed/shadowing-in-the-same-pattern.stderr [new file with mode: 0644]
tests/ui/short-error-format.rs [new file with mode: 0644]
tests/ui/short-error-format.stderr [new file with mode: 0644]
tests/ui/simd/array-trait.rs [new file with mode: 0644]
tests/ui/simd/array-trait.stderr [new file with mode: 0644]
tests/ui/simd/array-type.rs [new file with mode: 0644]
tests/ui/simd/generics.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/float-math-pass.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/float-minmax-pass.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-arithmetic-2.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-arithmetic-2.stderr [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-arithmetic-pass.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-arithmetic-saturating-2.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-arithmetic-saturating-2.stderr [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-arithmetic-saturating-pass.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-as.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-bitmask-pass.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-bitmask.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-bitmask.stderr [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-cast-pass.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-cast-pointer-width.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-cast.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-cast.stderr [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-comparison-pass.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-comparison.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-comparison.stderr [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-elements-pass.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-elements.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-elements.stderr [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-gather-pass.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-reduction-pass.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-reduction.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-reduction.stderr [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-select-pass.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-select.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-select.stderr [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-shuffle.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-shuffle.stderr [new file with mode: 0644]
tests/ui/simd/intrinsic/inlining-issue67557-ice.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/inlining-issue67557.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/issue-85855.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/issue-85855.stderr [new file with mode: 0644]
tests/ui/simd/intrinsic/ptr-cast.rs [new file with mode: 0644]
tests/ui/simd/issue-17170.rs [new file with mode: 0644]
tests/ui/simd/issue-32947.rs [new file with mode: 0644]
tests/ui/simd/issue-39720.rs [new file with mode: 0644]
tests/ui/simd/issue-85915-simd-ptrs.rs [new file with mode: 0644]
tests/ui/simd/issue-89193.rs [new file with mode: 0644]
tests/ui/simd/libm_no_std_cant_float.rs [new file with mode: 0644]
tests/ui/simd/libm_no_std_cant_float.stderr [new file with mode: 0644]
tests/ui/simd/libm_std_can_float.rs [new file with mode: 0644]
tests/ui/simd/monomorphize-shuffle-index.rs [new file with mode: 0644]
tests/ui/simd/portable-intrinsics-arent-exposed.rs [new file with mode: 0644]
tests/ui/simd/portable-intrinsics-arent-exposed.stderr [new file with mode: 0644]
tests/ui/simd/shuffle-not-out-of-bounds.rs [new file with mode: 0644]
tests/ui/simd/shuffle-not-out-of-bounds.stderr [new file with mode: 0644]
tests/ui/simd/shuffle.rs [new file with mode: 0644]
tests/ui/simd/simd-bitmask.rs [new file with mode: 0644]
tests/ui/simd/size-align.rs [new file with mode: 0644]
tests/ui/simd/target-feature-mixup.rs [new file with mode: 0644]
tests/ui/simd/type-generic-monomorphisation-empty.rs [new file with mode: 0644]
tests/ui/simd/type-generic-monomorphisation-empty.stderr [new file with mode: 0644]
tests/ui/simd/type-generic-monomorphisation-extern-nonnull-ptr.rs [new file with mode: 0644]
tests/ui/simd/type-generic-monomorphisation-non-primitive.rs [new file with mode: 0644]
tests/ui/simd/type-generic-monomorphisation-non-primitive.stderr [new file with mode: 0644]
tests/ui/simd/type-generic-monomorphisation-oversized.rs [new file with mode: 0644]
tests/ui/simd/type-generic-monomorphisation-oversized.stderr [new file with mode: 0644]
tests/ui/simd/type-generic-monomorphisation-power-of-two.rs [new file with mode: 0644]
tests/ui/simd/type-generic-monomorphisation-wide-ptr.rs [new file with mode: 0644]
tests/ui/simd/type-generic-monomorphisation-wide-ptr.stderr [new file with mode: 0644]
tests/ui/simd/type-generic-monomorphisation.rs [new file with mode: 0644]
tests/ui/simd/type-generic-monomorphisation.stderr [new file with mode: 0644]
tests/ui/simd/type-len.rs [new file with mode: 0644]
tests/ui/simd/type-len.stderr [new file with mode: 0644]
tests/ui/simd/type-wide-ptr.rs [new file with mode: 0644]
tests/ui/simd/type-wide-ptr.stderr [new file with mode: 0644]
tests/ui/simd/wasm-simd-indirect.rs [new file with mode: 0644]
tests/ui/simple_global_asm.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/derive-eq.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/fn-types.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/fn-types.stderr [new file with mode: 0644]
tests/ui/single-use-lifetime/issue-104440.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/issue-104440.stderr [new file with mode: 0644]
tests/ui/single-use-lifetime/issue-107998.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/issue-107998.stderr [new file with mode: 0644]
tests/ui/single-use-lifetime/one-use-in-fn-argument.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/one-use-in-fn-argument.stderr [new file with mode: 0644]
tests/ui/single-use-lifetime/one-use-in-fn-return.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/one-use-in-inherent-impl-header.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/one-use-in-inherent-impl-header.stderr [new file with mode: 0644]
tests/ui/single-use-lifetime/one-use-in-inherent-method-argument.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/one-use-in-inherent-method-argument.stderr [new file with mode: 0644]
tests/ui/single-use-lifetime/one-use-in-inherent-method-return.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/one-use-in-inherent-method-return.stderr [new file with mode: 0644]
tests/ui/single-use-lifetime/one-use-in-struct.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/one-use-in-trait-method-argument.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/one-use-in-trait-method-argument.stderr [new file with mode: 0644]
tests/ui/single-use-lifetime/two-uses-in-fn-argument-and-return.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/two-uses-in-fn-arguments.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/two-uses-in-inherent-impl-header.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/two-uses-in-inherent-method-argument-and-return.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/two-uses-in-inherent-method-argument-and-return.stderr [new file with mode: 0644]
tests/ui/single-use-lifetime/two-uses-in-trait-impl.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/zero-uses-in-fn.fixed [new file with mode: 0644]
tests/ui/single-use-lifetime/zero-uses-in-fn.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/zero-uses-in-fn.stderr [new file with mode: 0644]
tests/ui/single-use-lifetime/zero-uses-in-impl.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/zero-uses-in-impl.stderr [new file with mode: 0644]
tests/ui/sized-borrowed-pointer.rs [new file with mode: 0644]
tests/ui/sized-cycle-note.rs [new file with mode: 0644]
tests/ui/sized-cycle-note.stderr [new file with mode: 0644]
tests/ui/sized-owned-pointer.rs [new file with mode: 0644]
tests/ui/sized/coinductive-1-gat.rs [new file with mode: 0644]
tests/ui/sized/coinductive-1.rs [new file with mode: 0644]
tests/ui/sized/coinductive-2.rs [new file with mode: 0644]
tests/ui/sized/recursive-type-1.rs [new file with mode: 0644]
tests/ui/sized/recursive-type-2.rs [new file with mode: 0644]
tests/ui/sized/recursive-type-2.stderr [new file with mode: 0644]
tests/ui/slightly-nice-generic-literal-messages.rs [new file with mode: 0644]
tests/ui/slightly-nice-generic-literal-messages.stderr [new file with mode: 0644]
tests/ui/span/E0046.rs [new file with mode: 0644]
tests/ui/span/E0046.stderr [new file with mode: 0644]
tests/ui/span/E0072.rs [new file with mode: 0644]
tests/ui/span/E0072.stderr [new file with mode: 0644]
tests/ui/span/E0204.rs [new file with mode: 0644]
tests/ui/span/E0204.stderr [new file with mode: 0644]
tests/ui/span/E0493.rs [new file with mode: 0644]
tests/ui/span/E0493.stderr [new file with mode: 0644]
tests/ui/span/E0535.rs [new file with mode: 0644]
tests/ui/span/E0535.stderr [new file with mode: 0644]
tests/ui/span/E0536.rs [new file with mode: 0644]
tests/ui/span/E0536.stderr [new file with mode: 0644]
tests/ui/span/E0537.rs [new file with mode: 0644]
tests/ui/span/E0537.stderr [new file with mode: 0644]
tests/ui/span/auxiliary/transitive_dep_three.rs [new file with mode: 0644]
tests/ui/span/auxiliary/transitive_dep_two.rs [new file with mode: 0644]
tests/ui/span/borrowck-borrow-overloaded-auto-deref-mut.rs [new file with mode: 0644]
tests/ui/span/borrowck-borrow-overloaded-auto-deref-mut.stderr [new file with mode: 0644]
tests/ui/span/borrowck-borrow-overloaded-deref-mut.rs [new file with mode: 0644]
tests/ui/span/borrowck-borrow-overloaded-deref-mut.stderr [new file with mode: 0644]
tests/ui/span/borrowck-call-is-borrow-issue-12224.rs [new file with mode: 0644]
tests/ui/span/borrowck-call-is-borrow-issue-12224.stderr [new file with mode: 0644]
tests/ui/span/borrowck-call-method-from-mut-aliasable.rs [new file with mode: 0644]
tests/ui/span/borrowck-call-method-from-mut-aliasable.stderr [new file with mode: 0644]
tests/ui/span/borrowck-fn-in-const-b.rs [new file with mode: 0644]
tests/ui/span/borrowck-fn-in-const-b.stderr [new file with mode: 0644]
tests/ui/span/borrowck-let-suggestion-suffixes.rs [new file with mode: 0644]
tests/ui/span/borrowck-let-suggestion-suffixes.stderr [new file with mode: 0644]
tests/ui/span/borrowck-object-mutability.rs [new file with mode: 0644]
tests/ui/span/borrowck-object-mutability.stderr [new file with mode: 0644]
tests/ui/span/borrowck-ref-into-rvalue.fixed [new file with mode: 0644]
tests/ui/span/borrowck-ref-into-rvalue.rs [new file with mode: 0644]
tests/ui/span/borrowck-ref-into-rvalue.stderr [new file with mode: 0644]
tests/ui/span/coerce-suggestions.rs [new file with mode: 0644]
tests/ui/span/coerce-suggestions.stderr [new file with mode: 0644]
tests/ui/span/destructor-restrictions.rs [new file with mode: 0644]
tests/ui/span/destructor-restrictions.stderr [new file with mode: 0644]
tests/ui/span/drop-location-span-error-rust-2021-incompatible-closure-captures-93117.rs [new file with mode: 0644]
tests/ui/span/drop-location-span-error-rust-2021-incompatible-closure-captures-93117.stderr [new file with mode: 0644]
tests/ui/span/drop-location-span-error-rust-2021-incompatible-closure-captures-96258.rs [new file with mode: 0644]
tests/ui/span/drop-location-span-error-rust-2021-incompatible-closure-captures-96258.stderr [new file with mode: 0644]
tests/ui/span/dropck-object-cycle.rs [new file with mode: 0644]
tests/ui/span/dropck-object-cycle.stderr [new file with mode: 0644]
tests/ui/span/dropck_arr_cycle_checked.rs [new file with mode: 0644]
tests/ui/span/dropck_arr_cycle_checked.stderr [new file with mode: 0644]
tests/ui/span/dropck_direct_cycle_with_drop.rs [new file with mode: 0644]
tests/ui/span/dropck_direct_cycle_with_drop.stderr [new file with mode: 0644]
tests/ui/span/dropck_misc_variants.rs [new file with mode: 0644]
tests/ui/span/dropck_misc_variants.stderr [new file with mode: 0644]
tests/ui/span/dropck_vec_cycle_checked.rs [new file with mode: 0644]
tests/ui/span/dropck_vec_cycle_checked.stderr [new file with mode: 0644]
tests/ui/span/gated-features-attr-spans.rs [new file with mode: 0644]
tests/ui/span/gated-features-attr-spans.stderr [new file with mode: 0644]
tests/ui/span/impl-wrong-item-for-trait.rs [new file with mode: 0644]
tests/ui/span/impl-wrong-item-for-trait.stderr [new file with mode: 0644]
tests/ui/span/import-ty-params.rs [new file with mode: 0644]
tests/ui/span/import-ty-params.stderr [new file with mode: 0644]
tests/ui/span/issue-107353.rs [new file with mode: 0644]
tests/ui/span/issue-11925.rs [new file with mode: 0644]
tests/ui/span/issue-11925.stderr [new file with mode: 0644]
tests/ui/span/issue-15480.fixed [new file with mode: 0644]
tests/ui/span/issue-15480.rs [new file with mode: 0644]
tests/ui/span/issue-15480.stderr [new file with mode: 0644]
tests/ui/span/issue-23338-locals-die-before-temps-of-body.rs [new file with mode: 0644]
tests/ui/span/issue-23338-locals-die-before-temps-of-body.stderr [new file with mode: 0644]
tests/ui/span/issue-23729.rs [new file with mode: 0644]
tests/ui/span/issue-23729.stderr [new file with mode: 0644]
tests/ui/span/issue-23827.rs [new file with mode: 0644]
tests/ui/span/issue-23827.stderr [new file with mode: 0644]
tests/ui/span/issue-24356.rs [new file with mode: 0644]
tests/ui/span/issue-24356.stderr [new file with mode: 0644]
tests/ui/span/issue-24690.rs [new file with mode: 0644]
tests/ui/span/issue-24690.stderr [new file with mode: 0644]
tests/ui/span/issue-24805-dropck-child-has-items-via-parent.rs [new file with mode: 0644]
tests/ui/span/issue-24805-dropck-child-has-items-via-parent.stderr [new file with mode: 0644]
tests/ui/span/issue-24805-dropck-trait-has-items.rs [new file with mode: 0644]
tests/ui/span/issue-24805-dropck-trait-has-items.stderr [new file with mode: 0644]
tests/ui/span/issue-24895-copy-clone-dropck.rs [new file with mode: 0644]
tests/ui/span/issue-24895-copy-clone-dropck.stderr [new file with mode: 0644]
tests/ui/span/issue-25199.rs [new file with mode: 0644]
tests/ui/span/issue-25199.stderr [new file with mode: 0644]
tests/ui/span/issue-26656.rs [new file with mode: 0644]
tests/ui/span/issue-26656.stderr [new file with mode: 0644]
tests/ui/span/issue-27522.rs [new file with mode: 0644]
tests/ui/span/issue-27522.stderr [new file with mode: 0644]
tests/ui/span/issue-29106.rs [new file with mode: 0644]
tests/ui/span/issue-29106.stderr [new file with mode: 0644]
tests/ui/span/issue-29595.rs [new file with mode: 0644]
tests/ui/span/issue-29595.stderr [new file with mode: 0644]
tests/ui/span/issue-33884.rs [new file with mode: 0644]
tests/ui/span/issue-33884.stderr [new file with mode: 0644]
tests/ui/span/issue-34264.rs [new file with mode: 0644]
tests/ui/span/issue-34264.stderr [new file with mode: 0644]
tests/ui/span/issue-35987.rs [new file with mode: 0644]
tests/ui/span/issue-35987.stderr [new file with mode: 0644]
tests/ui/span/issue-36537.rs [new file with mode: 0644]
tests/ui/span/issue-36537.stderr [new file with mode: 0644]
tests/ui/span/issue-37767.rs [new file with mode: 0644]
tests/ui/span/issue-37767.stderr [new file with mode: 0644]
tests/ui/span/issue-39018.rs [new file with mode: 0644]
tests/ui/span/issue-39018.stderr [new file with mode: 0644]
tests/ui/span/issue-39698.rs [new file with mode: 0644]
tests/ui/span/issue-39698.stderr [new file with mode: 0644]
tests/ui/span/issue-40157.rs [new file with mode: 0644]
tests/ui/span/issue-40157.stderr [new file with mode: 0644]
tests/ui/span/issue-42234-unknown-receiver-type.full.stderr [new file with mode: 0644]
tests/ui/span/issue-42234-unknown-receiver-type.generic_arg.stderr [new file with mode: 0644]
tests/ui/span/issue-42234-unknown-receiver-type.rs [new file with mode: 0644]
tests/ui/span/issue-43927-non-ADT-derive.rs [new file with mode: 0644]
tests/ui/span/issue-43927-non-ADT-derive.stderr [new file with mode: 0644]
tests/ui/span/issue-71363.rs [new file with mode: 0644]
tests/ui/span/issue-71363.stderr [new file with mode: 0644]
tests/ui/span/issue-81800.rs [new file with mode: 0644]
tests/ui/span/issue-81800.stderr [new file with mode: 0644]
tests/ui/span/issue28498-reject-ex1.rs [new file with mode: 0644]
tests/ui/span/issue28498-reject-ex1.stderr [new file with mode: 0644]
tests/ui/span/issue28498-reject-lifetime-param.rs [new file with mode: 0644]
tests/ui/span/issue28498-reject-lifetime-param.stderr [new file with mode: 0644]
tests/ui/span/issue28498-reject-passed-to-fn.rs [new file with mode: 0644]
tests/ui/span/issue28498-reject-passed-to-fn.stderr [new file with mode: 0644]
tests/ui/span/issue28498-reject-trait-bound.rs [new file with mode: 0644]
tests/ui/span/issue28498-reject-trait-bound.stderr [new file with mode: 0644]
tests/ui/span/lint-unused-unsafe-thir.rs [new file with mode: 0644]
tests/ui/span/lint-unused-unsafe-thir.stderr [new file with mode: 0644]
tests/ui/span/lint-unused-unsafe.mir.stderr [new file with mode: 0644]
tests/ui/span/lint-unused-unsafe.rs [new file with mode: 0644]
tests/ui/span/macro-span-replacement.rs [new file with mode: 0644]
tests/ui/span/macro-span-replacement.stderr [new file with mode: 0644]
tests/ui/span/macro-ty-params.rs [new file with mode: 0644]
tests/ui/span/macro-ty-params.stderr [new file with mode: 0644]
tests/ui/span/method-and-field-eager-resolution.rs [new file with mode: 0644]
tests/ui/span/method-and-field-eager-resolution.stderr [new file with mode: 0644]
tests/ui/span/missing-unit-argument.rs [new file with mode: 0644]
tests/ui/span/missing-unit-argument.stderr [new file with mode: 0644]
tests/ui/span/move-closure.rs [new file with mode: 0644]
tests/ui/span/move-closure.stderr [new file with mode: 0644]
tests/ui/span/multiline-span-E0072.rs [new file with mode: 0644]
tests/ui/span/multiline-span-E0072.stderr [new file with mode: 0644]
tests/ui/span/multiline-span-simple.rs [new file with mode: 0644]
tests/ui/span/multiline-span-simple.stderr [new file with mode: 0644]
tests/ui/span/multispan-import-lint.rs [new file with mode: 0644]
tests/ui/span/multispan-import-lint.stderr [new file with mode: 0644]
tests/ui/span/mut-arg-hint.rs [new file with mode: 0644]
tests/ui/span/mut-arg-hint.stderr [new file with mode: 0644]
tests/ui/span/mut-ptr-cant-outlive-ref.rs [new file with mode: 0644]
tests/ui/span/mut-ptr-cant-outlive-ref.stderr [new file with mode: 0644]
tests/ui/span/non-existing-module-import.rs [new file with mode: 0644]
tests/ui/span/non-existing-module-import.stderr [new file with mode: 0644]
tests/ui/span/pub-struct-field.rs [new file with mode: 0644]
tests/ui/span/pub-struct-field.stderr [new file with mode: 0644]
tests/ui/span/range-2.rs [new file with mode: 0644]
tests/ui/span/range-2.stderr [new file with mode: 0644]
tests/ui/span/recursive-type-field.rs [new file with mode: 0644]
tests/ui/span/recursive-type-field.stderr [new file with mode: 0644]
tests/ui/span/regionck-unboxed-closure-lifetimes.rs [new file with mode: 0644]
tests/ui/span/regionck-unboxed-closure-lifetimes.stderr [new file with mode: 0644]
tests/ui/span/regions-close-over-borrowed-ref-in-obj.rs [new file with mode: 0644]
tests/ui/span/regions-close-over-borrowed-ref-in-obj.stderr [new file with mode: 0644]
tests/ui/span/regions-close-over-type-parameter-2.rs [new file with mode: 0644]
tests/ui/span/regions-close-over-type-parameter-2.stderr [new file with mode: 0644]
tests/ui/span/regions-escape-loop-via-variable.rs [new file with mode: 0644]
tests/ui/span/regions-escape-loop-via-variable.stderr [new file with mode: 0644]
tests/ui/span/regions-escape-loop-via-vec.rs [new file with mode: 0644]
tests/ui/span/regions-escape-loop-via-vec.stderr [new file with mode: 0644]
tests/ui/span/regions-infer-borrow-scope-within-loop.rs [new file with mode: 0644]
tests/ui/span/regions-infer-borrow-scope-within-loop.stderr [new file with mode: 0644]
tests/ui/span/send-is-not-static-ensures-scoping.rs [new file with mode: 0644]
tests/ui/span/send-is-not-static-ensures-scoping.stderr [new file with mode: 0644]
tests/ui/span/send-is-not-static-std-sync-2.rs [new file with mode: 0644]
tests/ui/span/send-is-not-static-std-sync-2.stderr [new file with mode: 0644]
tests/ui/span/send-is-not-static-std-sync.rs [new file with mode: 0644]
tests/ui/span/send-is-not-static-std-sync.stderr [new file with mode: 0644]
tests/ui/span/slice-borrow.rs [new file with mode: 0644]
tests/ui/span/slice-borrow.stderr [new file with mode: 0644]
tests/ui/span/suggestion-non-ascii.rs [new file with mode: 0644]
tests/ui/span/suggestion-non-ascii.stderr [new file with mode: 0644]
tests/ui/span/transitive-dep-span.rs [new file with mode: 0644]
tests/ui/span/transitive-dep-span.stderr [new file with mode: 0644]
tests/ui/span/type-annotations-needed-expr.rs [new file with mode: 0644]
tests/ui/span/type-annotations-needed-expr.stderr [new file with mode: 0644]
tests/ui/span/type-binding.rs [new file with mode: 0644]
tests/ui/span/type-binding.stderr [new file with mode: 0644]
tests/ui/span/typo-suggestion.rs [new file with mode: 0644]
tests/ui/span/typo-suggestion.stderr [new file with mode: 0644]
tests/ui/span/unused-warning-point-at-identifier.rs [new file with mode: 0644]
tests/ui/span/unused-warning-point-at-identifier.stderr [new file with mode: 0644]
tests/ui/span/vec-must-not-hide-type-from-dropck.rs [new file with mode: 0644]
tests/ui/span/vec-must-not-hide-type-from-dropck.stderr [new file with mode: 0644]
tests/ui/span/vec_refs_data_with_early_death.rs [new file with mode: 0644]
tests/ui/span/vec_refs_data_with_early_death.stderr [new file with mode: 0644]
tests/ui/span/visibility-ty-params.rs [new file with mode: 0644]
tests/ui/span/visibility-ty-params.stderr [new file with mode: 0644]
tests/ui/span/wf-method-late-bound-regions.rs [new file with mode: 0644]
tests/ui/span/wf-method-late-bound-regions.stderr [new file with mode: 0644]
tests/ui/specialization/README-rpass.md [new file with mode: 0644]
tests/ui/specialization/README.md [new file with mode: 0644]
tests/ui/specialization/assoc-ty-graph-cycle.rs [new file with mode: 0644]
tests/ui/specialization/assoc-ty-graph-cycle.stderr [new file with mode: 0644]
tests/ui/specialization/auxiliary/cross_crates_defaults.rs [new file with mode: 0644]
tests/ui/specialization/auxiliary/go_trait.rs [new file with mode: 0644]
tests/ui/specialization/auxiliary/specialization_cross_crate.rs [new file with mode: 0644]
tests/ui/specialization/const_trait_impl.rs [new file with mode: 0644]
tests/ui/specialization/cross-crate-defaults.rs [new file with mode: 0644]
tests/ui/specialization/cross-crate-defaults.stderr [new file with mode: 0644]
tests/ui/specialization/default-associated-type-bound-1.rs [new file with mode: 0644]
tests/ui/specialization/default-associated-type-bound-1.stderr [new file with mode: 0644]
tests/ui/specialization/default-associated-type-bound-2.rs [new file with mode: 0644]
tests/ui/specialization/default-associated-type-bound-2.stderr [new file with mode: 0644]
tests/ui/specialization/default-generic-associated-type-bound.rs [new file with mode: 0644]
tests/ui/specialization/default-generic-associated-type-bound.stderr [new file with mode: 0644]
tests/ui/specialization/defaultimpl/allowed-cross-crate.rs [new file with mode: 0644]
tests/ui/specialization/defaultimpl/allowed-cross-crate.stderr [new file with mode: 0644]
tests/ui/specialization/defaultimpl/auxiliary/go_trait.rs [new file with mode: 0644]
tests/ui/specialization/defaultimpl/out-of-order.rs [new file with mode: 0644]
tests/ui/specialization/defaultimpl/out-of-order.stderr [new file with mode: 0644]
tests/ui/specialization/defaultimpl/overlap-projection.rs [new file with mode: 0644]
tests/ui/specialization/defaultimpl/overlap-projection.stderr [new file with mode: 0644]
tests/ui/specialization/defaultimpl/projection.rs [new file with mode: 0644]
tests/ui/specialization/defaultimpl/projection.stderr [new file with mode: 0644]
tests/ui/specialization/defaultimpl/specialization-feature-gate-default.rs [new file with mode: 0644]
tests/ui/specialization/defaultimpl/specialization-feature-gate-default.stderr [new file with mode: 0644]
tests/ui/specialization/defaultimpl/specialization-no-default.rs [new file with mode: 0644]
tests/ui/specialization/defaultimpl/specialization-no-default.stderr [new file with mode: 0644]
tests/ui/specialization/defaultimpl/specialization-trait-item-not-implemented-rpass.rs [new file with mode: 0644]
tests/ui/specialization/defaultimpl/specialization-trait-item-not-implemented-rpass.stderr [new file with mode: 0644]
tests/ui/specialization/defaultimpl/specialization-trait-item-not-implemented.rs [new file with mode: 0644]
tests/ui/specialization/defaultimpl/specialization-trait-item-not-implemented.stderr [new file with mode: 0644]
tests/ui/specialization/defaultimpl/specialization-trait-not-implemented.rs [new file with mode: 0644]
tests/ui/specialization/defaultimpl/specialization-trait-not-implemented.stderr [new file with mode: 0644]
tests/ui/specialization/defaultimpl/specialization-wfcheck.rs [new file with mode: 0644]
tests/ui/specialization/defaultimpl/specialization-wfcheck.stderr [new file with mode: 0644]
tests/ui/specialization/defaultimpl/validation.rs [new file with mode: 0644]
tests/ui/specialization/defaultimpl/validation.stderr [new file with mode: 0644]
tests/ui/specialization/issue-33017.rs [new file with mode: 0644]
tests/ui/specialization/issue-33017.stderr [new file with mode: 0644]
tests/ui/specialization/issue-35376.rs [new file with mode: 0644]
tests/ui/specialization/issue-35376.stderr [new file with mode: 0644]
tests/ui/specialization/issue-36804.rs [new file with mode: 0644]
tests/ui/specialization/issue-36804.stderr [new file with mode: 0644]
tests/ui/specialization/issue-38091-2.rs [new file with mode: 0644]
tests/ui/specialization/issue-38091-2.stderr [new file with mode: 0644]
tests/ui/specialization/issue-38091.rs [new file with mode: 0644]
tests/ui/specialization/issue-38091.stderr [new file with mode: 0644]
tests/ui/specialization/issue-39448.rs [new file with mode: 0644]
tests/ui/specialization/issue-39448.stderr [new file with mode: 0644]
tests/ui/specialization/issue-39618.rs [new file with mode: 0644]
tests/ui/specialization/issue-39618.stderr [new file with mode: 0644]
tests/ui/specialization/issue-43037.current.stderr [new file with mode: 0644]
tests/ui/specialization/issue-43037.negative.stderr [new file with mode: 0644]
tests/ui/specialization/issue-43037.rs [new file with mode: 0644]
tests/ui/specialization/issue-44861.rs [new file with mode: 0644]
tests/ui/specialization/issue-44861.stderr [new file with mode: 0644]
tests/ui/specialization/issue-45814.current.stderr [new file with mode: 0644]
tests/ui/specialization/issue-45814.negative.stderr [new file with mode: 0644]
tests/ui/specialization/issue-45814.rs [new file with mode: 0644]
tests/ui/specialization/issue-50452-fail.rs [new file with mode: 0644]
tests/ui/specialization/issue-50452-fail.stderr [new file with mode: 0644]
tests/ui/specialization/issue-50452.rs [new file with mode: 0644]
tests/ui/specialization/issue-50452.stderr [new file with mode: 0644]
tests/ui/specialization/issue-51892.rs [new file with mode: 0644]
tests/ui/specialization/issue-51892.stderr [new file with mode: 0644]
tests/ui/specialization/issue-52050.rs [new file with mode: 0644]
tests/ui/specialization/issue-52050.stderr [new file with mode: 0644]
tests/ui/specialization/issue-59435.rs [new file with mode: 0644]
tests/ui/specialization/issue-59435.stderr [new file with mode: 0644]
tests/ui/specialization/issue-63716-parse-async.rs [new file with mode: 0644]
tests/ui/specialization/issue-63716-parse-async.stderr [new file with mode: 0644]
tests/ui/specialization/issue-68830-spurious-diagnostics.rs [new file with mode: 0644]
tests/ui/specialization/issue-68830-spurious-diagnostics.stderr [new file with mode: 0644]
tests/ui/specialization/issue-70442.rs [new file with mode: 0644]
tests/ui/specialization/issue-70442.stderr [new file with mode: 0644]
tests/ui/specialization/min_specialization/auxiliary/specialization-trait.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/dyn-trait-assoc-types.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/dyn-trait-assoc-types.stderr [new file with mode: 0644]
tests/ui/specialization/min_specialization/impl-on-nonexisting.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/impl-on-nonexisting.stderr [new file with mode: 0644]
tests/ui/specialization/min_specialization/impl_specialization_trait.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/impl_specialization_trait.stderr [new file with mode: 0644]
tests/ui/specialization/min_specialization/implcit-well-formed-bounds.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/issue-79224.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/issue-79224.stderr [new file with mode: 0644]
tests/ui/specialization/min_specialization/repeated_projection_type.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/repeated_projection_type.stderr [new file with mode: 0644]
tests/ui/specialization/min_specialization/repeating_lifetimes.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/repeating_lifetimes.stderr [new file with mode: 0644]
tests/ui/specialization/min_specialization/repeating_param.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/repeating_param.stderr [new file with mode: 0644]
tests/ui/specialization/min_specialization/spec-iter.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/spec-marker-supertraits.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/spec-marker-supertraits.stderr [new file with mode: 0644]
tests/ui/specialization/min_specialization/spec-reference.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/specialization_marker.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/specialization_marker.stderr [new file with mode: 0644]
tests/ui/specialization/min_specialization/specialization_super_trait.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/specialization_super_trait.stderr [new file with mode: 0644]
tests/ui/specialization/min_specialization/specialization_trait.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/specialization_trait.stderr [new file with mode: 0644]
tests/ui/specialization/min_specialization/specialize_on_marker.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/specialize_on_spec_trait.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/specialize_on_static.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/specialize_on_static.stderr [new file with mode: 0644]
tests/ui/specialization/min_specialization/specialize_on_trait.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/specialize_on_trait.stderr [new file with mode: 0644]
tests/ui/specialization/non-defaulted-item-fail.rs [new file with mode: 0644]
tests/ui/specialization/non-defaulted-item-fail.stderr [new file with mode: 0644]
tests/ui/specialization/soundness/partial_eq_range_inclusive.rs [new file with mode: 0644]
tests/ui/specialization/soundness/partial_ord_slice.rs [new file with mode: 0644]
tests/ui/specialization/specialization-allowed-cross-crate.rs [new file with mode: 0644]
tests/ui/specialization/specialization-allowed-cross-crate.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-assoc-fns.rs [new file with mode: 0644]
tests/ui/specialization/specialization-assoc-fns.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-basics.rs [new file with mode: 0644]
tests/ui/specialization/specialization-basics.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-cross-crate-no-gate.rs [new file with mode: 0644]
tests/ui/specialization/specialization-cross-crate.rs [new file with mode: 0644]
tests/ui/specialization/specialization-cross-crate.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-default-methods.rs [new file with mode: 0644]
tests/ui/specialization/specialization-default-methods.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-default-projection.rs [new file with mode: 0644]
tests/ui/specialization/specialization-default-projection.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-default-types.rs [new file with mode: 0644]
tests/ui/specialization/specialization-default-types.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-feature-gate-default.rs [new file with mode: 0644]
tests/ui/specialization/specialization-feature-gate-default.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-feature-gate-overlap.rs [new file with mode: 0644]
tests/ui/specialization/specialization-feature-gate-overlap.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-no-default.rs [new file with mode: 0644]
tests/ui/specialization/specialization-no-default.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-on-projection.rs [new file with mode: 0644]
tests/ui/specialization/specialization-on-projection.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-out-of-order.rs [new file with mode: 0644]
tests/ui/specialization/specialization-out-of-order.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-overlap-hygiene.rs [new file with mode: 0644]
tests/ui/specialization/specialization-overlap-hygiene.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-overlap-negative.rs [new file with mode: 0644]
tests/ui/specialization/specialization-overlap-negative.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-overlap-projection.rs [new file with mode: 0644]
tests/ui/specialization/specialization-overlap-projection.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-overlap.rs [new file with mode: 0644]
tests/ui/specialization/specialization-overlap.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-polarity.rs [new file with mode: 0644]
tests/ui/specialization/specialization-polarity.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-projection-alias.rs [new file with mode: 0644]
tests/ui/specialization/specialization-projection-alias.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-projection.rs [new file with mode: 0644]
tests/ui/specialization/specialization-projection.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-supertraits.rs [new file with mode: 0644]
tests/ui/specialization/specialization-supertraits.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-translate-projections-with-lifetimes.rs [new file with mode: 0644]
tests/ui/specialization/specialization-translate-projections-with-lifetimes.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-translate-projections-with-params.rs [new file with mode: 0644]
tests/ui/specialization/specialization-translate-projections-with-params.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-translate-projections.rs [new file with mode: 0644]
tests/ui/specialization/specialization-translate-projections.stderr [new file with mode: 0644]
tests/ui/specialization/transmute-specialization.rs [new file with mode: 0644]
tests/ui/specialization/transmute-specialization.stderr [new file with mode: 0644]
tests/ui/sse2.rs [new file with mode: 0644]
tests/ui/stability-attribute/accidental-stable-in-unstable.rs [new file with mode: 0644]
tests/ui/stability-attribute/accidental-stable-in-unstable.stderr [new file with mode: 0644]
tests/ui/stability-attribute/allow-unstable-reexport.rs [new file with mode: 0644]
tests/ui/stability-attribute/allow-unstable-reexport.stderr [new file with mode: 0644]
tests/ui/stability-attribute/allowed-through-unstable.rs [new file with mode: 0644]
tests/ui/stability-attribute/allowed-through-unstable.stderr [new file with mode: 0644]
tests/ui/stability-attribute/auxiliary/allowed-through-unstable-core.rs [new file with mode: 0644]
tests/ui/stability-attribute/auxiliary/ctor-stability.rs [new file with mode: 0644]
tests/ui/stability-attribute/auxiliary/default_body.rs [new file with mode: 0644]
tests/ui/stability-attribute/auxiliary/lint-stability-reexport.rs [new file with mode: 0644]
tests/ui/stability-attribute/auxiliary/lint-stability.rs [new file with mode: 0644]
tests/ui/stability-attribute/auxiliary/stability-attribute-implies.rs [new file with mode: 0644]
tests/ui/stability-attribute/auxiliary/stability_attribute_issue.rs [new file with mode: 0644]
tests/ui/stability-attribute/auxiliary/stable-in-unstable-core.rs [new file with mode: 0644]
tests/ui/stability-attribute/auxiliary/stable-in-unstable-std.rs [new file with mode: 0644]
tests/ui/stability-attribute/auxiliary/unstable_generic_param.rs [new file with mode: 0644]
tests/ui/stability-attribute/ctor-stability.rs [new file with mode: 0644]
tests/ui/stability-attribute/default-body-stability-err.rs [new file with mode: 0644]
tests/ui/stability-attribute/default-body-stability-err.stderr [new file with mode: 0644]
tests/ui/stability-attribute/default-body-stability-ok-enables.rs [new file with mode: 0644]
tests/ui/stability-attribute/default-body-stability-ok-impls.rs [new file with mode: 0644]
tests/ui/stability-attribute/generics-default-stability-trait.rs [new file with mode: 0644]
tests/ui/stability-attribute/generics-default-stability-trait.stderr [new file with mode: 0644]
tests/ui/stability-attribute/generics-default-stability-where.rs [new file with mode: 0644]
tests/ui/stability-attribute/generics-default-stability-where.stderr [new file with mode: 0644]
tests/ui/stability-attribute/generics-default-stability.rs [new file with mode: 0644]
tests/ui/stability-attribute/generics-default-stability.stderr [new file with mode: 0644]
tests/ui/stability-attribute/issue-106589.rs [new file with mode: 0644]
tests/ui/stability-attribute/issue-106589.stderr [new file with mode: 0644]
tests/ui/stability-attribute/issue-28075.rs [new file with mode: 0644]
tests/ui/stability-attribute/issue-28075.stderr [new file with mode: 0644]
tests/ui/stability-attribute/issue-28388-3.rs [new file with mode: 0644]
tests/ui/stability-attribute/issue-28388-3.stderr [new file with mode: 0644]
tests/ui/stability-attribute/issue-99286-stable-intrinsics.rs [new file with mode: 0644]
tests/ui/stability-attribute/missing-const-stability.rs [new file with mode: 0644]
tests/ui/stability-attribute/missing-const-stability.stderr [new file with mode: 0644]
tests/ui/stability-attribute/missing-stability-attr-at-top-level.rs [new file with mode: 0644]
tests/ui/stability-attribute/missing-stability-attr-at-top-level.stderr [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-implies-missing.rs [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-implies-missing.stderr [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-implies-no-feature.rs [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-implies-no-feature.stderr [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-implies-using-stable.rs [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-implies-using-stable.stderr [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-implies-using-unstable.rs [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-implies-using-unstable.stderr [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-issue-43027.rs [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-issue.rs [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-issue.stderr [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-non-staged-force-unstable.rs [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-non-staged-force-unstable.stderr [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-non-staged.rs [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-non-staged.stderr [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-sanity-2.rs [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-sanity-2.stderr [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-sanity-3.rs [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-sanity-3.stderr [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-sanity-4.rs [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-sanity-4.stderr [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-sanity.rs [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-sanity.stderr [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-trait-impl.rs [new file with mode: 0644]
tests/ui/stability-attribute/stability-attribute-trait-impl.stderr [new file with mode: 0644]
tests/ui/stability-attribute/stability-in-private-module.rs [new file with mode: 0644]
tests/ui/stability-attribute/stability-in-private-module.stderr [new file with mode: 0644]
tests/ui/stability-attribute/stable-in-unstable.rs [new file with mode: 0644]
tests/ui/stability-attribute/stable-in-unstable.stderr [new file with mode: 0644]
tests/ui/stability-attribute/suggest-vec-allocator-api.rs [new file with mode: 0644]
tests/ui/stability-attribute/suggest-vec-allocator-api.stderr [new file with mode: 0644]
tests/ui/stability-attribute/unresolved_stability_lint.rs [new file with mode: 0644]
tests/ui/stability-attribute/unresolved_stability_lint.stderr [new file with mode: 0644]
tests/ui/stable-addr-of.rs [new file with mode: 0644]
tests/ui/stack-protector/warn-stack-protector-unsupported.all.stderr [new file with mode: 0644]
tests/ui/stack-protector/warn-stack-protector-unsupported.basic.stderr [new file with mode: 0644]
tests/ui/stack-protector/warn-stack-protector-unsupported.rs [new file with mode: 0644]
tests/ui/stack-protector/warn-stack-protector-unsupported.strong.stderr [new file with mode: 0644]
tests/ui/static/auxiliary/extern-statics.rs [new file with mode: 0644]
tests/ui/static/auxiliary/issue_24843.rs [new file with mode: 0644]
tests/ui/static/auxiliary/nested_item.rs [new file with mode: 0644]
tests/ui/static/auxiliary/static-priv-by-default.rs [new file with mode: 0644]
tests/ui/static/auxiliary/static_priv_by_default.rs [new file with mode: 0644]
tests/ui/static/bad-const-type.rs [new file with mode: 0644]
tests/ui/static/bad-const-type.stderr [new file with mode: 0644]
tests/ui/static/issue-18118-2.rs [new file with mode: 0644]
tests/ui/static/issue-18118-2.stderr [new file with mode: 0644]
tests/ui/static/issue-18118.rs [new file with mode: 0644]
tests/ui/static/issue-18118.stderr [new file with mode: 0644]
tests/ui/static/issue-24843.rs [new file with mode: 0644]
tests/ui/static/issue-34194.rs [new file with mode: 0644]
tests/ui/static/issue-5216.rs [new file with mode: 0644]
tests/ui/static/issue-5216.stderr [new file with mode: 0644]
tests/ui/static/nested_item_main.rs [new file with mode: 0644]
tests/ui/static/refer-to-other-statics-by-value.rs [new file with mode: 0644]
tests/ui/static/safe-extern-statics-mut.mir.stderr [new file with mode: 0644]
tests/ui/static/safe-extern-statics-mut.rs [new file with mode: 0644]
tests/ui/static/safe-extern-statics-mut.thir.stderr [new file with mode: 0644]
tests/ui/static/safe-extern-statics.mir.stderr [new file with mode: 0644]
tests/ui/static/safe-extern-statics.rs [new file with mode: 0644]
tests/ui/static/safe-extern-statics.thir.stderr [new file with mode: 0644]
tests/ui/static/static-closures.rs [new file with mode: 0644]
tests/ui/static/static-closures.stderr [new file with mode: 0644]
tests/ui/static/static-drop-scope.rs [new file with mode: 0644]
tests/ui/static/static-drop-scope.stderr [new file with mode: 0644]
tests/ui/static/static-extern-type.rs [new file with mode: 0644]
tests/ui/static/static-items-cant-move.rs [new file with mode: 0644]
tests/ui/static/static-items-cant-move.stderr [new file with mode: 0644]
tests/ui/static/static-lifetime-bound.rs [new file with mode: 0644]
tests/ui/static/static-lifetime-bound.stderr [new file with mode: 0644]
tests/ui/static/static-lifetime.rs [new file with mode: 0644]
tests/ui/static/static-lifetime.stderr [new file with mode: 0644]
tests/ui/static/static-method-privacy.rs [new file with mode: 0644]
tests/ui/static/static-method-privacy.stderr [new file with mode: 0644]
tests/ui/static/static-mut-bad-types.rs [new file with mode: 0644]
tests/ui/static/static-mut-bad-types.stderr [new file with mode: 0644]
tests/ui/static/static-mut-foreign-requires-unsafe.mir.stderr [new file with mode: 0644]
tests/ui/static/static-mut-foreign-requires-unsafe.rs [new file with mode: 0644]
tests/ui/static/static-mut-foreign-requires-unsafe.thir.stderr [new file with mode: 0644]
tests/ui/static/static-mut-not-constant.rs [new file with mode: 0644]
tests/ui/static/static-mut-not-constant.stderr [new file with mode: 0644]
tests/ui/static/static-mut-not-pat.rs [new file with mode: 0644]
tests/ui/static/static-mut-not-pat.stderr [new file with mode: 0644]
tests/ui/static/static-mut-requires-unsafe.mir.stderr [new file with mode: 0644]
tests/ui/static/static-mut-requires-unsafe.rs [new file with mode: 0644]
tests/ui/static/static-mut-requires-unsafe.thir.stderr [new file with mode: 0644]
tests/ui/static/static-priv-by-default2.rs [new file with mode: 0644]
tests/ui/static/static-priv-by-default2.stderr [new file with mode: 0644]
tests/ui/static/static-reference-to-fn-1.rs [new file with mode: 0644]
tests/ui/static/static-reference-to-fn-1.stderr [new file with mode: 0644]
tests/ui/static/static-reference-to-fn-2.rs [new file with mode: 0644]
tests/ui/static/static-reference-to-fn-2.stderr [new file with mode: 0644]
tests/ui/static/static-region-bound.rs [new file with mode: 0644]
tests/ui/static/static-region-bound.stderr [new file with mode: 0644]
tests/ui/static/static-vec-repeat-not-constant.rs [new file with mode: 0644]
tests/ui/static/static-vec-repeat-not-constant.stderr [new file with mode: 0644]
tests/ui/static/static_sized_requirement.rs [new file with mode: 0644]
tests/ui/static/thread-local-in-ctfe.rs [new file with mode: 0644]
tests/ui/static/thread-local-in-ctfe.stderr [new file with mode: 0644]
tests/ui/statics/auxiliary/static-function-pointer-aux.rs [new file with mode: 0644]
tests/ui/statics/auxiliary/static-methods-crate.rs [new file with mode: 0644]
tests/ui/statics/auxiliary/static_fn_inline_xc_aux.rs [new file with mode: 0644]
tests/ui/statics/auxiliary/static_fn_trait_xc_aux.rs [new file with mode: 0644]
tests/ui/statics/auxiliary/static_mut_xc.rs [new file with mode: 0644]
tests/ui/statics/issue-14227.mir.stderr [new file with mode: 0644]
tests/ui/statics/issue-14227.rs [new file with mode: 0644]
tests/ui/statics/issue-14227.thir.stderr [new file with mode: 0644]
tests/ui/statics/issue-15261.rs [new file with mode: 0644]
tests/ui/statics/issue-17233.rs [new file with mode: 0644]
tests/ui/statics/issue-17718-static-sync.rs [new file with mode: 0644]
tests/ui/statics/issue-17718-static-sync.stderr [new file with mode: 0644]
tests/ui/statics/issue-17718-static-unsafe-interior.rs [new file with mode: 0644]
tests/ui/statics/issue-44373-2.rs [new file with mode: 0644]
tests/ui/statics/issue-44373.rs [new file with mode: 0644]
tests/ui/statics/issue-44373.stderr [new file with mode: 0644]
tests/ui/statics/issue-91050-1.rs [new file with mode: 0644]
tests/ui/statics/issue-91050-2.rs [new file with mode: 0644]
tests/ui/statics/static-fn-inline-xc.rs [new file with mode: 0644]
tests/ui/statics/static-fn-trait-xc.rs [new file with mode: 0644]
tests/ui/statics/static-function-pointer-xc.rs [new file with mode: 0644]
tests/ui/statics/static-function-pointer.rs [new file with mode: 0644]
tests/ui/statics/static-impl.rs [new file with mode: 0644]
tests/ui/statics/static-method-in-trait-with-tps-intracrate.rs [new file with mode: 0644]
tests/ui/statics/static-method-xcrate.rs [new file with mode: 0644]
tests/ui/statics/static-methods-in-traits.rs [new file with mode: 0644]
tests/ui/statics/static-methods-in-traits2.rs [new file with mode: 0644]
tests/ui/statics/static-mut-xc.rs [new file with mode: 0644]
tests/ui/statics/static-promotion.rs [new file with mode: 0644]
tests/ui/statics/static-recursive.rs [new file with mode: 0644]
tests/ui/statics/uninhabited-static.rs [new file with mode: 0644]
tests/ui/statics/uninhabited-static.stderr [new file with mode: 0644]
tests/ui/stats/hir-stats.rs [new file with mode: 0644]
tests/ui/stats/hir-stats.stderr [new file with mode: 0644]
tests/ui/std-backtrace.rs [new file with mode: 0644]
tests/ui/std-uncopyable-atomics.rs [new file with mode: 0644]
tests/ui/std-uncopyable-atomics.stderr [new file with mode: 0644]
tests/ui/stdio-is-blocking.rs [new file with mode: 0644]
tests/ui/stdlib-unit-tests/builtin-clone.rs [new file with mode: 0644]
tests/ui/stdlib-unit-tests/eq-multidispatch.rs [new file with mode: 0644]
tests/ui/stdlib-unit-tests/issue-21058.rs [new file with mode: 0644]
tests/ui/stdlib-unit-tests/istr.rs [new file with mode: 0644]
tests/ui/stdlib-unit-tests/log-knows-the-names-of-variants-in-std.rs [new file with mode: 0644]
tests/ui/stdlib-unit-tests/matches2021.rs [new file with mode: 0644]
tests/ui/stdlib-unit-tests/minmax-stability-issue-23687.rs [new file with mode: 0644]
tests/ui/stdlib-unit-tests/not-sync.rs [new file with mode: 0644]
tests/ui/stdlib-unit-tests/not-sync.stderr [new file with mode: 0644]
tests/ui/stdlib-unit-tests/raw-fat-ptr.rs [new file with mode: 0644]
tests/ui/stdlib-unit-tests/seq-compare.rs [new file with mode: 0644]
tests/ui/stdlib-unit-tests/volatile-fat-ptr.rs [new file with mode: 0644]
tests/ui/stmt_expr_attrs_no_feature.rs [new file with mode: 0644]
tests/ui/stmt_expr_attrs_no_feature.stderr [new file with mode: 0644]
tests/ui/str/str-array-assignment.rs [new file with mode: 0644]
tests/ui/str/str-array-assignment.stderr [new file with mode: 0644]
tests/ui/str/str-as-char.fixed [new file with mode: 0644]
tests/ui/str/str-as-char.rs [new file with mode: 0644]
tests/ui/str/str-as-char.stderr [new file with mode: 0644]
tests/ui/str/str-concat-on-double-ref.rs [new file with mode: 0644]
tests/ui/str/str-concat-on-double-ref.stderr [new file with mode: 0644]
tests/ui/str/str-escape.rs [new file with mode: 0644]
tests/ui/str/str-escape.stderr [new file with mode: 0644]
tests/ui/str/str-idx.rs [new file with mode: 0644]
tests/ui/str/str-idx.stderr [new file with mode: 0644]
tests/ui/str/str-lit-type-mismatch.rs [new file with mode: 0644]
tests/ui/str/str-lit-type-mismatch.stderr [new file with mode: 0644]
tests/ui/str/str-mut-idx.rs [new file with mode: 0644]
tests/ui/str/str-mut-idx.stderr [new file with mode: 0644]
tests/ui/str/str-overrun.rs [new file with mode: 0644]
tests/ui/string-box-error.rs [new file with mode: 0644]
tests/ui/struct-ctor-mangling.rs [new file with mode: 0644]
tests/ui/structs-enums/align-enum.rs [new file with mode: 0644]
tests/ui/structs-enums/align-struct.rs [new file with mode: 0644]
tests/ui/structs-enums/auxiliary/cci_class.rs [new file with mode: 0644]
tests/ui/structs-enums/auxiliary/cci_class_2.rs [new file with mode: 0644]
tests/ui/structs-enums/auxiliary/cci_class_3.rs [new file with mode: 0644]
tests/ui/structs-enums/auxiliary/cci_class_4.rs [new file with mode: 0644]
tests/ui/structs-enums/auxiliary/cci_class_6.rs [new file with mode: 0644]
tests/ui/structs-enums/auxiliary/cci_class_cast.rs [new file with mode: 0644]
tests/ui/structs-enums/auxiliary/cci_class_trait.rs [new file with mode: 0644]
tests/ui/structs-enums/auxiliary/empty-struct.rs [new file with mode: 0644]
tests/ui/structs-enums/auxiliary/namespaced_enum_emulate_flat.rs [new file with mode: 0644]
tests/ui/structs-enums/auxiliary/namespaced_enums.rs [new file with mode: 0644]
tests/ui/structs-enums/auxiliary/newtype_struct_xc.rs [new file with mode: 0644]
tests/ui/structs-enums/auxiliary/struct_destructuring_cross_crate.rs [new file with mode: 0644]
tests/ui/structs-enums/auxiliary/struct_variant_xc_aux.rs [new file with mode: 0644]
tests/ui/structs-enums/auxiliary/xcrate_struct_aliases.rs [new file with mode: 0644]
tests/ui/structs-enums/borrow-tuple-fields.rs [new file with mode: 0644]
tests/ui/structs-enums/class-cast-to-trait-cross-crate-2.rs [new file with mode: 0644]
tests/ui/structs-enums/class-cast-to-trait-multiple-types.rs [new file with mode: 0644]
tests/ui/structs-enums/class-cast-to-trait.rs [new file with mode: 0644]
tests/ui/structs-enums/class-dtor.rs [new file with mode: 0644]
tests/ui/structs-enums/class-exports.rs [new file with mode: 0644]
tests/ui/structs-enums/class-impl-very-parameterized-trait.rs [new file with mode: 0644]
tests/ui/structs-enums/class-implement-trait-cross-crate.rs [new file with mode: 0644]
tests/ui/structs-enums/class-implement-traits.rs [new file with mode: 0644]
tests/ui/structs-enums/class-method-cross-crate.rs [new file with mode: 0644]
tests/ui/structs-enums/class-methods-cross-crate.rs [new file with mode: 0644]
tests/ui/structs-enums/class-methods.rs [new file with mode: 0644]
tests/ui/structs-enums/class-poly-methods-cross-crate.rs [new file with mode: 0644]
tests/ui/structs-enums/class-poly-methods.rs [new file with mode: 0644]
tests/ui/structs-enums/class-separate-impl.rs [new file with mode: 0644]
tests/ui/structs-enums/class-str-field.rs [new file with mode: 0644]
tests/ui/structs-enums/class-typarams.rs [new file with mode: 0644]
tests/ui/structs-enums/classes-cross-crate.rs [new file with mode: 0644]
tests/ui/structs-enums/classes-self-referential.rs [new file with mode: 0644]
tests/ui/structs-enums/classes-simple-cross-crate.rs [new file with mode: 0644]
tests/ui/structs-enums/classes-simple-method.rs [new file with mode: 0644]
tests/ui/structs-enums/classes-simple.rs [new file with mode: 0644]
tests/ui/structs-enums/classes.rs [new file with mode: 0644]
tests/ui/structs-enums/codegen-tag-static-padding.rs [new file with mode: 0644]
tests/ui/structs-enums/compare-generic-enums.rs [new file with mode: 0644]
tests/ui/structs-enums/cross-crate-newtype-struct-pat.rs [new file with mode: 0644]
tests/ui/structs-enums/discrim-explicit-23030.rs [new file with mode: 0644]
tests/ui/structs-enums/empty-struct-braces.rs [new file with mode: 0644]
tests/ui/structs-enums/empty-tag.rs [new file with mode: 0644]
tests/ui/structs-enums/enum-alignment.rs [new file with mode: 0644]
tests/ui/structs-enums/enum-clike-ffi-as-int.rs [new file with mode: 0644]
tests/ui/structs-enums/enum-discr.rs [new file with mode: 0644]
tests/ui/structs-enums/enum-discrim-autosizing.rs [new file with mode: 0644]
tests/ui/structs-enums/enum-discrim-manual-sizing.rs [new file with mode: 0644]
tests/ui/structs-enums/enum-discrim-range-overflow.rs [new file with mode: 0644]
tests/ui/structs-enums/enum-discrim-width-stuff.rs [new file with mode: 0644]
tests/ui/structs-enums/enum-disr-val-pretty.rs [new file with mode: 0644]
tests/ui/structs-enums/enum-export-inheritance.rs [new file with mode: 0644]
tests/ui/structs-enums/enum-layout-optimization.rs [new file with mode: 0644]
tests/ui/structs-enums/enum-non-c-like-repr-c-and-int.rs [new file with mode: 0644]
tests/ui/structs-enums/enum-non-c-like-repr-c.rs [new file with mode: 0644]
tests/ui/structs-enums/enum-non-c-like-repr-int.rs [new file with mode: 0644]
tests/ui/structs-enums/enum-null-pointer-opt.rs [new file with mode: 0644]
tests/ui/structs-enums/enum-nullable-const-null-with-fields.rs [new file with mode: 0644]
tests/ui/structs-enums/enum-nullable-simplifycfg-misopt.rs [new file with mode: 0644]
tests/ui/structs-enums/enum-univariant-repr.rs [new file with mode: 0644]
tests/ui/structs-enums/enum-variants.rs [new file with mode: 0644]
tests/ui/structs-enums/enum-vec-initializer.rs [new file with mode: 0644]
tests/ui/structs-enums/export-abstract-tag.rs [new file with mode: 0644]
tests/ui/structs-enums/export-tag-variant.rs [new file with mode: 0644]
tests/ui/structs-enums/expr-if-struct.rs [new file with mode: 0644]
tests/ui/structs-enums/expr-match-struct.rs [new file with mode: 0644]
tests/ui/structs-enums/field-destruction-order.rs [new file with mode: 0644]
tests/ui/structs-enums/foreign-struct.rs [new file with mode: 0644]
tests/ui/structs-enums/functional-struct-upd.rs [new file with mode: 0644]
tests/ui/structs-enums/issue-1701.rs [new file with mode: 0644]
tests/ui/structs-enums/issue-2718-a.rs [new file with mode: 0644]
tests/ui/structs-enums/issue-2718-a.stderr [new file with mode: 0644]
tests/ui/structs-enums/issue-38002.rs [new file with mode: 0644]
tests/ui/structs-enums/issue-50731.rs [new file with mode: 0644]
tests/ui/structs-enums/ivec-tag.rs [new file with mode: 0644]
tests/ui/structs-enums/module-qualified-struct-destructure.rs [new file with mode: 0644]
tests/ui/structs-enums/multiple-reprs.rs [new file with mode: 0644]
tests/ui/structs-enums/namespaced-enum-emulate-flat-xc.rs [new file with mode: 0644]
tests/ui/structs-enums/namespaced-enum-emulate-flat.rs [new file with mode: 0644]
tests/ui/structs-enums/namespaced-enum-glob-import-xcrate.rs [new file with mode: 0644]
tests/ui/structs-enums/namespaced-enum-glob-import.rs [new file with mode: 0644]
tests/ui/structs-enums/namespaced-enums-xcrate.rs [new file with mode: 0644]
tests/ui/structs-enums/namespaced-enums.rs [new file with mode: 0644]
tests/ui/structs-enums/nested-enum-same-names.rs [new file with mode: 0644]
tests/ui/structs-enums/newtype-struct-drop-run.rs [new file with mode: 0644]
tests/ui/structs-enums/newtype-struct-with-dtor.rs [new file with mode: 0644]
tests/ui/structs-enums/newtype-struct-xc-2.rs [new file with mode: 0644]
tests/ui/structs-enums/newtype-struct-xc.rs [new file with mode: 0644]
tests/ui/structs-enums/nonzero-enum.rs [new file with mode: 0644]
tests/ui/structs-enums/numeric-fields.rs [new file with mode: 0644]
tests/ui/structs-enums/rec-align-u32.rs [new file with mode: 0644]
tests/ui/structs-enums/rec-align-u64.rs [new file with mode: 0644]
tests/ui/structs-enums/rec-auto.rs [new file with mode: 0644]
tests/ui/structs-enums/rec-extend.rs [new file with mode: 0644]
tests/ui/structs-enums/rec-tup.rs [new file with mode: 0644]
tests/ui/structs-enums/rec.rs [new file with mode: 0644]
tests/ui/structs-enums/record-pat.rs [new file with mode: 0644]
tests/ui/structs-enums/resource-in-struct.rs [new file with mode: 0644]
tests/ui/structs-enums/simple-generic-tag.rs [new file with mode: 0644]
tests/ui/structs-enums/simple-match-generic-tag.rs [new file with mode: 0644]
tests/ui/structs-enums/small-enum-range-edge.rs [new file with mode: 0644]
tests/ui/structs-enums/small-enums-with-fields.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-aliases-xcrate.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-aliases.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-destructuring-cross-crate.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-enum-ignoring-field-with-underscore.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-enum-ignoring-field-with-underscore.stderr [new file with mode: 0644]
tests/ui/structs-enums/struct-field-shorthand.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-like-variant-construct.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-like-variant-match.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-lit-functional-no-fields.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-literal-dtor.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-new-as-field-name.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-order-of-eval-1.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-order-of-eval-2.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-order-of-eval-3.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-order-of-eval-4.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-partial-move-1.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-partial-move-2.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-path-associated-type.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-path-self.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-pattern-matching.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-rec/issue-74224.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-rec/issue-74224.stderr [new file with mode: 0644]
tests/ui/structs-enums/struct-rec/issue-84611.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-rec/issue-84611.stderr [new file with mode: 0644]
tests/ui/structs-enums/struct-rec/mutual-struct-recursion.rs [new file with mode: 0644]
tests/ui/structs-enums/struct-rec/mutual-struct-recursion.stderr [new file with mode: 0644]
tests/ui/structs-enums/struct-variant-field-visibility.rs [new file with mode: 0644]
tests/ui/structs-enums/struct_variant_xc.rs [new file with mode: 0644]
tests/ui/structs-enums/struct_variant_xc_match.rs [new file with mode: 0644]
tests/ui/structs-enums/tag-align-dyn-u64.rs [new file with mode: 0644]
tests/ui/structs-enums/tag-align-dyn-variants.rs [new file with mode: 0644]
tests/ui/structs-enums/tag-align-shape.rs [new file with mode: 0644]
tests/ui/structs-enums/tag-align-u64.rs [new file with mode: 0644]
tests/ui/structs-enums/tag-disr-val-shape.rs [new file with mode: 0644]
tests/ui/structs-enums/tag-exports.rs [new file with mode: 0644]
tests/ui/structs-enums/tag-in-block.rs [new file with mode: 0644]
tests/ui/structs-enums/tag-variant-disr-type-mismatch.rs [new file with mode: 0644]
tests/ui/structs-enums/tag-variant-disr-val.rs [new file with mode: 0644]
tests/ui/structs-enums/tag.rs [new file with mode: 0644]
tests/ui/structs-enums/tuple-struct-construct.rs [new file with mode: 0644]
tests/ui/structs-enums/tuple-struct-constructor-pointer.rs [new file with mode: 0644]
tests/ui/structs-enums/tuple-struct-destructuring.rs [new file with mode: 0644]
tests/ui/structs-enums/tuple-struct-matching.rs [new file with mode: 0644]
tests/ui/structs-enums/tuple-struct-trivial.rs [new file with mode: 0644]
tests/ui/structs-enums/type-sizes.rs [new file with mode: 0644]
tests/ui/structs-enums/uninstantiable-struct.rs [new file with mode: 0644]
tests/ui/structs-enums/unit-like-struct-drop-run.rs [new file with mode: 0644]
tests/ui/structs-enums/unit-like-struct.rs [new file with mode: 0644]
tests/ui/structs-enums/variant-structs-trivial.rs [new file with mode: 0644]
tests/ui/structs/auxiliary/struct_field_privacy.rs [new file with mode: 0644]
tests/ui/structs/auxiliary/struct_variant_privacy.rs [new file with mode: 0644]
tests/ui/structs/incomplete-fn-in-struct-definition.rs [new file with mode: 0644]
tests/ui/structs/incomplete-fn-in-struct-definition.stderr [new file with mode: 0644]
tests/ui/structs/issue-80853.rs [new file with mode: 0644]
tests/ui/structs/issue-80853.stderr [new file with mode: 0644]
tests/ui/structs/large-records.rs [new file with mode: 0644]
tests/ui/structs/multi-line-fru-suggestion.rs [new file with mode: 0644]
tests/ui/structs/multi-line-fru-suggestion.stderr [new file with mode: 0644]
tests/ui/structs/rhs-type.rs [new file with mode: 0644]
tests/ui/structs/struct-base-wrong-type.rs [new file with mode: 0644]
tests/ui/structs/struct-base-wrong-type.stderr [new file with mode: 0644]
tests/ui/structs/struct-duplicate-comma.fixed [new file with mode: 0644]
tests/ui/structs/struct-duplicate-comma.rs [new file with mode: 0644]
tests/ui/structs/struct-duplicate-comma.stderr [new file with mode: 0644]
tests/ui/structs/struct-field-cfg.rs [new file with mode: 0644]
tests/ui/structs/struct-field-cfg.stderr [new file with mode: 0644]
tests/ui/structs/struct-field-init-syntax.rs [new file with mode: 0644]
tests/ui/structs/struct-field-init-syntax.stderr [new file with mode: 0644]
tests/ui/structs/struct-field-privacy.rs [new file with mode: 0644]
tests/ui/structs/struct-field-privacy.stderr [new file with mode: 0644]
tests/ui/structs/struct-fields-decl-dupe.rs [new file with mode: 0644]
tests/ui/structs/struct-fields-decl-dupe.stderr [new file with mode: 0644]
tests/ui/structs/struct-fields-dupe.rs [new file with mode: 0644]
tests/ui/structs/struct-fields-dupe.stderr [new file with mode: 0644]
tests/ui/structs/struct-fields-hints-no-dupe.rs [new file with mode: 0644]
tests/ui/structs/struct-fields-hints-no-dupe.stderr [new file with mode: 0644]
tests/ui/structs/struct-fields-hints.rs [new file with mode: 0644]
tests/ui/structs/struct-fields-hints.stderr [new file with mode: 0644]
tests/ui/structs/struct-fields-missing.rs [new file with mode: 0644]
tests/ui/structs/struct-fields-missing.stderr [new file with mode: 0644]
tests/ui/structs/struct-fields-shorthand-unresolved.rs [new file with mode: 0644]
tests/ui/structs/struct-fields-shorthand-unresolved.stderr [new file with mode: 0644]
tests/ui/structs/struct-fields-shorthand.rs [new file with mode: 0644]
tests/ui/structs/struct-fields-shorthand.stderr [new file with mode: 0644]
tests/ui/structs/struct-fields-too-many.rs [new file with mode: 0644]
tests/ui/structs/struct-fields-too-many.stderr [new file with mode: 0644]
tests/ui/structs/struct-fields-typo.rs [new file with mode: 0644]
tests/ui/structs/struct-fields-typo.stderr [new file with mode: 0644]
tests/ui/structs/struct-fn-in-definition.rs [new file with mode: 0644]
tests/ui/structs/struct-fn-in-definition.stderr [new file with mode: 0644]
tests/ui/structs/struct-missing-comma.fixed [new file with mode: 0644]
tests/ui/structs/struct-missing-comma.rs [new file with mode: 0644]
tests/ui/structs/struct-missing-comma.stderr [new file with mode: 0644]
tests/ui/structs/struct-pat-derived-error.rs [new file with mode: 0644]
tests/ui/structs/struct-pat-derived-error.stderr [new file with mode: 0644]
tests/ui/structs/struct-path-alias-bounds.rs [new file with mode: 0644]
tests/ui/structs/struct-path-alias-bounds.stderr [new file with mode: 0644]
tests/ui/structs/struct-path-associated-type.rs [new file with mode: 0644]
tests/ui/structs/struct-path-associated-type.stderr [new file with mode: 0644]
tests/ui/structs/struct-path-self-type-mismatch.rs [new file with mode: 0644]
tests/ui/structs/struct-path-self-type-mismatch.stderr [new file with mode: 0644]
tests/ui/structs/struct-path-self.rs [new file with mode: 0644]
tests/ui/structs/struct-path-self.stderr [new file with mode: 0644]
tests/ui/structs/struct-record-suggestion.fixed [new file with mode: 0644]
tests/ui/structs/struct-record-suggestion.rs [new file with mode: 0644]
tests/ui/structs/struct-record-suggestion.stderr [new file with mode: 0644]
tests/ui/structs/struct-tuple-field-names.rs [new file with mode: 0644]
tests/ui/structs/struct-tuple-field-names.stderr [new file with mode: 0644]
tests/ui/structs/struct-variant-privacy-xc.rs [new file with mode: 0644]
tests/ui/structs/struct-variant-privacy-xc.stderr [new file with mode: 0644]
tests/ui/structs/struct-variant-privacy.rs [new file with mode: 0644]
tests/ui/structs/struct-variant-privacy.stderr [new file with mode: 0644]
tests/ui/structs/structure-constructor-type-mismatch.rs [new file with mode: 0644]
tests/ui/structs/structure-constructor-type-mismatch.stderr [new file with mode: 0644]
tests/ui/structs/suggest-private-fields.rs [new file with mode: 0644]
tests/ui/structs/suggest-private-fields.stderr [new file with mode: 0644]
tests/ui/structs/suggest-replacing-field-when-specifying-same-type.rs [new file with mode: 0644]
tests/ui/structs/suggest-replacing-field-when-specifying-same-type.stderr [new file with mode: 0644]
tests/ui/structs/unresolved-struct-with-fru.rs [new file with mode: 0644]
tests/ui/structs/unresolved-struct-with-fru.stderr [new file with mode: 0644]
tests/ui/suggest-null-ptr.fixed [new file with mode: 0644]
tests/ui/suggest-null-ptr.rs [new file with mode: 0644]
tests/ui/suggest-null-ptr.stderr [new file with mode: 0644]
tests/ui/suggestions/abi-typo.fixed [new file with mode: 0644]
tests/ui/suggestions/abi-typo.rs [new file with mode: 0644]
tests/ui/suggestions/abi-typo.stderr [new file with mode: 0644]
tests/ui/suggestions/adt-param-with-implicit-sized-bound.rs [new file with mode: 0644]
tests/ui/suggestions/adt-param-with-implicit-sized-bound.stderr [new file with mode: 0644]
tests/ui/suggestions/args-instead-of-tuple-errors.rs [new file with mode: 0644]
tests/ui/suggestions/args-instead-of-tuple-errors.stderr [new file with mode: 0644]
tests/ui/suggestions/args-instead-of-tuple.fixed [new file with mode: 0644]
tests/ui/suggestions/args-instead-of-tuple.rs [new file with mode: 0644]
tests/ui/suggestions/args-instead-of-tuple.stderr [new file with mode: 0644]
tests/ui/suggestions/as-ref-2.rs [new file with mode: 0644]
tests/ui/suggestions/as-ref-2.stderr [new file with mode: 0644]
tests/ui/suggestions/as-ref.rs [new file with mode: 0644]
tests/ui/suggestions/as-ref.stderr [new file with mode: 0644]
tests/ui/suggestions/assoc-const-as-field.rs [new file with mode: 0644]
tests/ui/suggestions/assoc-const-as-field.stderr [new file with mode: 0644]
tests/ui/suggestions/assoc-const-as-fn.rs [new file with mode: 0644]
tests/ui/suggestions/assoc-const-as-fn.stderr [new file with mode: 0644]
tests/ui/suggestions/assoc-const-without-self.rs [new file with mode: 0644]
tests/ui/suggestions/assoc-const-without-self.stderr [new file with mode: 0644]
tests/ui/suggestions/assoc-ct-for-assoc-method.rs [new file with mode: 0644]
tests/ui/suggestions/assoc-ct-for-assoc-method.stderr [new file with mode: 0644]
tests/ui/suggestions/assoc-type-in-method-return.rs [new file with mode: 0644]
tests/ui/suggestions/assoc-type-in-method-return.stderr [new file with mode: 0644]
tests/ui/suggestions/assoc_fn_without_self.rs [new file with mode: 0644]
tests/ui/suggestions/assoc_fn_without_self.stderr [new file with mode: 0644]
tests/ui/suggestions/async-fn-ctor-passed-as-arg-where-it-should-have-been-called.rs [new file with mode: 0644]
tests/ui/suggestions/async-fn-ctor-passed-as-arg-where-it-should-have-been-called.stderr [new file with mode: 0644]
tests/ui/suggestions/attribute-typos.rs [new file with mode: 0644]
tests/ui/suggestions/attribute-typos.stderr [new file with mode: 0644]
tests/ui/suggestions/auxiliary/foo.rs [new file with mode: 0644]
tests/ui/suggestions/auxiliary/issue-61963-1.rs [new file with mode: 0644]
tests/ui/suggestions/auxiliary/issue-61963.rs [new file with mode: 0644]
tests/ui/suggestions/auxiliary/issue-81839.rs [new file with mode: 0644]
tests/ui/suggestions/auxiliary/meow.rs [new file with mode: 0644]
tests/ui/suggestions/auxiliary/not-object-safe.rs [new file with mode: 0644]
tests/ui/suggestions/auxiliary/proc-macro-type-error.rs [new file with mode: 0644]
tests/ui/suggestions/bad-hex-float-lit.rs [new file with mode: 0644]
tests/ui/suggestions/bad-hex-float-lit.stderr [new file with mode: 0644]
tests/ui/suggestions/bool_typo_err_suggest.rs [new file with mode: 0644]
tests/ui/suggestions/bool_typo_err_suggest.stderr [new file with mode: 0644]
tests/ui/suggestions/borrow-for-loop-head.rs [new file with mode: 0644]
tests/ui/suggestions/borrow-for-loop-head.stderr [new file with mode: 0644]
tests/ui/suggestions/bound-suggestions.fixed [new file with mode: 0644]
tests/ui/suggestions/bound-suggestions.rs [new file with mode: 0644]
tests/ui/suggestions/bound-suggestions.stderr [new file with mode: 0644]
tests/ui/suggestions/box-future-wrong-output.rs [new file with mode: 0644]
tests/ui/suggestions/box-future-wrong-output.stderr [new file with mode: 0644]
tests/ui/suggestions/boxed-variant-field.rs [new file with mode: 0644]
tests/ui/suggestions/boxed-variant-field.stderr [new file with mode: 0644]
tests/ui/suggestions/call-boxed.rs [new file with mode: 0644]
tests/ui/suggestions/call-boxed.stderr [new file with mode: 0644]
tests/ui/suggestions/call-on-missing.rs [new file with mode: 0644]
tests/ui/suggestions/call-on-missing.stderr [new file with mode: 0644]
tests/ui/suggestions/call-on-unimplemented-ctor.rs [new file with mode: 0644]
tests/ui/suggestions/call-on-unimplemented-ctor.stderr [new file with mode: 0644]
tests/ui/suggestions/call-on-unimplemented-fn-ptr.rs [new file with mode: 0644]
tests/ui/suggestions/call-on-unimplemented-fn-ptr.stderr [new file with mode: 0644]
tests/ui/suggestions/call-on-unimplemented-with-autoderef.rs [new file with mode: 0644]
tests/ui/suggestions/call-on-unimplemented-with-autoderef.stderr [new file with mode: 0644]
tests/ui/suggestions/chain-method-call-mutation-in-place.rs [new file with mode: 0644]
tests/ui/suggestions/chain-method-call-mutation-in-place.stderr [new file with mode: 0644]
tests/ui/suggestions/clone-on-unconstrained-borrowed-type-param.fixed [new file with mode: 0644]
tests/ui/suggestions/clone-on-unconstrained-borrowed-type-param.rs [new file with mode: 0644]
tests/ui/suggestions/clone-on-unconstrained-borrowed-type-param.stderr [new file with mode: 0644]
tests/ui/suggestions/const-in-struct-pat.rs [new file with mode: 0644]
tests/ui/suggestions/const-in-struct-pat.stderr [new file with mode: 0644]
tests/ui/suggestions/const-no-type.rs [new file with mode: 0644]
tests/ui/suggestions/const-no-type.stderr [new file with mode: 0644]
tests/ui/suggestions/const-pat-non-exaustive-let-new-var.rs [new file with mode: 0644]
tests/ui/suggestions/const-pat-non-exaustive-let-new-var.stderr [new file with mode: 0644]
tests/ui/suggestions/constrain-suggest-ice.rs [new file with mode: 0644]
tests/ui/suggestions/constrain-suggest-ice.stderr [new file with mode: 0644]
tests/ui/suggestions/constrain-trait.fixed [new file with mode: 0644]
tests/ui/suggestions/constrain-trait.rs [new file with mode: 0644]
tests/ui/suggestions/constrain-trait.stderr [new file with mode: 0644]
tests/ui/suggestions/copied-and-cloned.fixed [new file with mode: 0644]
tests/ui/suggestions/copied-and-cloned.rs [new file with mode: 0644]
tests/ui/suggestions/copied-and-cloned.stderr [new file with mode: 0644]
tests/ui/suggestions/core-std-import-order-issue-83564.rs [new file with mode: 0644]
tests/ui/suggestions/core-std-import-order-issue-83564.stderr [new file with mode: 0644]
tests/ui/suggestions/count2len.rs [new file with mode: 0644]
tests/ui/suggestions/count2len.stderr [new file with mode: 0644]
tests/ui/suggestions/crate-or-module-typo.rs [new file with mode: 0644]
tests/ui/suggestions/crate-or-module-typo.stderr [new file with mode: 0644]
tests/ui/suggestions/deref-path-method.rs [new file with mode: 0644]
tests/ui/suggestions/deref-path-method.stderr [new file with mode: 0644]
tests/ui/suggestions/derive-clone-for-eq.fixed [new file with mode: 0644]
tests/ui/suggestions/derive-clone-for-eq.rs [new file with mode: 0644]
tests/ui/suggestions/derive-clone-for-eq.stderr [new file with mode: 0644]
tests/ui/suggestions/derive-macro-missing-bounds.rs [new file with mode: 0644]
tests/ui/suggestions/derive-macro-missing-bounds.stderr [new file with mode: 0644]
tests/ui/suggestions/derive-trait-for-method-call.rs [new file with mode: 0644]
tests/ui/suggestions/derive-trait-for-method-call.stderr [new file with mode: 0644]
tests/ui/suggestions/do-not-attempt-to-add-suggestions-with-no-changes.rs [new file with mode: 0644]
tests/ui/suggestions/do-not-attempt-to-add-suggestions-with-no-changes.stderr [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-deref-inside-macro-issue-58298.rs [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-deref-inside-macro-issue-58298.stderr [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-doc-hidden-variant-for-enum/auxiliary/hidden-child.rs [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-doc-hidden-variant-for-enum/auxiliary/hidden-parent.rs [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-doc-hidden-variant-for-enum/hidden-child.rs [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-doc-hidden-variant-for-enum/hidden-child.stderr [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-doc-hidden-variant-for-enum/hidden-parent.rs [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-doc-hidden-variant-for-enum/hidden-parent.stderr [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-pin-array-dot-set.rs [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-pin-array-dot-set.stderr [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-ref/duplicate-suggestions.rs [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-ref/duplicate-suggestions.stderr [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-ref/move-into-closure.rs [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-ref/move-into-closure.stderr [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-ref/simple.rs [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-ref/simple.stderr [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-try_into-in-macros.rs [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-try_into-in-macros.stderr [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-ufcs-for-const.rs [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-ufcs-for-const.stderr [new file with mode: 0644]
tests/ui/suggestions/dont-try-removing-the-field.rs [new file with mode: 0644]
tests/ui/suggestions/dont-try-removing-the-field.stderr [new file with mode: 0644]
tests/ui/suggestions/dont-wrap-ambiguous-receivers.rs [new file with mode: 0644]
tests/ui/suggestions/dont-wrap-ambiguous-receivers.stderr [new file with mode: 0644]
tests/ui/suggestions/enum-method-probe.fixed [new file with mode: 0644]
tests/ui/suggestions/enum-method-probe.rs [new file with mode: 0644]
tests/ui/suggestions/enum-method-probe.stderr [new file with mode: 0644]
tests/ui/suggestions/enum-variant-arg-mismatch.rs [new file with mode: 0644]
tests/ui/suggestions/enum-variant-arg-mismatch.stderr [new file with mode: 0644]
tests/ui/suggestions/expected-boxed-future-isnt-pinned.rs [new file with mode: 0644]
tests/ui/suggestions/expected-boxed-future-isnt-pinned.stderr [new file with mode: 0644]
tests/ui/suggestions/field-access-considering-privacy.rs [new file with mode: 0644]
tests/ui/suggestions/field-access-considering-privacy.stderr [new file with mode: 0644]
tests/ui/suggestions/field-access.fixed [new file with mode: 0644]
tests/ui/suggestions/field-access.rs [new file with mode: 0644]
tests/ui/suggestions/field-access.stderr [new file with mode: 0644]
tests/ui/suggestions/field-has-method.rs [new file with mode: 0644]
tests/ui/suggestions/field-has-method.stderr [new file with mode: 0644]
tests/ui/suggestions/fn-ctor-passed-as-arg-where-it-should-have-been-called.rs [new file with mode: 0644]
tests/ui/suggestions/fn-ctor-passed-as-arg-where-it-should-have-been-called.stderr [new file with mode: 0644]
tests/ui/suggestions/fn-missing-lifetime-in-item.rs [new file with mode: 0644]
tests/ui/suggestions/fn-missing-lifetime-in-item.stderr [new file with mode: 0644]
tests/ui/suggestions/fn-needing-specified-return-type-param.rs [new file with mode: 0644]
tests/ui/suggestions/fn-needing-specified-return-type-param.stderr [new file with mode: 0644]
tests/ui/suggestions/fn-or-tuple-struct-with-underscore-args.rs [new file with mode: 0644]
tests/ui/suggestions/fn-or-tuple-struct-with-underscore-args.stderr [new file with mode: 0644]
tests/ui/suggestions/fn-or-tuple-struct-without-args.rs [new file with mode: 0644]
tests/ui/suggestions/fn-or-tuple-struct-without-args.stderr [new file with mode: 0644]
tests/ui/suggestions/fn-to-method-deeply-nested.rs [new file with mode: 0644]
tests/ui/suggestions/fn-to-method-deeply-nested.stderr [new file with mode: 0644]
tests/ui/suggestions/fn-to-method.rs [new file with mode: 0644]
tests/ui/suggestions/fn-to-method.stderr [new file with mode: 0644]
tests/ui/suggestions/fn-trait-notation.fixed [new file with mode: 0644]
tests/ui/suggestions/fn-trait-notation.rs [new file with mode: 0644]
tests/ui/suggestions/fn-trait-notation.stderr [new file with mode: 0644]
tests/ui/suggestions/for-i-in-vec.fixed [new file with mode: 0644]
tests/ui/suggestions/for-i-in-vec.rs [new file with mode: 0644]
tests/ui/suggestions/for-i-in-vec.stderr [new file with mode: 0644]
tests/ui/suggestions/format-borrow.rs [new file with mode: 0644]
tests/ui/suggestions/format-borrow.stderr [new file with mode: 0644]
tests/ui/suggestions/if-let-typo.rs [new file with mode: 0644]
tests/ui/suggestions/if-let-typo.stderr [new file with mode: 0644]
tests/ui/suggestions/if-then-neeing-semi.rs [new file with mode: 0644]
tests/ui/suggestions/if-then-neeing-semi.stderr [new file with mode: 0644]
tests/ui/suggestions/ignore-nested-field-binding.fixed [new file with mode: 0644]
tests/ui/suggestions/ignore-nested-field-binding.rs [new file with mode: 0644]
tests/ui/suggestions/ignore-nested-field-binding.stderr [new file with mode: 0644]
tests/ui/suggestions/imm-ref-trait-object-literal-bound-regions.rs [new file with mode: 0644]
tests/ui/suggestions/imm-ref-trait-object-literal-bound-regions.stderr [new file with mode: 0644]
tests/ui/suggestions/imm-ref-trait-object-literal.rs [new file with mode: 0644]
tests/ui/suggestions/imm-ref-trait-object-literal.stderr [new file with mode: 0644]
tests/ui/suggestions/imm-ref-trait-object.rs [new file with mode: 0644]
tests/ui/suggestions/imm-ref-trait-object.stderr [new file with mode: 0644]
tests/ui/suggestions/impl-on-dyn-trait-with-implicit-static-bound-needing-more-suggestions.rs [new file with mode: 0644]
tests/ui/suggestions/impl-on-dyn-trait-with-implicit-static-bound-needing-more-suggestions.stderr [new file with mode: 0644]
tests/ui/suggestions/impl-on-dyn-trait-with-implicit-static-bound.rs [new file with mode: 0644]
tests/ui/suggestions/impl-on-dyn-trait-with-implicit-static-bound.stderr [new file with mode: 0644]
tests/ui/suggestions/impl-trait-missing-lifetime-gated.rs [new file with mode: 0644]
tests/ui/suggestions/impl-trait-missing-lifetime-gated.stderr [new file with mode: 0644]
tests/ui/suggestions/impl-trait-missing-lifetime.rs [new file with mode: 0644]
tests/ui/suggestions/impl-trait-missing-lifetime.stderr [new file with mode: 0644]
tests/ui/suggestions/impl-trait-return-trailing-semicolon.rs [new file with mode: 0644]
tests/ui/suggestions/impl-trait-return-trailing-semicolon.stderr [new file with mode: 0644]
tests/ui/suggestions/impl-trait-with-missing-bounds.rs [new file with mode: 0644]
tests/ui/suggestions/impl-trait-with-missing-bounds.stderr [new file with mode: 0644]
tests/ui/suggestions/impl-trait-with-missing-trait-bounds-in-arg.fixed [new file with mode: 0644]
tests/ui/suggestions/impl-trait-with-missing-trait-bounds-in-arg.rs [new file with mode: 0644]
tests/ui/suggestions/impl-trait-with-missing-trait-bounds-in-arg.stderr [new file with mode: 0644]
tests/ui/suggestions/import-trait-for-method-call.rs [new file with mode: 0644]
tests/ui/suggestions/import-trait-for-method-call.stderr [new file with mode: 0644]
tests/ui/suggestions/inner_type.fixed [new file with mode: 0644]
tests/ui/suggestions/inner_type.rs [new file with mode: 0644]
tests/ui/suggestions/inner_type.stderr [new file with mode: 0644]
tests/ui/suggestions/inner_type2.rs [new file with mode: 0644]
tests/ui/suggestions/inner_type2.stderr [new file with mode: 0644]
tests/ui/suggestions/into-convert.rs [new file with mode: 0644]
tests/ui/suggestions/into-convert.stderr [new file with mode: 0644]
tests/ui/suggestions/into-str.rs [new file with mode: 0644]
tests/ui/suggestions/into-str.stderr [new file with mode: 0644]
tests/ui/suggestions/invalid-bin-op.rs [new file with mode: 0644]
tests/ui/suggestions/invalid-bin-op.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-101065.fixed [new file with mode: 0644]
tests/ui/suggestions/issue-101065.rs [new file with mode: 0644]
tests/ui/suggestions/issue-101065.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-101421.rs [new file with mode: 0644]
tests/ui/suggestions/issue-101421.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-101465.rs [new file with mode: 0644]
tests/ui/suggestions/issue-101465.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-101623.rs [new file with mode: 0644]
tests/ui/suggestions/issue-101623.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-101984.rs [new file with mode: 0644]
tests/ui/suggestions/issue-101984.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-102354.rs [new file with mode: 0644]
tests/ui/suggestions/issue-102354.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-102892.rs [new file with mode: 0644]
tests/ui/suggestions/issue-102892.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-103112.rs [new file with mode: 0644]
tests/ui/suggestions/issue-103112.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-104086-suggest-let.rs [new file with mode: 0644]
tests/ui/suggestions/issue-104086-suggest-let.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-104287.rs [new file with mode: 0644]
tests/ui/suggestions/issue-104287.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-104327.rs [new file with mode: 0644]
tests/ui/suggestions/issue-104327.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-104328.rs [new file with mode: 0644]
tests/ui/suggestions/issue-104328.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-104961.fixed [new file with mode: 0644]
tests/ui/suggestions/issue-104961.rs [new file with mode: 0644]
tests/ui/suggestions/issue-104961.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-105226.rs [new file with mode: 0644]
tests/ui/suggestions/issue-105226.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-105494.rs [new file with mode: 0644]
tests/ui/suggestions/issue-105494.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-105645.rs [new file with mode: 0644]
tests/ui/suggestions/issue-105645.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-105761-suggest-self-for-closure.fixed [new file with mode: 0644]
tests/ui/suggestions/issue-105761-suggest-self-for-closure.rs [new file with mode: 0644]
tests/ui/suggestions/issue-105761-suggest-self-for-closure.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-106443-sugg-clone-for-arg.rs [new file with mode: 0644]
tests/ui/suggestions/issue-106443-sugg-clone-for-arg.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-106443-sugg-clone-for-bound.rs [new file with mode: 0644]
tests/ui/suggestions/issue-106443-sugg-clone-for-bound.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-21673.rs [new file with mode: 0644]
tests/ui/suggestions/issue-21673.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-51055-missing-semicolon-between-call-and-tuple.rs [new file with mode: 0644]
tests/ui/suggestions/issue-51055-missing-semicolon-between-call-and-tuple.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-52820.fixed [new file with mode: 0644]
tests/ui/suggestions/issue-52820.rs [new file with mode: 0644]
tests/ui/suggestions/issue-52820.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-53692.fixed [new file with mode: 0644]
tests/ui/suggestions/issue-53692.rs [new file with mode: 0644]
tests/ui/suggestions/issue-53692.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-57672.rs [new file with mode: 0644]
tests/ui/suggestions/issue-59819.fixed [new file with mode: 0644]
tests/ui/suggestions/issue-59819.rs [new file with mode: 0644]
tests/ui/suggestions/issue-59819.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-61226.fixed [new file with mode: 0644]
tests/ui/suggestions/issue-61226.rs [new file with mode: 0644]
tests/ui/suggestions/issue-61226.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-61963.rs [new file with mode: 0644]
tests/ui/suggestions/issue-61963.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-62843.rs [new file with mode: 0644]
tests/ui/suggestions/issue-62843.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-64252-self-type.rs [new file with mode: 0644]
tests/ui/suggestions/issue-64252-self-type.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-66968-suggest-sorted-words.rs [new file with mode: 0644]
tests/ui/suggestions/issue-66968-suggest-sorted-words.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-68049-1.rs [new file with mode: 0644]
tests/ui/suggestions/issue-68049-1.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-68049-2.rs [new file with mode: 0644]
tests/ui/suggestions/issue-68049-2.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-71394-no-from-impl.rs [new file with mode: 0644]
tests/ui/suggestions/issue-71394-no-from-impl.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-72766.rs [new file with mode: 0644]
tests/ui/suggestions/issue-72766.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-79843-impl-trait-with-missing-bounds-on-async-fn.rs [new file with mode: 0644]
tests/ui/suggestions/issue-79843-impl-trait-with-missing-bounds-on-async-fn.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-81098.rs [new file with mode: 0644]
tests/ui/suggestions/issue-81098.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-81839.rs [new file with mode: 0644]
tests/ui/suggestions/issue-81839.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-82361.fixed [new file with mode: 0644]
tests/ui/suggestions/issue-82361.rs [new file with mode: 0644]
tests/ui/suggestions/issue-82361.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-82566-1.rs [new file with mode: 0644]
tests/ui/suggestions/issue-82566-1.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-82566-2.rs [new file with mode: 0644]
tests/ui/suggestions/issue-82566-2.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-83892.fixed [new file with mode: 0644]
tests/ui/suggestions/issue-83892.rs [new file with mode: 0644]
tests/ui/suggestions/issue-83892.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-83943.fixed [new file with mode: 0644]
tests/ui/suggestions/issue-83943.rs [new file with mode: 0644]
tests/ui/suggestions/issue-83943.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-84592.rs [new file with mode: 0644]
tests/ui/suggestions/issue-84592.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-84700.rs [new file with mode: 0644]
tests/ui/suggestions/issue-84700.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-84973-2.rs [new file with mode: 0644]
tests/ui/suggestions/issue-84973-2.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-84973-blacklist.rs [new file with mode: 0644]
tests/ui/suggestions/issue-84973-blacklist.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-84973-negative.rs [new file with mode: 0644]
tests/ui/suggestions/issue-84973-negative.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-84973.rs [new file with mode: 0644]
tests/ui/suggestions/issue-84973.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-85347.rs [new file with mode: 0644]
tests/ui/suggestions/issue-85347.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-85943-no-suggest-unsized-indirection-in-where-clause.rs [new file with mode: 0644]
tests/ui/suggestions/issue-85943-no-suggest-unsized-indirection-in-where-clause.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-85945-check-where-clause-before-suggesting-unsized.rs [new file with mode: 0644]
tests/ui/suggestions/issue-85945-check-where-clause-before-suggesting-unsized.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-86100-tuple-paren-comma.rs [new file with mode: 0644]
tests/ui/suggestions/issue-86100-tuple-paren-comma.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-86667.rs [new file with mode: 0644]
tests/ui/suggestions/issue-86667.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-88730.rs [new file with mode: 0644]
tests/ui/suggestions/issue-88730.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-89064.rs [new file with mode: 0644]
tests/ui/suggestions/issue-89064.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-89333.rs [new file with mode: 0644]
tests/ui/suggestions/issue-89333.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-90213-expected-boxfuture-self-ice.rs [new file with mode: 0644]
tests/ui/suggestions/issue-90213-expected-boxfuture-self-ice.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-90974.rs [new file with mode: 0644]
tests/ui/suggestions/issue-90974.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-96223.rs [new file with mode: 0644]
tests/ui/suggestions/issue-96223.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-96555.rs [new file with mode: 0644]
tests/ui/suggestions/issue-96555.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-97677.fixed [new file with mode: 0644]
tests/ui/suggestions/issue-97677.rs [new file with mode: 0644]
tests/ui/suggestions/issue-97677.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-97704.fixed [new file with mode: 0644]
tests/ui/suggestions/issue-97704.rs [new file with mode: 0644]
tests/ui/suggestions/issue-97704.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-97760.rs [new file with mode: 0644]
tests/ui/suggestions/issue-97760.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-98500.rs [new file with mode: 0644]
tests/ui/suggestions/issue-98500.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-99080.rs [new file with mode: 0644]
tests/ui/suggestions/issue-99080.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-99240-2.rs [new file with mode: 0644]
tests/ui/suggestions/issue-99240-2.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-99240.rs [new file with mode: 0644]
tests/ui/suggestions/issue-99240.stderr [new file with mode: 0644]
tests/ui/suggestions/js-style-comparison-op-separate-eq-token.rs [new file with mode: 0644]
tests/ui/suggestions/js-style-comparison-op-separate-eq-token.stderr [new file with mode: 0644]
tests/ui/suggestions/js-style-comparison-op.fixed [new file with mode: 0644]
tests/ui/suggestions/js-style-comparison-op.rs [new file with mode: 0644]
tests/ui/suggestions/js-style-comparison-op.stderr [new file with mode: 0644]
tests/ui/suggestions/late-bound-in-borrow-closure-sugg.rs [new file with mode: 0644]
tests/ui/suggestions/late-bound-in-borrow-closure-sugg.stderr [new file with mode: 0644]
tests/ui/suggestions/let-binding-init-expr-as-ty.rs [new file with mode: 0644]
tests/ui/suggestions/let-binding-init-expr-as-ty.stderr [new file with mode: 0644]
tests/ui/suggestions/lifetimes/issue-105544.fixed [new file with mode: 0644]
tests/ui/suggestions/lifetimes/issue-105544.rs [new file with mode: 0644]
tests/ui/suggestions/lifetimes/issue-105544.stderr [new file with mode: 0644]
tests/ui/suggestions/lifetimes/missing-lifetimes-in-signature-2.fixed [new file with mode: 0644]
tests/ui/suggestions/lifetimes/missing-lifetimes-in-signature-2.rs [new file with mode: 0644]
tests/ui/suggestions/lifetimes/missing-lifetimes-in-signature-2.stderr [new file with mode: 0644]
tests/ui/suggestions/lifetimes/missing-lifetimes-in-signature-before-const.fixed [new file with mode: 0644]
tests/ui/suggestions/lifetimes/missing-lifetimes-in-signature-before-const.rs [new file with mode: 0644]
tests/ui/suggestions/lifetimes/missing-lifetimes-in-signature-before-const.stderr [new file with mode: 0644]
tests/ui/suggestions/lifetimes/missing-lifetimes-in-signature.rs [new file with mode: 0644]
tests/ui/suggestions/lifetimes/missing-lifetimes-in-signature.stderr [new file with mode: 0644]
tests/ui/suggestions/lifetimes/trait-object-nested-in-impl-trait.rs [new file with mode: 0644]
tests/ui/suggestions/lifetimes/trait-object-nested-in-impl-trait.stderr [new file with mode: 0644]
tests/ui/suggestions/many-type-ascription.rs [new file with mode: 0644]
tests/ui/suggestions/many-type-ascription.stderr [new file with mode: 0644]
tests/ui/suggestions/match-ergonomics.rs [new file with mode: 0644]
tests/ui/suggestions/match-ergonomics.stderr [new file with mode: 0644]
tests/ui/suggestions/match-needing-semi.rs [new file with mode: 0644]
tests/ui/suggestions/match-needing-semi.stderr [new file with mode: 0644]
tests/ui/suggestions/match-prev-arm-needing-semi.rs [new file with mode: 0644]
tests/ui/suggestions/match-prev-arm-needing-semi.stderr [new file with mode: 0644]
tests/ui/suggestions/match-with-different-arm-types-as-stmt-instead-of-expr.rs [new file with mode: 0644]
tests/ui/suggestions/match-with-different-arm-types-as-stmt-instead-of-expr.stderr [new file with mode: 0644]
tests/ui/suggestions/method-access-to-range-literal-typo.fixed [new file with mode: 0644]
tests/ui/suggestions/method-access-to-range-literal-typo.rs [new file with mode: 0644]
tests/ui/suggestions/method-access-to-range-literal-typo.stderr [new file with mode: 0644]
tests/ui/suggestions/method-missing-parentheses.rs [new file with mode: 0644]
tests/ui/suggestions/method-missing-parentheses.stderr [new file with mode: 0644]
tests/ui/suggestions/mismatched-types-numeric-from.rs [new file with mode: 0644]
tests/ui/suggestions/mismatched-types-numeric-from.stderr [new file with mode: 0644]
tests/ui/suggestions/missing-assoc-fn-applicable-suggestions.fixed [new file with mode: 0644]
tests/ui/suggestions/missing-assoc-fn-applicable-suggestions.rs [new file with mode: 0644]
tests/ui/suggestions/missing-assoc-fn-applicable-suggestions.stderr [new file with mode: 0644]
tests/ui/suggestions/missing-assoc-fn.rs [new file with mode: 0644]
tests/ui/suggestions/missing-assoc-fn.stderr [new file with mode: 0644]
tests/ui/suggestions/missing-assoc-type-bound-restriction.rs [new file with mode: 0644]
tests/ui/suggestions/missing-bound-in-derive-copy-impl-2.fixed [new file with mode: 0644]
tests/ui/suggestions/missing-bound-in-derive-copy-impl-2.rs [new file with mode: 0644]
tests/ui/suggestions/missing-bound-in-derive-copy-impl-2.stderr [new file with mode: 0644]
tests/ui/suggestions/missing-bound-in-derive-copy-impl-3.fixed [new file with mode: 0644]
tests/ui/suggestions/missing-bound-in-derive-copy-impl-3.rs [new file with mode: 0644]
tests/ui/suggestions/missing-bound-in-derive-copy-impl-3.stderr [new file with mode: 0644]
tests/ui/suggestions/missing-bound-in-derive-copy-impl.rs [new file with mode: 0644]
tests/ui/suggestions/missing-bound-in-derive-copy-impl.stderr [new file with mode: 0644]
tests/ui/suggestions/missing-bound-in-manual-copy-impl-2.fixed [new file with mode: 0644]
tests/ui/suggestions/missing-bound-in-manual-copy-impl-2.rs [new file with mode: 0644]
tests/ui/suggestions/missing-bound-in-manual-copy-impl-2.stderr [new file with mode: 0644]
tests/ui/suggestions/missing-bound-in-manual-copy-impl.fixed [new file with mode: 0644]
tests/ui/suggestions/missing-bound-in-manual-copy-impl.rs [new file with mode: 0644]
tests/ui/suggestions/missing-bound-in-manual-copy-impl.stderr [new file with mode: 0644]
tests/ui/suggestions/missing-lifetime-in-assoc-const-type.rs [new file with mode: 0644]
tests/ui/suggestions/missing-lifetime-in-assoc-const-type.stderr [new file with mode: 0644]
tests/ui/suggestions/missing-lifetime-specifier.rs [new file with mode: 0644]
tests/ui/suggestions/missing-lifetime-specifier.stderr [new file with mode: 0644]
tests/ui/suggestions/missing-lt-for-hrtb.rs [new file with mode: 0644]
tests/ui/suggestions/missing-lt-for-hrtb.stderr [new file with mode: 0644]
tests/ui/suggestions/missing-trait-item.fixed [new file with mode: 0644]
tests/ui/suggestions/missing-trait-item.rs [new file with mode: 0644]
tests/ui/suggestions/missing-trait-item.stderr [new file with mode: 0644]
tests/ui/suggestions/missing-type-param-used-in-param.fixed [new file with mode: 0644]
tests/ui/suggestions/missing-type-param-used-in-param.rs [new file with mode: 0644]
tests/ui/suggestions/missing-type-param-used-in-param.stderr [new file with mode: 0644]
tests/ui/suggestions/move-generic-to-trait-in-method-with-params.rs [new file with mode: 0644]
tests/ui/suggestions/move-generic-to-trait-in-method-with-params.stderr [new file with mode: 0644]
tests/ui/suggestions/multibyte-escapes.rs [new file with mode: 0644]
tests/ui/suggestions/multibyte-escapes.stderr [new file with mode: 0644]
tests/ui/suggestions/mut-borrow-needed-by-trait.rs [new file with mode: 0644]
tests/ui/suggestions/mut-borrow-needed-by-trait.stderr [new file with mode: 0644]
tests/ui/suggestions/mut-ref-reassignment.rs [new file with mode: 0644]
tests/ui/suggestions/mut-ref-reassignment.stderr [new file with mode: 0644]
tests/ui/suggestions/negative-literal-index.fixed [new file with mode: 0644]
tests/ui/suggestions/negative-literal-index.rs [new file with mode: 0644]
tests/ui/suggestions/negative-literal-index.stderr [new file with mode: 0644]
tests/ui/suggestions/nested-non-tuple-tuple-struct.rs [new file with mode: 0644]
tests/ui/suggestions/nested-non-tuple-tuple-struct.stderr [new file with mode: 0644]
tests/ui/suggestions/no-extern-crate-in-type.rs [new file with mode: 0644]
tests/ui/suggestions/no-extern-crate-in-type.stderr [new file with mode: 0644]
tests/ui/suggestions/non-existent-field-present-in-subfield-recursion-limit.rs [new file with mode: 0644]
tests/ui/suggestions/non-existent-field-present-in-subfield-recursion-limit.stderr [new file with mode: 0644]
tests/ui/suggestions/non-existent-field-present-in-subfield.fixed [new file with mode: 0644]
tests/ui/suggestions/non-existent-field-present-in-subfield.rs [new file with mode: 0644]
tests/ui/suggestions/non-existent-field-present-in-subfield.stderr [new file with mode: 0644]
tests/ui/suggestions/object-unsafe-trait-references-self.rs [new file with mode: 0644]
tests/ui/suggestions/object-unsafe-trait-references-self.stderr [new file with mode: 0644]
tests/ui/suggestions/object-unsafe-trait-should-use-self.rs [new file with mode: 0644]
tests/ui/suggestions/object-unsafe-trait-should-use-self.stderr [new file with mode: 0644]
tests/ui/suggestions/object-unsafe-trait-should-use-where-sized.fixed [new file with mode: 0644]
tests/ui/suggestions/object-unsafe-trait-should-use-where-sized.rs [new file with mode: 0644]
tests/ui/suggestions/object-unsafe-trait-should-use-where-sized.stderr [new file with mode: 0644]
tests/ui/suggestions/opaque-type-error.rs [new file with mode: 0644]
tests/ui/suggestions/opaque-type-error.stderr [new file with mode: 0644]
tests/ui/suggestions/option-content-move-from-tuple-match.rs [new file with mode: 0644]
tests/ui/suggestions/option-content-move-from-tuple-match.stderr [new file with mode: 0644]
tests/ui/suggestions/option-content-move.rs [new file with mode: 0644]
tests/ui/suggestions/option-content-move.stderr [new file with mode: 0644]
tests/ui/suggestions/option-content-move2.rs [new file with mode: 0644]
tests/ui/suggestions/option-content-move2.stderr [new file with mode: 0644]
tests/ui/suggestions/option-to-bool.rs [new file with mode: 0644]
tests/ui/suggestions/option-to-bool.stderr [new file with mode: 0644]
tests/ui/suggestions/parenthesized-deref-suggestion.rs [new file with mode: 0644]
tests/ui/suggestions/parenthesized-deref-suggestion.stderr [new file with mode: 0644]
tests/ui/suggestions/path-by-value.rs [new file with mode: 0644]
tests/ui/suggestions/path-by-value.stderr [new file with mode: 0644]
tests/ui/suggestions/path-display.rs [new file with mode: 0644]
tests/ui/suggestions/path-display.stderr [new file with mode: 0644]
tests/ui/suggestions/pattern-slice-vec.fixed [new file with mode: 0644]
tests/ui/suggestions/pattern-slice-vec.rs [new file with mode: 0644]
tests/ui/suggestions/pattern-slice-vec.stderr [new file with mode: 0644]
tests/ui/suggestions/pattern-struct-with-slice-vec-field.rs [new file with mode: 0644]
tests/ui/suggestions/pattern-struct-with-slice-vec-field.stderr [new file with mode: 0644]
tests/ui/suggestions/private-field.rs [new file with mode: 0644]
tests/ui/suggestions/private-field.stderr [new file with mode: 0644]
tests/ui/suggestions/raw-byte-string-prefix.rs [new file with mode: 0644]
tests/ui/suggestions/raw-byte-string-prefix.stderr [new file with mode: 0644]
tests/ui/suggestions/raw-name-use-suggestion.rs [new file with mode: 0644]
tests/ui/suggestions/raw-name-use-suggestion.stderr [new file with mode: 0644]
tests/ui/suggestions/recover-from-semicolon-trailing-item.rs [new file with mode: 0644]
tests/ui/suggestions/recover-from-semicolon-trailing-item.stderr [new file with mode: 0644]
tests/ui/suggestions/recover-invalid-float-invalid.rs [new file with mode: 0644]
tests/ui/suggestions/recover-invalid-float-invalid.stderr [new file with mode: 0644]
tests/ui/suggestions/recover-invalid-float.fixed [new file with mode: 0644]
tests/ui/suggestions/recover-invalid-float.rs [new file with mode: 0644]
tests/ui/suggestions/recover-invalid-float.stderr [new file with mode: 0644]
tests/ui/suggestions/recover-missing-turbofish-surrounding-angle-braket.rs [new file with mode: 0644]
tests/ui/suggestions/recover-missing-turbofish-surrounding-angle-braket.stderr [new file with mode: 0644]
tests/ui/suggestions/ref-pattern-binding.fixed [new file with mode: 0644]
tests/ui/suggestions/ref-pattern-binding.rs [new file with mode: 0644]
tests/ui/suggestions/ref-pattern-binding.stderr [new file with mode: 0644]
tests/ui/suggestions/removal-of-multiline-trait-bound-in-where-clause.rs [new file with mode: 0644]
tests/ui/suggestions/removal-of-multiline-trait-bound-in-where-clause.stderr [new file with mode: 0644]
tests/ui/suggestions/remove-as_str.rs [new file with mode: 0644]
tests/ui/suggestions/remove-as_str.stderr [new file with mode: 0644]
tests/ui/suggestions/restrict-existing-type-bounds.rs [new file with mode: 0644]
tests/ui/suggestions/restrict-existing-type-bounds.stderr [new file with mode: 0644]
tests/ui/suggestions/restrict-type-argument.rs [new file with mode: 0644]
tests/ui/suggestions/restrict-type-argument.stderr [new file with mode: 0644]
tests/ui/suggestions/restrict-type-not-param.rs [new file with mode: 0644]
tests/ui/suggestions/restrict-type-not-param.stderr [new file with mode: 0644]
tests/ui/suggestions/return-bindings-multi.rs [new file with mode: 0644]
tests/ui/suggestions/return-bindings-multi.stderr [new file with mode: 0644]
tests/ui/suggestions/return-bindings.rs [new file with mode: 0644]
tests/ui/suggestions/return-bindings.stderr [new file with mode: 0644]
tests/ui/suggestions/return-closures.rs [new file with mode: 0644]
tests/ui/suggestions/return-closures.stderr [new file with mode: 0644]
tests/ui/suggestions/return-cycle-2.rs [new file with mode: 0644]
tests/ui/suggestions/return-cycle-2.stderr [new file with mode: 0644]
tests/ui/suggestions/return-cycle.rs [new file with mode: 0644]
tests/ui/suggestions/return-cycle.stderr [new file with mode: 0644]
tests/ui/suggestions/return-elided-lifetime.rs [new file with mode: 0644]
tests/ui/suggestions/return-elided-lifetime.stderr [new file with mode: 0644]
tests/ui/suggestions/return-without-lifetime.rs [new file with mode: 0644]
tests/ui/suggestions/return-without-lifetime.stderr [new file with mode: 0644]
tests/ui/suggestions/shadowed-lplace-method-2.rs [new file with mode: 0644]
tests/ui/suggestions/shadowed-lplace-method-2.stderr [new file with mode: 0644]
tests/ui/suggestions/shadowed-lplace-method.fixed [new file with mode: 0644]
tests/ui/suggestions/shadowed-lplace-method.rs [new file with mode: 0644]
tests/ui/suggestions/shadowed-lplace-method.stderr [new file with mode: 0644]
tests/ui/suggestions/slice-issue-87994.rs [new file with mode: 0644]
tests/ui/suggestions/slice-issue-87994.stderr [new file with mode: 0644]
tests/ui/suggestions/struct-field-type-including-single-colon.rs [new file with mode: 0644]
tests/ui/suggestions/struct-field-type-including-single-colon.stderr [new file with mode: 0644]
tests/ui/suggestions/struct-initializer-comma.fixed [new file with mode: 0644]
tests/ui/suggestions/struct-initializer-comma.rs [new file with mode: 0644]
tests/ui/suggestions/struct-initializer-comma.stderr [new file with mode: 0644]
tests/ui/suggestions/sugg-else-for-closure.fixed [new file with mode: 0644]
tests/ui/suggestions/sugg-else-for-closure.rs [new file with mode: 0644]
tests/ui/suggestions/sugg-else-for-closure.stderr [new file with mode: 0644]
tests/ui/suggestions/sugg_with_positional_args_and_debug_fmt.rs [new file with mode: 0644]
tests/ui/suggestions/sugg_with_positional_args_and_debug_fmt.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-add-self.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-add-self.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-adding-reference-to-trait-assoc-item.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-adding-reference-to-trait-assoc-item.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-adding-reference-to-trait-assoc-item.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-assoc-fn-call-deref.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-assoc-fn-call-deref.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-assoc-fn-call-deref.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-assoc-fn-call-with-turbofish-placeholder.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-assoc-fn-call-with-turbofish-placeholder.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-assoc-fn-call-with-turbofish-through-deref.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-assoc-fn-call-with-turbofish-through-deref.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-assoc-fn-call-with-turbofish.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-assoc-fn-call-with-turbofish.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-assoc-fn-call-with-turbofish.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-blanket-impl-local-trait.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-blanket-impl-local-trait.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-borrow-to-dyn-object.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-borrow-to-dyn-object.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-box.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-box.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-box.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-call-on-pat-mismatch.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-call-on-pat-mismatch.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-change-mut.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-change-mut.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-closure-return-type-1.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-closure-return-type-1.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-closure-return-type-2.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-closure-return-type-2.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-closure-return-type-3.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-closure-return-type-3.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-dereferencing-index.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-dereferencing-index.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-dereferencing-index.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-fn-ptr-for-fn-item-in-fn-ret.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-fn-ptr-for-fn-item-in-fn-ret.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-fn-ptr-for-fn-item-in-fn-ret.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-full-enum-variant-for-local-module.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-full-enum-variant-for-local-module.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-imm-mut-trait-implementations.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-imm-mut-trait-implementations.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-impl-trait-lifetime.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-impl-trait-lifetime.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-impl-trait-lifetime.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-labels.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-labels.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-let-for-assignment.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-let-for-assignment.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-let-for-assignment.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-methods.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-methods.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-move-lifetimes.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-move-lifetimes.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-move-types.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-move-types.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-mut-method-for-loop-hashmap.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-mut-method-for-loop-hashmap.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-mut-method-for-loop-hashmap.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-mut-method-for-loop.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-mut-method-for-loop.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-on-bare-closure-call.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-on-bare-closure-call.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-ref-macro.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-ref-macro.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-ref-mut.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-ref-mut.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-deref.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-deref.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-deref.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-refs-1.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-refs-1.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-refs-1.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-refs-2.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-refs-2.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-refs-2.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-refs-3.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-refs-3.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-refs-3.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-refs-4.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-refs-4.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-refs-4.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-refs-5.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-refs-5.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-refs-5.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-semicolon-for-fn-in-extern-block.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-semicolon-for-fn-in-extern-block.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-semicolon-for-fn-in-extern-block.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-split-at-mut.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-split-at-mut.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-std-when-using-type.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-std-when-using-type.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-std-when-using-type.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-swapping-self-ty-and-trait-edition-2021.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-swapping-self-ty-and-trait-edition-2021.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-swapping-self-ty-and-trait.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-swapping-self-ty-and-trait.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-trait-in-ufcs-in-hrtb.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-trait-in-ufcs-in-hrtb.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-trait-items.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-trait-items.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-tryinto-edition-change.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-tryinto-edition-change.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-using-chars.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-using-chars.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-variants.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-variants.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest_print_over_printf.rs [new file with mode: 0644]
tests/ui/suggestions/suggest_print_over_printf.stderr [new file with mode: 0644]
tests/ui/suggestions/too-many-field-suggestions.rs [new file with mode: 0644]
tests/ui/suggestions/too-many-field-suggestions.stderr [new file with mode: 0644]
tests/ui/suggestions/trait-hidden-method.rs [new file with mode: 0644]
tests/ui/suggestions/trait-hidden-method.stderr [new file with mode: 0644]
tests/ui/suggestions/trait-with-missing-associated-type-restriction-fixable.fixed [new file with mode: 0644]
tests/ui/suggestions/trait-with-missing-associated-type-restriction-fixable.rs [new file with mode: 0644]
tests/ui/suggestions/trait-with-missing-associated-type-restriction-fixable.stderr [new file with mode: 0644]
tests/ui/suggestions/trait-with-missing-associated-type-restriction.rs [new file with mode: 0644]
tests/ui/suggestions/trait-with-missing-associated-type-restriction.stderr [new file with mode: 0644]
tests/ui/suggestions/try-operator-dont-suggest-semicolon.rs [new file with mode: 0644]
tests/ui/suggestions/try-operator-dont-suggest-semicolon.stderr [new file with mode: 0644]
tests/ui/suggestions/try-removing-the-field.rs [new file with mode: 0644]
tests/ui/suggestions/try-removing-the-field.stderr [new file with mode: 0644]
tests/ui/suggestions/type-ascription-and-other-error.rs [new file with mode: 0644]
tests/ui/suggestions/type-ascription-and-other-error.stderr [new file with mode: 0644]
tests/ui/suggestions/type-ascription-instead-of-let.rs [new file with mode: 0644]
tests/ui/suggestions/type-ascription-instead-of-let.stderr [new file with mode: 0644]
tests/ui/suggestions/type-ascription-instead-of-method.fixed [new file with mode: 0644]
tests/ui/suggestions/type-ascription-instead-of-method.rs [new file with mode: 0644]
tests/ui/suggestions/type-ascription-instead-of-method.stderr [new file with mode: 0644]
tests/ui/suggestions/type-ascription-instead-of-path-2.fixed [new file with mode: 0644]
tests/ui/suggestions/type-ascription-instead-of-path-2.rs [new file with mode: 0644]
tests/ui/suggestions/type-ascription-instead-of-path-2.stderr [new file with mode: 0644]
tests/ui/suggestions/type-ascription-instead-of-path-in-type.rs [new file with mode: 0644]
tests/ui/suggestions/type-ascription-instead-of-path-in-type.stderr [new file with mode: 0644]
tests/ui/suggestions/type-ascription-instead-of-path.rs [new file with mode: 0644]
tests/ui/suggestions/type-ascription-instead-of-path.stderr [new file with mode: 0644]
tests/ui/suggestions/type-ascription-instead-of-variant.fixed [new file with mode: 0644]
tests/ui/suggestions/type-ascription-instead-of-variant.rs [new file with mode: 0644]
tests/ui/suggestions/type-ascription-instead-of-variant.stderr [new file with mode: 0644]
tests/ui/suggestions/type-mismatch-byte-literal.rs [new file with mode: 0644]
tests/ui/suggestions/type-mismatch-byte-literal.stderr [new file with mode: 0644]
tests/ui/suggestions/type-mismatch-struct-field-shorthand-2.rs [new file with mode: 0644]
tests/ui/suggestions/type-mismatch-struct-field-shorthand-2.stderr [new file with mode: 0644]
tests/ui/suggestions/type-mismatch-struct-field-shorthand.fixed [new file with mode: 0644]
tests/ui/suggestions/type-mismatch-struct-field-shorthand.rs [new file with mode: 0644]
tests/ui/suggestions/type-mismatch-struct-field-shorthand.stderr [new file with mode: 0644]
tests/ui/suggestions/type-not-found-in-adt-field.rs [new file with mode: 0644]
tests/ui/suggestions/type-not-found-in-adt-field.stderr [new file with mode: 0644]
tests/ui/suggestions/undeclared-module-alloc.rs [new file with mode: 0644]
tests/ui/suggestions/undeclared-module-alloc.stderr [new file with mode: 0644]
tests/ui/suggestions/unnamable-types.rs [new file with mode: 0644]
tests/ui/suggestions/unnamable-types.stderr [new file with mode: 0644]
tests/ui/suggestions/unnecessary_dot_for_floating_point_literal.rs [new file with mode: 0644]
tests/ui/suggestions/unnecessary_dot_for_floating_point_literal.stderr [new file with mode: 0644]
tests/ui/suggestions/unsized-function-parameter.fixed [new file with mode: 0644]
tests/ui/suggestions/unsized-function-parameter.rs [new file with mode: 0644]
tests/ui/suggestions/unsized-function-parameter.stderr [new file with mode: 0644]
tests/ui/suggestions/unused-closure-argument.rs [new file with mode: 0644]
tests/ui/suggestions/unused-closure-argument.stderr [new file with mode: 0644]
tests/ui/suggestions/use-placement-resolve.fixed [new file with mode: 0644]
tests/ui/suggestions/use-placement-resolve.rs [new file with mode: 0644]
tests/ui/suggestions/use-placement-resolve.stderr [new file with mode: 0644]
tests/ui/suggestions/use-placement-typeck.fixed [new file with mode: 0644]
tests/ui/suggestions/use-placement-typeck.rs [new file with mode: 0644]
tests/ui/suggestions/use-placement-typeck.stderr [new file with mode: 0644]
tests/ui/suggestions/use-type-argument-instead-of-assoc-type.rs [new file with mode: 0644]
tests/ui/suggestions/use-type-argument-instead-of-assoc-type.stderr [new file with mode: 0644]
tests/ui/suggestions/while-let-typo.rs [new file with mode: 0644]
tests/ui/suggestions/while-let-typo.stderr [new file with mode: 0644]
tests/ui/super-at-top-level.rs [new file with mode: 0644]
tests/ui/super-at-top-level.stderr [new file with mode: 0644]
tests/ui/super-fast-paren-parsing.rs [new file with mode: 0644]
tests/ui/super.rs [new file with mode: 0644]
tests/ui/suppressed-error.rs [new file with mode: 0644]
tests/ui/suppressed-error.stderr [new file with mode: 0644]
tests/ui/svh-add-nothing.rs [new file with mode: 0644]
tests/ui/svh/auxiliary/changing-crates-a1.rs [new file with mode: 0644]
tests/ui/svh/auxiliary/changing-crates-a2.rs [new file with mode: 0644]
tests/ui/svh/auxiliary/changing-crates-b.rs [new file with mode: 0644]
tests/ui/svh/auxiliary/svh-a-base.rs [new file with mode: 0644]
tests/ui/svh/auxiliary/svh-a-change-lit.rs [new file with mode: 0644]
tests/ui/svh/auxiliary/svh-a-change-significant-cfg.rs [new file with mode: 0644]
tests/ui/svh/auxiliary/svh-a-change-trait-bound.rs [new file with mode: 0644]
tests/ui/svh/auxiliary/svh-a-change-type-arg.rs [new file with mode: 0644]
tests/ui/svh/auxiliary/svh-a-change-type-ret.rs [new file with mode: 0644]
tests/ui/svh/auxiliary/svh-a-change-type-static.rs [new file with mode: 0644]
tests/ui/svh/auxiliary/svh-b.rs [new file with mode: 0644]
tests/ui/svh/auxiliary/svh-uta-base.rs [new file with mode: 0644]
tests/ui/svh/auxiliary/svh-uta-change-use-trait.rs [new file with mode: 0644]
tests/ui/svh/auxiliary/svh-utb.rs [new file with mode: 0644]
tests/ui/svh/changing-crates.rs [new file with mode: 0644]
tests/ui/svh/changing-crates.stderr [new file with mode: 0644]
tests/ui/svh/svh-change-lit.rs [new file with mode: 0644]
tests/ui/svh/svh-change-lit.stderr [new file with mode: 0644]
tests/ui/svh/svh-change-significant-cfg.rs [new file with mode: 0644]
tests/ui/svh/svh-change-significant-cfg.stderr [new file with mode: 0644]
tests/ui/svh/svh-change-trait-bound.rs [new file with mode: 0644]
tests/ui/svh/svh-change-trait-bound.stderr [new file with mode: 0644]
tests/ui/svh/svh-change-type-arg.rs [new file with mode: 0644]
tests/ui/svh/svh-change-type-arg.stderr [new file with mode: 0644]
tests/ui/svh/svh-change-type-ret.rs [new file with mode: 0644]
tests/ui/svh/svh-change-type-ret.stderr [new file with mode: 0644]
tests/ui/svh/svh-change-type-static.rs [new file with mode: 0644]
tests/ui/svh/svh-change-type-static.stderr [new file with mode: 0644]
tests/ui/svh/svh-use-trait.rs [new file with mode: 0644]
tests/ui/svh/svh-use-trait.stderr [new file with mode: 0644]
tests/ui/swap-1.rs [new file with mode: 0644]
tests/ui/swap-overlapping.rs [new file with mode: 0644]
tests/ui/switched-expectations.rs [new file with mode: 0644]
tests/ui/switched-expectations.stderr [new file with mode: 0644]
tests/ui/symbol-names/basic.legacy.stderr [new file with mode: 0644]
tests/ui/symbol-names/basic.rs [new file with mode: 0644]
tests/ui/symbol-names/basic.v0.stderr [new file with mode: 0644]
tests/ui/symbol-names/const-generics-demangling.legacy.stderr [new file with mode: 0644]
tests/ui/symbol-names/const-generics-demangling.rs [new file with mode: 0644]
tests/ui/symbol-names/const-generics-demangling.v0.stderr [new file with mode: 0644]
tests/ui/symbol-names/const-generics-str-demangling.rs [new file with mode: 0644]
tests/ui/symbol-names/const-generics-str-demangling.stderr [new file with mode: 0644]
tests/ui/symbol-names/const-generics-structural-demangling.rs [new file with mode: 0644]
tests/ui/symbol-names/const-generics-structural-demangling.stderr [new file with mode: 0644]
tests/ui/symbol-names/const-generics.rs [new file with mode: 0644]
tests/ui/symbol-names/foreign-types.rs [new file with mode: 0644]
tests/ui/symbol-names/foreign-types.stderr [new file with mode: 0644]
tests/ui/symbol-names/impl1.legacy.stderr [new file with mode: 0644]
tests/ui/symbol-names/impl1.rs [new file with mode: 0644]
tests/ui/symbol-names/impl1.v0.stderr [new file with mode: 0644]
tests/ui/symbol-names/impl2.rs [new file with mode: 0644]
tests/ui/symbol-names/impl2.stderr [new file with mode: 0644]
tests/ui/symbol-names/issue-53912.rs [new file with mode: 0644]
tests/ui/symbol-names/issue-60925.legacy.stderr [new file with mode: 0644]
tests/ui/symbol-names/issue-60925.rs [new file with mode: 0644]
tests/ui/symbol-names/issue-60925.v0.stderr [new file with mode: 0644]
tests/ui/symbol-names/issue-75326.legacy.stderr [new file with mode: 0644]
tests/ui/symbol-names/issue-75326.rs [new file with mode: 0644]
tests/ui/symbol-names/issue-75326.v0.stderr [new file with mode: 0644]
tests/ui/symbol-names/issue-76365.rs [new file with mode: 0644]
tests/ui/symbol-names/trait-objects.rs [new file with mode: 0644]
tests/ui/symbol-names/trait-objects.v0.stderr [new file with mode: 0644]
tests/ui/symbol-names/types.legacy.stderr [new file with mode: 0644]
tests/ui/symbol-names/types.rs [new file with mode: 0644]
tests/ui/symbol-names/types.verbose-legacy.stderr [new file with mode: 0644]
tests/ui/symbol-names/verbose.rs [new file with mode: 0644]
tests/ui/symbol-names/x86-stdcall.rs [new file with mode: 0644]
tests/ui/sync/mutexguard-sync.rs [new file with mode: 0644]
tests/ui/sync/mutexguard-sync.stderr [new file with mode: 0644]
tests/ui/sync/suggest-cell.rs [new file with mode: 0644]
tests/ui/sync/suggest-cell.stderr [new file with mode: 0644]
tests/ui/sync/suggest-once-cell.rs [new file with mode: 0644]
tests/ui/sync/suggest-once-cell.stderr [new file with mode: 0644]
tests/ui/sync/suggest-ref-cell.rs [new file with mode: 0644]
tests/ui/sync/suggest-ref-cell.stderr [new file with mode: 0644]
tests/ui/syntax-extension-minor.rs [new file with mode: 0644]
tests/ui/tag-that-dare-not-speak-its-name.rs [new file with mode: 0644]
tests/ui/tag-that-dare-not-speak-its-name.stderr [new file with mode: 0644]
tests/ui/tag-type-args.rs [new file with mode: 0644]
tests/ui/tag-type-args.stderr [new file with mode: 0644]
tests/ui/tag-variant-cast-non-nullary.fixed [new file with mode: 0644]
tests/ui/tag-variant-cast-non-nullary.rs [new file with mode: 0644]
tests/ui/tag-variant-cast-non-nullary.stderr [new file with mode: 0644]
tests/ui/tail-call-arg-leak.rs [new file with mode: 0644]
tests/ui/tail-cps.rs [new file with mode: 0644]
tests/ui/tail-typeck.rs [new file with mode: 0644]
tests/ui/tail-typeck.stderr [new file with mode: 0644]
tests/ui/target-feature/aarch64-neon-works.rs [new file with mode: 0644]
tests/ui/target-feature/feature-hierarchy.rs [new file with mode: 0644]
tests/ui/target-feature/gate.rs [new file with mode: 0644]
tests/ui/target-feature/gate.stderr [new file with mode: 0644]
tests/ui/target-feature/invalid-attribute.rs [new file with mode: 0644]
tests/ui/target-feature/invalid-attribute.stderr [new file with mode: 0644]
tests/ui/target-feature/missing-plusminus-2.rs [new file with mode: 0644]
tests/ui/target-feature/missing-plusminus-2.stderr [new file with mode: 0644]
tests/ui/target-feature/missing-plusminus.rs [new file with mode: 0644]
tests/ui/target-feature/missing-plusminus.stderr [new file with mode: 0644]
tests/ui/target-feature/no-llvm-leaks.rs [new file with mode: 0644]
tests/ui/target-feature/rust-specific-name-no-warnings.rs [new file with mode: 0644]
tests/ui/target-feature/similar-feature-suggestion.rs [new file with mode: 0644]
tests/ui/target-feature/similar-feature-suggestion.stderr [new file with mode: 0644]
tests/ui/target-feature/tied-features-cli.one.stderr [new file with mode: 0644]
tests/ui/target-feature/tied-features-cli.rs [new file with mode: 0644]
tests/ui/target-feature/tied-features-cli.three.stderr [new file with mode: 0644]
tests/ui/target-feature/tied-features-cli.two.stderr [new file with mode: 0644]
tests/ui/target-feature/tied-features.rs [new file with mode: 0644]
tests/ui/target-feature/tied-features.stderr [new file with mode: 0644]
tests/ui/target-feature/wasm-safe.rs [new file with mode: 0644]
tests/ui/terr-in-field.rs [new file with mode: 0644]
tests/ui/terr-in-field.stderr [new file with mode: 0644]
tests/ui/terr-sorts.rs [new file with mode: 0644]
tests/ui/terr-sorts.stderr [new file with mode: 0644]
tests/ui/test-attrs/auxiliary/test_macro.rs [new file with mode: 0644]
tests/ui/test-attrs/decl-macro-test.rs [new file with mode: 0644]
tests/ui/test-attrs/inaccessible-test-modules.rs [new file with mode: 0644]
tests/ui/test-attrs/inaccessible-test-modules.stderr [new file with mode: 0644]
tests/ui/test-attrs/issue-16597-empty.rs [new file with mode: 0644]
tests/ui/test-attrs/issue-16597.rs [new file with mode: 0644]
tests/ui/test-attrs/issue-20823.rs [new file with mode: 0644]
tests/ui/test-attrs/issue-36768.rs [new file with mode: 0644]
tests/ui/test-attrs/issue-52557.rs [new file with mode: 0644]
tests/ui/test-attrs/issue-53675-a-test-called-panic.rs [new file with mode: 0644]
tests/ui/test-attrs/run-unexported-tests.rs [new file with mode: 0644]
tests/ui/test-attrs/test-attr-non-associated-functions.rs [new file with mode: 0644]
tests/ui/test-attrs/test-attr-non-associated-functions.stderr [new file with mode: 0644]
tests/ui/test-attrs/test-cant-be-shadowed.rs [new file with mode: 0644]
tests/ui/test-attrs/test-filter-multiple.rs [new file with mode: 0644]
tests/ui/test-attrs/test-filter-multiple.run.stdout [new file with mode: 0644]
tests/ui/test-attrs/test-fn-signature-verification-for-explicit-return-type.rs [new file with mode: 0644]
tests/ui/test-attrs/test-main-not-dead-attr.rs [new file with mode: 0644]
tests/ui/test-attrs/test-main-not-dead.rs [new file with mode: 0644]
tests/ui/test-attrs/test-on-not-fn.rs [new file with mode: 0644]
tests/ui/test-attrs/test-on-not-fn.stderr [new file with mode: 0644]
tests/ui/test-attrs/test-panic-abort-disabled.rs [new file with mode: 0644]
tests/ui/test-attrs/test-panic-abort-disabled.stderr [new file with mode: 0644]
tests/ui/test-attrs/test-panic-abort-nocapture.rs [new file with mode: 0644]
tests/ui/test-attrs/test-panic-abort-nocapture.run.stderr [new file with mode: 0644]
tests/ui/test-attrs/test-panic-abort-nocapture.run.stdout [new file with mode: 0644]
tests/ui/test-attrs/test-panic-abort.rs [new file with mode: 0644]
tests/ui/test-attrs/test-panic-abort.run.stdout [new file with mode: 0644]
tests/ui/test-attrs/test-panic-while-printing.rs [new file with mode: 0644]
tests/ui/test-attrs/test-passed-wasm.rs [new file with mode: 0644]
tests/ui/test-attrs/test-passed-wasm.run.stdout [new file with mode: 0644]
tests/ui/test-attrs/test-passed.rs [new file with mode: 0644]
tests/ui/test-attrs/test-passed.run.stdout [new file with mode: 0644]
tests/ui/test-attrs/test-runner-hides-buried-main.rs [new file with mode: 0644]
tests/ui/test-attrs/test-runner-hides-main.rs [new file with mode: 0644]
tests/ui/test-attrs/test-runner-hides-start.rs [new file with mode: 0644]
tests/ui/test-attrs/test-should-fail-good-message.rs [new file with mode: 0644]
tests/ui/test-attrs/test-should-panic-attr.rs [new file with mode: 0644]
tests/ui/test-attrs/test-should-panic-attr.stderr [new file with mode: 0644]
tests/ui/test-attrs/test-thread-capture.rs [new file with mode: 0644]
tests/ui/test-attrs/test-thread-capture.run.stdout [new file with mode: 0644]
tests/ui/test-attrs/test-thread-nocapture.rs [new file with mode: 0644]
tests/ui/test-attrs/test-thread-nocapture.run.stderr [new file with mode: 0644]
tests/ui/test-attrs/test-thread-nocapture.run.stdout [new file with mode: 0644]
tests/ui/test-attrs/test-type.rs [new file with mode: 0644]
tests/ui/test-attrs/test-type.run.stdout [new file with mode: 0644]
tests/ui/test-attrs/test-vs-cfg-test.rs [new file with mode: 0644]
tests/ui/test-attrs/test-warns-dead-code.rs [new file with mode: 0644]
tests/ui/test-attrs/test-warns-dead-code.stderr [new file with mode: 0644]
tests/ui/thir-print/thir-flat.rs [new file with mode: 0644]
tests/ui/thir-print/thir-flat.stdout [new file with mode: 0644]
tests/ui/thir-print/thir-tree-match.rs [new file with mode: 0644]
tests/ui/thir-print/thir-tree-match.stdout [new file with mode: 0644]
tests/ui/thir-print/thir-tree.rs [new file with mode: 0644]
tests/ui/thir-print/thir-tree.stdout [new file with mode: 0644]
tests/ui/thread-local-mutation.rs [new file with mode: 0644]
tests/ui/thread-local-mutation.stderr [new file with mode: 0644]
tests/ui/thread-local-static.rs [new file with mode: 0644]
tests/ui/thread-local-static.stderr [new file with mode: 0644]
tests/ui/thread-local/name-collision.rs [new file with mode: 0644]
tests/ui/thread-local/non-static.rs [new file with mode: 0644]
tests/ui/thread-local/non-static.stderr [new file with mode: 0644]
tests/ui/thread-local/thread-local-issue-37508.rs [new file with mode: 0644]
tests/ui/thread-local/tls.rs [new file with mode: 0644]
tests/ui/threads-sendsync/auxiliary/thread-local-extern-static.rs [new file with mode: 0644]
tests/ui/threads-sendsync/child-outlives-parent.rs [new file with mode: 0644]
tests/ui/threads-sendsync/clone-with-exterior.rs [new file with mode: 0644]
tests/ui/threads-sendsync/comm.rs [new file with mode: 0644]
tests/ui/threads-sendsync/eprint-on-tls-drop.rs [new file with mode: 0644]
tests/ui/threads-sendsync/issue-24313.rs [new file with mode: 0644]
tests/ui/threads-sendsync/issue-29488.rs [new file with mode: 0644]
tests/ui/threads-sendsync/issue-43733-2.rs [new file with mode: 0644]
tests/ui/threads-sendsync/issue-43733.mir.stderr [new file with mode: 0644]
tests/ui/threads-sendsync/issue-43733.rs [new file with mode: 0644]
tests/ui/threads-sendsync/issue-43733.thir.stderr [new file with mode: 0644]
tests/ui/threads-sendsync/issue-4446.rs [new file with mode: 0644]
tests/ui/threads-sendsync/issue-4448.rs [new file with mode: 0644]
tests/ui/threads-sendsync/issue-8827.rs [new file with mode: 0644]
tests/ui/threads-sendsync/issue-9396.rs [new file with mode: 0644]
tests/ui/threads-sendsync/mpsc_stress.rs [new file with mode: 0644]
tests/ui/threads-sendsync/send-is-not-static-par-for.rs [new file with mode: 0644]
tests/ui/threads-sendsync/send-resource.rs [new file with mode: 0644]
tests/ui/threads-sendsync/send-type-inference.rs [new file with mode: 0644]
tests/ui/threads-sendsync/send_str_hashmap.rs [new file with mode: 0644]
tests/ui/threads-sendsync/send_str_treemap.rs [new file with mode: 0644]
tests/ui/threads-sendsync/sendable-class.rs [new file with mode: 0644]
tests/ui/threads-sendsync/sendfn-is-a-block.rs [new file with mode: 0644]
tests/ui/threads-sendsync/sendfn-spawn-with-fn-arg.rs [new file with mode: 0644]
tests/ui/threads-sendsync/spawn-fn.rs [new file with mode: 0644]
tests/ui/threads-sendsync/spawn-types.rs [new file with mode: 0644]
tests/ui/threads-sendsync/spawn.rs [new file with mode: 0644]
tests/ui/threads-sendsync/spawn2.rs [new file with mode: 0644]
tests/ui/threads-sendsync/spawning-with-debug.rs [new file with mode: 0644]
tests/ui/threads-sendsync/std-sync-right-kind-impls.rs [new file with mode: 0644]
tests/ui/threads-sendsync/sync-send-atomics.rs [new file with mode: 0644]
tests/ui/threads-sendsync/sync-send-in-std.rs [new file with mode: 0644]
tests/ui/threads-sendsync/sync-send-iterators-in-libcollections.rs [new file with mode: 0644]
tests/ui/threads-sendsync/sync-send-iterators-in-libcore.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-comm-0.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-comm-1.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-comm-10.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-comm-11.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-comm-12.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-comm-13.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-comm-14.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-comm-15.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-comm-16.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-comm-17.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-comm-3.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-comm-4.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-comm-5.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-comm-6.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-comm-7.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-comm-9.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-comm-chan-nil.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-life-0.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-spawn-barefn.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-spawn-move-and-copy.rs [new file with mode: 0644]
tests/ui/threads-sendsync/task-stderr.rs [new file with mode: 0644]
tests/ui/threads-sendsync/tcp-stress.rs [new file with mode: 0644]
tests/ui/threads-sendsync/test-tasks-invalid-value.rs [new file with mode: 0644]
tests/ui/threads-sendsync/thread-local-extern-static.rs [new file with mode: 0644]
tests/ui/threads-sendsync/thread-local-syntax.rs [new file with mode: 0644]
tests/ui/threads-sendsync/threads.rs [new file with mode: 0644]
tests/ui/threads-sendsync/tls-dtors-are-run-in-a-static-binary.rs [new file with mode: 0644]
tests/ui/threads-sendsync/tls-init-on-init.rs [new file with mode: 0644]
tests/ui/threads-sendsync/tls-try-with.rs [new file with mode: 0644]
tests/ui/threads-sendsync/trivial-message.rs [new file with mode: 0644]
tests/ui/threads-sendsync/unwind-resource.rs [new file with mode: 0644]
tests/ui/threads-sendsync/yield.rs [new file with mode: 0644]
tests/ui/threads-sendsync/yield1.rs [new file with mode: 0644]
tests/ui/threads-sendsync/yield2.rs [new file with mode: 0644]
tests/ui/tool-attributes/auxiliary/p1.rs [new file with mode: 0644]
tests/ui/tool-attributes/auxiliary/p2.rs [new file with mode: 0644]
tests/ui/tool-attributes/diagnostic_item.rs [new file with mode: 0644]
tests/ui/tool-attributes/diagnostic_item.stderr [new file with mode: 0644]
tests/ui/tool-attributes/diagnostic_item2.rs [new file with mode: 0644]
tests/ui/tool-attributes/diagnostic_item3.rs [new file with mode: 0644]
tests/ui/tool-attributes/duplicate-diagnostic.rs [new file with mode: 0644]
tests/ui/tool-attributes/duplicate-diagnostic.stderr [new file with mode: 0644]
tests/ui/tool-attributes/tool-attributes-misplaced-1.rs [new file with mode: 0644]
tests/ui/tool-attributes/tool-attributes-misplaced-1.stderr [new file with mode: 0644]
tests/ui/tool-attributes/tool-attributes-misplaced-2.rs [new file with mode: 0644]
tests/ui/tool-attributes/tool-attributes-misplaced-2.stderr [new file with mode: 0644]
tests/ui/tool-attributes/tool-attributes-shadowing.rs [new file with mode: 0644]
tests/ui/tool-attributes/tool-attributes-shadowing.stderr [new file with mode: 0644]
tests/ui/tool_lints-fail.rs [new file with mode: 0644]
tests/ui/tool_lints-fail.stderr [new file with mode: 0644]
tests/ui/tool_lints-rpass.rs [new file with mode: 0644]
tests/ui/tool_lints.rs [new file with mode: 0644]
tests/ui/tool_lints.stderr [new file with mode: 0644]
tests/ui/tool_lints_2018_preview.rs [new file with mode: 0644]
tests/ui/track-diagnostics/track.rs [new file with mode: 0644]
tests/ui/track-diagnostics/track.stderr [new file with mode: 0644]
tests/ui/track-diagnostics/track2.rs [new file with mode: 0644]
tests/ui/track-diagnostics/track2.stderr [new file with mode: 0644]
tests/ui/track-diagnostics/track3.rs [new file with mode: 0644]
tests/ui/track-diagnostics/track3.stderr [new file with mode: 0644]
tests/ui/track-diagnostics/track4.rs [new file with mode: 0644]
tests/ui/track-diagnostics/track4.stderr [new file with mode: 0644]
tests/ui/track-diagnostics/track5.rs [new file with mode: 0644]
tests/ui/track-diagnostics/track5.stderr [new file with mode: 0644]
tests/ui/track-diagnostics/track6.rs [new file with mode: 0644]
tests/ui/track-diagnostics/track6.stderr [new file with mode: 0644]
tests/ui/trailing-comma.rs [new file with mode: 0644]
tests/ui/trait-bounds/impl-bound-with-references-error.rs [new file with mode: 0644]
tests/ui/trait-bounds/impl-bound-with-references-error.stderr [new file with mode: 0644]
tests/ui/trait-bounds/impl-derived-implicit-sized-bound-2.rs [new file with mode: 0644]
tests/ui/trait-bounds/impl-derived-implicit-sized-bound-2.stderr [new file with mode: 0644]
tests/ui/trait-bounds/impl-derived-implicit-sized-bound.rs [new file with mode: 0644]
tests/ui/trait-bounds/impl-derived-implicit-sized-bound.stderr [new file with mode: 0644]
tests/ui/trait-bounds/impl-missing-where-clause-lifetimes-from-trait.rs [new file with mode: 0644]
tests/ui/trait-bounds/impl-missing-where-clause-lifetimes-from-trait.stderr [new file with mode: 0644]
tests/ui/trait-bounds/issue-75961.rs [new file with mode: 0644]
tests/ui/trait-bounds/issue-93008.rs [new file with mode: 0644]
tests/ui/trait-bounds/issue-94680.rs [new file with mode: 0644]
tests/ui/trait-bounds/issue-94999.rs [new file with mode: 0644]
tests/ui/trait-bounds/issue-95640.rs [new file with mode: 0644]
tests/ui/trait-bounds/mismatch-fn-trait.rs [new file with mode: 0644]
tests/ui/trait-bounds/mismatch-fn-trait.stderr [new file with mode: 0644]
tests/ui/trait-bounds/shadowed-path-in-trait-bound-suggestion.fixed [new file with mode: 0644]
tests/ui/trait-bounds/shadowed-path-in-trait-bound-suggestion.rs [new file with mode: 0644]
tests/ui/trait-bounds/shadowed-path-in-trait-bound-suggestion.stderr [new file with mode: 0644]
tests/ui/trait-bounds/unsized-bound.rs [new file with mode: 0644]
tests/ui/trait-bounds/unsized-bound.stderr [new file with mode: 0644]
tests/ui/trait-impl-bound-suggestions.fixed [new file with mode: 0644]
tests/ui/trait-impl-bound-suggestions.rs [new file with mode: 0644]
tests/ui/trait-impl-bound-suggestions.stderr [new file with mode: 0644]
tests/ui/trait-method-number-parameters.rs [new file with mode: 0644]
tests/ui/trait-method-number-parameters.stderr [new file with mode: 0644]
tests/ui/traits/alias/ambiguous.rs [new file with mode: 0644]
tests/ui/traits/alias/ambiguous.stderr [new file with mode: 0644]
tests/ui/traits/alias/auxiliary/greeter.rs [new file with mode: 0644]
tests/ui/traits/alias/auxiliary/send_sync.rs [new file with mode: 0644]
tests/ui/traits/alias/basic.rs [new file with mode: 0644]
tests/ui/traits/alias/bounds.rs [new file with mode: 0644]
tests/ui/traits/alias/cross-crate.rs [new file with mode: 0644]
tests/ui/traits/alias/cross-crate.stderr [new file with mode: 0644]
tests/ui/traits/alias/generic-default-in-dyn.rs [new file with mode: 0644]
tests/ui/traits/alias/generic-default-in-dyn.stderr [new file with mode: 0644]
tests/ui/traits/alias/impl.rs [new file with mode: 0644]
tests/ui/traits/alias/impl.stderr [new file with mode: 0644]
tests/ui/traits/alias/import-cross-crate.rs [new file with mode: 0644]
tests/ui/traits/alias/import.rs [new file with mode: 0644]
tests/ui/traits/alias/issue-107747-do-not-assemble-supertraits.rs [new file with mode: 0644]
tests/ui/traits/alias/issue-108072-unmet-trait-alias-bound.rs [new file with mode: 0644]
tests/ui/traits/alias/issue-108072-unmet-trait-alias-bound.stderr [new file with mode: 0644]
tests/ui/traits/alias/issue-108132-unmet-trait-alias-bound-on-generic-impl.rs [new file with mode: 0644]
tests/ui/traits/alias/issue-108132-unmet-trait-alias-bound-on-generic-impl.stderr [new file with mode: 0644]
tests/ui/traits/alias/issue-60021-assoc-method-resolve.rs [new file with mode: 0644]
tests/ui/traits/alias/issue-60755.rs [new file with mode: 0644]
tests/ui/traits/alias/issue-72415-assoc-const-resolve.rs [new file with mode: 0644]
tests/ui/traits/alias/issue-75983.rs [new file with mode: 0644]
tests/ui/traits/alias/issue-83613.rs [new file with mode: 0644]
tests/ui/traits/alias/issue-83613.stderr [new file with mode: 0644]
tests/ui/traits/alias/maybe-bound.rs [new file with mode: 0644]
tests/ui/traits/alias/no-duplicates.rs [new file with mode: 0644]
tests/ui/traits/alias/no-duplicates.stderr [new file with mode: 0644]
tests/ui/traits/alias/no-extra-traits.rs [new file with mode: 0644]
tests/ui/traits/alias/no-extra-traits.stderr [new file with mode: 0644]
tests/ui/traits/alias/object-fail.rs [new file with mode: 0644]
tests/ui/traits/alias/object-fail.stderr [new file with mode: 0644]
tests/ui/traits/alias/object-wf.rs [new file with mode: 0644]
tests/ui/traits/alias/object.rs [new file with mode: 0644]
tests/ui/traits/alias/only-maybe-bound.rs [new file with mode: 0644]
tests/ui/traits/alias/only-maybe-bound.stderr [new file with mode: 0644]
tests/ui/traits/alias/self-in-const-generics.rs [new file with mode: 0644]
tests/ui/traits/alias/self-in-const-generics.stderr [new file with mode: 0644]
tests/ui/traits/alias/self-in-generics.rs [new file with mode: 0644]
tests/ui/traits/alias/self-in-generics.stderr [new file with mode: 0644]
tests/ui/traits/alias/style_lint.rs [new file with mode: 0644]
tests/ui/traits/alias/style_lint.stderr [new file with mode: 0644]
tests/ui/traits/alias/suggest-trait-alias-instead-of-type.fixed [new file with mode: 0644]
tests/ui/traits/alias/suggest-trait-alias-instead-of-type.rs [new file with mode: 0644]
tests/ui/traits/alias/suggest-trait-alias-instead-of-type.stderr [new file with mode: 0644]
tests/ui/traits/alias/syntax-fail.rs [new file with mode: 0644]
tests/ui/traits/alias/syntax-fail.stderr [new file with mode: 0644]
tests/ui/traits/alias/syntax.rs [new file with mode: 0644]
tests/ui/traits/alias/wf.rs [new file with mode: 0644]
tests/ui/traits/alias/wf.stderr [new file with mode: 0644]
tests/ui/traits/alignment-gep-tup-like-1.rs [new file with mode: 0644]
tests/ui/traits/anon-static-method.rs [new file with mode: 0644]
tests/ui/traits/anon_trait_static_method_exe.rs [new file with mode: 0644]
tests/ui/traits/as-struct-constructor.rs [new file with mode: 0644]
tests/ui/traits/as-struct-constructor.stderr [new file with mode: 0644]
tests/ui/traits/assignability-trait.rs [new file with mode: 0644]
tests/ui/traits/assoc-type-in-superbad.rs [new file with mode: 0644]
tests/ui/traits/assoc-type-in-superbad.stderr [new file with mode: 0644]
tests/ui/traits/assoc-type-in-supertrait.rs [new file with mode: 0644]
tests/ui/traits/associated_type_bound/assoc_type_bound_with_struct.rs [new file with mode: 0644]
tests/ui/traits/associated_type_bound/assoc_type_bound_with_struct.stderr [new file with mode: 0644]
tests/ui/traits/associated_type_bound/check-trait-object-bounds-1.rs [new file with mode: 0644]
tests/ui/traits/associated_type_bound/check-trait-object-bounds-1.stderr [new file with mode: 0644]
tests/ui/traits/associated_type_bound/check-trait-object-bounds-2-ok.rs [new file with mode: 0644]
tests/ui/traits/associated_type_bound/check-trait-object-bounds-2.rs [new file with mode: 0644]
tests/ui/traits/associated_type_bound/check-trait-object-bounds-2.stderr [new file with mode: 0644]
tests/ui/traits/associated_type_bound/check-trait-object-bounds-3.rs [new file with mode: 0644]
tests/ui/traits/associated_type_bound/check-trait-object-bounds-3.stderr [new file with mode: 0644]
tests/ui/traits/associated_type_bound/check-trait-object-bounds-4.rs [new file with mode: 0644]
tests/ui/traits/associated_type_bound/check-trait-object-bounds-4.stderr [new file with mode: 0644]
tests/ui/traits/associated_type_bound/check-trait-object-bounds-5.rs [new file with mode: 0644]
tests/ui/traits/associated_type_bound/check-trait-object-bounds-5.stderr [new file with mode: 0644]
tests/ui/traits/associated_type_bound/check-trait-object-bounds-6.rs [new file with mode: 0644]
tests/ui/traits/associated_type_bound/check-trait-object-bounds-6.stderr [new file with mode: 0644]
tests/ui/traits/associated_type_bound/issue-51446.rs [new file with mode: 0644]
tests/ui/traits/astconv-cycle-between-and-type.rs [new file with mode: 0644]
tests/ui/traits/augmented-assignments-trait.rs [new file with mode: 0644]
tests/ui/traits/auxiliary/anon_trait_static_method_lib.rs [new file with mode: 0644]
tests/ui/traits/auxiliary/go_trait.rs [new file with mode: 0644]
tests/ui/traits/auxiliary/issue_89119_intercrate_caching.rs [new file with mode: 0644]
tests/ui/traits/auxiliary/trait_safety_lib.rs [new file with mode: 0644]
tests/ui/traits/auxiliary/traitimpl.rs [new file with mode: 0644]
tests/ui/traits/bad-method-typaram-kind.rs [new file with mode: 0644]
tests/ui/traits/bad-method-typaram-kind.stderr [new file with mode: 0644]
tests/ui/traits/bad-sized.rs [new file with mode: 0644]
tests/ui/traits/bad-sized.stderr [new file with mode: 0644]
tests/ui/traits/bound/assoc-fn-bound-root-obligation.rs [new file with mode: 0644]
tests/ui/traits/bound/assoc-fn-bound-root-obligation.stderr [new file with mode: 0644]
tests/ui/traits/bound/auxiliary/crate_a1.rs [new file with mode: 0644]
tests/ui/traits/bound/auxiliary/crate_a2.rs [new file with mode: 0644]
tests/ui/traits/bound/auxiliary/on_structs_and_enums_xc.rs [new file with mode: 0644]
tests/ui/traits/bound/basic.rs [new file with mode: 0644]
tests/ui/traits/bound/generic_trait.rs [new file with mode: 0644]
tests/ui/traits/bound/impl-comparison-duplicates.rs [new file with mode: 0644]
tests/ui/traits/bound/in-arc.rs [new file with mode: 0644]
tests/ui/traits/bound/multiple.rs [new file with mode: 0644]
tests/ui/traits/bound/not-on-bare-trait.rs [new file with mode: 0644]
tests/ui/traits/bound/not-on-bare-trait.stderr [new file with mode: 0644]
tests/ui/traits/bound/not-on-struct.rs [new file with mode: 0644]
tests/ui/traits/bound/not-on-struct.stderr [new file with mode: 0644]
tests/ui/traits/bound/on-structs-and-enums-in-fns.rs [new file with mode: 0644]
tests/ui/traits/bound/on-structs-and-enums-in-fns.stderr [new file with mode: 0644]
tests/ui/traits/bound/on-structs-and-enums-in-impls.rs [new file with mode: 0644]
tests/ui/traits/bound/on-structs-and-enums-in-impls.stderr [new file with mode: 0644]
tests/ui/traits/bound/on-structs-and-enums-locals.rs [new file with mode: 0644]
tests/ui/traits/bound/on-structs-and-enums-locals.stderr [new file with mode: 0644]
tests/ui/traits/bound/on-structs-and-enums-rpass.rs [new file with mode: 0644]
tests/ui/traits/bound/on-structs-and-enums-static.rs [new file with mode: 0644]
tests/ui/traits/bound/on-structs-and-enums-static.stderr [new file with mode: 0644]
tests/ui/traits/bound/on-structs-and-enums-xc.rs [new file with mode: 0644]
tests/ui/traits/bound/on-structs-and-enums-xc.stderr [new file with mode: 0644]
tests/ui/traits/bound/on-structs-and-enums-xc1.rs [new file with mode: 0644]
tests/ui/traits/bound/on-structs-and-enums-xc1.stderr [new file with mode: 0644]
tests/ui/traits/bound/on-structs-and-enums.rs [new file with mode: 0644]
tests/ui/traits/bound/on-structs-and-enums.stderr [new file with mode: 0644]
tests/ui/traits/bound/recursion.rs [new file with mode: 0644]
tests/ui/traits/bound/same-crate-name.rs [new file with mode: 0644]
tests/ui/traits/bound/same-crate-name.stderr [new file with mode: 0644]
tests/ui/traits/bound/sugar.rs [new file with mode: 0644]
tests/ui/traits/bound/sugar.stderr [new file with mode: 0644]
tests/ui/traits/bug-7183-generics.rs [new file with mode: 0644]
tests/ui/traits/bug-7295.rs [new file with mode: 0644]
tests/ui/traits/cache-issue-18209.rs [new file with mode: 0644]
tests/ui/traits/cache-reached-depth-ice.rs [new file with mode: 0644]
tests/ui/traits/cache-reached-depth-ice.stderr [new file with mode: 0644]
tests/ui/traits/coercion-generic-bad.rs [new file with mode: 0644]
tests/ui/traits/coercion-generic-bad.stderr [new file with mode: 0644]
tests/ui/traits/coercion-generic-regions.rs [new file with mode: 0644]
tests/ui/traits/coercion-generic-regions.stderr [new file with mode: 0644]
tests/ui/traits/coercion-generic.rs [new file with mode: 0644]
tests/ui/traits/coercion.rs [new file with mode: 0644]
tests/ui/traits/composition-trivial.rs [new file with mode: 0644]
tests/ui/traits/conditional-dispatch.rs [new file with mode: 0644]
tests/ui/traits/conditional-model-fn.rs [new file with mode: 0644]
tests/ui/traits/conservative_impl_trait.rs [new file with mode: 0644]
tests/ui/traits/copy-guessing.rs [new file with mode: 0644]
tests/ui/traits/copy-impl-cannot-normalize.rs [new file with mode: 0644]
tests/ui/traits/copy-impl-cannot-normalize.stderr [new file with mode: 0644]
tests/ui/traits/copy-is-not-modulo-regions.not_static.stderr [new file with mode: 0644]
tests/ui/traits/copy-is-not-modulo-regions.rs [new file with mode: 0644]
tests/ui/traits/copy-requires-self-wf.rs [new file with mode: 0644]
tests/ui/traits/cycle-cache-err-60010.rs [new file with mode: 0644]
tests/ui/traits/cycle-cache-err-60010.stderr [new file with mode: 0644]
tests/ui/traits/cycle-generic-bound.rs [new file with mode: 0644]
tests/ui/traits/cycle-type-trait.rs [new file with mode: 0644]
tests/ui/traits/default-method/auxiliary/xc.rs [new file with mode: 0644]
tests/ui/traits/default-method/auxiliary/xc_2.rs [new file with mode: 0644]
tests/ui/traits/default-method/bound-subst.rs [new file with mode: 0644]
tests/ui/traits/default-method/bound-subst2.rs [new file with mode: 0644]
tests/ui/traits/default-method/bound-subst3.rs [new file with mode: 0644]
tests/ui/traits/default-method/bound-subst4.rs [new file with mode: 0644]
tests/ui/traits/default-method/bound.rs [new file with mode: 0644]
tests/ui/traits/default-method/macro.rs [new file with mode: 0644]
tests/ui/traits/default-method/mut.rs [new file with mode: 0644]
tests/ui/traits/default-method/rustc_must_implement_one_of.rs [new file with mode: 0644]
tests/ui/traits/default-method/rustc_must_implement_one_of.stderr [new file with mode: 0644]
tests/ui/traits/default-method/rustc_must_implement_one_of_duplicates.rs [new file with mode: 0644]
tests/ui/traits/default-method/rustc_must_implement_one_of_duplicates.stderr [new file with mode: 0644]
tests/ui/traits/default-method/rustc_must_implement_one_of_gated.rs [new file with mode: 0644]
tests/ui/traits/default-method/rustc_must_implement_one_of_gated.stderr [new file with mode: 0644]
tests/ui/traits/default-method/rustc_must_implement_one_of_misuse.rs [new file with mode: 0644]
tests/ui/traits/default-method/rustc_must_implement_one_of_misuse.stderr [new file with mode: 0644]
tests/ui/traits/default-method/self.rs [new file with mode: 0644]
tests/ui/traits/default-method/supervtable.rs [new file with mode: 0644]
tests/ui/traits/default-method/trivial.rs [new file with mode: 0644]
tests/ui/traits/default-method/xc-2.rs [new file with mode: 0644]
tests/ui/traits/default-method/xc.rs [new file with mode: 0644]
tests/ui/traits/do-not-mention-type-params-by-name-in-suggestion-issue-96292.rs [new file with mode: 0644]
tests/ui/traits/do-not-mention-type-params-by-name-in-suggestion-issue-96292.stderr [new file with mode: 0644]
tests/ui/traits/duplicate-methods.rs [new file with mode: 0644]
tests/ui/traits/duplicate-methods.stderr [new file with mode: 0644]
tests/ui/traits/dyn-trait.rs [new file with mode: 0644]
tests/ui/traits/early-vtbl-resolution.rs [new file with mode: 0644]
tests/ui/traits/elaborate-type-region.rs [new file with mode: 0644]
tests/ui/traits/false-ambiguity-where-clause-builtin-bound.rs [new file with mode: 0644]
tests/ui/traits/fmt-pointer-trait.rs [new file with mode: 0644]
tests/ui/traits/fn-trait-cast-diagnostic.rs [new file with mode: 0644]
tests/ui/traits/fn-trait-cast-diagnostic.stderr [new file with mode: 0644]
tests/ui/traits/generic.rs [new file with mode: 0644]
tests/ui/traits/ignore-err-impls.rs [new file with mode: 0644]
tests/ui/traits/ignore-err-impls.stderr [new file with mode: 0644]
tests/ui/traits/impl-1.rs [new file with mode: 0644]
tests/ui/traits/impl-1.stderr [new file with mode: 0644]
tests/ui/traits/impl-2.rs [new file with mode: 0644]
tests/ui/traits/impl-bounds-checking.rs [new file with mode: 0644]
tests/ui/traits/impl-bounds-checking.stderr [new file with mode: 0644]
tests/ui/traits/impl-can-not-have-untraitful-items.rs [new file with mode: 0644]
tests/ui/traits/impl-can-not-have-untraitful-items.stderr [new file with mode: 0644]
tests/ui/traits/impl-different-num-params.rs [new file with mode: 0644]
tests/ui/traits/impl-different-num-params.stderr [new file with mode: 0644]
tests/ui/traits/impl-evaluation-order.rs [new file with mode: 0644]
tests/ui/traits/impl-for-module.rs [new file with mode: 0644]
tests/ui/traits/impl-for-module.stderr [new file with mode: 0644]
tests/ui/traits/impl-implicit-trait.rs [new file with mode: 0644]
tests/ui/traits/impl-inherent-prefer-over-trait.rs [new file with mode: 0644]
tests/ui/traits/impl-method-mismatch.rs [new file with mode: 0644]
tests/ui/traits/impl-method-mismatch.stderr [new file with mode: 0644]
tests/ui/traits/impl-object-overlap-issue-23853.rs [new file with mode: 0644]
tests/ui/traits/impl-of-supertrait-has-wrong-lifetime-parameters.rs [new file with mode: 0644]
tests/ui/traits/impl-of-supertrait-has-wrong-lifetime-parameters.stderr [new file with mode: 0644]
tests/ui/traits/impl.rs [new file with mode: 0644]
tests/ui/traits/impl_trait_as_trait_return_position.rs [new file with mode: 0644]
tests/ui/traits/inductive-overflow/lifetime.rs [new file with mode: 0644]
tests/ui/traits/inductive-overflow/lifetime.stderr [new file with mode: 0644]
tests/ui/traits/inductive-overflow/simultaneous.rs [new file with mode: 0644]
tests/ui/traits/inductive-overflow/simultaneous.stderr [new file with mode: 0644]
tests/ui/traits/inductive-overflow/supertrait-auto-trait.rs [new file with mode: 0644]
tests/ui/traits/inductive-overflow/supertrait-auto-trait.stderr [new file with mode: 0644]
tests/ui/traits/inductive-overflow/supertrait.rs [new file with mode: 0644]
tests/ui/traits/inductive-overflow/supertrait.stderr [new file with mode: 0644]
tests/ui/traits/inductive-overflow/two-traits.rs [new file with mode: 0644]
tests/ui/traits/inductive-overflow/two-traits.stderr [new file with mode: 0644]
tests/ui/traits/infer-from-object-issue-26952.rs [new file with mode: 0644]
tests/ui/traits/inherent-method-order.rs [new file with mode: 0644]
tests/ui/traits/inheritance/auto-xc-2.rs [new file with mode: 0644]
tests/ui/traits/inheritance/auto-xc.rs [new file with mode: 0644]
tests/ui/traits/inheritance/auto.rs [new file with mode: 0644]
tests/ui/traits/inheritance/auxiliary/auto_xc.rs [new file with mode: 0644]
tests/ui/traits/inheritance/auxiliary/auto_xc_2.rs [new file with mode: 0644]
tests/ui/traits/inheritance/auxiliary/overloading_xc.rs [new file with mode: 0644]
tests/ui/traits/inheritance/auxiliary/xc_call.rs [new file with mode: 0644]
tests/ui/traits/inheritance/basic.rs [new file with mode: 0644]
tests/ui/traits/inheritance/call-bound-inherited.rs [new file with mode: 0644]
tests/ui/traits/inheritance/call-bound-inherited2.rs [new file with mode: 0644]
tests/ui/traits/inheritance/cast-without-call-to-supertrait.rs [new file with mode: 0644]
tests/ui/traits/inheritance/cast.rs [new file with mode: 0644]
tests/ui/traits/inheritance/cross-trait-call-xc.rs [new file with mode: 0644]
tests/ui/traits/inheritance/cross-trait-call.rs [new file with mode: 0644]
tests/ui/traits/inheritance/diamond.rs [new file with mode: 0644]
tests/ui/traits/inheritance/multiple-inheritors.rs [new file with mode: 0644]
tests/ui/traits/inheritance/multiple-params.rs [new file with mode: 0644]
tests/ui/traits/inheritance/num.rs [new file with mode: 0644]
tests/ui/traits/inheritance/num0.rs [new file with mode: 0644]
tests/ui/traits/inheritance/num1.rs [new file with mode: 0644]
tests/ui/traits/inheritance/num2.rs [new file with mode: 0644]
tests/ui/traits/inheritance/num3.rs [new file with mode: 0644]
tests/ui/traits/inheritance/num5.rs [new file with mode: 0644]
tests/ui/traits/inheritance/overloading-simple.rs [new file with mode: 0644]
tests/ui/traits/inheritance/overloading-xc-exe.rs [new file with mode: 0644]
tests/ui/traits/inheritance/overloading.rs [new file with mode: 0644]
tests/ui/traits/inheritance/repeated-supertrait-ambig.rs [new file with mode: 0644]
tests/ui/traits/inheritance/repeated-supertrait-ambig.stderr [new file with mode: 0644]
tests/ui/traits/inheritance/repeated-supertrait.rs [new file with mode: 0644]
tests/ui/traits/inheritance/self-in-supertype.rs [new file with mode: 0644]
tests/ui/traits/inheritance/self.rs [new file with mode: 0644]
tests/ui/traits/inheritance/simple.rs [new file with mode: 0644]
tests/ui/traits/inheritance/static.rs [new file with mode: 0644]
tests/ui/traits/inheritance/static2.rs [new file with mode: 0644]
tests/ui/traits/inheritance/subst.rs [new file with mode: 0644]
tests/ui/traits/inheritance/subst2.rs [new file with mode: 0644]
tests/ui/traits/inheritance/visibility.rs [new file with mode: 0644]
tests/ui/traits/invalid_operator_trait.rs [new file with mode: 0644]
tests/ui/traits/invalid_operator_trait.stderr [new file with mode: 0644]
tests/ui/traits/issue-102989.rs [new file with mode: 0644]
tests/ui/traits/issue-102989.stderr [new file with mode: 0644]
tests/ui/traits/issue-103563.rs [new file with mode: 0644]
tests/ui/traits/issue-104322.rs [new file with mode: 0644]
tests/ui/traits/issue-106072.rs [new file with mode: 0644]
tests/ui/traits/issue-106072.stderr [new file with mode: 0644]
tests/ui/traits/issue-18400.rs [new file with mode: 0644]
tests/ui/traits/issue-18400.stderr [new file with mode: 0644]
tests/ui/traits/issue-18412.rs [new file with mode: 0644]
tests/ui/traits/issue-20692.rs [new file with mode: 0644]
tests/ui/traits/issue-20692.stderr [new file with mode: 0644]
tests/ui/traits/issue-22019.rs [new file with mode: 0644]
tests/ui/traits/issue-22110.rs [new file with mode: 0644]
tests/ui/traits/issue-22655.rs [new file with mode: 0644]
tests/ui/traits/issue-23003-overflow.rs [new file with mode: 0644]
tests/ui/traits/issue-23003.rs [new file with mode: 0644]
tests/ui/traits/issue-23825.rs [new file with mode: 0644]
tests/ui/traits/issue-24010.rs [new file with mode: 0644]
tests/ui/traits/issue-26339.rs [new file with mode: 0644]
tests/ui/traits/issue-28576.rs [new file with mode: 0644]
tests/ui/traits/issue-28576.stderr [new file with mode: 0644]
tests/ui/traits/issue-32963.rs [new file with mode: 0644]
tests/ui/traits/issue-32963.stderr [new file with mode: 0644]
tests/ui/traits/issue-33140-hack-boundaries.rs [new file with mode: 0644]
tests/ui/traits/issue-33140-hack-boundaries.stderr [new file with mode: 0644]
tests/ui/traits/issue-33140.rs [new file with mode: 0644]
tests/ui/traits/issue-33140.stderr [new file with mode: 0644]
tests/ui/traits/issue-35869.rs [new file with mode: 0644]
tests/ui/traits/issue-35869.stderr [new file with mode: 0644]
tests/ui/traits/issue-3683.rs [new file with mode: 0644]
tests/ui/traits/issue-38033.rs [new file with mode: 0644]
tests/ui/traits/issue-38404.rs [new file with mode: 0644]
tests/ui/traits/issue-38404.stderr [new file with mode: 0644]
tests/ui/traits/issue-38604.rs [new file with mode: 0644]
tests/ui/traits/issue-38604.stderr [new file with mode: 0644]
tests/ui/traits/issue-3973.rs [new file with mode: 0644]
tests/ui/traits/issue-3973.stderr [new file with mode: 0644]
tests/ui/traits/issue-4107.rs [new file with mode: 0644]
tests/ui/traits/issue-43132.rs [new file with mode: 0644]
tests/ui/traits/issue-43784-supertrait.rs [new file with mode: 0644]
tests/ui/traits/issue-43784-supertrait.stderr [new file with mode: 0644]
tests/ui/traits/issue-50480.rs [new file with mode: 0644]
tests/ui/traits/issue-50480.stderr [new file with mode: 0644]
tests/ui/traits/issue-52893.rs [new file with mode: 0644]
tests/ui/traits/issue-52893.stderr [new file with mode: 0644]
tests/ui/traits/issue-56202.rs [new file with mode: 0644]
tests/ui/traits/issue-56488.rs [new file with mode: 0644]
tests/ui/traits/issue-59029-1.rs [new file with mode: 0644]
tests/ui/traits/issue-59029-1.stderr [new file with mode: 0644]
tests/ui/traits/issue-59029-2.rs [new file with mode: 0644]
tests/ui/traits/issue-6128.rs [new file with mode: 0644]
tests/ui/traits/issue-6334.rs [new file with mode: 0644]
tests/ui/traits/issue-65284-suggest-generic-trait-bound.rs [new file with mode: 0644]
tests/ui/traits/issue-65284-suggest-generic-trait-bound.stderr [new file with mode: 0644]
tests/ui/traits/issue-65673.rs [new file with mode: 0644]
tests/ui/traits/issue-65673.stderr [new file with mode: 0644]
tests/ui/traits/issue-68295.rs [new file with mode: 0644]
tests/ui/traits/issue-68295.stderr [new file with mode: 0644]
tests/ui/traits/issue-7013.rs [new file with mode: 0644]
tests/ui/traits/issue-7013.stderr [new file with mode: 0644]
tests/ui/traits/issue-70944.rs [new file with mode: 0644]
tests/ui/traits/issue-71036.rs [new file with mode: 0644]
tests/ui/traits/issue-71036.stderr [new file with mode: 0644]
tests/ui/traits/issue-71136.rs [new file with mode: 0644]
tests/ui/traits/issue-71136.stderr [new file with mode: 0644]
tests/ui/traits/issue-72410.rs [new file with mode: 0644]
tests/ui/traits/issue-72410.stderr [new file with mode: 0644]
tests/ui/traits/issue-72455.rs [new file with mode: 0644]
tests/ui/traits/issue-75627.rs [new file with mode: 0644]
tests/ui/traits/issue-75627.stderr [new file with mode: 0644]
tests/ui/traits/issue-77982.rs [new file with mode: 0644]
tests/ui/traits/issue-77982.stderr [new file with mode: 0644]
tests/ui/traits/issue-78372.rs [new file with mode: 0644]
tests/ui/traits/issue-78372.stderr [new file with mode: 0644]
tests/ui/traits/issue-78632.rs [new file with mode: 0644]
tests/ui/traits/issue-79458.rs [new file with mode: 0644]
tests/ui/traits/issue-79458.stderr [new file with mode: 0644]
tests/ui/traits/issue-8153.rs [new file with mode: 0644]
tests/ui/traits/issue-8153.stderr [new file with mode: 0644]
tests/ui/traits/issue-82830.rs [new file with mode: 0644]
tests/ui/traits/issue-83538-tainted-cache-after-cycle.rs [new file with mode: 0644]
tests/ui/traits/issue-83538-tainted-cache-after-cycle.stderr [new file with mode: 0644]
tests/ui/traits/issue-84399-bad-fresh-caching.rs [new file with mode: 0644]
tests/ui/traits/issue-85360-eval-obligation-ice.rs [new file with mode: 0644]
tests/ui/traits/issue-85360-eval-obligation-ice.stderr [new file with mode: 0644]
tests/ui/traits/issue-85735.rs [new file with mode: 0644]
tests/ui/traits/issue-85735.stderr [new file with mode: 0644]
tests/ui/traits/issue-87558.rs [new file with mode: 0644]
tests/ui/traits/issue-87558.stderr [new file with mode: 0644]
tests/ui/traits/issue-89119.rs [new file with mode: 0644]
tests/ui/traits/issue-90195-2.rs [new file with mode: 0644]
tests/ui/traits/issue-90195.rs [new file with mode: 0644]
tests/ui/traits/issue-90662-projection-caching.rs [new file with mode: 0644]
tests/ui/traits/issue-91594.rs [new file with mode: 0644]
tests/ui/traits/issue-91594.stderr [new file with mode: 0644]
tests/ui/traits/issue-91949-hangs-on-recursion.rs [new file with mode: 0644]
tests/ui/traits/issue-91949-hangs-on-recursion.stderr [new file with mode: 0644]
tests/ui/traits/issue-92292.rs [new file with mode: 0644]
tests/ui/traits/issue-9394-inherited-calls.rs [new file with mode: 0644]
tests/ui/traits/issue-95311.rs [new file with mode: 0644]
tests/ui/traits/issue-95898.rs [new file with mode: 0644]
tests/ui/traits/issue-95898.stderr [new file with mode: 0644]
tests/ui/traits/issue-96664.rs [new file with mode: 0644]
tests/ui/traits/issue-96665.rs [new file with mode: 0644]
tests/ui/traits/issue-97576.rs [new file with mode: 0644]
tests/ui/traits/issue-97576.stderr [new file with mode: 0644]
tests/ui/traits/issue-97695-double-trivial-bound.rs [new file with mode: 0644]
tests/ui/traits/issue-99875.rs [new file with mode: 0644]
tests/ui/traits/issue-99875.stderr [new file with mode: 0644]
tests/ui/traits/item-inside-macro.rs [new file with mode: 0644]
tests/ui/traits/item-privacy.rs [new file with mode: 0644]
tests/ui/traits/item-privacy.stderr [new file with mode: 0644]
tests/ui/traits/kindck-owned-contains-1.rs [new file with mode: 0644]
tests/ui/traits/map-types.rs [new file with mode: 0644]
tests/ui/traits/map-types.stderr [new file with mode: 0644]
tests/ui/traits/matching-lifetimes.rs [new file with mode: 0644]
tests/ui/traits/matching-lifetimes.stderr [new file with mode: 0644]
tests/ui/traits/method-private.rs [new file with mode: 0644]
tests/ui/traits/method-private.stderr [new file with mode: 0644]
tests/ui/traits/monad.rs [new file with mode: 0644]
tests/ui/traits/monomorphized-callees-with-ty-params-3314.rs [new file with mode: 0644]
tests/ui/traits/multidispatch-bad.rs [new file with mode: 0644]
tests/ui/traits/multidispatch-bad.stderr [new file with mode: 0644]
tests/ui/traits/multidispatch-conditional-impl-not-considered.rs [new file with mode: 0644]
tests/ui/traits/multidispatch-convert-ambig-dest.rs [new file with mode: 0644]
tests/ui/traits/multidispatch-convert-ambig-dest.stderr [new file with mode: 0644]
tests/ui/traits/multidispatch-infer-convert-target.rs [new file with mode: 0644]
tests/ui/traits/multidispatch1.rs [new file with mode: 0644]
tests/ui/traits/multidispatch2.rs [new file with mode: 0644]
tests/ui/traits/mutual-recursion-issue-75860.rs [new file with mode: 0644]
tests/ui/traits/mutual-recursion-issue-75860.stderr [new file with mode: 0644]
tests/ui/traits/negative-impls/auxiliary/foreign_trait.rs [new file with mode: 0644]
tests/ui/traits/negative-impls/eager-mono.rs [new file with mode: 0644]
tests/ui/traits/negative-impls/explicitly-unimplemented-error-message.rs [new file with mode: 0644]
tests/ui/traits/negative-impls/explicitly-unimplemented-error-message.stderr [new file with mode: 0644]
tests/ui/traits/negative-impls/feature-gate-negative_impls.rs [new file with mode: 0644]
tests/ui/traits/negative-impls/feature-gate-negative_impls.stderr [new file with mode: 0644]
tests/ui/traits/negative-impls/negated-auto-traits-error.rs [new file with mode: 0644]
tests/ui/traits/negative-impls/negated-auto-traits-error.stderr [new file with mode: 0644]
tests/ui/traits/negative-impls/negated-auto-traits-rpass.rs [new file with mode: 0644]
tests/ui/traits/negative-impls/negative-default-impls.rs [new file with mode: 0644]
tests/ui/traits/negative-impls/negative-default-impls.stderr [new file with mode: 0644]
tests/ui/traits/negative-impls/negative-impls-basic.rs [new file with mode: 0644]
tests/ui/traits/negative-impls/negative-specializes-negative.rs [new file with mode: 0644]
tests/ui/traits/negative-impls/negative-specializes-negative.stderr [new file with mode: 0644]
tests/ui/traits/negative-impls/negative-specializes-positive-item.rs [new file with mode: 0644]
tests/ui/traits/negative-impls/negative-specializes-positive-item.stderr [new file with mode: 0644]
tests/ui/traits/negative-impls/negative-specializes-positive.rs [new file with mode: 0644]
tests/ui/traits/negative-impls/negative-specializes-positive.stderr [new file with mode: 0644]
tests/ui/traits/negative-impls/no-items.rs [new file with mode: 0644]
tests/ui/traits/negative-impls/no-items.stderr [new file with mode: 0644]
tests/ui/traits/negative-impls/pin-unsound-issue-66544-clone.rs [new file with mode: 0644]
tests/ui/traits/negative-impls/pin-unsound-issue-66544-clone.stderr [new file with mode: 0644]
tests/ui/traits/negative-impls/pin-unsound-issue-66544-derefmut.rs [new file with mode: 0644]
tests/ui/traits/negative-impls/pin-unsound-issue-66544-derefmut.stderr [new file with mode: 0644]
tests/ui/traits/negative-impls/positive-specializes-negative.rs [new file with mode: 0644]
tests/ui/traits/negative-impls/positive-specializes-negative.stderr [new file with mode: 0644]
tests/ui/traits/negative-impls/rely-on-negative-impl-in-coherence.rs [new file with mode: 0644]
tests/ui/traits/new-solver/alias_eq_cant_be_furthur_normalized.rs [new file with mode: 0644]
tests/ui/traits/new-solver/alias_eq_dont_use_normalizes_to_if_substs_eq.rs [new file with mode: 0644]
tests/ui/traits/new-solver/alias_eq_dont_use_normalizes_to_if_substs_eq.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/alias_eq_simple.rs [new file with mode: 0644]
tests/ui/traits/new-solver/alias_eq_substs_eq_not_intercrate.rs [new file with mode: 0644]
tests/ui/traits/new-solver/alias_eq_substs_eq_not_intercrate.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/async.fail.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/async.rs [new file with mode: 0644]
tests/ui/traits/new-solver/builtin-fn-must-return-sized.rs [new file with mode: 0644]
tests/ui/traits/new-solver/builtin-fn-must-return-sized.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/elaborate-item-bounds.rs [new file with mode: 0644]
tests/ui/traits/new-solver/fn-trait-closure.rs [new file with mode: 0644]
tests/ui/traits/new-solver/fn-trait.rs [new file with mode: 0644]
tests/ui/traits/new-solver/generator.fail.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/generator.rs [new file with mode: 0644]
tests/ui/traits/new-solver/higher-ranked-dyn-bounds.rs [new file with mode: 0644]
tests/ui/traits/new-solver/more-object-bound.rs [new file with mode: 0644]
tests/ui/traits/new-solver/more-object-bound.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/normalizes_to_ignores_unnormalizable_candidate.rs [new file with mode: 0644]
tests/ui/traits/new-solver/normalizes_to_ignores_unnormalizable_candidate.self_infer.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/object-unsafety.rs [new file with mode: 0644]
tests/ui/traits/new-solver/object-unsafety.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/param-candidate-doesnt-shadow-project.rs [new file with mode: 0644]
tests/ui/traits/new-solver/pointee.rs [new file with mode: 0644]
tests/ui/traits/new-solver/pointer-like.rs [new file with mode: 0644]
tests/ui/traits/new-solver/pointer-like.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/provisional-result-done.rs [new file with mode: 0644]
tests/ui/traits/new-solver/temporary-ambiguity.rs [new file with mode: 0644]
tests/ui/traits/new-solver/try-example.rs [new file with mode: 0644]
tests/ui/traits/new-solver/two-projection-param-candidates-are-ambiguous.rs [new file with mode: 0644]
tests/ui/traits/new-solver/two-projection-param-candidates-are-ambiguous.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/unsafe-auto-trait-impl.rs [new file with mode: 0644]
tests/ui/traits/new-solver/unsize-good.rs [new file with mode: 0644]
tests/ui/traits/new-solver/upcast-right-substs.rs [new file with mode: 0644]
tests/ui/traits/new-solver/upcast-wrong-substs.rs [new file with mode: 0644]
tests/ui/traits/new-solver/upcast-wrong-substs.stderr [new file with mode: 0644]
tests/ui/traits/no-fallback-multiple-impls.rs [new file with mode: 0644]
tests/ui/traits/no-fallback-multiple-impls.stderr [new file with mode: 0644]
tests/ui/traits/no_send-struct.rs [new file with mode: 0644]
tests/ui/traits/no_send-struct.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/bad-sized-cond.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/bad-sized-cond.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/basic.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/basic.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/fail.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/fail.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/late-bound-in-anon-ct.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/late-bound-in-anon-ct.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/object-lifetime-default-for-late.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/object-lifetime-default-for-late.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/on-dyn.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/on-dyn.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/on-ptr.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/on-ptr.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/type-match-with-late-bound.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/type-match-with-late-bound.stderr [new file with mode: 0644]
tests/ui/traits/normalize-supertrait.rs [new file with mode: 0644]
tests/ui/traits/not-suggest-non-existing-fully-qualified-path.rs [new file with mode: 0644]
tests/ui/traits/not-suggest-non-existing-fully-qualified-path.stderr [new file with mode: 0644]
tests/ui/traits/object-does-not-impl-trait.rs [new file with mode: 0644]
tests/ui/traits/object-does-not-impl-trait.stderr [new file with mode: 0644]
tests/ui/traits/object-one-type-two-traits.rs [new file with mode: 0644]
tests/ui/traits/object/auto-dedup-in-impl.rs [new file with mode: 0644]
tests/ui/traits/object/auto-dedup-in-impl.stderr [new file with mode: 0644]
tests/ui/traits/object/auto-dedup.rs [new file with mode: 0644]
tests/ui/traits/object/bounds-cycle-1.rs [new file with mode: 0644]
tests/ui/traits/object/bounds-cycle-2.rs [new file with mode: 0644]
tests/ui/traits/object/bounds-cycle-3.rs [new file with mode: 0644]
tests/ui/traits/object/bounds-cycle-4.rs [new file with mode: 0644]
tests/ui/traits/object/enforce-supertrait-projection.rs [new file with mode: 0644]
tests/ui/traits/object/enforce-supertrait-projection.stderr [new file with mode: 0644]
tests/ui/traits/object/exclusion.rs [new file with mode: 0644]
tests/ui/traits/object/generics.rs [new file with mode: 0644]
tests/ui/traits/object/issue-33140-traitobject-crate.rs [new file with mode: 0644]
tests/ui/traits/object/issue-33140-traitobject-crate.stderr [new file with mode: 0644]
tests/ui/traits/object/issue-44454-1.rs [new file with mode: 0644]
tests/ui/traits/object/issue-44454-1.stderr [new file with mode: 0644]
tests/ui/traits/object/issue-44454-2.rs [new file with mode: 0644]
tests/ui/traits/object/issue-44454-2.stderr [new file with mode: 0644]
tests/ui/traits/object/issue-44454-3.rs [new file with mode: 0644]
tests/ui/traits/object/issue-44454-3.stderr [new file with mode: 0644]
tests/ui/traits/object/lifetime-first.rs [new file with mode: 0644]
tests/ui/traits/object/macro-matcher.rs [new file with mode: 0644]
tests/ui/traits/object/macro-matcher.stderr [new file with mode: 0644]
tests/ui/traits/object/safety.rs [new file with mode: 0644]
tests/ui/traits/object/safety.stderr [new file with mode: 0644]
tests/ui/traits/object/supertrait-lifetime-bound.rs [new file with mode: 0644]
tests/ui/traits/object/supertrait-lifetime-bound.stderr [new file with mode: 0644]
tests/ui/traits/object/vs-lifetime-2.rs [new file with mode: 0644]
tests/ui/traits/object/vs-lifetime-2.stderr [new file with mode: 0644]
tests/ui/traits/object/vs-lifetime.rs [new file with mode: 0644]
tests/ui/traits/object/vs-lifetime.stderr [new file with mode: 0644]
tests/ui/traits/object/with-lifetime-bound.rs [new file with mode: 0644]
tests/ui/traits/object/with-self-in-projection-output-bad.rs [new file with mode: 0644]
tests/ui/traits/object/with-self-in-projection-output-bad.stderr [new file with mode: 0644]
tests/ui/traits/object/with-self-in-projection-output-good.rs [new file with mode: 0644]
tests/ui/traits/object/with-self-in-projection-output-repeated-supertrait.rs [new file with mode: 0644]
tests/ui/traits/objects-owned-object-borrowed-method-headerless.rs [new file with mode: 0644]
tests/ui/traits/operator-overloading-issue-52025.rs [new file with mode: 0644]
tests/ui/traits/overlap-not-permitted-for-builtin-trait.rs [new file with mode: 0644]
tests/ui/traits/overlap-not-permitted-for-builtin-trait.stderr [new file with mode: 0644]
tests/ui/traits/overlap-permitted-for-marker-traits.rs [new file with mode: 0644]
tests/ui/traits/param-without-lifetime-constraint.rs [new file with mode: 0644]
tests/ui/traits/param-without-lifetime-constraint.stderr [new file with mode: 0644]
tests/ui/traits/parameterized-with-bounds.rs [new file with mode: 0644]
tests/ui/traits/pointee-deduction.rs [new file with mode: 0644]
tests/ui/traits/pointee-tail-is-generic-errors.rs [new file with mode: 0644]
tests/ui/traits/pointee-tail-is-generic-errors.stderr [new file with mode: 0644]
tests/ui/traits/pointee-tail-is-generic.rs [new file with mode: 0644]
tests/ui/traits/principal-less-objects.rs [new file with mode: 0644]
tests/ui/traits/privacy.rs [new file with mode: 0644]
tests/ui/traits/project-modulo-regions.rs [new file with mode: 0644]
tests/ui/traits/project-modulo-regions.with_clause.stderr [new file with mode: 0644]
tests/ui/traits/project-modulo-regions.without_clause.stderr [new file with mode: 0644]
tests/ui/traits/region-pointer-simple.rs [new file with mode: 0644]
tests/ui/traits/reservation-impl/coherence-conflict.rs [new file with mode: 0644]
tests/ui/traits/reservation-impl/coherence-conflict.stderr [new file with mode: 0644]
tests/ui/traits/reservation-impl/no-use.rs [new file with mode: 0644]
tests/ui/traits/reservation-impl/no-use.stderr [new file with mode: 0644]
tests/ui/traits/reservation-impl/non-lattice-ok.rs [new file with mode: 0644]
tests/ui/traits/reservation-impl/ok.rs [new file with mode: 0644]
tests/ui/traits/resolution-in-overloaded-op.rs [new file with mode: 0644]
tests/ui/traits/resolution-in-overloaded-op.stderr [new file with mode: 0644]
tests/ui/traits/safety-fn-body.mir.stderr [new file with mode: 0644]
tests/ui/traits/safety-fn-body.rs [new file with mode: 0644]
tests/ui/traits/safety-fn-body.thir.stderr [new file with mode: 0644]
tests/ui/traits/safety-inherent-impl.rs [new file with mode: 0644]
tests/ui/traits/safety-inherent-impl.stderr [new file with mode: 0644]
tests/ui/traits/safety-ok-cc.rs [new file with mode: 0644]
tests/ui/traits/safety-ok.rs [new file with mode: 0644]
tests/ui/traits/safety-trait-impl-cc.rs [new file with mode: 0644]
tests/ui/traits/safety-trait-impl-cc.stderr [new file with mode: 0644]
tests/ui/traits/safety-trait-impl.rs [new file with mode: 0644]
tests/ui/traits/safety-trait-impl.stderr [new file with mode: 0644]
tests/ui/traits/self-without-lifetime-constraint.rs [new file with mode: 0644]
tests/ui/traits/self-without-lifetime-constraint.stderr [new file with mode: 0644]
tests/ui/traits/solver-cycles/inductive-canonical-cycle.rs [new file with mode: 0644]
tests/ui/traits/static-method-generic-inference.rs [new file with mode: 0644]
tests/ui/traits/static-method-generic-inference.stderr [new file with mode: 0644]
tests/ui/traits/static-method-overwriting.rs [new file with mode: 0644]
tests/ui/traits/static-outlives-a-where-clause.rs [new file with mode: 0644]
tests/ui/traits/staticness-mismatch.rs [new file with mode: 0644]
tests/ui/traits/staticness-mismatch.stderr [new file with mode: 0644]
tests/ui/traits/suggest-deferences/issue-39029.fixed [new file with mode: 0644]
tests/ui/traits/suggest-deferences/issue-39029.rs [new file with mode: 0644]
tests/ui/traits/suggest-deferences/issue-39029.stderr [new file with mode: 0644]
tests/ui/traits/suggest-deferences/issue-62530.fixed [new file with mode: 0644]
tests/ui/traits/suggest-deferences/issue-62530.rs [new file with mode: 0644]
tests/ui/traits/suggest-deferences/issue-62530.stderr [new file with mode: 0644]
tests/ui/traits/suggest-deferences/multiple-0.fixed [new file with mode: 0644]
tests/ui/traits/suggest-deferences/multiple-0.rs [new file with mode: 0644]
tests/ui/traits/suggest-deferences/multiple-0.stderr [new file with mode: 0644]
tests/ui/traits/suggest-deferences/multiple-1.rs [new file with mode: 0644]
tests/ui/traits/suggest-deferences/multiple-1.stderr [new file with mode: 0644]
tests/ui/traits/suggest-deferences/root-obligation.fixed [new file with mode: 0644]
tests/ui/traits/suggest-deferences/root-obligation.rs [new file with mode: 0644]
tests/ui/traits/suggest-deferences/root-obligation.stderr [new file with mode: 0644]
tests/ui/traits/suggest-deferences/suggest-dereferencing-receiver-argument.fixed [new file with mode: 0644]
tests/ui/traits/suggest-deferences/suggest-dereferencing-receiver-argument.rs [new file with mode: 0644]
tests/ui/traits/suggest-deferences/suggest-dereferencing-receiver-argument.stderr [new file with mode: 0644]
tests/ui/traits/suggest-fully-qualified-closure.rs [new file with mode: 0644]
tests/ui/traits/suggest-fully-qualified-closure.stderr [new file with mode: 0644]
tests/ui/traits/suggest-fully-qualified-path-with-adjustment.rs [new file with mode: 0644]
tests/ui/traits/suggest-fully-qualified-path-with-adjustment.stderr [new file with mode: 0644]
tests/ui/traits/suggest-fully-qualified-path-without-adjustment.rs [new file with mode: 0644]
tests/ui/traits/suggest-fully-qualified-path-without-adjustment.stderr [new file with mode: 0644]
tests/ui/traits/suggest-where-clause.rs [new file with mode: 0644]
tests/ui/traits/suggest-where-clause.stderr [new file with mode: 0644]
tests/ui/traits/superdefault-generics.rs [new file with mode: 0644]
tests/ui/traits/syntax-polarity.rs [new file with mode: 0644]
tests/ui/traits/syntax-trait-polarity.rs [new file with mode: 0644]
tests/ui/traits/syntax-trait-polarity.stderr [new file with mode: 0644]
tests/ui/traits/test-2.rs [new file with mode: 0644]
tests/ui/traits/test-2.stderr [new file with mode: 0644]
tests/ui/traits/test.rs [new file with mode: 0644]
tests/ui/traits/test.stderr [new file with mode: 0644]
tests/ui/traits/to-str.rs [new file with mode: 0644]
tests/ui/traits/track-obligations.rs [new file with mode: 0644]
tests/ui/traits/track-obligations.stderr [new file with mode: 0644]
tests/ui/traits/trait-or-new-type-instead.rs [new file with mode: 0644]
tests/ui/traits/trait-or-new-type-instead.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/basic.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/correct-supertrait-substitution.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/cyclic-trait-resolution.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/cyclic-trait-resolution.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/diamond.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/invalid-upcast.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/invalid-upcast.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/issue-11515-upcast-fn_mut-fn.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/lifetime.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/migrate-lint-deny.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/migrate-lint-deny.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/multiple-occurrence-ambiguousity.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/multiple-occurrence-ambiguousity.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/multiple_supertrait_upcastable.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/multiple_supertrait_upcastable.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/replace-vptr.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/struct.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/subtrait-method.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/subtrait-method.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/type-checking-test-1.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/type-checking-test-1.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/type-checking-test-2.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/type-checking-test-2.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/type-checking-test-3.polonius.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/type-checking-test-3.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/type-checking-test-3.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/type-checking-test-4.polonius.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/type-checking-test-4.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/type-checking-test-4.stderr [new file with mode: 0644]
tests/ui/traits/typeclasses-eq-example-static.rs [new file with mode: 0644]
tests/ui/traits/typeclasses-eq-example.rs [new file with mode: 0644]
tests/ui/traits/ufcs-object.rs [new file with mode: 0644]
tests/ui/traits/unsend-future.rs [new file with mode: 0644]
tests/ui/traits/unsend-future.stderr [new file with mode: 0644]
tests/ui/traits/unspecified-self-in-trait-ref.rs [new file with mode: 0644]
tests/ui/traits/unspecified-self-in-trait-ref.stderr [new file with mode: 0644]
tests/ui/traits/use-before-def.rs [new file with mode: 0644]
tests/ui/traits/vtable-res-trait-param.rs [new file with mode: 0644]
tests/ui/traits/vtable-res-trait-param.stderr [new file with mode: 0644]
tests/ui/traits/vtable/issue-91807.rs [new file with mode: 0644]
tests/ui/traits/vtable/issue-97381.rs [new file with mode: 0644]
tests/ui/traits/vtable/issue-97381.stderr [new file with mode: 0644]
tests/ui/traits/vtable/vtable-diamond.rs [new file with mode: 0644]
tests/ui/traits/vtable/vtable-diamond.stderr [new file with mode: 0644]
tests/ui/traits/vtable/vtable-multi-level.rs [new file with mode: 0644]
tests/ui/traits/vtable/vtable-multi-level.stderr [new file with mode: 0644]
tests/ui/traits/vtable/vtable-multiple.rs [new file with mode: 0644]
tests/ui/traits/vtable/vtable-multiple.stderr [new file with mode: 0644]
tests/ui/traits/vtable/vtable-non-object-safe.rs [new file with mode: 0644]
tests/ui/traits/vtable/vtable-non-object-safe.stderr [new file with mode: 0644]
tests/ui/traits/vtable/vtable-vacant.rs [new file with mode: 0644]
tests/ui/traits/vtable/vtable-vacant.stderr [new file with mode: 0644]
tests/ui/traits/wf-object/maybe-bound.rs [new file with mode: 0644]
tests/ui/traits/wf-object/maybe-bound.stderr [new file with mode: 0644]
tests/ui/traits/wf-object/no-duplicates.rs [new file with mode: 0644]
tests/ui/traits/wf-object/no-duplicates.stderr [new file with mode: 0644]
tests/ui/traits/wf-object/only-maybe-bound.rs [new file with mode: 0644]
tests/ui/traits/wf-object/only-maybe-bound.stderr [new file with mode: 0644]
tests/ui/traits/wf-object/reverse-order.rs [new file with mode: 0644]
tests/ui/traits/where-clause-vs-impl.rs [new file with mode: 0644]
tests/ui/traits/with-bounds-default.rs [new file with mode: 0644]
tests/ui/traits/with-dst.rs [new file with mode: 0644]
tests/ui/transmutability/abstraction/abstracted_assume.rs [new file with mode: 0644]
tests/ui/transmutability/abstraction/const_generic_fn.rs [new file with mode: 0644]
tests/ui/transmutability/arrays/issue-103783-array-length.rs [new file with mode: 0644]
tests/ui/transmutability/arrays/issue-103783-array-length.stderr [new file with mode: 0644]
tests/ui/transmutability/arrays/should_have_correct_length.rs [new file with mode: 0644]
tests/ui/transmutability/arrays/should_inherit_alignment.rs [new file with mode: 0644]
tests/ui/transmutability/arrays/should_require_well_defined_layout.rs [new file with mode: 0644]
tests/ui/transmutability/arrays/should_require_well_defined_layout.stderr [new file with mode: 0644]
tests/ui/transmutability/enums/repr/primitive_reprs_should_have_correct_length.rs [new file with mode: 0644]
tests/ui/transmutability/enums/repr/primitive_reprs_should_have_correct_length.stderr [new file with mode: 0644]
tests/ui/transmutability/enums/repr/should_require_well_defined_layout.rs [new file with mode: 0644]
tests/ui/transmutability/enums/repr/should_require_well_defined_layout.stderr [new file with mode: 0644]
tests/ui/transmutability/enums/should_order_correctly.rs [new file with mode: 0644]
tests/ui/transmutability/enums/should_pad_variants.rs [new file with mode: 0644]
tests/ui/transmutability/enums/should_pad_variants.stderr [new file with mode: 0644]
tests/ui/transmutability/enums/should_respect_endianness.rs [new file with mode: 0644]
tests/ui/transmutability/enums/should_respect_endianness.stderr [new file with mode: 0644]
tests/ui/transmutability/issue-101739-1.rs [new file with mode: 0644]
tests/ui/transmutability/issue-101739-1.stderr [new file with mode: 0644]
tests/ui/transmutability/issue-101739-2.rs [new file with mode: 0644]
tests/ui/transmutability/issue-101739-2.stderr [new file with mode: 0644]
tests/ui/transmutability/malformed-program-gracefulness/feature-missing.rs [new file with mode: 0644]
tests/ui/transmutability/malformed-program-gracefulness/feature-missing.stderr [new file with mode: 0644]
tests/ui/transmutability/malformed-program-gracefulness/unknown_dst.rs [new file with mode: 0644]
tests/ui/transmutability/malformed-program-gracefulness/unknown_dst.stderr [new file with mode: 0644]
tests/ui/transmutability/malformed-program-gracefulness/unknown_src.rs [new file with mode: 0644]
tests/ui/transmutability/malformed-program-gracefulness/unknown_src.stderr [new file with mode: 0644]
tests/ui/transmutability/malformed-program-gracefulness/unknown_src_field.rs [new file with mode: 0644]
tests/ui/transmutability/malformed-program-gracefulness/unknown_src_field.stderr [new file with mode: 0644]
tests/ui/transmutability/malformed-program-gracefulness/wrong-type-assume.rs [new file with mode: 0644]
tests/ui/transmutability/malformed-program-gracefulness/wrong-type-assume.stderr [new file with mode: 0644]
tests/ui/transmutability/primitives/bool.rs [new file with mode: 0644]
tests/ui/transmutability/primitives/bool.stderr [new file with mode: 0644]
tests/ui/transmutability/primitives/numbers.rs [new file with mode: 0644]
tests/ui/transmutability/primitives/numbers.stderr [new file with mode: 0644]
tests/ui/transmutability/primitives/unit.rs [new file with mode: 0644]
tests/ui/transmutability/primitives/unit.stderr [new file with mode: 0644]
tests/ui/transmutability/references.rs [new file with mode: 0644]
tests/ui/transmutability/references.stderr [new file with mode: 0644]
tests/ui/transmutability/structs/repr/should_handle_align.rs [new file with mode: 0644]
tests/ui/transmutability/structs/repr/should_handle_packed.rs [new file with mode: 0644]
tests/ui/transmutability/structs/repr/should_require_well_defined_layout.rs [new file with mode: 0644]
tests/ui/transmutability/structs/repr/should_require_well_defined_layout.stderr [new file with mode: 0644]
tests/ui/transmutability/structs/should_order_fields_correctly.rs [new file with mode: 0644]
tests/ui/transmutability/unions/boolish.rs [new file with mode: 0644]
tests/ui/transmutability/unions/repr/should_handle_align.rs [new file with mode: 0644]
tests/ui/transmutability/unions/repr/should_handle_packed.rs [new file with mode: 0644]
tests/ui/transmutability/unions/repr/should_require_well_defined_layout.rs [new file with mode: 0644]
tests/ui/transmutability/unions/repr/should_require_well_defined_layout.stderr [new file with mode: 0644]
tests/ui/transmutability/unions/should_pad_variants.rs [new file with mode: 0644]
tests/ui/transmutability/unions/should_pad_variants.stderr [new file with mode: 0644]
tests/ui/transmutability/unions/should_permit_intersecting_if_validity_is_assumed.rs [new file with mode: 0644]
tests/ui/transmutability/unions/should_reject_contraction.rs [new file with mode: 0644]
tests/ui/transmutability/unions/should_reject_contraction.stderr [new file with mode: 0644]
tests/ui/transmutability/unions/should_reject_disjoint.rs [new file with mode: 0644]
tests/ui/transmutability/unions/should_reject_disjoint.stderr [new file with mode: 0644]
tests/ui/transmutability/unions/should_reject_intersecting.rs [new file with mode: 0644]
tests/ui/transmutability/unions/should_reject_intersecting.stderr [new file with mode: 0644]
tests/ui/transmutability/visibility/assume/should_accept_if_dst_has_private_field.rs [new file with mode: 0644]
tests/ui/transmutability/visibility/assume/should_accept_if_dst_has_private_variant.rs [new file with mode: 0644]
tests/ui/transmutability/visibility/assume/should_accept_if_dst_has_tricky_unreachable_field.rs [new file with mode: 0644]
tests/ui/transmutability/visibility/assume/should_accept_if_dst_has_unreachable_field.rs [new file with mode: 0644]
tests/ui/transmutability/visibility/assume/should_accept_if_dst_has_unreachable_field.stderr [new file with mode: 0644]
tests/ui/transmutability/visibility/assume/should_accept_if_dst_has_unreachable_ty.rs [new file with mode: 0644]
tests/ui/transmutability/visibility/assume/should_accept_if_dst_has_unreachable_ty.stderr [new file with mode: 0644]
tests/ui/transmutability/visibility/should_accept_if_src_has_private_field.rs [new file with mode: 0644]
tests/ui/transmutability/visibility/should_accept_if_src_has_private_variant.rs [new file with mode: 0644]
tests/ui/transmutability/visibility/should_accept_if_src_has_unreachable_field.rs [new file with mode: 0644]
tests/ui/transmutability/visibility/should_accept_if_src_has_unreachable_field.stderr [new file with mode: 0644]
tests/ui/transmutability/visibility/should_accept_if_src_has_unreachable_ty.rs [new file with mode: 0644]
tests/ui/transmutability/visibility/should_accept_if_src_has_unreachable_ty.stderr [new file with mode: 0644]
tests/ui/transmutability/visibility/should_reject_if_dst_has_private_field.rs [new file with mode: 0644]
tests/ui/transmutability/visibility/should_reject_if_dst_has_private_field.stderr [new file with mode: 0644]
tests/ui/transmutability/visibility/should_reject_if_dst_has_private_variant.rs [new file with mode: 0644]
tests/ui/transmutability/visibility/should_reject_if_dst_has_private_variant.stderr [new file with mode: 0644]
tests/ui/transmutability/visibility/should_reject_if_dst_has_tricky_unreachable_field.rs [new file with mode: 0644]
tests/ui/transmutability/visibility/should_reject_if_dst_has_unreachable_field.rs [new file with mode: 0644]
tests/ui/transmutability/visibility/should_reject_if_dst_has_unreachable_field.stderr [new file with mode: 0644]
tests/ui/transmutability/visibility/should_reject_if_dst_has_unreachable_ty.rs [new file with mode: 0644]
tests/ui/transmutability/visibility/should_reject_if_dst_has_unreachable_ty.stderr [new file with mode: 0644]
tests/ui/transmute-equal-assoc-types.rs [new file with mode: 0644]
tests/ui/transmute-non-immediate-to-immediate.rs [new file with mode: 0644]
tests/ui/transmute/lifetimes.rs [new file with mode: 0644]
tests/ui/transmute/main.rs [new file with mode: 0644]
tests/ui/transmute/main.stderr [new file with mode: 0644]
tests/ui/transmute/transmute-different-sizes.rs [new file with mode: 0644]
tests/ui/transmute/transmute-different-sizes.stderr [new file with mode: 0644]
tests/ui/transmute/transmute-fat-pointers.rs [new file with mode: 0644]
tests/ui/transmute/transmute-fat-pointers.stderr [new file with mode: 0644]
tests/ui/transmute/transmute-from-fn-item-types-error.rs [new file with mode: 0644]
tests/ui/transmute/transmute-from-fn-item-types-error.stderr [new file with mode: 0644]
tests/ui/transmute/transmute-impl.rs [new file with mode: 0644]
tests/ui/transmute/transmute-impl.stderr [new file with mode: 0644]
tests/ui/transmute/transmute-imut-to-mut.rs [new file with mode: 0644]
tests/ui/transmute/transmute-imut-to-mut.stderr [new file with mode: 0644]
tests/ui/transmute/transmute-padding-ice.rs [new file with mode: 0644]
tests/ui/transmute/transmute-padding-ice.stderr [new file with mode: 0644]
tests/ui/transmute/transmute-type-parameters.rs [new file with mode: 0644]
tests/ui/transmute/transmute-type-parameters.stderr [new file with mode: 0644]
tests/ui/treat-err-as-bug/delay_span_bug.rs [new file with mode: 0644]
tests/ui/treat-err-as-bug/delay_span_bug.stderr [new file with mode: 0644]
tests/ui/treat-err-as-bug/err.rs [new file with mode: 0644]
tests/ui/treat-err-as-bug/err.stderr [new file with mode: 0644]
tests/ui/trivial-bounds/issue-73021-impossible-inline.inline.stderr [new file with mode: 0644]
tests/ui/trivial-bounds/issue-73021-impossible-inline.no-opt.stderr [new file with mode: 0644]
tests/ui/trivial-bounds/issue-73021-impossible-inline.rs [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-inconsistent-associated-functions.rs [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-inconsistent-copy-reborrow.rs [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-inconsistent-copy-reborrow.stderr [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-inconsistent-copy.rs [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-inconsistent-copy.stderr [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-inconsistent-projection-error.rs [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-inconsistent-projection-error.stderr [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-inconsistent-projection.rs [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-inconsistent-projection.stderr [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-inconsistent-sized.rs [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-inconsistent-sized.stderr [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-inconsistent-well-formed.rs [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-inconsistent-well-formed.stderr [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-inconsistent.rs [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-inconsistent.stderr [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-leak-copy.rs [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-leak-copy.stderr [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-leak.rs [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-leak.stderr [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-lint.rs [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-lint.stderr [new file with mode: 0644]
tests/ui/trivial-bounds/trivial-bounds-object.rs [new file with mode: 0644]
tests/ui/trivial_casts-rpass.rs [new file with mode: 0644]
tests/ui/try-block/issue-45124.rs [new file with mode: 0644]
tests/ui/try-block/try-block-bad-lifetime.rs [new file with mode: 0644]
tests/ui/try-block/try-block-bad-lifetime.stderr [new file with mode: 0644]
tests/ui/try-block/try-block-bad-type.rs [new file with mode: 0644]
tests/ui/try-block/try-block-bad-type.stderr [new file with mode: 0644]
tests/ui/try-block/try-block-catch.rs [new file with mode: 0644]
tests/ui/try-block/try-block-catch.stderr [new file with mode: 0644]
tests/ui/try-block/try-block-in-edition2015.rs [new file with mode: 0644]
tests/ui/try-block/try-block-in-edition2015.stderr [new file with mode: 0644]
tests/ui/try-block/try-block-in-match.rs [new file with mode: 0644]
tests/ui/try-block/try-block-in-return.rs [new file with mode: 0644]
tests/ui/try-block/try-block-in-while.rs [new file with mode: 0644]
tests/ui/try-block/try-block-in-while.stderr [new file with mode: 0644]
tests/ui/try-block/try-block-maybe-bad-lifetime.rs [new file with mode: 0644]
tests/ui/try-block/try-block-maybe-bad-lifetime.stderr [new file with mode: 0644]
tests/ui/try-block/try-block-opt-init.rs [new file with mode: 0644]
tests/ui/try-block/try-block-opt-init.stderr [new file with mode: 0644]
tests/ui/try-block/try-block-type-error.rs [new file with mode: 0644]
tests/ui/try-block/try-block-type-error.stderr [new file with mode: 0644]
tests/ui/try-block/try-block-unreachable-code-lint.rs [new file with mode: 0644]
tests/ui/try-block/try-block-unreachable-code-lint.stderr [new file with mode: 0644]
tests/ui/try-block/try-block-unused-delims.fixed [new file with mode: 0644]
tests/ui/try-block/try-block-unused-delims.rs [new file with mode: 0644]
tests/ui/try-block/try-block-unused-delims.stderr [new file with mode: 0644]
tests/ui/try-block/try-block.rs [new file with mode: 0644]
tests/ui/try-block/try-is-identifier-edition2015.rs [new file with mode: 0644]
tests/ui/try-from-int-error-partial-eq.rs [new file with mode: 0644]
tests/ui/try-operator-hygiene.rs [new file with mode: 0644]
tests/ui/try-operator.rs [new file with mode: 0644]
tests/ui/try-trait/bad-interconversion.rs [new file with mode: 0644]
tests/ui/try-trait/bad-interconversion.stderr [new file with mode: 0644]
tests/ui/try-trait/option-to-result.rs [new file with mode: 0644]
tests/ui/try-trait/option-to-result.stderr [new file with mode: 0644]
tests/ui/try-trait/try-as-monad.rs [new file with mode: 0644]
tests/ui/try-trait/try-on-option-diagnostics.rs [new file with mode: 0644]
tests/ui/try-trait/try-on-option-diagnostics.stderr [new file with mode: 0644]
tests/ui/try-trait/try-on-option.rs [new file with mode: 0644]
tests/ui/try-trait/try-on-option.stderr [new file with mode: 0644]
tests/ui/try-trait/try-operator-custom.rs [new file with mode: 0644]
tests/ui/try-trait/try-operator-on-main.rs [new file with mode: 0644]
tests/ui/try-trait/try-operator-on-main.stderr [new file with mode: 0644]
tests/ui/try-trait/try-poll.rs [new file with mode: 0644]
tests/ui/try-trait/yeet-for-option.rs [new file with mode: 0644]
tests/ui/try-trait/yeet-for-result.rs [new file with mode: 0644]
tests/ui/tuple-index.rs [new file with mode: 0644]
tests/ui/tuple/add-tuple-within-arguments.rs [new file with mode: 0644]
tests/ui/tuple/add-tuple-within-arguments.stderr [new file with mode: 0644]
tests/ui/tuple/array-diagnostics.rs [new file with mode: 0644]
tests/ui/tuple/array-diagnostics.stderr [new file with mode: 0644]
tests/ui/tuple/builtin-fail.rs [new file with mode: 0644]
tests/ui/tuple/builtin-fail.stderr [new file with mode: 0644]
tests/ui/tuple/builtin.rs [new file with mode: 0644]
tests/ui/tuple/index-float.rs [new file with mode: 0644]
tests/ui/tuple/index-invalid.rs [new file with mode: 0644]
tests/ui/tuple/index-invalid.stderr [new file with mode: 0644]
tests/ui/tuple/indexing-in-macro.rs [new file with mode: 0644]
tests/ui/tuple/nested-index.rs [new file with mode: 0644]
tests/ui/tuple/one-tuple.rs [new file with mode: 0644]
tests/ui/tuple/tup.rs [new file with mode: 0644]
tests/ui/tuple/tuple-arity-mismatch.rs [new file with mode: 0644]
tests/ui/tuple/tuple-arity-mismatch.stderr [new file with mode: 0644]
tests/ui/tuple/tuple-index-fat-types.rs [new file with mode: 0644]
tests/ui/tuple/tuple-index-not-tuple.rs [new file with mode: 0644]
tests/ui/tuple/tuple-index-not-tuple.stderr [new file with mode: 0644]
tests/ui/tuple/tuple-index-out-of-bounds.rs [new file with mode: 0644]
tests/ui/tuple/tuple-index-out-of-bounds.stderr [new file with mode: 0644]
tests/ui/tuple/tuple-struct-fields/test.rs [new file with mode: 0644]
tests/ui/tuple/tuple-struct-fields/test.stderr [new file with mode: 0644]
tests/ui/tuple/tuple-struct-fields/test2.rs [new file with mode: 0644]
tests/ui/tuple/tuple-struct-fields/test2.stderr [new file with mode: 0644]
tests/ui/tuple/tuple-struct-fields/test3.rs [new file with mode: 0644]
tests/ui/tuple/tuple-struct-fields/test3.stderr [new file with mode: 0644]
tests/ui/tuple/wrong_argument_ice-2.rs [new file with mode: 0644]
tests/ui/tuple/wrong_argument_ice-2.stderr [new file with mode: 0644]
tests/ui/tuple/wrong_argument_ice-3.rs [new file with mode: 0644]
tests/ui/tuple/wrong_argument_ice-3.stderr [new file with mode: 0644]
tests/ui/tuple/wrong_argument_ice-4.rs [new file with mode: 0644]
tests/ui/tuple/wrong_argument_ice-4.stderr [new file with mode: 0644]
tests/ui/tuple/wrong_argument_ice.rs [new file with mode: 0644]
tests/ui/tuple/wrong_argument_ice.stderr [new file with mode: 0644]
tests/ui/tydesc-name.rs [new file with mode: 0644]
tests/ui/type-alias-enum-variants/enum-variant-generic-args-pass.rs [new file with mode: 0644]
tests/ui/type-alias-enum-variants/enum-variant-generic-args.rs [new file with mode: 0644]
tests/ui/type-alias-enum-variants/enum-variant-generic-args.stderr [new file with mode: 0644]
tests/ui/type-alias-enum-variants/enum-variant-priority-higher-than-other-inherent.rs [new file with mode: 0644]
tests/ui/type-alias-enum-variants/enum-variant-priority-higher-than-other-inherent.stderr [new file with mode: 0644]
tests/ui/type-alias-enum-variants/enum-variant-priority-lint-ambiguous_associated_items.rs [new file with mode: 0644]
tests/ui/type-alias-enum-variants/enum-variant-priority-lint-ambiguous_associated_items.stderr [new file with mode: 0644]
tests/ui/type-alias-enum-variants/incorrect-variant-form-through-Self-issue-58006.rs [new file with mode: 0644]
tests/ui/type-alias-enum-variants/incorrect-variant-form-through-Self-issue-58006.stderr [new file with mode: 0644]
tests/ui/type-alias-enum-variants/incorrect-variant-form-through-alias-caught.rs [new file with mode: 0644]
tests/ui/type-alias-enum-variants/incorrect-variant-form-through-alias-caught.stderr [new file with mode: 0644]
tests/ui/type-alias-enum-variants/issue-57866.rs [new file with mode: 0644]
tests/ui/type-alias-enum-variants/issue-61801-path-pattern-can-infer.rs [new file with mode: 0644]
tests/ui/type-alias-enum-variants/issue-63151-dead-code-lint-fields-in-patterns.rs [new file with mode: 0644]
tests/ui/type-alias-enum-variants/no-type-application-on-aliased-enum-variant.rs [new file with mode: 0644]
tests/ui/type-alias-enum-variants/no-type-application-on-aliased-enum-variant.stderr [new file with mode: 0644]
tests/ui/type-alias-enum-variants/resolve-to-enum-variant-in-type-namespace-and-error.rs [new file with mode: 0644]
tests/ui/type-alias-enum-variants/resolve-to-enum-variant-in-type-namespace-and-error.stderr [new file with mode: 0644]
tests/ui/type-alias-enum-variants/self-in-enum-definition.rs [new file with mode: 0644]
tests/ui/type-alias-enum-variants/self-in-enum-definition.stderr [new file with mode: 0644]
tests/ui/type-alias-enum-variants/type-alias-enum-variants-pass.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/argument-types.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/assoc-projection-ice.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/assoc-type-const.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/assoc-type-lifetime-unconstrained.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/assoc-type-lifetime-unconstrained.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/assoc-type-lifetime.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/associated-type-alias-impl-trait.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/associated-type-impl-trait-lifetime.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/auto-trait-leakage.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/auto-trait-leakage2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/auto-trait-leakage2.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/auto-trait-leakage3.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/auto-trait-leakage3.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/auxiliary/coherence_cross_crate_trait_decl.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/auxiliary/collect_hidden_types.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/auxiliary/cross_crate_ice.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/auxiliary/cross_crate_ice2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/auxiliary/foreign-crate.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/bound_reduction.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/bound_reduction2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/bound_reduction2.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/bounds-are-checked-2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/bounds-are-checked-2.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/bounds-are-checked.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/bounds-are-checked.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/closure_args.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/closure_args2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/closure_parent_substs.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/closure_wf_outlives.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/closure_wf_outlives.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/closures_in_branches.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/closures_in_branches.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/coherence.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/coherence.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/coherence_cross_crate.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/coherence_cross_crate.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/coherence_generalization.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/collect_hidden_types.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/constrain_inputs.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/constrain_inputs.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/constrain_inputs_unsound.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/constrain_inputs_unsound.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/cross_crate_ice.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/cross_crate_ice2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/cross_inference.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/cross_inference_pattern_bug.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/cross_inference_pattern_bug_no_type.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/cross_inference_rpit.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/declared_but_never_defined.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/declared_but_never_defined.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/declared_but_not_defined_in_scope.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/declared_but_not_defined_in_scope.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/defining-use-submodule.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/destructuring.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/different_defining_uses.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/different_defining_uses.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/different_defining_uses_never_type.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/different_defining_uses_never_type.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/different_defining_uses_never_type2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/different_defining_uses_never_type3.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/different_defining_uses_never_type3.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/different_lifetimes_defining_uses.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/different_lifetimes_defining_uses.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/fallback.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/fallback.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/field-types.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/future.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/future.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_different_defining_uses.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_different_defining_uses.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_lifetime_param.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_lifetime_param.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_param_use.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_param_use.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_param_use10.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_param_use2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_param_use2.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_param_use3.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_param_use3.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_param_use4.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_param_use4.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_param_use5.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_param_use5.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_param_use6.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_param_use6.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_param_use7.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_param_use8.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_param_use8.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_param_use9.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_duplicate_param_use9.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_lifetime_param.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_nondefining_use.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_nondefining_use.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_not_used.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_not_used.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_type_does_not_live_long_enough.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_type_does_not_live_long_enough.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_underconstrained.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_underconstrained.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_underconstrained2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/generic_underconstrained2.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/impl-with-unconstrained-param.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/impl-with-unconstrained-param.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/impl_trait_for_generic_tait.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/impl_trait_for_same_tait.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/impl_trait_for_same_tait.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/impl_trait_for_tait.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/impl_trait_for_tait_bound.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/impl_trait_for_tait_bound.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/impl_trait_for_tait_bound2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/impl_trait_for_tait_bound2.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/implied_bounds.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/implied_bounds.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/implied_bounds2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/implied_bounds3.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/implied_bounds_closure.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/implied_bounds_closure.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/implied_bounds_from_types.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/implied_bounds_from_types.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/implied_lifetime_wf_check.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/implied_lifetime_wf_check3.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/implied_lifetime_wf_check3.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/implied_lifetime_wf_check4_static.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/implied_lifetime_wf_check4_static.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/imply_bounds_from_bounds.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/imply_bounds_from_bounds_param.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/imply_bounds_from_bounds_param.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/incoherent-assoc-imp-trait.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/incoherent-assoc-imp-trait.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/incomplete-inference.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/incomplete-inference.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/inference-cycle.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/inference-cycle.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-101750.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-104817.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-104817.stock.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-52843-closure-constrain.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-52843-closure-constrain.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-52843.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-52843.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-53092-2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-53092-2.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-53092.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-53092.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-53096.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-53096.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-53398-cyclic-types.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-53398-cyclic-types.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-53598.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-53598.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-53678-generator-and-const-fn.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-53678-generator-and-const-fn.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-55099-lifetime-inference.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-57188-associate-impl-capture.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-57611-trait-alias.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-57700.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-57700.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-57807-associated-type.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-57961.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-57961.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-58662-generator-with-lifetime.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-58662-simplified.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-58887.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-58951-2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-58951.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-60371.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-60371.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-60407.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-60407.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-60564-working.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-60564.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-60564.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-60662.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-60662.stdout [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-62000-associate-impl-trait-lifetimes.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-63263-closure-return.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-63279.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-63279.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-63355.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-63677-type-alias-coherence.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-65384.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-65384.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-65679-inst-opaque-ty-from-val-twice.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-65918.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-66580-closure-coherence.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-67844-nested-opaque.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-68368-non-defining-use-2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-68368-non-defining-use-2.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-68368-non-defining-use.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-68368-non-defining-use.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-69136-inner-lifetime-resolve-error.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-69136-inner-lifetime-resolve-error.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-69136-inner-lifetime-resolve-ok.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-69323.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-70121.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-72793.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-74244.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-74244.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-74280.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-74280.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-74761-2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-74761-2.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-74761.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-74761.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-76202-trait-impl-for-tait.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-77179.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-77179.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-78450.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-84660-trait-impl-for-tait.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-84660-unsoundness.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-84660-unsoundness.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-87455-static-lifetime-ice.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-89686.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-89686.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-89952.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-90400-1.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-90400-1.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-90400-2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-90400-2.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-93411.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-94429.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-94429.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-96572-unconstrained-mismatch.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-96572-unconstrained-mismatch.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-96572-unconstrained.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-98604.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-98604.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-98608.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-98608.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/match-unification.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/missing_lifetime_bound.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/missing_lifetime_bound.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn-infer.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn-infer.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn-lifetimes.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn-lifetimes.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn-pass.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn2.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn3.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn3.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/multiple_definitions.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/nested-tait-inference.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/nested-tait-inference.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/nested-tait-inference2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/nested-tait-inference2.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/nested-tait-inference3.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/nested-tait-inference3.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/nested.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/nested.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/nested_type_alias_impl_trait.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/nested_type_alias_impl_trait.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/never_reveal_concrete_type.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/no_inferrable_concrete_type.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/no_inferrable_concrete_type.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/no_revealing_outside_defining_module.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/no_revealing_outside_defining_module.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/not_a_defining_use.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/not_a_defining_use.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/not_well_formed.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/not_well_formed.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/outlives-bound-var.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/reveal_local.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/reveal_local.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/self-referential-2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/self-referential-2.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/self-referential-3.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/self-referential-4.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/self-referential-4.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/self-referential.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/self-referential.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/self_implication.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/static-const-types.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/structural-match-no-leak.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/structural-match-no-leak.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/structural-match.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/structural-match.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait-assoc-dyn.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait-assoc-impl-trait.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait-const.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait-fn-type.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait-fn-type.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait-fns.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait-sized.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait-struct.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait-tuple.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait-unconstrained-lifetime.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait-unconstrained-lifetime.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait-with-cycle-error.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait-with-cycle-error.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait-with-cycle-error2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait-with-cycle-error2.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait-with-no-traits.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait-with-no-traits.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-nested-impl-trait.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type_of_a_let.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type_of_a_let.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/unbounded_opaque_type.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/underconstrained_generic.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/underconstrained_generic.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/underconstrained_lifetime.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/underconstrained_lifetime.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/unnameable_type.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/unnameable_type.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/unused_generic_param.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/weird-return-types.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/wf-check-fn-def.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/wf-check-fn-def.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/wf-check-fn-ptrs.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/wf_check_closures.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/wf_check_closures.stderr [new file with mode: 0644]
tests/ui/type-alias/issue-14933.rs [new file with mode: 0644]
tests/ui/type-alias/issue-37515.rs [new file with mode: 0644]
tests/ui/type-alias/issue-37515.stderr [new file with mode: 0644]
tests/ui/type-alias/issue-62263-self-in-atb.rs [new file with mode: 0644]
tests/ui/type-alias/issue-62263-self-in-atb.stderr [new file with mode: 0644]
tests/ui/type-alias/issue-62305-self-assoc-ty.rs [new file with mode: 0644]
tests/ui/type-alias/issue-62305-self-assoc-ty.stderr [new file with mode: 0644]
tests/ui/type-alias/issue-62364-self-ty-arg.rs [new file with mode: 0644]
tests/ui/type-alias/issue-62364-self-ty-arg.stderr [new file with mode: 0644]
tests/ui/type-id-higher-rank-2.rs [new file with mode: 0644]
tests/ui/type-inference/issue-30225.rs [new file with mode: 0644]
tests/ui/type-inference/issue-30225.stderr [new file with mode: 0644]
tests/ui/type-inference/or_else-multiple-type-params.rs [new file with mode: 0644]
tests/ui/type-inference/or_else-multiple-type-params.stderr [new file with mode: 0644]
tests/ui/type-inference/sort_by_key.rs [new file with mode: 0644]
tests/ui/type-inference/sort_by_key.stderr [new file with mode: 0644]
tests/ui/type-inference/unbounded-associated-type.rs [new file with mode: 0644]
tests/ui/type-inference/unbounded-associated-type.stderr [new file with mode: 0644]
tests/ui/type-inference/unbounded-type-param-in-fn-with-assoc-type.rs [new file with mode: 0644]
tests/ui/type-inference/unbounded-type-param-in-fn-with-assoc-type.stderr [new file with mode: 0644]
tests/ui/type-inference/unbounded-type-param-in-fn.rs [new file with mode: 0644]
tests/ui/type-inference/unbounded-type-param-in-fn.stderr [new file with mode: 0644]
tests/ui/type-namespace.rs [new file with mode: 0644]
tests/ui/type-param-constraints.rs [new file with mode: 0644]
tests/ui/type-param.rs [new file with mode: 0644]
tests/ui/type-ptr.rs [new file with mode: 0644]
tests/ui/type-use-i1-versus-i8.rs [new file with mode: 0644]
tests/ui/type/ascription/issue-34255-1.rs [new file with mode: 0644]
tests/ui/type/ascription/issue-34255-1.stderr [new file with mode: 0644]
tests/ui/type/ascription/issue-47666.fixed [new file with mode: 0644]
tests/ui/type/ascription/issue-47666.rs [new file with mode: 0644]
tests/ui/type/ascription/issue-47666.stderr [new file with mode: 0644]
tests/ui/type/ascription/issue-54516.fixed [new file with mode: 0644]
tests/ui/type/ascription/issue-54516.rs [new file with mode: 0644]
tests/ui/type/ascription/issue-54516.stderr [new file with mode: 0644]
tests/ui/type/ascription/issue-60933.fixed [new file with mode: 0644]
tests/ui/type/ascription/issue-60933.rs [new file with mode: 0644]
tests/ui/type/ascription/issue-60933.stderr [new file with mode: 0644]
tests/ui/type/auxiliary/crate_a1.rs [new file with mode: 0644]
tests/ui/type/auxiliary/crate_a2.rs [new file with mode: 0644]
tests/ui/type/binding-assigned-block-without-tail-expression.rs [new file with mode: 0644]
tests/ui/type/binding-assigned-block-without-tail-expression.stderr [new file with mode: 0644]
tests/ui/type/closure-with-wrong-borrows.rs [new file with mode: 0644]
tests/ui/type/closure-with-wrong-borrows.stderr [new file with mode: 0644]
tests/ui/type/issue-100584.rs [new file with mode: 0644]
tests/ui/type/issue-100584.stderr [new file with mode: 0644]
tests/ui/type/issue-101866.rs [new file with mode: 0644]
tests/ui/type/issue-101866.stderr [new file with mode: 0644]
tests/ui/type/issue-102598.rs [new file with mode: 0644]
tests/ui/type/issue-102598.stderr [new file with mode: 0644]
tests/ui/type/issue-103271.rs [new file with mode: 0644]
tests/ui/type/issue-103271.stderr [new file with mode: 0644]
tests/ui/type/issue-58355.rs [new file with mode: 0644]
tests/ui/type/issue-58355.stderr [new file with mode: 0644]
tests/ui/type/issue-67690-type-alias-bound-diagnostic-crash.rs [new file with mode: 0644]
tests/ui/type/issue-67690-type-alias-bound-diagnostic-crash.stderr [new file with mode: 0644]
tests/ui/type/issue-91268.rs [new file with mode: 0644]
tests/ui/type/issue-91268.stderr [new file with mode: 0644]
tests/ui/type/issue-94187-verbose-type-name.rs [new file with mode: 0644]
tests/ui/type/missing-let-in-binding.fixed [new file with mode: 0644]
tests/ui/type/missing-let-in-binding.rs [new file with mode: 0644]
tests/ui/type/missing-let-in-binding.stderr [new file with mode: 0644]
tests/ui/type/type-alias-bounds.rs [new file with mode: 0644]
tests/ui/type/type-alias-bounds.stderr [new file with mode: 0644]
tests/ui/type/type-annotation-needed.rs [new file with mode: 0644]
tests/ui/type/type-annotation-needed.stderr [new file with mode: 0644]
tests/ui/type/type-arg-out-of-scope.rs [new file with mode: 0644]
tests/ui/type/type-arg-out-of-scope.stderr [new file with mode: 0644]
tests/ui/type/type-ascription-instead-of-initializer.rs [new file with mode: 0644]
tests/ui/type/type-ascription-instead-of-initializer.stderr [new file with mode: 0644]
tests/ui/type/type-ascription-instead-of-statement-end.rs [new file with mode: 0644]
tests/ui/type/type-ascription-instead-of-statement-end.stderr [new file with mode: 0644]
tests/ui/type/type-ascription-precedence.rs [new file with mode: 0644]
tests/ui/type/type-ascription-precedence.stderr [new file with mode: 0644]
tests/ui/type/type-ascription-soundness.rs [new file with mode: 0644]
tests/ui/type/type-ascription-soundness.stderr [new file with mode: 0644]
tests/ui/type/type-ascription-with-fn-call.fixed [new file with mode: 0644]
tests/ui/type/type-ascription-with-fn-call.rs [new file with mode: 0644]
tests/ui/type/type-ascription-with-fn-call.stderr [new file with mode: 0644]
tests/ui/type/type-ascription.rs [new file with mode: 0644]
tests/ui/type/type-check-defaults.rs [new file with mode: 0644]
tests/ui/type/type-check-defaults.stderr [new file with mode: 0644]
tests/ui/type/type-check/assignment-expected-bool.rs [new file with mode: 0644]
tests/ui/type/type-check/assignment-expected-bool.stderr [new file with mode: 0644]
tests/ui/type/type-check/assignment-in-if.rs [new file with mode: 0644]
tests/ui/type/type-check/assignment-in-if.stderr [new file with mode: 0644]
tests/ui/type/type-check/cannot_infer_local_or_array.rs [new file with mode: 0644]
tests/ui/type/type-check/cannot_infer_local_or_array.stderr [new file with mode: 0644]
tests/ui/type/type-check/cannot_infer_local_or_vec.rs [new file with mode: 0644]
tests/ui/type/type-check/cannot_infer_local_or_vec.stderr [new file with mode: 0644]
tests/ui/type/type-check/cannot_infer_local_or_vec_in_tuples.rs [new file with mode: 0644]
tests/ui/type/type-check/cannot_infer_local_or_vec_in_tuples.stderr [new file with mode: 0644]
tests/ui/type/type-check/coerce-result-return-value-2.rs [new file with mode: 0644]
tests/ui/type/type-check/coerce-result-return-value-2.stderr [new file with mode: 0644]
tests/ui/type/type-check/coerce-result-return-value.fixed [new file with mode: 0644]
tests/ui/type/type-check/coerce-result-return-value.rs [new file with mode: 0644]
tests/ui/type/type-check/coerce-result-return-value.stderr [new file with mode: 0644]
tests/ui/type/type-check/issue-22897.rs [new file with mode: 0644]
tests/ui/type/type-check/issue-22897.stderr [new file with mode: 0644]
tests/ui/type/type-check/issue-40294.rs [new file with mode: 0644]
tests/ui/type/type-check/issue-40294.stderr [new file with mode: 0644]
tests/ui/type/type-check/issue-41314.rs [new file with mode: 0644]
tests/ui/type/type-check/issue-41314.stderr [new file with mode: 0644]
tests/ui/type/type-check/issue-67273-assignment-match-prior-arm-bool-expected-unit.rs [new file with mode: 0644]
tests/ui/type/type-check/issue-67273-assignment-match-prior-arm-bool-expected-unit.stderr [new file with mode: 0644]
tests/ui/type/type-check/issue-88577-check-fn-with-more-than-65535-arguments.rs [new file with mode: 0644]
tests/ui/type/type-check/issue-88577-check-fn-with-more-than-65535-arguments.stderr [new file with mode: 0644]
tests/ui/type/type-check/missing_trait_impl.rs [new file with mode: 0644]
tests/ui/type/type-check/missing_trait_impl.stderr [new file with mode: 0644]
tests/ui/type/type-check/point-at-inference-2.rs [new file with mode: 0644]
tests/ui/type/type-check/point-at-inference-2.stderr [new file with mode: 0644]
tests/ui/type/type-check/point-at-inference-3.fixed [new file with mode: 0644]
tests/ui/type/type-check/point-at-inference-3.rs [new file with mode: 0644]
tests/ui/type/type-check/point-at-inference-3.stderr [new file with mode: 0644]
tests/ui/type/type-check/point-at-inference-4.rs [new file with mode: 0644]
tests/ui/type/type-check/point-at-inference-4.stderr [new file with mode: 0644]
tests/ui/type/type-check/point-at-inference.fixed [new file with mode: 0644]
tests/ui/type/type-check/point-at-inference.rs [new file with mode: 0644]
tests/ui/type/type-check/point-at-inference.stderr [new file with mode: 0644]
tests/ui/type/type-check/unknown_type_for_closure.rs [new file with mode: 0644]
tests/ui/type/type-check/unknown_type_for_closure.stderr [new file with mode: 0644]
tests/ui/type/type-dependent-def-issue-49241.rs [new file with mode: 0644]
tests/ui/type/type-dependent-def-issue-49241.stderr [new file with mode: 0644]
tests/ui/type/type-error-break-tail.rs [new file with mode: 0644]
tests/ui/type/type-error-break-tail.stderr [new file with mode: 0644]
tests/ui/type/type-mismatch-multiple.rs [new file with mode: 0644]
tests/ui/type/type-mismatch-multiple.stderr [new file with mode: 0644]
tests/ui/type/type-mismatch-same-crate-name.rs [new file with mode: 0644]
tests/ui/type/type-mismatch-same-crate-name.stderr [new file with mode: 0644]
tests/ui/type/type-mismatch.rs [new file with mode: 0644]
tests/ui/type/type-mismatch.stderr [new file with mode: 0644]
tests/ui/type/type-parameter-defaults-referencing-Self-ppaux.rs [new file with mode: 0644]
tests/ui/type/type-parameter-defaults-referencing-Self-ppaux.stderr [new file with mode: 0644]
tests/ui/type/type-parameter-defaults-referencing-Self.rs [new file with mode: 0644]
tests/ui/type/type-parameter-defaults-referencing-Self.stderr [new file with mode: 0644]
tests/ui/type/type-parameter-names.rs [new file with mode: 0644]
tests/ui/type/type-parameter-names.stderr [new file with mode: 0644]
tests/ui/type/type-params-in-different-spaces-1.rs [new file with mode: 0644]
tests/ui/type/type-params-in-different-spaces-1.stderr [new file with mode: 0644]
tests/ui/type/type-params-in-different-spaces-2.rs [new file with mode: 0644]
tests/ui/type/type-params-in-different-spaces-2.stderr [new file with mode: 0644]
tests/ui/type/type-params-in-different-spaces-3.rs [new file with mode: 0644]
tests/ui/type/type-params-in-different-spaces-3.stderr [new file with mode: 0644]
tests/ui/type/type-path-err-node-types.rs [new file with mode: 0644]
tests/ui/type/type-path-err-node-types.stderr [new file with mode: 0644]
tests/ui/type/type-recursive-box-shadowed.rs [new file with mode: 0644]
tests/ui/type/type-recursive-box-shadowed.stderr [new file with mode: 0644]
tests/ui/type/type-recursive.rs [new file with mode: 0644]
tests/ui/type/type-recursive.stderr [new file with mode: 0644]
tests/ui/type/type-shadow.rs [new file with mode: 0644]
tests/ui/type/type-shadow.stderr [new file with mode: 0644]
tests/ui/type/type-unsatisfiable.rs [new file with mode: 0644]
tests/ui/type/type-unsatisfiable.usage.stderr [new file with mode: 0644]
tests/ui/type/wrong-call-return-type-due-to-generic-arg.rs [new file with mode: 0644]
tests/ui/type/wrong-call-return-type-due-to-generic-arg.stderr [new file with mode: 0644]
tests/ui/type_length_limit.polonius.stderr [new file with mode: 0644]
tests/ui/type_length_limit.rs [new file with mode: 0644]
tests/ui/type_length_limit.stderr [new file with mode: 0644]
tests/ui/typeck/assign-non-lval-derefmut.fixed [new file with mode: 0644]
tests/ui/typeck/assign-non-lval-derefmut.rs [new file with mode: 0644]
tests/ui/typeck/assign-non-lval-derefmut.stderr [new file with mode: 0644]
tests/ui/typeck/assign-non-lval-mut-ref.fixed [new file with mode: 0644]
tests/ui/typeck/assign-non-lval-mut-ref.rs [new file with mode: 0644]
tests/ui/typeck/assign-non-lval-mut-ref.stderr [new file with mode: 0644]
tests/ui/typeck/assign-non-lval-needs-deref.rs [new file with mode: 0644]
tests/ui/typeck/assign-non-lval-needs-deref.stderr [new file with mode: 0644]
tests/ui/typeck/autoderef-with-param-env-error.rs [new file with mode: 0644]
tests/ui/typeck/autoderef-with-param-env-error.stderr [new file with mode: 0644]
tests/ui/typeck/auxiliary/issue-36708.rs [new file with mode: 0644]
tests/ui/typeck/auxiliary/issue-81943-lib.rs [new file with mode: 0644]
tests/ui/typeck/auxiliary/tdticc_coherence_lib.rs [new file with mode: 0644]
tests/ui/typeck/auxiliary/xcrate-issue-43189-a.rs [new file with mode: 0644]
tests/ui/typeck/auxiliary/xcrate-issue-43189-b.rs [new file with mode: 0644]
tests/ui/typeck/auxiliary/xcrate-issue-46112-rexport-core.rs [new file with mode: 0644]
tests/ui/typeck/auxiliary/xcrate-issue-61711-b.rs [new file with mode: 0644]
tests/ui/typeck/bad-type-in-vec-contains.rs [new file with mode: 0644]
tests/ui/typeck/bad-type-in-vec-contains.stderr [new file with mode: 0644]
tests/ui/typeck/bad-type-in-vec-push.rs [new file with mode: 0644]
tests/ui/typeck/bad-type-in-vec-push.stderr [new file with mode: 0644]
tests/ui/typeck/call-block.rs [new file with mode: 0644]
tests/ui/typeck/call-block.stderr [new file with mode: 0644]
tests/ui/typeck/check-args-on-fn-err-2.rs [new file with mode: 0644]
tests/ui/typeck/check-args-on-fn-err-2.stderr [new file with mode: 0644]
tests/ui/typeck/check-args-on-fn-err.rs [new file with mode: 0644]
tests/ui/typeck/check-args-on-fn-err.stderr [new file with mode: 0644]
tests/ui/typeck/conversion-methods.rs [new file with mode: 0644]
tests/ui/typeck/conversion-methods.stderr [new file with mode: 0644]
tests/ui/typeck/deref-multi.rs [new file with mode: 0644]
tests/ui/typeck/deref-multi.stderr [new file with mode: 0644]
tests/ui/typeck/do-not-suggest-adding-missing-zero-to-floating-point-number.rs [new file with mode: 0644]
tests/ui/typeck/do-not-suggest-adding-missing-zero-to-floating-point-number.stderr [new file with mode: 0644]
tests/ui/typeck/do-not-suggest-placeholder-to-const-static-without-type.rs [new file with mode: 0644]
tests/ui/typeck/do-not-suggest-placeholder-to-const-static-without-type.stderr [new file with mode: 0644]
tests/ui/typeck/explain_clone_autoref.rs [new file with mode: 0644]
tests/ui/typeck/explain_clone_autoref.stderr [new file with mode: 0644]
tests/ui/typeck/issue-100164.fixed [new file with mode: 0644]
tests/ui/typeck/issue-100164.rs [new file with mode: 0644]
tests/ui/typeck/issue-100164.stderr [new file with mode: 0644]
tests/ui/typeck/issue-100246.rs [new file with mode: 0644]
tests/ui/typeck/issue-100246.stderr [new file with mode: 0644]
tests/ui/typeck/issue-100285.rs [new file with mode: 0644]
tests/ui/typeck/issue-100285.stderr [new file with mode: 0644]
tests/ui/typeck/issue-103899.rs [new file with mode: 0644]
tests/ui/typeck/issue-10401.rs [new file with mode: 0644]
tests/ui/typeck/issue-10401.stderr [new file with mode: 0644]
tests/ui/typeck/issue-104510-ice.rs [new file with mode: 0644]
tests/ui/typeck/issue-104510-ice.stderr [new file with mode: 0644]
tests/ui/typeck/issue-104513-ice.rs [new file with mode: 0644]
tests/ui/typeck/issue-104513-ice.stderr [new file with mode: 0644]
tests/ui/typeck/issue-104582.rs [new file with mode: 0644]
tests/ui/typeck/issue-104582.stderr [new file with mode: 0644]
tests/ui/typeck/issue-105946.rs [new file with mode: 0644]
tests/ui/typeck/issue-105946.stderr [new file with mode: 0644]
tests/ui/typeck/issue-107087.rs [new file with mode: 0644]
tests/ui/typeck/issue-107087.stderr [new file with mode: 0644]
tests/ui/typeck/issue-107775.rs [new file with mode: 0644]
tests/ui/typeck/issue-107775.stderr [new file with mode: 0644]
tests/ui/typeck/issue-10969.rs [new file with mode: 0644]
tests/ui/typeck/issue-10969.stderr [new file with mode: 0644]
tests/ui/typeck/issue-13853-2.rs [new file with mode: 0644]
tests/ui/typeck/issue-13853-2.stderr [new file with mode: 0644]
tests/ui/typeck/issue-13853-5.rs [new file with mode: 0644]
tests/ui/typeck/issue-13853-5.stderr [new file with mode: 0644]
tests/ui/typeck/issue-13853.rs [new file with mode: 0644]
tests/ui/typeck/issue-13853.stderr [new file with mode: 0644]
tests/ui/typeck/issue-18937-1.rs [new file with mode: 0644]
tests/ui/typeck/issue-18937.rs [new file with mode: 0644]
tests/ui/typeck/issue-18937.stderr [new file with mode: 0644]
tests/ui/typeck/issue-22375.rs [new file with mode: 0644]
tests/ui/typeck/issue-29124.rs [new file with mode: 0644]
tests/ui/typeck/issue-29124.stderr [new file with mode: 0644]
tests/ui/typeck/issue-31173.rs [new file with mode: 0644]
tests/ui/typeck/issue-31173.stderr [new file with mode: 0644]
tests/ui/typeck/issue-33575.rs [new file with mode: 0644]
tests/ui/typeck/issue-33575.stderr [new file with mode: 0644]
tests/ui/typeck/issue-36708.rs [new file with mode: 0644]
tests/ui/typeck/issue-36708.stderr [new file with mode: 0644]
tests/ui/typeck/issue-43189.rs [new file with mode: 0644]
tests/ui/typeck/issue-43189.stderr [new file with mode: 0644]
tests/ui/typeck/issue-46112.rs [new file with mode: 0644]
tests/ui/typeck/issue-46112.stderr [new file with mode: 0644]
tests/ui/typeck/issue-50687-ice-on-borrow.rs [new file with mode: 0644]
tests/ui/typeck/issue-50687-ice-on-borrow.stderr [new file with mode: 0644]
tests/ui/typeck/issue-52082-type-param-shadows-existing-type.rs [new file with mode: 0644]
tests/ui/typeck/issue-52082-type-param-shadows-existing-type.stderr [new file with mode: 0644]
tests/ui/typeck/issue-53712.rs [new file with mode: 0644]
tests/ui/typeck/issue-53712.stderr [new file with mode: 0644]
tests/ui/typeck/issue-55810-must-typeck-match-pats-before-guards.rs [new file with mode: 0644]
tests/ui/typeck/issue-57404.rs [new file with mode: 0644]
tests/ui/typeck/issue-57404.stderr [new file with mode: 0644]
tests/ui/typeck/issue-57673-ice-on-deref-of-boxed-trait.rs [new file with mode: 0644]
tests/ui/typeck/issue-57673-ice-on-deref-of-boxed-trait.stderr [new file with mode: 0644]
tests/ui/typeck/issue-61711-once-caused-rustc-inf-loop.rs [new file with mode: 0644]
tests/ui/typeck/issue-65611.rs [new file with mode: 0644]
tests/ui/typeck/issue-65611.stderr [new file with mode: 0644]
tests/ui/typeck/issue-67971.rs [new file with mode: 0644]
tests/ui/typeck/issue-67971.stderr [new file with mode: 0644]
tests/ui/typeck/issue-68590-reborrow-through-derefmut.rs [new file with mode: 0644]
tests/ui/typeck/issue-69378-ice-on-invalid-type-node-after-recovery.rs [new file with mode: 0644]
tests/ui/typeck/issue-69378-ice-on-invalid-type-node-after-recovery.stderr [new file with mode: 0644]
tests/ui/typeck/issue-72225-call-fnmut-through-derefmut.rs [new file with mode: 0644]
tests/ui/typeck/issue-73592-borrow_mut-through-deref.fixed [new file with mode: 0644]
tests/ui/typeck/issue-73592-borrow_mut-through-deref.rs [new file with mode: 0644]
tests/ui/typeck/issue-73592-borrow_mut-through-deref.stderr [new file with mode: 0644]
tests/ui/typeck/issue-74086.rs [new file with mode: 0644]
tests/ui/typeck/issue-74086.stderr [new file with mode: 0644]
tests/ui/typeck/issue-74933.rs [new file with mode: 0644]
tests/ui/typeck/issue-75883.rs [new file with mode: 0644]
tests/ui/typeck/issue-75883.stderr [new file with mode: 0644]
tests/ui/typeck/issue-75889.rs [new file with mode: 0644]
tests/ui/typeck/issue-75889.stderr [new file with mode: 0644]
tests/ui/typeck/issue-7813.rs [new file with mode: 0644]
tests/ui/typeck/issue-7813.stderr [new file with mode: 0644]
tests/ui/typeck/issue-79040.rs [new file with mode: 0644]
tests/ui/typeck/issue-79040.stderr [new file with mode: 0644]
tests/ui/typeck/issue-80207-unsized-return.rs [new file with mode: 0644]
tests/ui/typeck/issue-80779.rs [new file with mode: 0644]
tests/ui/typeck/issue-80779.stderr [new file with mode: 0644]
tests/ui/typeck/issue-81293.rs [new file with mode: 0644]
tests/ui/typeck/issue-81293.stderr [new file with mode: 0644]
tests/ui/typeck/issue-81885.rs [new file with mode: 0644]
tests/ui/typeck/issue-81885.stderr [new file with mode: 0644]
tests/ui/typeck/issue-81943.rs [new file with mode: 0644]
tests/ui/typeck/issue-81943.stderr [new file with mode: 0644]
tests/ui/typeck/issue-82772.rs [new file with mode: 0644]
tests/ui/typeck/issue-82772.stderr [new file with mode: 0644]
tests/ui/typeck/issue-83621-placeholder-static-in-extern.rs [new file with mode: 0644]
tests/ui/typeck/issue-83621-placeholder-static-in-extern.stderr [new file with mode: 0644]
tests/ui/typeck/issue-83693.rs [new file with mode: 0644]
tests/ui/typeck/issue-83693.stderr [new file with mode: 0644]
tests/ui/typeck/issue-84160.rs [new file with mode: 0644]
tests/ui/typeck/issue-84160.stderr [new file with mode: 0644]
tests/ui/typeck/issue-84768.rs [new file with mode: 0644]
tests/ui/typeck/issue-84768.stderr [new file with mode: 0644]
tests/ui/typeck/issue-84831.rs [new file with mode: 0644]
tests/ui/typeck/issue-84831.stderr [new file with mode: 0644]
tests/ui/typeck/issue-86721-return-expr-ice.rev1.stderr [new file with mode: 0644]
tests/ui/typeck/issue-86721-return-expr-ice.rev2.stderr [new file with mode: 0644]
tests/ui/typeck/issue-86721-return-expr-ice.rs [new file with mode: 0644]
tests/ui/typeck/issue-87181/empty-tuple-method.rs [new file with mode: 0644]
tests/ui/typeck/issue-87181/empty-tuple-method.stderr [new file with mode: 0644]
tests/ui/typeck/issue-87181/enum-variant.rs [new file with mode: 0644]
tests/ui/typeck/issue-87181/enum-variant.stderr [new file with mode: 0644]
tests/ui/typeck/issue-87181/tuple-field.rs [new file with mode: 0644]
tests/ui/typeck/issue-87181/tuple-field.stderr [new file with mode: 0644]
tests/ui/typeck/issue-87181/tuple-method.rs [new file with mode: 0644]
tests/ui/typeck/issue-87181/tuple-method.stderr [new file with mode: 0644]
tests/ui/typeck/issue-87771-ice-assign-assign-to-bool.rs [new file with mode: 0644]
tests/ui/typeck/issue-87771-ice-assign-assign-to-bool.stderr [new file with mode: 0644]
tests/ui/typeck/issue-87872-missing-inaccessible-field-literal.rs [new file with mode: 0644]
tests/ui/typeck/issue-87872-missing-inaccessible-field-literal.stderr [new file with mode: 0644]
tests/ui/typeck/issue-87872-missing-inaccessible-field-pattern.rs [new file with mode: 0644]
tests/ui/typeck/issue-87872-missing-inaccessible-field-pattern.stderr [new file with mode: 0644]
tests/ui/typeck/issue-87935-unsized-box-expr.rs [new file with mode: 0644]
tests/ui/typeck/issue-87935-unsized-box-expr.stderr [new file with mode: 0644]
tests/ui/typeck/issue-88609.rs [new file with mode: 0644]
tests/ui/typeck/issue-88643.rs [new file with mode: 0644]
tests/ui/typeck/issue-88643.stderr [new file with mode: 0644]
tests/ui/typeck/issue-88803-call-expr-method.fixed [new file with mode: 0644]
tests/ui/typeck/issue-88803-call-expr-method.rs [new file with mode: 0644]
tests/ui/typeck/issue-88803-call-expr-method.stderr [new file with mode: 0644]
tests/ui/typeck/issue-88844.rs [new file with mode: 0644]
tests/ui/typeck/issue-88844.stderr [new file with mode: 0644]
tests/ui/typeck/issue-89044-wrapped-expr-method.fixed [new file with mode: 0644]
tests/ui/typeck/issue-89044-wrapped-expr-method.rs [new file with mode: 0644]
tests/ui/typeck/issue-89044-wrapped-expr-method.stderr [new file with mode: 0644]
tests/ui/typeck/issue-89275.rs [new file with mode: 0644]
tests/ui/typeck/issue-89275.stderr [new file with mode: 0644]
tests/ui/typeck/issue-89806.rs [new file with mode: 0644]
tests/ui/typeck/issue-89806.stderr [new file with mode: 0644]
tests/ui/typeck/issue-89856.fixed [new file with mode: 0644]
tests/ui/typeck/issue-89856.rs [new file with mode: 0644]
tests/ui/typeck/issue-89856.stderr [new file with mode: 0644]
tests/ui/typeck/issue-89935.rs [new file with mode: 0644]
tests/ui/typeck/issue-90027-async-fn-return-suggestion.rs [new file with mode: 0644]
tests/ui/typeck/issue-90027-async-fn-return-suggestion.stderr [new file with mode: 0644]
tests/ui/typeck/issue-90101.rs [new file with mode: 0644]
tests/ui/typeck/issue-90101.stderr [new file with mode: 0644]
tests/ui/typeck/issue-90164.rs [new file with mode: 0644]
tests/ui/typeck/issue-90164.stderr [new file with mode: 0644]
tests/ui/typeck/issue-90319.rs [new file with mode: 0644]
tests/ui/typeck/issue-90319.stderr [new file with mode: 0644]
tests/ui/typeck/issue-90483-inaccessible-field-adjustment.rs [new file with mode: 0644]
tests/ui/typeck/issue-90483-inaccessible-field-adjustment.stderr [new file with mode: 0644]
tests/ui/typeck/issue-90804-incorrect-reference-suggestion.rs [new file with mode: 0644]
tests/ui/typeck/issue-90804-incorrect-reference-suggestion.stderr [new file with mode: 0644]
tests/ui/typeck/issue-91210-ptr-method.fixed [new file with mode: 0644]
tests/ui/typeck/issue-91210-ptr-method.rs [new file with mode: 0644]
tests/ui/typeck/issue-91210-ptr-method.stderr [new file with mode: 0644]
tests/ui/typeck/issue-91267.rs [new file with mode: 0644]
tests/ui/typeck/issue-91267.stderr [new file with mode: 0644]
tests/ui/typeck/issue-91328.fixed [new file with mode: 0644]
tests/ui/typeck/issue-91328.rs [new file with mode: 0644]
tests/ui/typeck/issue-91328.stderr [new file with mode: 0644]
tests/ui/typeck/issue-91334.rs [new file with mode: 0644]
tests/ui/typeck/issue-91334.stderr [new file with mode: 0644]
tests/ui/typeck/issue-91450-inner-ty-error.rs [new file with mode: 0644]
tests/ui/typeck/issue-91450-inner-ty-error.stderr [new file with mode: 0644]
tests/ui/typeck/issue-91633.rs [new file with mode: 0644]
tests/ui/typeck/issue-92481.rs [new file with mode: 0644]
tests/ui/typeck/issue-92481.stderr [new file with mode: 0644]
tests/ui/typeck/issue-93486.rs [new file with mode: 0644]
tests/ui/typeck/issue-93486.stderr [new file with mode: 0644]
tests/ui/typeck/issue-96530.rs [new file with mode: 0644]
tests/ui/typeck/issue-96530.stderr [new file with mode: 0644]
tests/ui/typeck/issue-96738.rs [new file with mode: 0644]
tests/ui/typeck/issue-96738.stderr [new file with mode: 0644]
tests/ui/typeck/issue-98260.rs [new file with mode: 0644]
tests/ui/typeck/issue-98260.stderr [new file with mode: 0644]
tests/ui/typeck/issue-98982.rs [new file with mode: 0644]
tests/ui/typeck/issue-98982.stderr [new file with mode: 0644]
tests/ui/typeck/lazy-norm/cast-checks-handling-projections.rs [new file with mode: 0644]
tests/ui/typeck/lazy-norm/cast-checks-handling-projections.stderr [new file with mode: 0644]
tests/ui/typeck/lazy-norm/equating-projection-cyclically.rs [new file with mode: 0644]
tests/ui/typeck/lazy-norm/equating-projection-cyclically.stderr [new file with mode: 0644]
tests/ui/typeck/missing-private-fields-in-struct-literal.rs [new file with mode: 0644]
tests/ui/typeck/missing-private-fields-in-struct-literal.stderr [new file with mode: 0644]
tests/ui/typeck/no-type-for-node-ice.rs [new file with mode: 0644]
tests/ui/typeck/no-type-for-node-ice.stderr [new file with mode: 0644]
tests/ui/typeck/nonexistent-field-not-ambiguous.rs [new file with mode: 0644]
tests/ui/typeck/nonexistent-field-not-ambiguous.stderr [new file with mode: 0644]
tests/ui/typeck/path-to-method-sugg-unresolved-expr.rs [new file with mode: 0644]
tests/ui/typeck/path-to-method-sugg-unresolved-expr.stderr [new file with mode: 0644]
tests/ui/typeck/point-at-type-param-in-path-expr.rs [new file with mode: 0644]
tests/ui/typeck/point-at-type-param-in-path-expr.stderr [new file with mode: 0644]
tests/ui/typeck/point-at-type-parameter-definition.rs [new file with mode: 0644]
tests/ui/typeck/point-at-type-parameter-definition.stderr [new file with mode: 0644]
tests/ui/typeck/prim-with-args.fixed [new file with mode: 0644]
tests/ui/typeck/prim-with-args.rs [new file with mode: 0644]
tests/ui/typeck/prim-with-args.stderr [new file with mode: 0644]
tests/ui/typeck/project-cache-issue-37154.rs [new file with mode: 0644]
tests/ui/typeck/quiet-type-err-let-binding.rs [new file with mode: 0644]
tests/ui/typeck/quiet-type-err-let-binding.stderr [new file with mode: 0644]
tests/ui/typeck/remove-extra-argument.fixed [new file with mode: 0644]
tests/ui/typeck/remove-extra-argument.rs [new file with mode: 0644]
tests/ui/typeck/remove-extra-argument.stderr [new file with mode: 0644]
tests/ui/typeck/return_type_containing_closure.rs [new file with mode: 0644]
tests/ui/typeck/return_type_containing_closure.stderr [new file with mode: 0644]
tests/ui/typeck/slow-lhs-suggestion.rs [new file with mode: 0644]
tests/ui/typeck/slow-lhs-suggestion.stderr [new file with mode: 0644]
tests/ui/typeck/struct-enum-wrong-args.rs [new file with mode: 0644]
tests/ui/typeck/struct-enum-wrong-args.stderr [new file with mode: 0644]
tests/ui/typeck/suggest-adding-missing-zero-to-floating-point-number.fixed [new file with mode: 0644]
tests/ui/typeck/suggest-adding-missing-zero-to-floating-point-number.rs [new file with mode: 0644]
tests/ui/typeck/suggest-adding-missing-zero-to-floating-point-number.stderr [new file with mode: 0644]
tests/ui/typeck/type-placeholder-fn-in-const.rs [new file with mode: 0644]
tests/ui/typeck/type-placeholder-fn-in-const.stderr [new file with mode: 0644]
tests/ui/typeck/typeck-builtin-bound-type-parameters.rs [new file with mode: 0644]
tests/ui/typeck/typeck-builtin-bound-type-parameters.stderr [new file with mode: 0644]
tests/ui/typeck/typeck-cast-pointer-to-float.rs [new file with mode: 0644]
tests/ui/typeck/typeck-cast-pointer-to-float.stderr [new file with mode: 0644]
tests/ui/typeck/typeck-closure-to-unsafe-fn-ptr.rs [new file with mode: 0644]
tests/ui/typeck/typeck-default-trait-impl-assoc-type.fixed [new file with mode: 0644]
tests/ui/typeck/typeck-default-trait-impl-assoc-type.rs [new file with mode: 0644]
tests/ui/typeck/typeck-default-trait-impl-assoc-type.stderr [new file with mode: 0644]
tests/ui/typeck/typeck-default-trait-impl-cross-crate-coherence.rs [new file with mode: 0644]
tests/ui/typeck/typeck-default-trait-impl-cross-crate-coherence.stderr [new file with mode: 0644]
tests/ui/typeck/typeck-default-trait-impl-negation-send.rs [new file with mode: 0644]
tests/ui/typeck/typeck-default-trait-impl-negation-send.stderr [new file with mode: 0644]
tests/ui/typeck/typeck-default-trait-impl-negation-sync.rs [new file with mode: 0644]
tests/ui/typeck/typeck-default-trait-impl-negation-sync.stderr [new file with mode: 0644]
tests/ui/typeck/typeck-default-trait-impl-send-param.rs [new file with mode: 0644]
tests/ui/typeck/typeck-default-trait-impl-send-param.stderr [new file with mode: 0644]
tests/ui/typeck/typeck-fn-to-unsafe-fn-ptr.rs [new file with mode: 0644]
tests/ui/typeck/typeck-unsafe-always-share.rs [new file with mode: 0644]
tests/ui/typeck/typeck-unsafe-always-share.stderr [new file with mode: 0644]
tests/ui/typeck/typeck_type_placeholder_1.rs [new file with mode: 0644]
tests/ui/typeck/typeck_type_placeholder_item.rs [new file with mode: 0644]
tests/ui/typeck/typeck_type_placeholder_item.stderr [new file with mode: 0644]
tests/ui/typeck/typeck_type_placeholder_item_help.rs [new file with mode: 0644]
tests/ui/typeck/typeck_type_placeholder_item_help.stderr [new file with mode: 0644]
tests/ui/typeck/typeck_type_placeholder_lifetime_1.rs [new file with mode: 0644]
tests/ui/typeck/typeck_type_placeholder_lifetime_1.stderr [new file with mode: 0644]
tests/ui/typeck/typeck_type_placeholder_lifetime_2.rs [new file with mode: 0644]
tests/ui/typeck/typeck_type_placeholder_lifetime_2.stderr [new file with mode: 0644]
tests/ui/typeck/typeck_type_placeholder_mismatch.rs [new file with mode: 0644]
tests/ui/typeck/typeck_type_placeholder_mismatch.stderr [new file with mode: 0644]
tests/ui/typeck/ufcs-type-params.rs [new file with mode: 0644]
tests/ui/typeck/unify-return-ty.rs [new file with mode: 0644]
tests/ui/typeck/while-loop-block-cond.rs [new file with mode: 0644]
tests/ui/typeck/while-loop-block-cond.stderr [new file with mode: 0644]
tests/ui/typeid-intrinsic.rs [new file with mode: 0644]
tests/ui/typeof/issue-100183.rs [new file with mode: 0644]
tests/ui/typeof/issue-100183.stderr [new file with mode: 0644]
tests/ui/typeof/issue-29184.rs [new file with mode: 0644]
tests/ui/typeof/issue-29184.stderr [new file with mode: 0644]
tests/ui/typeof/issue-42060.rs [new file with mode: 0644]
tests/ui/typeof/issue-42060.stderr [new file with mode: 0644]
tests/ui/typeof/type_mismatch.rs [new file with mode: 0644]
tests/ui/typeof/type_mismatch.stderr [new file with mode: 0644]
tests/ui/typestate-multi-decl.rs [new file with mode: 0644]
tests/ui/ufcs-polymorphic-paths.rs [new file with mode: 0644]
tests/ui/ufcs/ufcs-explicit-self-bad.rs [new file with mode: 0644]
tests/ui/ufcs/ufcs-explicit-self-bad.stderr [new file with mode: 0644]
tests/ui/ufcs/ufcs-partially-resolved.rs [new file with mode: 0644]
tests/ui/ufcs/ufcs-partially-resolved.stderr [new file with mode: 0644]
tests/ui/ufcs/ufcs-qpath-missing-params.rs [new file with mode: 0644]
tests/ui/ufcs/ufcs-qpath-missing-params.stderr [new file with mode: 0644]
tests/ui/ufcs/ufcs-qpath-self-mismatch.rs [new file with mode: 0644]
tests/ui/ufcs/ufcs-qpath-self-mismatch.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/auxiliary/unboxed-closures-cross-crate.rs [new file with mode: 0644]
tests/ui/unboxed-closures/issue-18652.rs [new file with mode: 0644]
tests/ui/unboxed-closures/issue-18661.rs [new file with mode: 0644]
tests/ui/unboxed-closures/issue-30906.rs [new file with mode: 0644]
tests/ui/unboxed-closures/issue-30906.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/issue-53448.rs [new file with mode: 0644]
tests/ui/unboxed-closures/non-tupled-arg-mismatch.rs [new file with mode: 0644]
tests/ui/unboxed-closures/non-tupled-arg-mismatch.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/non-tupled-call.rs [new file with mode: 0644]
tests/ui/unboxed-closures/non-tupled-call.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/type-id-higher-rank.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-feature-gate.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-feature-gate.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-illegal-move.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-illegal-move.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-immutable-capture.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-immutable-capture.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-no-cyclic-sig.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-no-cyclic-sig.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-region.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-region.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-default.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-default.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-equiv.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-equiv.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-lifetime-elision.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-lifetime-elision.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-not-used-on-fn.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-not-used-on-fn.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-region.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-region.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-used-on-struct-1.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-used-on-struct-1.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-used-on-struct-3.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-used-on-struct-3.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-used-on-struct.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-used-on-struct.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-wrong-number-number-type-parameters-1.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-wrong-number-number-type-parameters-1.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-wrong-number-number-type-parameters-3.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-wrong-number-number-type-parameters-3.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-wrong-number-number-type-parameters.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-wrong-number-number-type-parameters.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-wrong-trait.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closure-sugar-wrong-trait.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-all-traits.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-blanket-fn-mut.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-blanket-fn.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-borrow-conflict.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-borrow-conflict.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-boxed.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-by-ref.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-call-fn-autoderef.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-call-sugar-autoderef.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-call-sugar-object-autoderef.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-call-sugar-object.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-counter-not-moved.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-counter-not-moved.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-cross-crate.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-direct-sugary-call.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-drop.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-extern-fn-hr.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-extern-fn.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-failed-recursive-fn-1.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-failed-recursive-fn-1.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-failed-recursive-fn-2.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-failed-recursive-fn-2.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-fn-as-fnmut-and-fnonce.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-fnmut-as-fn.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-fnmut-as-fn.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-fnmut-as-fnonce.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-generic.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-arg-types-from-expected-bound.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-arg-types-from-expected-object-type.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-arg-types-w-bound-regs-from-expected-bound.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-argument-types-two-region-pointers.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-argument-types-two-region-pointers.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-explicit-call-early.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-fn-once-move-from-projection.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-fn-once-move-from-projection.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-fnmut-calling-fnmut-no-mut.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-fnmut-calling-fnmut-no-mut.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-fnmut-calling-fnmut.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-fnmut-missing-mut.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-fnmut-missing-mut.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-fnmut-move-missing-mut.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-fnmut-move-missing-mut.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-fnmut-move.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-fnmut.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-fnonce-call-twice.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-fnonce-call-twice.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-fnonce-move-call-twice.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-fnonce-move-call-twice.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-fnonce-move.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-fnonce.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-kind.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-recursive-fn.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-infer-upvar.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-manual-impl.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-monomorphization.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-move-from-projection-issue-30046.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-move-mutable.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-move-mutable.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-move-some-upvars-in-by-ref-closure.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-mutate-upvar.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-mutate-upvar.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-mutated-upvar-from-fn-closure.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-mutated-upvar-from-fn-closure.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-prelude.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-recursive-fn-using-fn-mut.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-recursive-fn-using-fn-mut.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-simple.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-single-word-env.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-static-call-fn-once.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-static-call-wrong-trait.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-static-call-wrong-trait.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-sugar-object.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-type-mismatch.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-type-mismatch.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-unique-type-id.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-unsafe-extern-fn.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-unsafe-extern-fn.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-wrong-abi.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-wrong-abi.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-wrong-arg-type-extern-fn.rs [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-wrong-arg-type-extern-fn.stderr [new file with mode: 0644]
tests/ui/unboxed-closures/unboxed-closures-zero-args.rs [new file with mode: 0644]
tests/ui/unconstrained-none.rs [new file with mode: 0644]
tests/ui/unconstrained-none.stderr [new file with mode: 0644]
tests/ui/unconstrained-ref.rs [new file with mode: 0644]
tests/ui/unconstrained-ref.stderr [new file with mode: 0644]
tests/ui/underscore-ident-matcher.rs [new file with mode: 0644]
tests/ui/underscore-ident-matcher.stderr [new file with mode: 0644]
tests/ui/underscore-imports/auxiliary/duplicate.rs [new file with mode: 0644]
tests/ui/underscore-imports/auxiliary/underscore-imports.rs [new file with mode: 0644]
tests/ui/underscore-imports/basic.rs [new file with mode: 0644]
tests/ui/underscore-imports/basic.stderr [new file with mode: 0644]
tests/ui/underscore-imports/cycle.rs [new file with mode: 0644]
tests/ui/underscore-imports/duplicate.rs [new file with mode: 0644]
tests/ui/underscore-imports/hygiene-2.rs [new file with mode: 0644]
tests/ui/underscore-imports/hygiene.rs [new file with mode: 0644]
tests/ui/underscore-imports/intercrate.rs [new file with mode: 0644]
tests/ui/underscore-imports/macro-expanded.rs [new file with mode: 0644]
tests/ui/underscore-imports/shadow.rs [new file with mode: 0644]
tests/ui/underscore-imports/shadow.stderr [new file with mode: 0644]
tests/ui/underscore-imports/unused-2018.rs [new file with mode: 0644]
tests/ui/underscore-imports/unused-2018.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/dyn-trait-underscore-in-struct.rs [new file with mode: 0644]
tests/ui/underscore-lifetime/dyn-trait-underscore-in-struct.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/dyn-trait-underscore.rs [new file with mode: 0644]
tests/ui/underscore-lifetime/dyn-trait-underscore.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/in-binder.rs [new file with mode: 0644]
tests/ui/underscore-lifetime/in-binder.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/in-fn-return-illegal.rs [new file with mode: 0644]
tests/ui/underscore-lifetime/in-fn-return-illegal.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/in-struct.rs [new file with mode: 0644]
tests/ui/underscore-lifetime/in-struct.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/underscore-lifetime-binders.rs [new file with mode: 0644]
tests/ui/underscore-lifetime/underscore-lifetime-binders.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/underscore-lifetime-elison-mismatch.rs [new file with mode: 0644]
tests/ui/underscore-lifetime/underscore-lifetime-elison-mismatch.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/underscore-outlives-bounds.rs [new file with mode: 0644]
tests/ui/underscore-lifetime/underscore-outlives-bounds.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-inherent-impl-ampersand.rs [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-inherent-impl-ampersand.rust2015.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-inherent-impl-ampersand.rust2018.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-inherent-impl-underscore.rs [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-inherent-impl-underscore.rust2015.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-inherent-impl-underscore.rust2018.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-trait-impl-region.rs [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-trait-impl-region.rust2015.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-trait-impl-region.rust2018.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-trait-impl-underscore.rs [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-trait-impl-underscore.rust2015.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-trait-impl-underscore.rust2018.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clauses.rs [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clauses.stderr [new file with mode: 0644]
tests/ui/underscore-lifetimes.rs [new file with mode: 0644]
tests/ui/underscore-method-after-integer.rs [new file with mode: 0644]
tests/ui/unevaluated_fixed_size_array_len.rs [new file with mode: 0644]
tests/ui/unevaluated_fixed_size_array_len.stderr [new file with mode: 0644]
tests/ui/uniform-paths/auxiliary/issue-53691.rs [new file with mode: 0644]
tests/ui/uniform-paths/basic-nested.rs [new file with mode: 0644]
tests/ui/uniform-paths/basic.rs [new file with mode: 0644]
tests/ui/uniform-paths/issue-53691.rs [new file with mode: 0644]
tests/ui/uniform-paths/macros-nested.rs [new file with mode: 0644]
tests/ui/uniform-paths/macros.rs [new file with mode: 0644]
tests/ui/uniform-paths/same-crate.rs [new file with mode: 0644]
tests/ui/uninhabited/exhaustive-wo-nevertype-issue-51221.rs [new file with mode: 0644]
tests/ui/uninhabited/issue-107505.rs [new file with mode: 0644]
tests/ui/uninhabited/privately-uninhabited-dead-code.rs [new file with mode: 0644]
tests/ui/uninhabited/privately-uninhabited-mir-call.rs [new file with mode: 0644]
tests/ui/uninhabited/privately-uninhabited-mir-call.stderr [new file with mode: 0644]
tests/ui/uninhabited/uninhabited-enum-cast.rs [new file with mode: 0644]
tests/ui/uninhabited/uninhabited-irrefutable.rs [new file with mode: 0644]
tests/ui/uninhabited/uninhabited-irrefutable.stderr [new file with mode: 0644]
tests/ui/uninhabited/uninhabited-matches-feature-gated.rs [new file with mode: 0644]
tests/ui/uninhabited/uninhabited-matches-feature-gated.stderr [new file with mode: 0644]
tests/ui/uninhabited/uninhabited-patterns.rs [new file with mode: 0644]
tests/ui/uninhabited/uninhabited-patterns.stderr [new file with mode: 0644]
tests/ui/uninit-empty-types.rs [new file with mode: 0644]
tests/ui/union/auxiliary/union.rs [new file with mode: 0644]
tests/ui/union/field_checks.rs [new file with mode: 0644]
tests/ui/union/field_checks.stderr [new file with mode: 0644]
tests/ui/union/issue-41073.rs [new file with mode: 0644]
tests/ui/union/issue-41073.stderr [new file with mode: 0644]
tests/ui/union/issue-81199.rs [new file with mode: 0644]
tests/ui/union/issue-81199.stderr [new file with mode: 0644]
tests/ui/union/issue-99375.rs [new file with mode: 0644]
tests/ui/union/projection-as-union-type-error-2.rs [new file with mode: 0644]
tests/ui/union/projection-as-union-type-error-2.stderr [new file with mode: 0644]
tests/ui/union/projection-as-union-type-error.rs [new file with mode: 0644]
tests/ui/union/projection-as-union-type-error.stderr [new file with mode: 0644]
tests/ui/union/projection-as-union-type.rs [new file with mode: 0644]
tests/ui/union/union-align.rs [new file with mode: 0644]
tests/ui/union/union-backcomp.rs [new file with mode: 0644]
tests/ui/union/union-basic.rs [new file with mode: 0644]
tests/ui/union/union-borrow-move-parent-sibling.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-borrow-move-parent-sibling.rs [new file with mode: 0644]
tests/ui/union/union-borrow-move-parent-sibling.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-const-codegen.rs [new file with mode: 0644]
tests/ui/union/union-const-eval-field.rs [new file with mode: 0644]
tests/ui/union/union-const-eval.rs [new file with mode: 0644]
tests/ui/union/union-const-pat.rs [new file with mode: 0644]
tests/ui/union/union-const-pat.stderr [new file with mode: 0644]
tests/ui/union/union-copy.rs [new file with mode: 0644]
tests/ui/union/union-copy.stderr [new file with mode: 0644]
tests/ui/union/union-deref.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-deref.rs [new file with mode: 0644]
tests/ui/union/union-deref.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-derive-clone.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-derive-clone.rs [new file with mode: 0644]
tests/ui/union/union-derive-clone.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-derive-eq.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-derive-eq.rs [new file with mode: 0644]
tests/ui/union/union-derive-eq.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-derive-rpass.rs [new file with mode: 0644]
tests/ui/union/union-derive.rs [new file with mode: 0644]
tests/ui/union/union-derive.stderr [new file with mode: 0644]
tests/ui/union/union-drop-assign.rs [new file with mode: 0644]
tests/ui/union/union-drop.rs [new file with mode: 0644]
tests/ui/union/union-empty.rs [new file with mode: 0644]
tests/ui/union/union-empty.stderr [new file with mode: 0644]
tests/ui/union/union-fields-1.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-fields-1.rs [new file with mode: 0644]
tests/ui/union/union-fields-1.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-fields-2.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-fields-2.rs [new file with mode: 0644]
tests/ui/union/union-fields-2.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-generic-rpass.rs [new file with mode: 0644]
tests/ui/union/union-generic.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-generic.rs [new file with mode: 0644]
tests/ui/union/union-generic.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-inherent-method.rs [new file with mode: 0644]
tests/ui/union/union-lint-dead-code.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-lint-dead-code.rs [new file with mode: 0644]
tests/ui/union/union-lint-dead-code.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-macro.rs [new file with mode: 0644]
tests/ui/union/union-manuallydrop-rpass.rs [new file with mode: 0644]
tests/ui/union/union-move.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-move.rs [new file with mode: 0644]
tests/ui/union/union-move.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-nodrop.rs [new file with mode: 0644]
tests/ui/union/union-nonrepresentable.rs [new file with mode: 0644]
tests/ui/union/union-nonrepresentable.stderr [new file with mode: 0644]
tests/ui/union/union-nonzero.rs [new file with mode: 0644]
tests/ui/union/union-overwrite.rs [new file with mode: 0644]
tests/ui/union/union-packed.rs [new file with mode: 0644]
tests/ui/union/union-pat-refutability.rs [new file with mode: 0644]
tests/ui/union/union-repr-c.rs [new file with mode: 0644]
tests/ui/union/union-repr-c.stderr [new file with mode: 0644]
tests/ui/union/union-sized-field.rs [new file with mode: 0644]
tests/ui/union/union-sized-field.stderr [new file with mode: 0644]
tests/ui/union/union-suggest-field.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-suggest-field.rs [new file with mode: 0644]
tests/ui/union/union-suggest-field.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-trait-impl.rs [new file with mode: 0644]
tests/ui/union/union-transmute.rs [new file with mode: 0644]
tests/ui/union/union-unsafe.mir.stderr [new file with mode: 0644]
tests/ui/union/union-unsafe.rs [new file with mode: 0644]
tests/ui/union/union-unsafe.thir.stderr [new file with mode: 0644]
tests/ui/union/union-unsized.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-unsized.rs [new file with mode: 0644]
tests/ui/union/union-unsized.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-with-drop-fields.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/union/union-with-drop-fields.rs [new file with mode: 0644]
tests/ui/union/union-with-drop-fields.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/unique-object-noncopyable.rs [new file with mode: 0644]
tests/ui/unique-object-noncopyable.stderr [new file with mode: 0644]
tests/ui/unique-pinned-nocopy.rs [new file with mode: 0644]
tests/ui/unique-pinned-nocopy.stderr [new file with mode: 0644]
tests/ui/unique/unique-assign-copy.rs [new file with mode: 0644]
tests/ui/unique/unique-assign-drop.rs [new file with mode: 0644]
tests/ui/unique/unique-assign-generic.rs [new file with mode: 0644]
tests/ui/unique/unique-assign.rs [new file with mode: 0644]
tests/ui/unique/unique-autoderef-field.rs [new file with mode: 0644]
tests/ui/unique/unique-autoderef-index.rs [new file with mode: 0644]
tests/ui/unique/unique-cmp.rs [new file with mode: 0644]
tests/ui/unique/unique-containing-tag.rs [new file with mode: 0644]
tests/ui/unique/unique-create.rs [new file with mode: 0644]
tests/ui/unique/unique-decl-init-copy.rs [new file with mode: 0644]
tests/ui/unique/unique-decl-init.rs [new file with mode: 0644]
tests/ui/unique/unique-decl-move.rs [new file with mode: 0644]
tests/ui/unique/unique-decl.rs [new file with mode: 0644]
tests/ui/unique/unique-deref.rs [new file with mode: 0644]
tests/ui/unique/unique-destructure.rs [new file with mode: 0644]
tests/ui/unique/unique-drop-complex.rs [new file with mode: 0644]
tests/ui/unique/unique-ffi-symbols.rs [new file with mode: 0644]
tests/ui/unique/unique-fn-arg-move.rs [new file with mode: 0644]
tests/ui/unique/unique-fn-arg-mut.rs [new file with mode: 0644]
tests/ui/unique/unique-fn-arg.rs [new file with mode: 0644]
tests/ui/unique/unique-fn-ret.rs [new file with mode: 0644]
tests/ui/unique/unique-generic-assign.rs [new file with mode: 0644]
tests/ui/unique/unique-in-tag.rs [new file with mode: 0644]
tests/ui/unique/unique-in-vec-copy.rs [new file with mode: 0644]
tests/ui/unique/unique-in-vec.rs [new file with mode: 0644]
tests/ui/unique/unique-init.rs [new file with mode: 0644]
tests/ui/unique/unique-kinds.rs [new file with mode: 0644]
tests/ui/unique/unique-log.rs [new file with mode: 0644]
tests/ui/unique/unique-match-discrim.rs [new file with mode: 0644]
tests/ui/unique/unique-move-drop.rs [new file with mode: 0644]
tests/ui/unique/unique-move-temp.rs [new file with mode: 0644]
tests/ui/unique/unique-move.rs [new file with mode: 0644]
tests/ui/unique/unique-mutable.rs [new file with mode: 0644]
tests/ui/unique/unique-object-move.rs [new file with mode: 0644]
tests/ui/unique/unique-pat-2.rs [new file with mode: 0644]
tests/ui/unique/unique-pat-3.rs [new file with mode: 0644]
tests/ui/unique/unique-pat.rs [new file with mode: 0644]
tests/ui/unique/unique-rec.rs [new file with mode: 0644]
tests/ui/unique/unique-send-2.rs [new file with mode: 0644]
tests/ui/unique/unique-send.rs [new file with mode: 0644]
tests/ui/unique/unique-swap.rs [new file with mode: 0644]
tests/ui/unit.rs [new file with mode: 0644]
tests/ui/unknown-language-item.rs [new file with mode: 0644]
tests/ui/unknown-language-item.stderr [new file with mode: 0644]
tests/ui/unknown-lint-tool-name.rs [new file with mode: 0644]
tests/ui/unknown-lint-tool-name.stderr [new file with mode: 0644]
tests/ui/unknown-llvm-arg.rs [new file with mode: 0644]
tests/ui/unknown-llvm-arg.stderr [new file with mode: 0644]
tests/ui/unknown-tool-name.rs [new file with mode: 0644]
tests/ui/unknown-tool-name.stderr [new file with mode: 0644]
tests/ui/unknown-unstable-lints/allow-unknown-unstable-lint-command-line.rs [new file with mode: 0644]
tests/ui/unknown-unstable-lints/allow-unknown-unstable-lint-inline.rs [new file with mode: 0644]
tests/ui/unknown-unstable-lints/deny-unstable-lint-command-line.rs [new file with mode: 0644]
tests/ui/unknown-unstable-lints/deny-unstable-lint-command-line.stderr [new file with mode: 0644]
tests/ui/unknown-unstable-lints/deny-unstable-lint-inline.rs [new file with mode: 0644]
tests/ui/unknown-unstable-lints/deny-unstable-lint-inline.stderr [new file with mode: 0644]
tests/ui/unknown-unstable-lints/warn-unknown-unstable-lint-command-line.rs [new file with mode: 0644]
tests/ui/unknown-unstable-lints/warn-unknown-unstable-lint-command-line.stderr [new file with mode: 0644]
tests/ui/unknown-unstable-lints/warn-unknown-unstable-lint-inline.rs [new file with mode: 0644]
tests/ui/unknown-unstable-lints/warn-unknown-unstable-lint-inline.stderr [new file with mode: 0644]
tests/ui/unnamed_argument_mode.rs [new file with mode: 0644]
tests/ui/unop-move-semantics.rs [new file with mode: 0644]
tests/ui/unop-move-semantics.stderr [new file with mode: 0644]
tests/ui/unop-neg-bool.rs [new file with mode: 0644]
tests/ui/unop-neg-bool.stderr [new file with mode: 0644]
tests/ui/unpretty-expr-fn-arg.rs [new file with mode: 0644]
tests/ui/unpretty-expr-fn-arg.stdout [new file with mode: 0644]
tests/ui/unpretty/ast-const-trait-bound.rs [new file with mode: 0644]
tests/ui/unpretty/ast-const-trait-bound.stdout [new file with mode: 0644]
tests/ui/unpretty/avoid-crash.rs [new file with mode: 0644]
tests/ui/unpretty/avoid-crash.stderr [new file with mode: 0644]
tests/ui/unpretty/bad-literal.rs [new file with mode: 0644]
tests/ui/unpretty/bad-literal.stderr [new file with mode: 0644]
tests/ui/unpretty/bad-literal.stdout [new file with mode: 0644]
tests/ui/unpretty/pretty-let-else.rs [new file with mode: 0644]
tests/ui/unpretty/pretty-let-else.stdout [new file with mode: 0644]
tests/ui/unreachable-code-1.rs [new file with mode: 0644]
tests/ui/unreachable-code.rs [new file with mode: 0644]
tests/ui/unresolved/unresolved-asterisk-imports.rs [new file with mode: 0644]
tests/ui/unresolved/unresolved-asterisk-imports.stderr [new file with mode: 0644]
tests/ui/unresolved/unresolved-candidates.rs [new file with mode: 0644]
tests/ui/unresolved/unresolved-candidates.stderr [new file with mode: 0644]
tests/ui/unresolved/unresolved-extern-mod-suggestion.rs [new file with mode: 0644]
tests/ui/unresolved/unresolved-extern-mod-suggestion.stderr [new file with mode: 0644]
tests/ui/unresolved/unresolved-import-recovery.rs [new file with mode: 0644]
tests/ui/unresolved/unresolved-import-recovery.stderr [new file with mode: 0644]
tests/ui/unresolved/unresolved-import.rs [new file with mode: 0644]
tests/ui/unresolved/unresolved-import.stderr [new file with mode: 0644]
tests/ui/unsafe-fn-called-from-unsafe-blk.rs [new file with mode: 0644]
tests/ui/unsafe-fn-called-from-unsafe-fn.rs [new file with mode: 0644]
tests/ui/unsafe-pointer-assignability.rs [new file with mode: 0644]
tests/ui/unsafe/access_union_field.mir.stderr [new file with mode: 0644]
tests/ui/unsafe/access_union_field.rs [new file with mode: 0644]
tests/ui/unsafe/access_union_field.thir.stderr [new file with mode: 0644]
tests/ui/unsafe/auxiliary/issue-106126.rs [new file with mode: 0644]
tests/ui/unsafe/inline_asm.mir.stderr [new file with mode: 0644]
tests/ui/unsafe/inline_asm.rs [new file with mode: 0644]
tests/ui/unsafe/inline_asm.thir.stderr [new file with mode: 0644]
tests/ui/unsafe/issue-106126-good-path-bug.rs [new file with mode: 0644]
tests/ui/unsafe/issue-3080.mir.stderr [new file with mode: 0644]
tests/ui/unsafe/issue-3080.rs [new file with mode: 0644]
tests/ui/unsafe/issue-3080.thir.stderr [new file with mode: 0644]
tests/ui/unsafe/issue-45087-unreachable-unsafe.mir.stderr [new file with mode: 0644]
tests/ui/unsafe/issue-45087-unreachable-unsafe.rs [new file with mode: 0644]
tests/ui/unsafe/issue-45087-unreachable-unsafe.thir.stderr [new file with mode: 0644]
tests/ui/unsafe/issue-45107-unnecessary-unsafe-in-closure.mir.stderr [new file with mode: 0644]
tests/ui/unsafe/issue-45107-unnecessary-unsafe-in-closure.rs [new file with mode: 0644]
tests/ui/unsafe/issue-45107-unnecessary-unsafe-in-closure.thir.stderr [new file with mode: 0644]
tests/ui/unsafe/issue-47412.mir.stderr [new file with mode: 0644]
tests/ui/unsafe/issue-47412.rs [new file with mode: 0644]
tests/ui/unsafe/issue-47412.thir.stderr [new file with mode: 0644]
tests/ui/unsafe/issue-85435-unsafe-op-in-let-under-unsafe-under-closure.rs [new file with mode: 0644]
tests/ui/unsafe/issue-87414-query-cycle.rs [new file with mode: 0644]
tests/ui/unsafe/ranged_ints.mir.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints.rs [new file with mode: 0644]
tests/ui/unsafe/ranged_ints.thir.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints2.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints2.rs [new file with mode: 0644]
tests/ui/unsafe/ranged_ints2.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints2_const.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints2_const.rs [new file with mode: 0644]
tests/ui/unsafe/ranged_ints2_const.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints3.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints3.rs [new file with mode: 0644]
tests/ui/unsafe/ranged_ints3.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints3_const.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints3_const.rs [new file with mode: 0644]
tests/ui/unsafe/ranged_ints3_const.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints3_match.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints3_match.rs [new file with mode: 0644]
tests/ui/unsafe/ranged_ints3_match.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints4.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints4.rs [new file with mode: 0644]
tests/ui/unsafe/ranged_ints4.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints4_const.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints4_const.rs [new file with mode: 0644]
tests/ui/unsafe/ranged_ints4_const.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints_const.mir.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints_const.rs [new file with mode: 0644]
tests/ui/unsafe/ranged_ints_const.thir.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints_macro.rs [new file with mode: 0644]
tests/ui/unsafe/rfc-2585-unsafe_op_in_unsafe_fn.mir.stderr [new file with mode: 0644]
tests/ui/unsafe/rfc-2585-unsafe_op_in_unsafe_fn.rs [new file with mode: 0644]
tests/ui/unsafe/rfc-2585-unsafe_op_in_unsafe_fn.thir.stderr [new file with mode: 0644]
tests/ui/unsafe/union-assignop.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/union-assignop.rs [new file with mode: 0644]
tests/ui/unsafe/union-assignop.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/union-modification.rs [new file with mode: 0644]
tests/ui/unsafe/union.mir.stderr [new file with mode: 0644]
tests/ui/unsafe/union.rs [new file with mode: 0644]
tests/ui/unsafe/union.thir.stderr [new file with mode: 0644]
tests/ui/unsafe/union_access_through_block.rs [new file with mode: 0644]
tests/ui/unsafe/union_destructure.mir.stderr [new file with mode: 0644]
tests/ui/unsafe/union_destructure.rs [new file with mode: 0644]
tests/ui/unsafe/union_wild_or_wild.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe-around-compiler-generated-unsafe.mir.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-around-compiler-generated-unsafe.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe-around-compiler-generated-unsafe.thir.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-assign.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-assign.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe-assign.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-block-without-braces.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe-block-without-braces.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-borrow.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-borrow.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe-borrow.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-const-fn.mir.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-const-fn.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe-const-fn.thir.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-assign-deref-ptr.mir.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-assign-deref-ptr.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-assign-deref-ptr.thir.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-autoderef.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-autoderef.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-called-from-safe.mir.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-called-from-safe.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-called-from-safe.thir.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-deref-ptr.mir.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-deref-ptr.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-deref-ptr.thir.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-used-as-value.mir.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-used-as-value.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-used-as-value.thir.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-not-inherited.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe-not-inherited.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-subtyping.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe-subtyping.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-trait-impl.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe-trait-impl.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-unstable-const-fn.mir.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-unstable-const-fn.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe-unstable-const-fn.thir.stderr [new file with mode: 0644]
tests/ui/unsigned-literal-negation.rs [new file with mode: 0644]
tests/ui/unsigned-literal-negation.stderr [new file with mode: 0644]
tests/ui/unsized-locals/autoderef.rs [new file with mode: 0644]
tests/ui/unsized-locals/auxiliary/ufuncs.rs [new file with mode: 0644]
tests/ui/unsized-locals/borrow-after-move.rs [new file with mode: 0644]
tests/ui/unsized-locals/borrow-after-move.stderr [new file with mode: 0644]
tests/ui/unsized-locals/box-fnonce.rs [new file with mode: 0644]
tests/ui/unsized-locals/by-value-trait-object-safety-rpass.rs [new file with mode: 0644]
tests/ui/unsized-locals/by-value-trait-object-safety-withdefault.rs [new file with mode: 0644]
tests/ui/unsized-locals/by-value-trait-object-safety.rs [new file with mode: 0644]
tests/ui/unsized-locals/by-value-trait-object-safety.stderr [new file with mode: 0644]
tests/ui/unsized-locals/double-move.rs [new file with mode: 0644]
tests/ui/unsized-locals/double-move.stderr [new file with mode: 0644]
tests/ui/unsized-locals/issue-30276-feature-flagged.rs [new file with mode: 0644]
tests/ui/unsized-locals/issue-30276-feature-flagged.stderr [new file with mode: 0644]
tests/ui/unsized-locals/issue-30276.rs [new file with mode: 0644]
tests/ui/unsized-locals/issue-30276.stderr [new file with mode: 0644]
tests/ui/unsized-locals/issue-50940-with-feature.rs [new file with mode: 0644]
tests/ui/unsized-locals/issue-50940-with-feature.stderr [new file with mode: 0644]
tests/ui/unsized-locals/issue-50940.rs [new file with mode: 0644]
tests/ui/unsized-locals/issue-50940.stderr [new file with mode: 0644]
tests/ui/unsized-locals/reference-unsized-locals.rs [new file with mode: 0644]
tests/ui/unsized-locals/simple-unsized-locals.rs [new file with mode: 0644]
tests/ui/unsized-locals/suggest-borrow.rs [new file with mode: 0644]
tests/ui/unsized-locals/suggest-borrow.stderr [new file with mode: 0644]
tests/ui/unsized-locals/unsized-exprs-rpass.rs [new file with mode: 0644]
tests/ui/unsized-locals/unsized-exprs.rs [new file with mode: 0644]
tests/ui/unsized-locals/unsized-exprs.stderr [new file with mode: 0644]
tests/ui/unsized-locals/unsized-exprs2.rs [new file with mode: 0644]
tests/ui/unsized-locals/unsized-exprs2.stderr [new file with mode: 0644]
tests/ui/unsized-locals/unsized-exprs3.rs [new file with mode: 0644]
tests/ui/unsized-locals/unsized-exprs3.stderr [new file with mode: 0644]
tests/ui/unsized-locals/unsized-index.rs [new file with mode: 0644]
tests/ui/unsized-locals/unsized-locals-using-unsized-fn-params.rs [new file with mode: 0644]
tests/ui/unsized-locals/unsized-locals-using-unsized-fn-params.stderr [new file with mode: 0644]
tests/ui/unsized-locals/unsized-parameters.rs [new file with mode: 0644]
tests/ui/unsized/box-instead-of-dyn-fn.rs [new file with mode: 0644]
tests/ui/unsized/box-instead-of-dyn-fn.stderr [new file with mode: 0644]
tests/ui/unsized/issue-30355.rs [new file with mode: 0644]
tests/ui/unsized/issue-30355.stderr [new file with mode: 0644]
tests/ui/unsized/issue-40231-1.rs [new file with mode: 0644]
tests/ui/unsized/issue-40231-2.rs [new file with mode: 0644]
tests/ui/unsized/issue-71659.rs [new file with mode: 0644]
tests/ui/unsized/issue-71659.stderr [new file with mode: 0644]
tests/ui/unsized/issue-75707.rs [new file with mode: 0644]
tests/ui/unsized/issue-75707.stderr [new file with mode: 0644]
tests/ui/unsized/issue-75899-but-gats.rs [new file with mode: 0644]
tests/ui/unsized/issue-75899.rs [new file with mode: 0644]
tests/ui/unsized/issue-91801.rs [new file with mode: 0644]
tests/ui/unsized/issue-91801.stderr [new file with mode: 0644]
tests/ui/unsized/issue-91803.rs [new file with mode: 0644]
tests/ui/unsized/issue-91803.stderr [new file with mode: 0644]
tests/ui/unsized/issue-97732.rs [new file with mode: 0644]
tests/ui/unsized/maybe-bounds-where-cpass.rs [new file with mode: 0644]
tests/ui/unsized/maybe-bounds-where.rs [new file with mode: 0644]
tests/ui/unsized/maybe-bounds-where.stderr [new file with mode: 0644]
tests/ui/unsized/param-mentioned-by-different-field.rs [new file with mode: 0644]
tests/ui/unsized/param-mentioned-by-different-field.stderr [new file with mode: 0644]
tests/ui/unsized/return-unsized-from-trait-method.rs [new file with mode: 0644]
tests/ui/unsized/return-unsized-from-trait-method.stderr [new file with mode: 0644]
tests/ui/unsized/unchanged-param.rs [new file with mode: 0644]
tests/ui/unsized/unsized-bare-typaram.rs [new file with mode: 0644]
tests/ui/unsized/unsized-bare-typaram.stderr [new file with mode: 0644]
tests/ui/unsized/unsized-enum.rs [new file with mode: 0644]
tests/ui/unsized/unsized-enum.stderr [new file with mode: 0644]
tests/ui/unsized/unsized-enum2.rs [new file with mode: 0644]
tests/ui/unsized/unsized-enum2.stderr [new file with mode: 0644]
tests/ui/unsized/unsized-fn-arg.fixed [new file with mode: 0644]
tests/ui/unsized/unsized-fn-arg.rs [new file with mode: 0644]
tests/ui/unsized/unsized-fn-arg.stderr [new file with mode: 0644]
tests/ui/unsized/unsized-fn-param.rs [new file with mode: 0644]
tests/ui/unsized/unsized-fn-param.stderr [new file with mode: 0644]
tests/ui/unsized/unsized-inherent-impl-self-type.rs [new file with mode: 0644]
tests/ui/unsized/unsized-inherent-impl-self-type.stderr [new file with mode: 0644]
tests/ui/unsized/unsized-struct.rs [new file with mode: 0644]
tests/ui/unsized/unsized-struct.stderr [new file with mode: 0644]
tests/ui/unsized/unsized-trait-impl-self-type.rs [new file with mode: 0644]
tests/ui/unsized/unsized-trait-impl-self-type.stderr [new file with mode: 0644]
tests/ui/unsized/unsized-trait-impl-trait-arg.rs [new file with mode: 0644]
tests/ui/unsized/unsized-trait-impl-trait-arg.stderr [new file with mode: 0644]
tests/ui/unsized/unsized-tuple-impls.rs [new file with mode: 0644]
tests/ui/unsized/unsized.rs [new file with mode: 0644]
tests/ui/unsized/unsized2.rs [new file with mode: 0644]
tests/ui/unsized/unsized3-rpass.rs [new file with mode: 0644]
tests/ui/unsized/unsized3.rs [new file with mode: 0644]
tests/ui/unsized/unsized3.stderr [new file with mode: 0644]
tests/ui/unsized/unsized5.rs [new file with mode: 0644]
tests/ui/unsized/unsized5.stderr [new file with mode: 0644]
tests/ui/unsized/unsized6.rs [new file with mode: 0644]
tests/ui/unsized/unsized6.stderr [new file with mode: 0644]
tests/ui/unsized/unsized7.rs [new file with mode: 0644]
tests/ui/unsized/unsized7.stderr [new file with mode: 0644]
tests/ui/unterminated-comment.rs [new file with mode: 0644]
tests/ui/unterminated-comment.stderr [new file with mode: 0644]
tests/ui/unterminated-nested-comment.rs [new file with mode: 0644]
tests/ui/unterminated-nested-comment.stderr [new file with mode: 0644]
tests/ui/unused-crate-deps/auxiliary/bar.rs [new file with mode: 0644]
tests/ui/unused-crate-deps/auxiliary/foo.rs [new file with mode: 0644]
tests/ui/unused-crate-deps/deny-attr.rs [new file with mode: 0644]
tests/ui/unused-crate-deps/deny-attr.stderr [new file with mode: 0644]
tests/ui/unused-crate-deps/deny-cmdline-json-silent.rs [new file with mode: 0644]
tests/ui/unused-crate-deps/deny-cmdline-json-silent.stderr [new file with mode: 0644]
tests/ui/unused-crate-deps/deny-cmdline-json.rs [new file with mode: 0644]
tests/ui/unused-crate-deps/deny-cmdline-json.stderr [new file with mode: 0644]
tests/ui/unused-crate-deps/deny-cmdline.rs [new file with mode: 0644]
tests/ui/unused-crate-deps/deny-cmdline.stderr [new file with mode: 0644]
tests/ui/unused-crate-deps/ignore-pathless-extern.rs [new file with mode: 0644]
tests/ui/unused-crate-deps/libfib.rs [new file with mode: 0644]
tests/ui/unused-crate-deps/libfib.stderr [new file with mode: 0644]
tests/ui/unused-crate-deps/lint-group.rs [new file with mode: 0644]
tests/ui/unused-crate-deps/suppress.rs [new file with mode: 0644]
tests/ui/unused-crate-deps/test-use-ok.rs [new file with mode: 0644]
tests/ui/unused-crate-deps/test.mk [new file with mode: 0644]
tests/ui/unused-crate-deps/unused-aliases.rs [new file with mode: 0644]
tests/ui/unused-crate-deps/unused-aliases.stderr [new file with mode: 0644]
tests/ui/unused-crate-deps/use_extern_crate_2015.rs [new file with mode: 0644]
tests/ui/unused-crate-deps/warn-attr.rs [new file with mode: 0644]
tests/ui/unused-crate-deps/warn-attr.stderr [new file with mode: 0644]
tests/ui/unused-crate-deps/warn-cmdline-json.rs [new file with mode: 0644]
tests/ui/unused-crate-deps/warn-cmdline-json.stderr [new file with mode: 0644]
tests/ui/unused-crate-deps/warn-cmdline-static.rs [new file with mode: 0644]
tests/ui/unused-crate-deps/warn-cmdline-static.stderr [new file with mode: 0644]
tests/ui/unused-crate-deps/warn-cmdline.rs [new file with mode: 0644]
tests/ui/unused-crate-deps/warn-cmdline.stderr [new file with mode: 0644]
tests/ui/unused-move-capture.rs [new file with mode: 0644]
tests/ui/unused-move.rs [new file with mode: 0644]
tests/ui/unwind-abis/feature-gate-c-unwind-enabled.rs [new file with mode: 0644]
tests/ui/unwind-abis/feature-gate-c-unwind.rs [new file with mode: 0644]
tests/ui/unwind-abis/feature-gate-c-unwind.stderr [new file with mode: 0644]
tests/ui/unwind-abis/feature-gate-stdcall-unwind.rs [new file with mode: 0644]
tests/ui/unwind-abis/feature-gate-stdcall-unwind.stderr [new file with mode: 0644]
tests/ui/unwind-abis/feature-gate-system-unwind.rs [new file with mode: 0644]
tests/ui/unwind-abis/feature-gate-system-unwind.stderr [new file with mode: 0644]
tests/ui/unwind-abis/feature-gate-thiscall-unwind.rs [new file with mode: 0644]
tests/ui/unwind-abis/feature-gate-thiscall-unwind.stderr [new file with mode: 0644]
tests/ui/unwind-abis/ffi-unwind-calls-lint.rs [new file with mode: 0644]
tests/ui/unwind-abis/ffi-unwind-calls-lint.stderr [new file with mode: 0644]
tests/ui/unwind-no-uwtable.rs [new file with mode: 0644]
tests/ui/unwind-unique.rs [new file with mode: 0644]
tests/ui/use-import-export.rs [new file with mode: 0644]
tests/ui/use-keyword-2.rs [new file with mode: 0644]
tests/ui/use-module-level-int-consts.rs [new file with mode: 0644]
tests/ui/use-nested-groups.rs [new file with mode: 0644]
tests/ui/use.rs [new file with mode: 0644]
tests/ui/use/auxiliary/extern-use-primitive-type-lib.rs [new file with mode: 0644]
tests/ui/use/auxiliary/use-from-trait-xc.rs [new file with mode: 0644]
tests/ui/use/issue-18986.rs [new file with mode: 0644]
tests/ui/use/issue-18986.stderr [new file with mode: 0644]
tests/ui/use/issue-60976-extern-use-primitive-type.rs [new file with mode: 0644]
tests/ui/use/use-after-move-based-on-type.rs [new file with mode: 0644]
tests/ui/use/use-after-move-based-on-type.stderr [new file with mode: 0644]
tests/ui/use/use-after-move-implicity-coerced-object.rs [new file with mode: 0644]
tests/ui/use/use-after-move-implicity-coerced-object.stderr [new file with mode: 0644]
tests/ui/use/use-after-move-self-based-on-type.rs [new file with mode: 0644]
tests/ui/use/use-after-move-self-based-on-type.stderr [new file with mode: 0644]
tests/ui/use/use-after-move-self.rs [new file with mode: 0644]
tests/ui/use/use-after-move-self.stderr [new file with mode: 0644]
tests/ui/use/use-associated-const.rs [new file with mode: 0644]
tests/ui/use/use-associated-const.stderr [new file with mode: 0644]
tests/ui/use/use-crate-self.rs [new file with mode: 0644]
tests/ui/use/use-crate-self.stderr [new file with mode: 0644]
tests/ui/use/use-from-trait-xc.rs [new file with mode: 0644]
tests/ui/use/use-from-trait-xc.stderr [new file with mode: 0644]
tests/ui/use/use-from-trait.rs [new file with mode: 0644]
tests/ui/use/use-from-trait.stderr [new file with mode: 0644]
tests/ui/use/use-keyword.rs [new file with mode: 0644]
tests/ui/use/use-keyword.stderr [new file with mode: 0644]
tests/ui/use/use-meta-mismatch.rs [new file with mode: 0644]
tests/ui/use/use-meta-mismatch.stderr [new file with mode: 0644]
tests/ui/use/use-mod.rs [new file with mode: 0644]
tests/ui/use/use-mod.stderr [new file with mode: 0644]
tests/ui/use/use-mod/use-mod-2.rs [new file with mode: 0644]
tests/ui/use/use-mod/use-mod-2.stderr [new file with mode: 0644]
tests/ui/use/use-mod/use-mod-3.rs [new file with mode: 0644]
tests/ui/use/use-mod/use-mod-3.stderr [new file with mode: 0644]
tests/ui/use/use-mod/use-mod-4.rs [new file with mode: 0644]
tests/ui/use/use-mod/use-mod-4.stderr [new file with mode: 0644]
tests/ui/use/use-mod/use-mod-5.rs [new file with mode: 0644]
tests/ui/use/use-mod/use-mod-5.stderr [new file with mode: 0644]
tests/ui/use/use-mod/use-mod-6.rs [new file with mode: 0644]
tests/ui/use/use-mod/use-mod-6.stderr [new file with mode: 0644]
tests/ui/use/use-nested-groups-error.rs [new file with mode: 0644]
tests/ui/use/use-nested-groups-error.stderr [new file with mode: 0644]
tests/ui/use/use-nested-groups-unused-imports.rs [new file with mode: 0644]
tests/ui/use/use-nested-groups-unused-imports.stderr [new file with mode: 0644]
tests/ui/use/use-paths-as-items.rs [new file with mode: 0644]
tests/ui/use/use-paths-as-items.stderr [new file with mode: 0644]
tests/ui/use/use-self-type.rs [new file with mode: 0644]
tests/ui/use/use-self-type.stderr [new file with mode: 0644]
tests/ui/use/use-super-global-path.rs [new file with mode: 0644]
tests/ui/use/use-super-global-path.stderr [new file with mode: 0644]
tests/ui/used.rs [new file with mode: 0644]
tests/ui/used.stderr [new file with mode: 0644]
tests/ui/user-defined-macro-rules.rs [new file with mode: 0644]
tests/ui/using-target-feature-unstable.rs [new file with mode: 0644]
tests/ui/usize-generic-argument-parent.rs [new file with mode: 0644]
tests/ui/usize-generic-argument-parent.stderr [new file with mode: 0644]
tests/ui/utf8-bom.rs [new file with mode: 0644]
tests/ui/utf8_idents.rs [new file with mode: 0644]
tests/ui/variance-intersection-of-ref-and-opt-ref.rs [new file with mode: 0644]
tests/ui/variance-iterators-in-libcore.rs [new file with mode: 0644]
tests/ui/variance/variance-associated-consts.rs [new file with mode: 0644]
tests/ui/variance/variance-associated-consts.stderr [new file with mode: 0644]
tests/ui/variance/variance-associated-types.rs [new file with mode: 0644]
tests/ui/variance/variance-associated-types.stderr [new file with mode: 0644]
tests/ui/variance/variance-associated-types2.rs [new file with mode: 0644]
tests/ui/variance/variance-associated-types2.stderr [new file with mode: 0644]
tests/ui/variance/variance-btree-invariant-types.rs [new file with mode: 0644]
tests/ui/variance/variance-btree-invariant-types.stderr [new file with mode: 0644]
tests/ui/variance/variance-cell-is-invariant.rs [new file with mode: 0644]
tests/ui/variance/variance-cell-is-invariant.stderr [new file with mode: 0644]
tests/ui/variance/variance-contravariant-arg-object.rs [new file with mode: 0644]
tests/ui/variance/variance-contravariant-arg-object.stderr [new file with mode: 0644]
tests/ui/variance/variance-contravariant-arg-trait-match.rs [new file with mode: 0644]
tests/ui/variance/variance-contravariant-arg-trait-match.stderr [new file with mode: 0644]
tests/ui/variance/variance-contravariant-self-trait-match.rs [new file with mode: 0644]
tests/ui/variance/variance-contravariant-self-trait-match.stderr [new file with mode: 0644]
tests/ui/variance/variance-covariant-arg-object.rs [new file with mode: 0644]
tests/ui/variance/variance-covariant-arg-object.stderr [new file with mode: 0644]
tests/ui/variance/variance-covariant-arg-trait-match.rs [new file with mode: 0644]
tests/ui/variance/variance-covariant-arg-trait-match.stderr [new file with mode: 0644]
tests/ui/variance/variance-covariant-self-trait-match.rs [new file with mode: 0644]
tests/ui/variance/variance-covariant-self-trait-match.stderr [new file with mode: 0644]
tests/ui/variance/variance-invariant-arg-object.rs [new file with mode: 0644]
tests/ui/variance/variance-invariant-arg-object.stderr [new file with mode: 0644]
tests/ui/variance/variance-invariant-arg-trait-match.rs [new file with mode: 0644]
tests/ui/variance/variance-invariant-arg-trait-match.stderr [new file with mode: 0644]
tests/ui/variance/variance-invariant-self-trait-match.rs [new file with mode: 0644]
tests/ui/variance/variance-invariant-self-trait-match.stderr [new file with mode: 0644]
tests/ui/variance/variance-issue-20533.rs [new file with mode: 0644]
tests/ui/variance/variance-issue-20533.stderr [new file with mode: 0644]
tests/ui/variance/variance-object-types.rs [new file with mode: 0644]
tests/ui/variance/variance-object-types.stderr [new file with mode: 0644]
tests/ui/variance/variance-regions-direct.rs [new file with mode: 0644]
tests/ui/variance/variance-regions-direct.stderr [new file with mode: 0644]
tests/ui/variance/variance-regions-indirect.rs [new file with mode: 0644]
tests/ui/variance/variance-regions-indirect.stderr [new file with mode: 0644]
tests/ui/variance/variance-regions-unused-direct.rs [new file with mode: 0644]
tests/ui/variance/variance-regions-unused-direct.stderr [new file with mode: 0644]
tests/ui/variance/variance-regions-unused-indirect.rs [new file with mode: 0644]
tests/ui/variance/variance-regions-unused-indirect.stderr [new file with mode: 0644]
tests/ui/variance/variance-trait-bounds.rs [new file with mode: 0644]
tests/ui/variance/variance-trait-bounds.stderr [new file with mode: 0644]
tests/ui/variance/variance-trait-matching.rs [new file with mode: 0644]
tests/ui/variance/variance-trait-matching.stderr [new file with mode: 0644]
tests/ui/variance/variance-trait-object-bound.rs [new file with mode: 0644]
tests/ui/variance/variance-trait-object-bound.stderr [new file with mode: 0644]
tests/ui/variance/variance-types-bounds.rs [new file with mode: 0644]
tests/ui/variance/variance-types-bounds.stderr [new file with mode: 0644]
tests/ui/variance/variance-types.rs [new file with mode: 0644]
tests/ui/variance/variance-types.stderr [new file with mode: 0644]
tests/ui/variance/variance-unused-region-param.rs [new file with mode: 0644]
tests/ui/variance/variance-unused-region-param.stderr [new file with mode: 0644]
tests/ui/variance/variance-unused-type-param.rs [new file with mode: 0644]
tests/ui/variance/variance-unused-type-param.stderr [new file with mode: 0644]
tests/ui/variance/variance-use-contravariant-struct-1.rs [new file with mode: 0644]
tests/ui/variance/variance-use-contravariant-struct-1.stderr [new file with mode: 0644]
tests/ui/variance/variance-use-contravariant-struct-2.rs [new file with mode: 0644]
tests/ui/variance/variance-use-covariant-struct-1.rs [new file with mode: 0644]
tests/ui/variance/variance-use-covariant-struct-1.stderr [new file with mode: 0644]
tests/ui/variance/variance-use-covariant-struct-2.rs [new file with mode: 0644]
tests/ui/variance/variance-use-invariant-struct-1.rs [new file with mode: 0644]
tests/ui/variance/variance-use-invariant-struct-1.stderr [new file with mode: 0644]
tests/ui/variants/auxiliary/variant-namespacing.rs [new file with mode: 0644]
tests/ui/variants/variant-namespacing.rs [new file with mode: 0644]
tests/ui/variants/variant-namespacing.stderr [new file with mode: 0644]
tests/ui/variants/variant-size-differences.rs [new file with mode: 0644]
tests/ui/variants/variant-size-differences.stderr [new file with mode: 0644]
tests/ui/variants/variant-used-as-type.rs [new file with mode: 0644]
tests/ui/variants/variant-used-as-type.stderr [new file with mode: 0644]
tests/ui/wait-forked-but-failed-child.rs [new file with mode: 0644]
tests/ui/walk-struct-literal-with.rs [new file with mode: 0644]
tests/ui/walk-struct-literal-with.stderr [new file with mode: 0644]
tests/ui/wasm-custom-section-relocations.rs [new file with mode: 0644]
tests/ui/wasm-custom-section-relocations.stderr [new file with mode: 0644]
tests/ui/wasm/simd-to-array-80108.rs [new file with mode: 0644]
tests/ui/wasm/wasm-hang-issue-76281.rs [new file with mode: 0644]
tests/ui/wasm/wasm-import-module.rs [new file with mode: 0644]
tests/ui/wasm/wasm-import-module.stderr [new file with mode: 0644]
tests/ui/weak-new-uninhabited-issue-48493.rs [new file with mode: 0644]
tests/ui/weird-exit-code.rs [new file with mode: 0644]
tests/ui/weird-exprs.rs [new file with mode: 0644]
tests/ui/wf/hir-wf-canonicalized.rs [new file with mode: 0644]
tests/ui/wf/hir-wf-canonicalized.stderr [new file with mode: 0644]
tests/ui/wf/hir-wf-check-erase-regions.rs [new file with mode: 0644]
tests/ui/wf/hir-wf-check-erase-regions.stderr [new file with mode: 0644]
tests/ui/wf/issue-103573.rs [new file with mode: 0644]
tests/ui/wf/issue-103573.stderr [new file with mode: 0644]
tests/ui/wf/issue-48638.rs [new file with mode: 0644]
tests/ui/wf/issue-87495.rs [new file with mode: 0644]
tests/ui/wf/issue-87495.stderr [new file with mode: 0644]
tests/ui/wf/issue-95665.rs [new file with mode: 0644]
tests/ui/wf/issue-95665.stderr [new file with mode: 0644]
tests/ui/wf/issue-96810.rs [new file with mode: 0644]
tests/ui/wf/issue-96810.stderr [new file with mode: 0644]
tests/ui/wf/wf-array-elem-sized.rs [new file with mode: 0644]
tests/ui/wf/wf-array-elem-sized.stderr [new file with mode: 0644]
tests/ui/wf/wf-complex-assoc-type.rs [new file with mode: 0644]
tests/ui/wf/wf-complex-assoc-type.stderr [new file with mode: 0644]
tests/ui/wf/wf-const-type.rs [new file with mode: 0644]
tests/ui/wf/wf-const-type.stderr [new file with mode: 0644]
tests/ui/wf/wf-convert-unsafe-trait-obj-box.rs [new file with mode: 0644]
tests/ui/wf/wf-convert-unsafe-trait-obj-box.stderr [new file with mode: 0644]
tests/ui/wf/wf-convert-unsafe-trait-obj.rs [new file with mode: 0644]
tests/ui/wf/wf-convert-unsafe-trait-obj.stderr [new file with mode: 0644]
tests/ui/wf/wf-enum-bound.rs [new file with mode: 0644]
tests/ui/wf/wf-enum-bound.stderr [new file with mode: 0644]
tests/ui/wf/wf-enum-fields-struct-variant.rs [new file with mode: 0644]
tests/ui/wf/wf-enum-fields-struct-variant.stderr [new file with mode: 0644]
tests/ui/wf/wf-enum-fields.rs [new file with mode: 0644]
tests/ui/wf/wf-enum-fields.stderr [new file with mode: 0644]
tests/ui/wf/wf-fn-where-clause.rs [new file with mode: 0644]
tests/ui/wf/wf-fn-where-clause.stderr [new file with mode: 0644]
tests/ui/wf/wf-foreign-fn-decl-ret.rs [new file with mode: 0644]
tests/ui/wf/wf-foreign-fn-decl-ret.stderr [new file with mode: 0644]
tests/ui/wf/wf-impl-associated-type-region.rs [new file with mode: 0644]
tests/ui/wf/wf-impl-associated-type-region.stderr [new file with mode: 0644]
tests/ui/wf/wf-impl-associated-type-trait.rs [new file with mode: 0644]
tests/ui/wf/wf-impl-associated-type-trait.stderr [new file with mode: 0644]
tests/ui/wf/wf-impl-self-type.rs [new file with mode: 0644]
tests/ui/wf/wf-impl-self-type.stderr [new file with mode: 0644]
tests/ui/wf/wf-in-fn-arg.rs [new file with mode: 0644]
tests/ui/wf/wf-in-fn-arg.stderr [new file with mode: 0644]
tests/ui/wf/wf-in-fn-ret.rs [new file with mode: 0644]
tests/ui/wf/wf-in-fn-ret.stderr [new file with mode: 0644]
tests/ui/wf/wf-in-fn-type-arg.rs [new file with mode: 0644]
tests/ui/wf/wf-in-fn-type-arg.stderr [new file with mode: 0644]
tests/ui/wf/wf-in-fn-type-ret.rs [new file with mode: 0644]
tests/ui/wf/wf-in-fn-type-ret.stderr [new file with mode: 0644]
tests/ui/wf/wf-in-fn-type-static.rs [new file with mode: 0644]
tests/ui/wf/wf-in-fn-type-static.stderr [new file with mode: 0644]
tests/ui/wf/wf-in-fn-where-clause.rs [new file with mode: 0644]
tests/ui/wf/wf-in-fn-where-clause.stderr [new file with mode: 0644]
tests/ui/wf/wf-in-foreign-fn-decls-issue-80468.rs [new file with mode: 0644]
tests/ui/wf/wf-in-foreign-fn-decls-issue-80468.stderr [new file with mode: 0644]
tests/ui/wf/wf-in-obj-type-static.rs [new file with mode: 0644]
tests/ui/wf/wf-in-obj-type-static.stderr [new file with mode: 0644]
tests/ui/wf/wf-in-obj-type-trait.rs [new file with mode: 0644]
tests/ui/wf/wf-in-obj-type-trait.stderr [new file with mode: 0644]
tests/ui/wf/wf-inherent-impl-method-where-clause.rs [new file with mode: 0644]
tests/ui/wf/wf-inherent-impl-method-where-clause.stderr [new file with mode: 0644]
tests/ui/wf/wf-inherent-impl-where-clause.rs [new file with mode: 0644]
tests/ui/wf/wf-inherent-impl-where-clause.stderr [new file with mode: 0644]
tests/ui/wf/wf-misc-methods-issue-28609.rs [new file with mode: 0644]
tests/ui/wf/wf-misc-methods-issue-28609.stderr [new file with mode: 0644]
tests/ui/wf/wf-object-safe.rs [new file with mode: 0644]
tests/ui/wf/wf-object-safe.stderr [new file with mode: 0644]
tests/ui/wf/wf-outlives-ty-in-fn-or-trait.rs [new file with mode: 0644]
tests/ui/wf/wf-outlives-ty-in-fn-or-trait.stderr [new file with mode: 0644]
tests/ui/wf/wf-packed-on-proj-of-type-as-unimpl-trait.rs [new file with mode: 0644]
tests/ui/wf/wf-packed-on-proj-of-type-as-unimpl-trait.stderr [new file with mode: 0644]
tests/ui/wf/wf-static-method.rs [new file with mode: 0644]
tests/ui/wf/wf-static-method.stderr [new file with mode: 0644]
tests/ui/wf/wf-static-type.rs [new file with mode: 0644]
tests/ui/wf/wf-static-type.stderr [new file with mode: 0644]
tests/ui/wf/wf-struct-bound.rs [new file with mode: 0644]
tests/ui/wf/wf-struct-bound.stderr [new file with mode: 0644]
tests/ui/wf/wf-struct-field.rs [new file with mode: 0644]
tests/ui/wf/wf-struct-field.stderr [new file with mode: 0644]
tests/ui/wf/wf-trait-associated-type-bound.rs [new file with mode: 0644]
tests/ui/wf/wf-trait-associated-type-bound.stderr [new file with mode: 0644]
tests/ui/wf/wf-trait-associated-type-region.rs [new file with mode: 0644]
tests/ui/wf/wf-trait-associated-type-region.stderr [new file with mode: 0644]
tests/ui/wf/wf-trait-associated-type-trait.rs [new file with mode: 0644]
tests/ui/wf/wf-trait-associated-type-trait.stderr [new file with mode: 0644]
tests/ui/wf/wf-trait-bound.rs [new file with mode: 0644]
tests/ui/wf/wf-trait-bound.stderr [new file with mode: 0644]
tests/ui/wf/wf-trait-default-fn-arg.rs [new file with mode: 0644]
tests/ui/wf/wf-trait-default-fn-arg.stderr [new file with mode: 0644]
tests/ui/wf/wf-trait-default-fn-ret.rs [new file with mode: 0644]
tests/ui/wf/wf-trait-default-fn-ret.stderr [new file with mode: 0644]
tests/ui/wf/wf-trait-default-fn-where-clause.rs [new file with mode: 0644]
tests/ui/wf/wf-trait-default-fn-where-clause.stderr [new file with mode: 0644]
tests/ui/wf/wf-trait-fn-arg.rs [new file with mode: 0644]
tests/ui/wf/wf-trait-fn-arg.stderr [new file with mode: 0644]
tests/ui/wf/wf-trait-fn-ret.rs [new file with mode: 0644]
tests/ui/wf/wf-trait-fn-ret.stderr [new file with mode: 0644]
tests/ui/wf/wf-trait-fn-where-clause.rs [new file with mode: 0644]
tests/ui/wf/wf-trait-fn-where-clause.stderr [new file with mode: 0644]
tests/ui/wf/wf-trait-superbound.rs [new file with mode: 0644]
tests/ui/wf/wf-trait-superbound.stderr [new file with mode: 0644]
tests/ui/wf/wf-unsafe-trait-obj-match.rs [new file with mode: 0644]
tests/ui/wf/wf-unsafe-trait-obj-match.stderr [new file with mode: 0644]
tests/ui/where-clauses/auxiliary/where_clauses_xc.rs [new file with mode: 0644]
tests/ui/where-clauses/higher-ranked-fn-type.quiet.stderr [new file with mode: 0644]
tests/ui/where-clauses/higher-ranked-fn-type.rs [new file with mode: 0644]
tests/ui/where-clauses/higher-ranked-fn-type.verbose.stderr [new file with mode: 0644]
tests/ui/where-clauses/ignore-err-clauses.rs [new file with mode: 0644]
tests/ui/where-clauses/ignore-err-clauses.stderr [new file with mode: 0644]
tests/ui/where-clauses/self-in-where-clause-allowed.rs [new file with mode: 0644]
tests/ui/where-clauses/self-in-where-clause-allowed.stderr [new file with mode: 0644]
tests/ui/where-clauses/where-clause-bounds-inconsistency.rs [new file with mode: 0644]
tests/ui/where-clauses/where-clause-constraints-are-local-for-inherent-impl.rs [new file with mode: 0644]
tests/ui/where-clauses/where-clause-constraints-are-local-for-inherent-impl.stderr [new file with mode: 0644]
tests/ui/where-clauses/where-clause-constraints-are-local-for-trait-impl.rs [new file with mode: 0644]
tests/ui/where-clauses/where-clause-constraints-are-local-for-trait-impl.stderr [new file with mode: 0644]
tests/ui/where-clauses/where-clause-early-bound-lifetimes.rs [new file with mode: 0644]
tests/ui/where-clauses/where-clause-method-substituion-rpass.rs [new file with mode: 0644]
tests/ui/where-clauses/where-clause-method-substituion.rs [new file with mode: 0644]
tests/ui/where-clauses/where-clause-method-substituion.stderr [new file with mode: 0644]
tests/ui/where-clauses/where-clause-region-outlives.rs [new file with mode: 0644]
tests/ui/where-clauses/where-clauses-cross-crate.rs [new file with mode: 0644]
tests/ui/where-clauses/where-clauses-lifetimes.rs [new file with mode: 0644]
tests/ui/where-clauses/where-clauses-method-unsatisfied.rs [new file with mode: 0644]
tests/ui/where-clauses/where-clauses-method-unsatisfied.stderr [new file with mode: 0644]
tests/ui/where-clauses/where-clauses-method.rs [new file with mode: 0644]
tests/ui/where-clauses/where-clauses-unboxed-closures.rs [new file with mode: 0644]
tests/ui/where-clauses/where-clauses-unsatisfied.rs [new file with mode: 0644]
tests/ui/where-clauses/where-clauses-unsatisfied.stderr [new file with mode: 0644]
tests/ui/where-clauses/where-clauses.rs [new file with mode: 0644]
tests/ui/where-clauses/where-equality-constraints.rs [new file with mode: 0644]
tests/ui/where-clauses/where-equality-constraints.stderr [new file with mode: 0644]
tests/ui/where-clauses/where-for-self-2.rs [new file with mode: 0644]
tests/ui/where-clauses/where-for-self-2.stderr [new file with mode: 0644]
tests/ui/where-clauses/where-for-self.rs [new file with mode: 0644]
tests/ui/where-clauses/where-for-self.stderr [new file with mode: 0644]
tests/ui/where-clauses/where-lifetime-resolution.rs [new file with mode: 0644]
tests/ui/where-clauses/where-lifetime-resolution.stderr [new file with mode: 0644]
tests/ui/while-type-error.rs [new file with mode: 0644]
tests/ui/while-type-error.stderr [new file with mode: 0644]
tests/ui/while/while-else-err.rs [new file with mode: 0644]
tests/ui/while/while-else-err.stderr [new file with mode: 0644]
tests/ui/while/while-else-let-else-err.rs [new file with mode: 0644]
tests/ui/while/while-else-let-else-err.stderr [new file with mode: 0644]
tests/ui/windows-subsystem-invalid.rs [new file with mode: 0644]
tests/ui/windows-subsystem-invalid.stderr [new file with mode: 0644]
tests/ui/write-fmt-errors.rs [new file with mode: 0644]
tests/ui/writing-to-immutable-vec.rs [new file with mode: 0644]
tests/ui/writing-to-immutable-vec.stderr [new file with mode: 0644]
tests/ui/wrong-hashset-issue-42918.rs [new file with mode: 0644]
tests/ui/wrong-mul-method-signature.rs [new file with mode: 0644]
tests/ui/wrong-mul-method-signature.stderr [new file with mode: 0644]
tests/ui/wrong-ret-type.rs [new file with mode: 0644]
tests/ui/wrong-ret-type.stderr [new file with mode: 0644]
tests/ui/xc-private-method.rs [new file with mode: 0644]
tests/ui/xc-private-method.stderr [new file with mode: 0644]
tests/ui/xc-private-method2.rs [new file with mode: 0644]
tests/ui/xc-private-method2.stderr [new file with mode: 0644]
tests/ui/xcrate/auxiliary/static_priv_by_default.rs [new file with mode: 0644]
tests/ui/xcrate/auxiliary/xcrate_unit_struct.rs [new file with mode: 0644]
tests/ui/xcrate/xcrate-private-by-default.rs [new file with mode: 0644]
tests/ui/xcrate/xcrate-private-by-default.stderr [new file with mode: 0644]
tests/ui/xcrate/xcrate-unit-struct-2.rs [new file with mode: 0644]
tests/ui/xcrate/xcrate-unit-struct.rs [new file with mode: 0644]
tests/ui/xcrate/xcrate-unit-struct.stderr [new file with mode: 0644]
tests/ui/zero-sized/zero-size-type-destructors.rs [new file with mode: 0644]
tests/ui/zero-sized/zero-sized-binary-heap-push.rs [new file with mode: 0644]
tests/ui/zero-sized/zero-sized-btreemap-insert.rs [new file with mode: 0644]
tests/ui/zero-sized/zero-sized-linkedlist-push.rs [new file with mode: 0644]
tests/ui/zero-sized/zero-sized-tuple-struct.rs [new file with mode: 0644]
vendor/addr2line-0.17.0/.cargo-checksum.json [new file with mode: 0644]
vendor/addr2line-0.17.0/CHANGELOG.md [new file with mode: 0644]
vendor/addr2line-0.17.0/Cargo.lock [new file with mode: 0644]
vendor/addr2line-0.17.0/Cargo.toml [new file with mode: 0644]
vendor/addr2line-0.17.0/LICENSE-APACHE [new file with mode: 0644]
vendor/addr2line-0.17.0/LICENSE-MIT [new file with mode: 0644]
vendor/addr2line-0.17.0/README.md [new file with mode: 0644]
vendor/addr2line-0.17.0/bench.plot.r [new file with mode: 0644]
vendor/addr2line-0.17.0/benchmark.sh [new file with mode: 0755]
vendor/addr2line-0.17.0/coverage.sh [new file with mode: 0644]
vendor/addr2line-0.17.0/examples/addr2line.rs [new file with mode: 0644]
vendor/addr2line-0.17.0/rustfmt.toml [new file with mode: 0644]
vendor/addr2line-0.17.0/src/function.rs [new file with mode: 0644]
vendor/addr2line-0.17.0/src/lazy.rs [new file with mode: 0644]
vendor/addr2line-0.17.0/src/lib.rs [new file with mode: 0644]
vendor/addr2line-0.17.0/tests/correctness.rs [new file with mode: 0644]
vendor/addr2line-0.17.0/tests/output_equivalence.rs [new file with mode: 0644]
vendor/addr2line-0.17.0/tests/parse.rs [new file with mode: 0644]
vendor/addr2line/.cargo-checksum.json [new file with mode: 0644]
vendor/addr2line/CHANGELOG.md [new file with mode: 0644]
vendor/addr2line/Cargo.lock [new file with mode: 0644]
vendor/addr2line/Cargo.toml [new file with mode: 0644]
vendor/addr2line/LICENSE-APACHE [new file with mode: 0644]
vendor/addr2line/LICENSE-MIT [new file with mode: 0644]
vendor/addr2line/README.md [new file with mode: 0644]
vendor/addr2line/bench.plot.r [new file with mode: 0644]
vendor/addr2line/benchmark.sh [new file with mode: 0755]
vendor/addr2line/coverage.sh [new file with mode: 0644]
vendor/addr2line/examples/addr2line.rs [new file with mode: 0644]
vendor/addr2line/rustfmt.toml [new file with mode: 0644]
vendor/addr2line/src/function.rs [new file with mode: 0644]
vendor/addr2line/src/lazy.rs [new file with mode: 0644]
vendor/addr2line/src/lib.rs [new file with mode: 0644]
vendor/addr2line/tests/correctness.rs [new file with mode: 0644]
vendor/addr2line/tests/output_equivalence.rs [new file with mode: 0644]
vendor/addr2line/tests/parse.rs [new file with mode: 0644]
vendor/adler/.cargo-checksum.json [new file with mode: 0644]
vendor/adler/CHANGELOG.md [new file with mode: 0644]
vendor/adler/Cargo.toml [new file with mode: 0644]
vendor/adler/LICENSE-0BSD [new file with mode: 0644]
vendor/adler/LICENSE-APACHE [new file with mode: 0644]
vendor/adler/LICENSE-MIT [new file with mode: 0644]
vendor/adler/README.md [new file with mode: 0644]
vendor/adler/RELEASE_PROCESS.md [new file with mode: 0644]
vendor/adler/benches/bench.rs [new file with mode: 0644]
vendor/adler/src/algo.rs [new file with mode: 0644]
vendor/adler/src/lib.rs [new file with mode: 0644]
vendor/ahash-0.7.6/.cargo-checksum.json [new file with mode: 0644]
vendor/ahash-0.7.6/Cargo.toml [new file with mode: 0644]
vendor/ahash-0.7.6/FAQ.md [new file with mode: 0644]
vendor/ahash-0.7.6/LICENSE-APACHE [new file with mode: 0644]
vendor/ahash-0.7.6/LICENSE-MIT [new file with mode: 0644]
vendor/ahash-0.7.6/README.md [new file with mode: 0644]
vendor/ahash-0.7.6/build.rs [new file with mode: 0644]
vendor/ahash-0.7.6/rustfmt.toml [new file with mode: 0644]
vendor/ahash-0.7.6/src/aes_hash.rs [new file with mode: 0644]
vendor/ahash-0.7.6/src/convert.rs [new file with mode: 0644]
vendor/ahash-0.7.6/src/fallback_hash.rs [new file with mode: 0644]
vendor/ahash-0.7.6/src/hash_map.rs [new file with mode: 0644]
vendor/ahash-0.7.6/src/hash_quality_test.rs [new file with mode: 0644]
vendor/ahash-0.7.6/src/hash_set.rs [new file with mode: 0644]
vendor/ahash-0.7.6/src/lib.rs [new file with mode: 0644]
vendor/ahash-0.7.6/src/operations.rs [new file with mode: 0644]
vendor/ahash-0.7.6/src/random_state.rs [new file with mode: 0644]
vendor/ahash-0.7.6/src/specialize.rs [new file with mode: 0644]
vendor/ahash-0.7.6/tests/bench.rs [new file with mode: 0644]
vendor/ahash-0.7.6/tests/map_tests.rs [new file with mode: 0644]
vendor/ahash-0.7.6/tests/nopanic.rs [new file with mode: 0644]
vendor/ahash/.cargo-checksum.json [new file with mode: 0644]
vendor/ahash/Cargo.toml [new file with mode: 0644]
vendor/ahash/FAQ.md [new file with mode: 0644]
vendor/ahash/LICENSE-APACHE [new file with mode: 0644]
vendor/ahash/LICENSE-MIT [new file with mode: 0644]
vendor/ahash/README.md [new file with mode: 0644]
vendor/ahash/build.rs [new file with mode: 0644]
vendor/ahash/rustfmt.toml [new file with mode: 0644]
vendor/ahash/src/aes_hash.rs [new file with mode: 0644]
vendor/ahash/src/convert.rs [new file with mode: 0644]
vendor/ahash/src/fallback_hash.rs [new file with mode: 0644]
vendor/ahash/src/hash_map.rs [new file with mode: 0644]
vendor/ahash/src/hash_quality_test.rs [new file with mode: 0644]
vendor/ahash/src/hash_set.rs [new file with mode: 0644]
vendor/ahash/src/lib.rs [new file with mode: 0644]
vendor/ahash/src/operations.rs [new file with mode: 0644]
vendor/ahash/src/random_state.rs [new file with mode: 0644]
vendor/ahash/src/specialize.rs [new file with mode: 0644]
vendor/ahash/tests/bench.rs [new file with mode: 0644]
vendor/ahash/tests/map_tests.rs [new file with mode: 0644]
vendor/ahash/tests/nopanic.rs [new file with mode: 0644]
vendor/aho-corasick/.cargo-checksum.json [new file with mode: 0644]
vendor/aho-corasick/COPYING [new file with mode: 0644]
vendor/aho-corasick/Cargo.toml [new file with mode: 0644]
vendor/aho-corasick/DESIGN.md [new file with mode: 0644]
vendor/aho-corasick/LICENSE-MIT [new file with mode: 0644]
vendor/aho-corasick/README.md [new file with mode: 0644]
vendor/aho-corasick/UNLICENSE [new file with mode: 0644]
vendor/aho-corasick/rustfmt.toml [new file with mode: 0644]
vendor/aho-corasick/src/ahocorasick.rs [new file with mode: 0644]
vendor/aho-corasick/src/automaton.rs [new file with mode: 0644]
vendor/aho-corasick/src/buffer.rs [new file with mode: 0644]
vendor/aho-corasick/src/byte_frequencies.rs [new file with mode: 0644]
vendor/aho-corasick/src/classes.rs [new file with mode: 0644]
vendor/aho-corasick/src/dfa.rs [new file with mode: 0644]
vendor/aho-corasick/src/error.rs [new file with mode: 0644]
vendor/aho-corasick/src/lib.rs [new file with mode: 0644]
vendor/aho-corasick/src/nfa.rs [new file with mode: 0644]
vendor/aho-corasick/src/packed/api.rs [new file with mode: 0644]
vendor/aho-corasick/src/packed/mod.rs [new file with mode: 0644]
vendor/aho-corasick/src/packed/pattern.rs [new file with mode: 0644]
vendor/aho-corasick/src/packed/rabinkarp.rs [new file with mode: 0644]
vendor/aho-corasick/src/packed/teddy/README.md [new file with mode: 0644]
vendor/aho-corasick/src/packed/teddy/compile.rs [new file with mode: 0644]
vendor/aho-corasick/src/packed/teddy/mod.rs [new file with mode: 0644]
vendor/aho-corasick/src/packed/teddy/runtime.rs [new file with mode: 0644]
vendor/aho-corasick/src/packed/tests.rs [new file with mode: 0644]
vendor/aho-corasick/src/packed/vector.rs [new file with mode: 0644]
vendor/aho-corasick/src/prefilter.rs [new file with mode: 0644]
vendor/aho-corasick/src/state_id.rs [new file with mode: 0644]
vendor/aho-corasick/src/tests.rs [new file with mode: 0644]
vendor/always-assert/.cargo-checksum.json [new file with mode: 0644]
vendor/always-assert/Cargo.toml [new file with mode: 0644]
vendor/always-assert/LICENSE-APACHE [new file with mode: 0644]
vendor/always-assert/LICENSE-MIT [new file with mode: 0644]
vendor/always-assert/README.md [new file with mode: 0644]
vendor/always-assert/src/lib.rs [new file with mode: 0644]
vendor/always-assert/tests/it.rs [new file with mode: 0644]
vendor/ammonia/.cargo-checksum.json [new file with mode: 0644]
vendor/ammonia/CHANGELOG.md [new file with mode: 0644]
vendor/ammonia/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/ammonia/Cargo.lock [new file with mode: 0644]
vendor/ammonia/Cargo.toml [new file with mode: 0644]
vendor/ammonia/LICENSE-APACHE [new file with mode: 0644]
vendor/ammonia/LICENSE-MIT [new file with mode: 0644]
vendor/ammonia/README.md [new file with mode: 0644]
vendor/ammonia/RELEASE_PROCESS.md [new file with mode: 0644]
vendor/ammonia/SECURITY.md [new file with mode: 0644]
vendor/ammonia/bors.toml [new file with mode: 0644]
vendor/ammonia/examples/ammonia-cat.rs [new file with mode: 0644]
vendor/ammonia/src/lib.rs [new file with mode: 0644]
vendor/ammonia/src/rcdom.rs [new file with mode: 0644]
vendor/ammonia/tests/version-numbers.rs [new file with mode: 0644]
vendor/annotate-snippets/.cargo-checksum.json [new file with mode: 0644]
vendor/annotate-snippets/CHANGELOG.md [new file with mode: 0644]
vendor/annotate-snippets/Cargo.lock [new file with mode: 0644]
vendor/annotate-snippets/Cargo.toml [new file with mode: 0644]
vendor/annotate-snippets/LICENSE-APACHE [new file with mode: 0644]
vendor/annotate-snippets/LICENSE-MIT [new file with mode: 0644]
vendor/annotate-snippets/README.md [new file with mode: 0644]
vendor/annotate-snippets/benches/simple.rs [new file with mode: 0644]
vendor/annotate-snippets/examples/expected_type.rs [new file with mode: 0644]
vendor/annotate-snippets/examples/footer.rs [new file with mode: 0644]
vendor/annotate-snippets/examples/format.rs [new file with mode: 0644]
vendor/annotate-snippets/examples/multislice.rs [new file with mode: 0644]
vendor/annotate-snippets/src/display_list/from_snippet.rs [new file with mode: 0644]
vendor/annotate-snippets/src/display_list/mod.rs [new file with mode: 0644]
vendor/annotate-snippets/src/display_list/structs.rs [new file with mode: 0644]
vendor/annotate-snippets/src/formatter/mod.rs [new file with mode: 0644]
vendor/annotate-snippets/src/formatter/style.rs [new file with mode: 0644]
vendor/annotate-snippets/src/lib.rs [new file with mode: 0644]
vendor/annotate-snippets/src/snippet.rs [new file with mode: 0644]
vendor/annotate-snippets/src/stylesheets/color.rs [new file with mode: 0644]
vendor/annotate-snippets/src/stylesheets/mod.rs [new file with mode: 0644]
vendor/annotate-snippets/src/stylesheets/no_color.rs [new file with mode: 0644]
vendor/annotate-snippets/tests/diff/mod.rs [new file with mode: 0644]
vendor/annotate-snippets/tests/dl_from_snippet.rs [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/issue_9.toml [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/issue_9.txt [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/multiline_annotation.toml [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/multiline_annotation.txt [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/multiline_annotation2.toml [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/multiline_annotation2.txt [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/multiline_annotation3.toml [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/multiline_annotation3.txt [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/multiple_annotations.toml [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/multiple_annotations.txt [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/simple.toml [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/simple.txt [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/strip_line.toml [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/strip_line.txt [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/strip_line_char.toml [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/strip_line_char.txt [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/strip_line_non_ws.toml [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/strip_line_non_ws.txt [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures_test.rs [new file with mode: 0644]
vendor/annotate-snippets/tests/formatter.rs [new file with mode: 0644]
vendor/annotate-snippets/tests/snippet/mod.rs [new file with mode: 0644]
vendor/anyhow/.cargo-checksum.json [new file with mode: 0644]
vendor/anyhow/Cargo.toml [new file with mode: 0644]
vendor/anyhow/LICENSE-APACHE [new file with mode: 0644]
vendor/anyhow/LICENSE-MIT [new file with mode: 0644]
vendor/anyhow/README.md [new file with mode: 0644]
vendor/anyhow/build.rs [new file with mode: 0644]
vendor/anyhow/rust-toolchain.toml [new file with mode: 0644]
vendor/anyhow/src/backtrace.rs [new file with mode: 0644]
vendor/anyhow/src/chain.rs [new file with mode: 0644]
vendor/anyhow/src/context.rs [new file with mode: 0644]
vendor/anyhow/src/ensure.rs [new file with mode: 0644]
vendor/anyhow/src/error.rs [new file with mode: 0644]
vendor/anyhow/src/fmt.rs [new file with mode: 0644]
vendor/anyhow/src/kind.rs [new file with mode: 0644]
vendor/anyhow/src/lib.rs [new file with mode: 0644]
vendor/anyhow/src/macros.rs [new file with mode: 0644]
vendor/anyhow/src/ptr.rs [new file with mode: 0644]
vendor/anyhow/src/wrapper.rs [new file with mode: 0644]
vendor/anyhow/tests/common/mod.rs [new file with mode: 0644]
vendor/anyhow/tests/compiletest.rs [new file with mode: 0644]
vendor/anyhow/tests/drop/mod.rs [new file with mode: 0644]
vendor/anyhow/tests/test_autotrait.rs [new file with mode: 0644]
vendor/anyhow/tests/test_backtrace.rs [new file with mode: 0644]
vendor/anyhow/tests/test_boxed.rs [new file with mode: 0644]
vendor/anyhow/tests/test_chain.rs [new file with mode: 0644]
vendor/anyhow/tests/test_context.rs [new file with mode: 0644]
vendor/anyhow/tests/test_convert.rs [new file with mode: 0644]
vendor/anyhow/tests/test_downcast.rs [new file with mode: 0644]
vendor/anyhow/tests/test_ensure.rs [new file with mode: 0644]
vendor/anyhow/tests/test_ffi.rs [new file with mode: 0644]
vendor/anyhow/tests/test_fmt.rs [new file with mode: 0644]
vendor/anyhow/tests/test_macros.rs [new file with mode: 0644]
vendor/anyhow/tests/test_repr.rs [new file with mode: 0644]
vendor/anyhow/tests/test_source.rs [new file with mode: 0644]
vendor/anyhow/tests/ui/chained-comparison.rs [new file with mode: 0644]
vendor/anyhow/tests/ui/chained-comparison.stderr [new file with mode: 0644]
vendor/anyhow/tests/ui/empty-ensure.rs [new file with mode: 0644]
vendor/anyhow/tests/ui/empty-ensure.stderr [new file with mode: 0644]
vendor/anyhow/tests/ui/must-use.rs [new file with mode: 0644]
vendor/anyhow/tests/ui/must-use.stderr [new file with mode: 0644]
vendor/anyhow/tests/ui/no-impl.rs [new file with mode: 0644]
vendor/anyhow/tests/ui/no-impl.stderr [new file with mode: 0644]
vendor/anyhow/tests/ui/temporary-value.rs [new file with mode: 0644]
vendor/anyhow/tests/ui/temporary-value.stderr [new file with mode: 0644]
vendor/anyhow/tests/ui/wrong-interpolation.rs [new file with mode: 0644]
vendor/anyhow/tests/ui/wrong-interpolation.stderr [new file with mode: 0644]
vendor/ar_archive_writer/.cargo-checksum.json [new file with mode: 0644]
vendor/ar_archive_writer/Cargo.toml [new file with mode: 0644]
vendor/ar_archive_writer/LICENSE.txt [new file with mode: 0644]
vendor/ar_archive_writer/Readme.md [new file with mode: 0644]
vendor/ar_archive_writer/src/Alignment.h [new file with mode: 0644]
vendor/ar_archive_writer/src/Archive.h [new file with mode: 0644]
vendor/ar_archive_writer/src/ArchiveWriter.cpp [new file with mode: 0644]
vendor/ar_archive_writer/src/ArchiveWriter.h [new file with mode: 0644]
vendor/ar_archive_writer/src/alignment.rs [new file with mode: 0644]
vendor/ar_archive_writer/src/archive.rs [new file with mode: 0644]
vendor/ar_archive_writer/src/archive_writer.rs [new file with mode: 0644]
vendor/ar_archive_writer/src/lib.rs [new file with mode: 0644]
vendor/array_tool/.cargo-checksum.json [new file with mode: 0644]
vendor/array_tool/Cargo.toml [new file with mode: 0644]
vendor/array_tool/MIT-LICENSE [new file with mode: 0644]
vendor/array_tool/README.md [new file with mode: 0644]
vendor/array_tool/alternates.txt [new file with mode: 0644]
vendor/array_tool/appveyor.yml [new file with mode: 0644]
vendor/array_tool/benches/bench.rs [new file with mode: 0644]
vendor/array_tool/src/iter.rs [new file with mode: 0644]
vendor/array_tool/src/lib.rs [new file with mode: 0644]
vendor/array_tool/src/string.rs [new file with mode: 0644]
vendor/array_tool/src/vec.rs [new file with mode: 0644]
vendor/array_tool/tests/lib.rs [new file with mode: 0644]
vendor/array_tool/tests/string.rs [new file with mode: 0644]
vendor/array_tool/tests/vec.rs [new file with mode: 0644]
vendor/arrayvec/.cargo-checksum.json [new file with mode: 0644]
vendor/arrayvec/CHANGELOG.md [new file with mode: 0644]
vendor/arrayvec/Cargo.toml [new file with mode: 0644]
vendor/arrayvec/LICENSE-APACHE [new file with mode: 0644]
vendor/arrayvec/LICENSE-MIT [new file with mode: 0644]
vendor/arrayvec/README.md [new file with mode: 0644]
vendor/arrayvec/benches/arraystring.rs [new file with mode: 0644]
vendor/arrayvec/benches/extend.rs [new file with mode: 0644]
vendor/arrayvec/ci/miri.sh [new file with mode: 0755]
vendor/arrayvec/src/array_string.rs [new file with mode: 0644]
vendor/arrayvec/src/arrayvec.rs [new file with mode: 0644]
vendor/arrayvec/src/arrayvec_impl.rs [new file with mode: 0644]
vendor/arrayvec/src/char.rs [new file with mode: 0644]
vendor/arrayvec/src/errors.rs [new file with mode: 0644]
vendor/arrayvec/src/lib.rs [new file with mode: 0644]
vendor/arrayvec/src/utils.rs [new file with mode: 0644]
vendor/arrayvec/tests/serde.rs [new file with mode: 0644]
vendor/arrayvec/tests/tests.rs [new file with mode: 0644]
vendor/askama/.cargo-checksum.json [new file with mode: 0644]
vendor/askama/Cargo.toml [new file with mode: 0644]
vendor/askama/LICENSE-APACHE [new file with mode: 0644]
vendor/askama/LICENSE-MIT [new file with mode: 0644]
vendor/askama/src/lib.rs [new file with mode: 0644]
vendor/askama_derive/.cargo-checksum.json [new file with mode: 0644]
vendor/askama_derive/Cargo.toml [new file with mode: 0644]
vendor/askama_derive/LICENSE-APACHE [new file with mode: 0644]
vendor/askama_derive/LICENSE-MIT [new file with mode: 0644]
vendor/askama_derive/README.md [new file with mode: 0644]
vendor/askama_derive/src/lib.rs [new file with mode: 0644]
vendor/askama_escape/.cargo-checksum.json [new file with mode: 0644]
vendor/askama_escape/Cargo.toml [new file with mode: 0644]
vendor/askama_escape/LICENSE-APACHE [new file with mode: 0644]
vendor/askama_escape/LICENSE-MIT [new file with mode: 0644]
vendor/askama_escape/README.md [new file with mode: 0644]
vendor/askama_escape/benches/all.rs [new file with mode: 0644]
vendor/askama_escape/src/lib.rs [new file with mode: 0644]
vendor/askama_shared/.cargo-checksum.json [new file with mode: 0644]
vendor/askama_shared/Cargo.toml [new file with mode: 0644]
vendor/askama_shared/LICENSE-APACHE [new file with mode: 0644]
vendor/askama_shared/LICENSE-MIT [new file with mode: 0644]
vendor/askama_shared/README.md [new file with mode: 0644]
vendor/askama_shared/src/error.rs [new file with mode: 0644]
vendor/askama_shared/src/filters/json.rs [new file with mode: 0644]
vendor/askama_shared/src/filters/mod.rs [new file with mode: 0644]
vendor/askama_shared/src/filters/yaml.rs [new file with mode: 0644]
vendor/askama_shared/src/generator.rs [new file with mode: 0644]
vendor/askama_shared/src/helpers/mod.rs [new file with mode: 0644]
vendor/askama_shared/src/heritage.rs [new file with mode: 0644]
vendor/askama_shared/src/input.rs [new file with mode: 0644]
vendor/askama_shared/src/lib.rs [new file with mode: 0644]
vendor/askama_shared/src/parser.rs [new file with mode: 0644]
vendor/askama_shared/templates/a.html [new file with mode: 0644]
vendor/askama_shared/templates/b.html [new file with mode: 0644]
vendor/askama_shared/templates/sub/b.html [new file with mode: 0644]
vendor/askama_shared/templates/sub/c.html [new file with mode: 0644]
vendor/askama_shared/templates/sub/sub1/d.html [new file with mode: 0644]
vendor/atty/.cargo-checksum.json [new file with mode: 0644]
vendor/atty/CHANGELOG.md [new file with mode: 0644]
vendor/atty/Cargo.lock [new file with mode: 0644]
vendor/atty/Cargo.toml [new file with mode: 0644]
vendor/atty/LICENSE [new file with mode: 0644]
vendor/atty/README.md [new file with mode: 0644]
vendor/atty/examples/atty.rs [new file with mode: 0644]
vendor/atty/rustfmt.toml [new file with mode: 0644]
vendor/atty/src/lib.rs [new file with mode: 0644]
vendor/autocfg/.cargo-checksum.json [new file with mode: 0644]
vendor/autocfg/Cargo.lock [new file with mode: 0644]
vendor/autocfg/Cargo.toml [new file with mode: 0644]
vendor/autocfg/LICENSE-APACHE [new file with mode: 0644]
vendor/autocfg/LICENSE-MIT [new file with mode: 0644]
vendor/autocfg/README.md [new file with mode: 0644]
vendor/autocfg/examples/integers.rs [new file with mode: 0644]
vendor/autocfg/examples/paths.rs [new file with mode: 0644]
vendor/autocfg/examples/traits.rs [new file with mode: 0644]
vendor/autocfg/examples/versions.rs [new file with mode: 0644]
vendor/autocfg/src/error.rs [new file with mode: 0644]
vendor/autocfg/src/lib.rs [new file with mode: 0644]
vendor/autocfg/src/tests.rs [new file with mode: 0644]
vendor/autocfg/src/version.rs [new file with mode: 0644]
vendor/autocfg/tests/rustflags.rs [new file with mode: 0644]
vendor/backtrace/.cargo-checksum.json [new file with mode: 0644]
vendor/backtrace/Cargo.lock [new file with mode: 0644]
vendor/backtrace/Cargo.toml [new file with mode: 0644]
vendor/backtrace/LICENSE-APACHE [new file with mode: 0644]
vendor/backtrace/LICENSE-MIT [new file with mode: 0644]
vendor/backtrace/README.md [new file with mode: 0644]
vendor/backtrace/benches/benchmarks.rs [new file with mode: 0644]
vendor/backtrace/build.rs [new file with mode: 0644]
vendor/backtrace/ci/android-ndk.sh [new file with mode: 0755]
vendor/backtrace/ci/android-sdk.sh [new file with mode: 0755]
vendor/backtrace/ci/debuglink-docker.sh [new file with mode: 0755]
vendor/backtrace/ci/debuglink.sh [new file with mode: 0755]
vendor/backtrace/ci/docker/aarch64-linux-android/Dockerfile [new file with mode: 0644]
vendor/backtrace/ci/docker/aarch64-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/backtrace/ci/docker/arm-linux-androideabi/Dockerfile [new file with mode: 0644]
vendor/backtrace/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile [new file with mode: 0644]
vendor/backtrace/ci/docker/armv7-linux-androideabi/Dockerfile [new file with mode: 0644]
vendor/backtrace/ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile [new file with mode: 0644]
vendor/backtrace/ci/docker/i586-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/backtrace/ci/docker/i686-linux-android/Dockerfile [new file with mode: 0644]
vendor/backtrace/ci/docker/i686-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/backtrace/ci/docker/powerpc64-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/backtrace/ci/docker/s390x-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/backtrace/ci/docker/x86_64-linux-android/Dockerfile [new file with mode: 0644]
vendor/backtrace/ci/docker/x86_64-pc-windows-gnu/Dockerfile [new file with mode: 0644]
vendor/backtrace/ci/docker/x86_64-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/backtrace/ci/docker/x86_64-unknown-linux-musl/Dockerfile [new file with mode: 0644]
vendor/backtrace/ci/run-docker.sh [new file with mode: 0755]
vendor/backtrace/ci/run.sh [new file with mode: 0755]
vendor/backtrace/ci/runtest-android.rs [new file with mode: 0644]
vendor/backtrace/examples/backtrace.rs [new file with mode: 0644]
vendor/backtrace/examples/raw.rs [new file with mode: 0644]
vendor/backtrace/src/android-api.c [new file with mode: 0644]
vendor/backtrace/src/backtrace/dbghelp.rs [new file with mode: 0644]
vendor/backtrace/src/backtrace/libunwind.rs [new file with mode: 0644]
vendor/backtrace/src/backtrace/miri.rs [new file with mode: 0644]
vendor/backtrace/src/backtrace/mod.rs [new file with mode: 0644]
vendor/backtrace/src/backtrace/noop.rs [new file with mode: 0644]
vendor/backtrace/src/capture.rs [new file with mode: 0644]
vendor/backtrace/src/dbghelp.rs [new file with mode: 0644]
vendor/backtrace/src/lib.rs [new file with mode: 0644]
vendor/backtrace/src/print.rs [new file with mode: 0644]
vendor/backtrace/src/print/fuchsia.rs [new file with mode: 0644]
vendor/backtrace/src/symbolize/dbghelp.rs [new file with mode: 0644]
vendor/backtrace/src/symbolize/gimli.rs [new file with mode: 0644]
vendor/backtrace/src/symbolize/gimli/coff.rs [new file with mode: 0644]
vendor/backtrace/src/symbolize/gimli/elf.rs [new file with mode: 0644]
vendor/backtrace/src/symbolize/gimli/libs_dl_iterate_phdr.rs [new file with mode: 0644]
vendor/backtrace/src/symbolize/gimli/libs_haiku.rs [new file with mode: 0644]
vendor/backtrace/src/symbolize/gimli/libs_illumos.rs [new file with mode: 0644]
vendor/backtrace/src/symbolize/gimli/libs_libnx.rs [new file with mode: 0644]
vendor/backtrace/src/symbolize/gimli/libs_macos.rs [new file with mode: 0644]
vendor/backtrace/src/symbolize/gimli/libs_windows.rs [new file with mode: 0644]
vendor/backtrace/src/symbolize/gimli/macho.rs [new file with mode: 0644]
vendor/backtrace/src/symbolize/gimli/mmap_fake.rs [new file with mode: 0644]
vendor/backtrace/src/symbolize/gimli/mmap_unix.rs [new file with mode: 0644]
vendor/backtrace/src/symbolize/gimli/mmap_windows.rs [new file with mode: 0644]
vendor/backtrace/src/symbolize/gimli/parse_running_mmaps_unix.rs [new file with mode: 0644]
vendor/backtrace/src/symbolize/gimli/stash.rs [new file with mode: 0644]
vendor/backtrace/src/symbolize/miri.rs [new file with mode: 0644]
vendor/backtrace/src/symbolize/mod.rs [new file with mode: 0644]
vendor/backtrace/src/symbolize/noop.rs [new file with mode: 0644]
vendor/backtrace/src/types.rs [new file with mode: 0644]
vendor/backtrace/src/windows.rs [new file with mode: 0644]
vendor/backtrace/tests/accuracy/auxiliary.rs [new file with mode: 0644]
vendor/backtrace/tests/accuracy/main.rs [new file with mode: 0644]
vendor/backtrace/tests/common/mod.rs [new file with mode: 0644]
vendor/backtrace/tests/concurrent-panics.rs [new file with mode: 0644]
vendor/backtrace/tests/current-exe-mismatch.rs [new file with mode: 0644]
vendor/backtrace/tests/long_fn_name.rs [new file with mode: 0644]
vendor/backtrace/tests/skip_inner_frames.rs [new file with mode: 0644]
vendor/backtrace/tests/smoke.rs [new file with mode: 0644]
vendor/bitflags/.cargo-checksum.json [new file with mode: 0644]
vendor/bitflags/CHANGELOG.md [new file with mode: 0644]
vendor/bitflags/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/bitflags/Cargo.toml [new file with mode: 0644]
vendor/bitflags/LICENSE-APACHE [new file with mode: 0644]
vendor/bitflags/LICENSE-MIT [new file with mode: 0644]
vendor/bitflags/README.md [new file with mode: 0644]
vendor/bitflags/src/example_generated.rs [new file with mode: 0644]
vendor/bitflags/src/lib.rs [new file with mode: 0644]
vendor/bitflags/tests/basic.rs [new file with mode: 0644]
vendor/bitflags/tests/compile-fail/impls/copy.rs [new file with mode: 0644]
vendor/bitflags/tests/compile-fail/impls/copy.stderr.beta [new file with mode: 0644]
vendor/bitflags/tests/compile-fail/impls/eq.rs [new file with mode: 0644]
vendor/bitflags/tests/compile-fail/impls/eq.stderr.beta [new file with mode: 0644]
vendor/bitflags/tests/compile-fail/non_integer_base/all_defined.rs [new file with mode: 0644]
vendor/bitflags/tests/compile-fail/non_integer_base/all_defined.stderr.beta [new file with mode: 0644]
vendor/bitflags/tests/compile-fail/non_integer_base/all_missing.rs [new file with mode: 0644]
vendor/bitflags/tests/compile-fail/non_integer_base/all_missing.stderr.beta [new file with mode: 0644]
vendor/bitflags/tests/compile-fail/visibility/private_field.rs [new file with mode: 0644]
vendor/bitflags/tests/compile-fail/visibility/private_field.stderr.beta [new file with mode: 0644]
vendor/bitflags/tests/compile-fail/visibility/private_flags.rs [new file with mode: 0644]
vendor/bitflags/tests/compile-fail/visibility/private_flags.stderr.beta [new file with mode: 0644]
vendor/bitflags/tests/compile-fail/visibility/pub_const.rs [new file with mode: 0644]
vendor/bitflags/tests/compile-fail/visibility/pub_const.stderr.beta [new file with mode: 0644]
vendor/bitflags/tests/compile-pass/impls/convert.rs [new file with mode: 0644]
vendor/bitflags/tests/compile-pass/impls/default.rs [new file with mode: 0644]
vendor/bitflags/tests/compile-pass/impls/inherent_methods.rs [new file with mode: 0644]
vendor/bitflags/tests/compile-pass/redefinition/core.rs [new file with mode: 0644]
vendor/bitflags/tests/compile-pass/redefinition/stringify.rs [new file with mode: 0644]
vendor/bitflags/tests/compile-pass/repr/c.rs [new file with mode: 0644]
vendor/bitflags/tests/compile-pass/repr/transparent.rs [new file with mode: 0644]
vendor/bitflags/tests/compile-pass/visibility/bits_field.rs [new file with mode: 0644]
vendor/bitflags/tests/compile-pass/visibility/pub_in.rs [new file with mode: 0644]
vendor/bitflags/tests/compile.rs [new file with mode: 0644]
vendor/block-buffer/.cargo-checksum.json [new file with mode: 0644]
vendor/block-buffer/CHANGELOG.md [new file with mode: 0644]
vendor/block-buffer/Cargo.toml [new file with mode: 0644]
vendor/block-buffer/LICENSE-APACHE [new file with mode: 0644]
vendor/block-buffer/LICENSE-MIT [new file with mode: 0644]
vendor/block-buffer/README.md [new file with mode: 0644]
vendor/block-buffer/src/lib.rs [new file with mode: 0644]
vendor/block-buffer/src/sealed.rs [new file with mode: 0644]
vendor/block-buffer/tests/mod.rs [new file with mode: 0644]
vendor/bstr-0.2.17/.cargo-checksum.json [new file with mode: 0644]
vendor/bstr-0.2.17/COPYING [new file with mode: 0644]
vendor/bstr-0.2.17/Cargo.lock [new file with mode: 0644]
vendor/bstr-0.2.17/Cargo.toml [new file with mode: 0644]
vendor/bstr-0.2.17/LICENSE-APACHE [new file with mode: 0644]
vendor/bstr-0.2.17/LICENSE-MIT [new file with mode: 0644]
vendor/bstr-0.2.17/README.md [new file with mode: 0644]
vendor/bstr-0.2.17/examples/graphemes-std.rs [new file with mode: 0644]
vendor/bstr-0.2.17/examples/graphemes.rs [new file with mode: 0644]
vendor/bstr-0.2.17/examples/lines-std.rs [new file with mode: 0644]
vendor/bstr-0.2.17/examples/lines.rs [new file with mode: 0644]
vendor/bstr-0.2.17/examples/uppercase-std.rs [new file with mode: 0644]
vendor/bstr-0.2.17/examples/uppercase.rs [new file with mode: 0644]
vendor/bstr-0.2.17/examples/words-std.rs [new file with mode: 0644]
vendor/bstr-0.2.17/examples/words.rs [new file with mode: 0644]
vendor/bstr-0.2.17/rustfmt.toml [new file with mode: 0644]
vendor/bstr-0.2.17/scripts/generate-unicode-data [new file with mode: 0755]
vendor/bstr-0.2.17/scripts/regex/grapheme.sh [new file with mode: 0644]
vendor/bstr-0.2.17/scripts/regex/sentence.sh [new file with mode: 0644]
vendor/bstr-0.2.17/scripts/regex/word.sh [new file with mode: 0644]
vendor/bstr-0.2.17/src/ascii.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/bstr.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/bstring.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/byteset/mod.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/byteset/scalar.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/ext_slice.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/ext_vec.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/impls.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/io.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/lib.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/tests.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/data/GraphemeBreakTest.txt [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/data/LICENSE-UNICODE [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/data/SentenceBreakTest.txt [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/data/WordBreakTest.txt [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/grapheme_break_fwd.bigendian.dfa [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/grapheme_break_fwd.littleendian.dfa [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/grapheme_break_fwd.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/grapheme_break_rev.bigendian.dfa [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/grapheme_break_rev.littleendian.dfa [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/grapheme_break_rev.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/mod.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/regional_indicator_rev.bigendian.dfa [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/regional_indicator_rev.littleendian.dfa [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/regional_indicator_rev.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/sentence_break_fwd.bigendian.dfa [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/sentence_break_fwd.littleendian.dfa [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/sentence_break_fwd.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/simple_word_fwd.bigendian.dfa [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/simple_word_fwd.littleendian.dfa [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/simple_word_fwd.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/whitespace_anchored_fwd.bigendian.dfa [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/whitespace_anchored_fwd.littleendian.dfa [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/whitespace_anchored_fwd.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/whitespace_anchored_rev.bigendian.dfa [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/whitespace_anchored_rev.littleendian.dfa [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/whitespace_anchored_rev.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/word_break_fwd.bigendian.dfa [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/word_break_fwd.littleendian.dfa [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/fsm/word_break_fwd.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/grapheme.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/mod.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/sentence.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/whitespace.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/unicode/word.rs [new file with mode: 0644]
vendor/bstr-0.2.17/src/utf8.rs [new file with mode: 0644]
vendor/bytecount/.cargo-checksum.json [new file with mode: 0644]
vendor/bytecount/Cargo.toml [new file with mode: 0644]
vendor/bytecount/LICENSE.Apache2 [new file with mode: 0644]
vendor/bytecount/LICENSE.MIT [new file with mode: 0644]
vendor/bytecount/README.md [new file with mode: 0644]
vendor/bytecount/benches/bench.rs [new file with mode: 0644]
vendor/bytecount/ci/miri.sh [new file with mode: 0755]
vendor/bytecount/src/integer_simd.rs [new file with mode: 0644]
vendor/bytecount/src/lib.rs [new file with mode: 0644]
vendor/bytecount/src/naive.rs [new file with mode: 0644]
vendor/bytecount/src/simd/generic.rs [new file with mode: 0644]
vendor/bytecount/src/simd/mod.rs [new file with mode: 0644]
vendor/bytecount/src/simd/x86_avx2.rs [new file with mode: 0644]
vendor/bytecount/src/simd/x86_sse2.rs [new file with mode: 0644]
vendor/bytecount/tests/check.rs [new file with mode: 0644]
vendor/byteorder/.cargo-checksum.json [new file with mode: 0644]
vendor/byteorder/CHANGELOG.md [new file with mode: 0644]
vendor/byteorder/COPYING [new file with mode: 0644]
vendor/byteorder/Cargo.toml [new file with mode: 0644]
vendor/byteorder/LICENSE-MIT [new file with mode: 0644]
vendor/byteorder/README.md [new file with mode: 0644]
vendor/byteorder/UNLICENSE [new file with mode: 0644]
vendor/byteorder/benches/bench.rs [new file with mode: 0644]
vendor/byteorder/rustfmt.toml [new file with mode: 0644]
vendor/byteorder/src/io.rs [new file with mode: 0644]
vendor/byteorder/src/lib.rs [new file with mode: 0644]
vendor/bytes/.cargo-checksum.json [new file with mode: 0644]
vendor/bytes/CHANGELOG.md [new file with mode: 0644]
vendor/bytes/Cargo.toml [new file with mode: 0644]
vendor/bytes/LICENSE [new file with mode: 0644]
vendor/bytes/README.md [new file with mode: 0644]
vendor/bytes/benches/buf.rs [new file with mode: 0644]
vendor/bytes/benches/bytes.rs [new file with mode: 0644]
vendor/bytes/benches/bytes_mut.rs [new file with mode: 0644]
vendor/bytes/ci/miri.sh [new file with mode: 0755]
vendor/bytes/ci/test-stable.sh [new file with mode: 0644]
vendor/bytes/ci/tsan.sh [new file with mode: 0644]
vendor/bytes/src/buf/buf_impl.rs [new file with mode: 0644]
vendor/bytes/src/buf/buf_mut.rs [new file with mode: 0644]
vendor/bytes/src/buf/chain.rs [new file with mode: 0644]
vendor/bytes/src/buf/iter.rs [new file with mode: 0644]
vendor/bytes/src/buf/limit.rs [new file with mode: 0644]
vendor/bytes/src/buf/mod.rs [new file with mode: 0644]
vendor/bytes/src/buf/reader.rs [new file with mode: 0644]
vendor/bytes/src/buf/take.rs [new file with mode: 0644]
vendor/bytes/src/buf/uninit_slice.rs [new file with mode: 0644]
vendor/bytes/src/buf/vec_deque.rs [new file with mode: 0644]
vendor/bytes/src/buf/writer.rs [new file with mode: 0644]
vendor/bytes/src/bytes.rs [new file with mode: 0644]
vendor/bytes/src/bytes_mut.rs [new file with mode: 0644]
vendor/bytes/src/fmt/debug.rs [new file with mode: 0644]
vendor/bytes/src/fmt/hex.rs [new file with mode: 0644]
vendor/bytes/src/fmt/mod.rs [new file with mode: 0644]
vendor/bytes/src/lib.rs [new file with mode: 0644]
vendor/bytes/src/loom.rs [new file with mode: 0644]
vendor/bytes/src/serde.rs [new file with mode: 0644]
vendor/bytes/tests/test_buf.rs [new file with mode: 0644]
vendor/bytes/tests/test_buf_mut.rs [new file with mode: 0644]
vendor/bytes/tests/test_bytes.rs [new file with mode: 0644]
vendor/bytes/tests/test_bytes_odd_alloc.rs [new file with mode: 0644]
vendor/bytes/tests/test_bytes_vec_alloc.rs [new file with mode: 0644]
vendor/bytes/tests/test_chain.rs [new file with mode: 0644]
vendor/bytes/tests/test_debug.rs [new file with mode: 0644]
vendor/bytes/tests/test_iter.rs [new file with mode: 0644]
vendor/bytes/tests/test_reader.rs [new file with mode: 0644]
vendor/bytes/tests/test_serde.rs [new file with mode: 0644]
vendor/bytes/tests/test_take.rs [new file with mode: 0644]
vendor/camino/.cargo-checksum.json [new file with mode: 0644]
vendor/camino/CHANGELOG.md [new file with mode: 0644]
vendor/camino/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/camino/Cargo.toml [new file with mode: 0644]
vendor/camino/LICENSE-APACHE [new file with mode: 0644]
vendor/camino/LICENSE-MIT [new file with mode: 0644]
vendor/camino/README.md [new file with mode: 0644]
vendor/camino/build.rs [new file with mode: 0644]
vendor/camino/clippy.toml [new file with mode: 0644]
vendor/camino/release.toml [new file with mode: 0644]
vendor/camino/rustfmt.toml [new file with mode: 0644]
vendor/camino/src/lib.rs [new file with mode: 0644]
vendor/camino/src/proptest_impls.rs [new file with mode: 0644]
vendor/camino/src/serde_impls.rs [new file with mode: 0644]
vendor/camino/src/tests.rs [new file with mode: 0644]
vendor/camino/tests/integration_tests.rs [new file with mode: 0644]
vendor/cargo-platform/.cargo-checksum.json [new file with mode: 0644]
vendor/cargo-platform/Cargo.lock [new file with mode: 0644]
vendor/cargo-platform/Cargo.toml [new file with mode: 0644]
vendor/cargo-platform/LICENSE-APACHE [new file with mode: 0644]
vendor/cargo-platform/LICENSE-MIT [new file with mode: 0644]
vendor/cargo-platform/examples/matches.rs [new file with mode: 0644]
vendor/cargo-platform/src/cfg.rs [new file with mode: 0644]
vendor/cargo-platform/src/error.rs [new file with mode: 0644]
vendor/cargo-platform/src/lib.rs [new file with mode: 0644]
vendor/cargo-platform/tests/test_cfg.rs [new file with mode: 0644]
vendor/cargo_metadata-0.14.0/.cargo-checksum.json [new file with mode: 0644]
vendor/cargo_metadata-0.14.0/Cargo.toml [new file with mode: 0644]
vendor/cargo_metadata-0.14.0/LICENSE-MIT [new file with mode: 0644]
vendor/cargo_metadata-0.14.0/README.md [new file with mode: 0644]
vendor/cargo_metadata-0.14.0/src/dependency.rs [new file with mode: 0644]
vendor/cargo_metadata-0.14.0/src/diagnostic.rs [new file with mode: 0644]
vendor/cargo_metadata-0.14.0/src/errors.rs [new file with mode: 0644]
vendor/cargo_metadata-0.14.0/src/lib.rs [new file with mode: 0644]
vendor/cargo_metadata-0.14.0/src/messages.rs [new file with mode: 0644]
vendor/cargo_metadata-0.14.0/tests/selftest.rs [new file with mode: 0644]
vendor/cargo_metadata-0.14.0/tests/test_samples.rs [new file with mode: 0644]
vendor/cargo_metadata/.cargo-checksum.json [new file with mode: 0644]
vendor/cargo_metadata/CHANGELOG.md [new file with mode: 0644]
vendor/cargo_metadata/Cargo.toml [new file with mode: 0644]
vendor/cargo_metadata/LICENSE-MIT [new file with mode: 0644]
vendor/cargo_metadata/README.md [new file with mode: 0644]
vendor/cargo_metadata/src/dependency.rs [new file with mode: 0644]
vendor/cargo_metadata/src/diagnostic.rs [new file with mode: 0644]
vendor/cargo_metadata/src/errors.rs [new file with mode: 0644]
vendor/cargo_metadata/src/lib.rs [new file with mode: 0644]
vendor/cargo_metadata/src/messages.rs [new file with mode: 0644]
vendor/cargo_metadata/tests/selftest.rs [new file with mode: 0644]
vendor/cargo_metadata/tests/test_samples.rs [new file with mode: 0644]
vendor/cc/.cargo-checksum.json [new file with mode: 0644]
vendor/cc/Cargo.lock [new file with mode: 0644]
vendor/cc/Cargo.toml [new file with mode: 0644]
vendor/cc/LICENSE-APACHE [new file with mode: 0644]
vendor/cc/LICENSE-MIT [new file with mode: 0644]
vendor/cc/README.md [new file with mode: 0644]
vendor/cc/src/bin/gcc-shim.rs [new file with mode: 0644]
vendor/cc/src/com.rs [new file with mode: 0644]
vendor/cc/src/lib.rs [new file with mode: 0644]
vendor/cc/src/registry.rs [new file with mode: 0644]
vendor/cc/src/setup_config.rs [new file with mode: 0644]
vendor/cc/src/vs_instances.rs [new file with mode: 0644]
vendor/cc/src/winapi.rs [new file with mode: 0644]
vendor/cc/src/windows_registry.rs [new file with mode: 0644]
vendor/cc/tests/cc_env.rs [new file with mode: 0644]
vendor/cc/tests/cflags.rs [new file with mode: 0644]
vendor/cc/tests/cxxflags.rs [new file with mode: 0644]
vendor/cc/tests/support/mod.rs [new file with mode: 0644]
vendor/cc/tests/test.rs [new file with mode: 0644]
vendor/cfg-if/.cargo-checksum.json [new file with mode: 0644]
vendor/cfg-if/Cargo.toml [new file with mode: 0644]
vendor/cfg-if/LICENSE-APACHE [new file with mode: 0644]
vendor/cfg-if/LICENSE-MIT [new file with mode: 0644]
vendor/cfg-if/README.md [new file with mode: 0644]
vendor/cfg-if/src/lib.rs [new file with mode: 0644]
vendor/cfg-if/tests/xcrate.rs [new file with mode: 0644]
vendor/chalk-derive-0.87.0/.cargo-checksum.json [new file with mode: 0644]
vendor/chalk-derive-0.87.0/Cargo.toml [new file with mode: 0644]
vendor/chalk-derive-0.87.0/README.md [new file with mode: 0644]
vendor/chalk-derive-0.87.0/src/lib.rs [new file with mode: 0644]
vendor/chalk-engine/.cargo-checksum.json [new file with mode: 0644]
vendor/chalk-engine/Cargo.toml [new file with mode: 0644]
vendor/chalk-engine/README.md [new file with mode: 0644]
vendor/chalk-engine/src/README.md [new file with mode: 0644]
vendor/chalk-engine/src/context.rs [new file with mode: 0644]
vendor/chalk-engine/src/derived.rs [new file with mode: 0644]
vendor/chalk-engine/src/forest.rs [new file with mode: 0644]
vendor/chalk-engine/src/lib.rs [new file with mode: 0644]
vendor/chalk-engine/src/logic.rs [new file with mode: 0644]
vendor/chalk-engine/src/normalize_deep.rs [new file with mode: 0644]
vendor/chalk-engine/src/simplify.rs [new file with mode: 0644]
vendor/chalk-engine/src/slg.rs [new file with mode: 0644]
vendor/chalk-engine/src/slg/aggregate.rs [new file with mode: 0644]
vendor/chalk-engine/src/slg/resolvent.rs [new file with mode: 0644]
vendor/chalk-engine/src/solve.rs [new file with mode: 0644]
vendor/chalk-engine/src/stack.rs [new file with mode: 0644]
vendor/chalk-engine/src/strand.rs [new file with mode: 0644]
vendor/chalk-engine/src/table.rs [new file with mode: 0644]
vendor/chalk-engine/src/tables.rs [new file with mode: 0644]
vendor/chalk-ir-0.87.0/.cargo-checksum.json [new file with mode: 0644]
vendor/chalk-ir-0.87.0/Cargo.toml [new file with mode: 0644]
vendor/chalk-ir-0.87.0/README.md [new file with mode: 0644]
vendor/chalk-ir-0.87.0/src/cast.rs [new file with mode: 0644]
vendor/chalk-ir-0.87.0/src/could_match.rs [new file with mode: 0644]
vendor/chalk-ir-0.87.0/src/debug.rs [new file with mode: 0644]
vendor/chalk-ir-0.87.0/src/fold.rs [new file with mode: 0644]
vendor/chalk-ir-0.87.0/src/fold/binder_impls.rs [new file with mode: 0644]
vendor/chalk-ir-0.87.0/src/fold/boring_impls.rs [new file with mode: 0644]
vendor/chalk-ir-0.87.0/src/fold/in_place.rs [new file with mode: 0644]
vendor/chalk-ir-0.87.0/src/fold/shift.rs [new file with mode: 0644]
vendor/chalk-ir-0.87.0/src/fold/subst.rs [new file with mode: 0644]
vendor/chalk-ir-0.87.0/src/interner.rs [new file with mode: 0644]
vendor/chalk-ir-0.87.0/src/lib.rs [new file with mode: 0644]
vendor/chalk-ir-0.87.0/src/visit.rs [new file with mode: 0644]
vendor/chalk-ir-0.87.0/src/visit/binder_impls.rs [new file with mode: 0644]
vendor/chalk-ir-0.87.0/src/visit/boring_impls.rs [new file with mode: 0644]
vendor/chalk-ir-0.87.0/src/visit/visitors.rs [new file with mode: 0644]
vendor/chalk-ir-0.87.0/src/zip.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/.cargo-checksum.json [new file with mode: 0644]
vendor/chalk-solve-0.87.0/Cargo.toml [new file with mode: 0644]
vendor/chalk-solve-0.87.0/README.md [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/clauses.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/clauses/builder.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/clauses/builtin_traits.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/clauses/builtin_traits/clone.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/clauses/builtin_traits/copy.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/clauses/builtin_traits/discriminant_kind.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/clauses/builtin_traits/fn_family.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/clauses/builtin_traits/generator.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/clauses/builtin_traits/sized.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/clauses/builtin_traits/tuple.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/clauses/builtin_traits/unsize.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/clauses/dyn_ty.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/clauses/env_elaborator.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/clauses/generalize.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/clauses/program_clauses.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/clauses/super_traits.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/coherence.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/coherence/orphan.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/coherence/solve.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/coinductive_goal.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/display.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/display/bounds.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/display/identifiers.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/display/items.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/display/render_trait.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/display/state.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/display/stub.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/display/ty.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/display/utils.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/ext.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/goal_builder.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/infer.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/infer/canonicalize.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/infer/instantiate.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/infer/invert.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/infer/test.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/infer/ucanonicalize.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/infer/unify.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/infer/var.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/lib.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/logging.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/logging_db.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/logging_db/id_collector.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/rust_ir.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/solve.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/solve/test/bench.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/solve/truncate.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/split.rs [new file with mode: 0644]
vendor/chalk-solve-0.87.0/src/wf.rs [new file with mode: 0644]
vendor/chrono/.cargo-checksum.json [new file with mode: 0644]
vendor/chrono/AUTHORS.txt [new file with mode: 0644]
vendor/chrono/CHANGELOG.md [new file with mode: 0644]
vendor/chrono/Cargo.toml [new file with mode: 0644]
vendor/chrono/LICENSE.txt [new file with mode: 0644]
vendor/chrono/README.md [new file with mode: 0644]
vendor/chrono/benches/chrono.rs [new file with mode: 0644]
vendor/chrono/benches/serde.rs [new file with mode: 0644]
vendor/chrono/rustfmt.toml [new file with mode: 0644]
vendor/chrono/src/date.rs [new file with mode: 0644]
vendor/chrono/src/datetime.rs [new file with mode: 0644]
vendor/chrono/src/div.rs [new file with mode: 0644]
vendor/chrono/src/format/locales.rs [new file with mode: 0644]
vendor/chrono/src/format/mod.rs [new file with mode: 0644]
vendor/chrono/src/format/parse.rs [new file with mode: 0644]
vendor/chrono/src/format/parsed.rs [new file with mode: 0644]
vendor/chrono/src/format/scan.rs [new file with mode: 0644]
vendor/chrono/src/format/strftime.rs [new file with mode: 0644]
vendor/chrono/src/lib.rs [new file with mode: 0644]
vendor/chrono/src/naive/date.rs [new file with mode: 0644]
vendor/chrono/src/naive/datetime.rs [new file with mode: 0644]
vendor/chrono/src/naive/internals.rs [new file with mode: 0644]
vendor/chrono/src/naive/isoweek.rs [new file with mode: 0644]
vendor/chrono/src/naive/time.rs [new file with mode: 0644]
vendor/chrono/src/offset/fixed.rs [new file with mode: 0644]
vendor/chrono/src/offset/local.rs [new file with mode: 0644]
vendor/chrono/src/offset/mod.rs [new file with mode: 0644]
vendor/chrono/src/offset/utc.rs [new file with mode: 0644]
vendor/chrono/src/oldtime.rs [new file with mode: 0644]
vendor/chrono/src/round.rs [new file with mode: 0644]
vendor/chrono/src/sys.rs [new file with mode: 0644]
vendor/chrono/src/sys/stub.rs [new file with mode: 0644]
vendor/chrono/src/sys/unix.rs [new file with mode: 0644]
vendor/chrono/src/sys/windows.rs [new file with mode: 0644]
vendor/chrono/tests/wasm.rs [new file with mode: 0644]
vendor/clap-3.2.20/.cargo-checksum.json [new file with mode: 0644]
vendor/clap-3.2.20/Cargo.lock [new file with mode: 0644]
vendor/clap-3.2.20/Cargo.toml [new file with mode: 0644]
vendor/clap-3.2.20/LICENSE-APACHE [new file with mode: 0644]
vendor/clap-3.2.20/LICENSE-MIT [new file with mode: 0644]
vendor/clap-3.2.20/README.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/cargo-example-derive.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/cargo-example-derive.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/cargo-example.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/cargo-example.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/demo.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/demo.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/derive_ref/augment_args.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/derive_ref/augment_subcommands.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/derive_ref/custom-bool.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/derive_ref/custom-bool.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/derive_ref/flatten_hand_args.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/derive_ref/hand_subcommand.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/derive_ref/interop_tests.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/escaped-positional-derive.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/escaped-positional-derive.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/escaped-positional.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/escaped-positional.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/git-derive.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/git-derive.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/git.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/git.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/multicall-busybox.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/multicall-busybox.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/multicall-hostname.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/multicall-hostname.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/pacman.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/pacman.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/repl.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/01_quick.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/01_quick.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/02_app_settings.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/02_app_settings.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/02_apps.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/02_apps.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/02_crate.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/02_crate.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/03_01_flag_bool.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/03_01_flag_bool.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/03_01_flag_count.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/03_01_flag_count.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/03_02_option.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/03_02_option.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/03_03_positional.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/03_03_positional.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/03_04_subcommands.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/03_04_subcommands.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/03_05_default_values.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/03_05_default_values.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/04_01_enum.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/04_01_enum.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/04_01_possible.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/04_01_possible.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/04_02_parse.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/04_02_parse.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/04_02_validate.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/04_02_validate.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/04_03_relations.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/04_03_relations.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/04_04_custom.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/04_04_custom.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_builder/05_01_assert.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/01_quick.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/01_quick.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/02_app_settings.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/02_app_settings.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/02_apps.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/02_apps.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/02_crate.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/02_crate.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/03_01_flag_bool.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/03_01_flag_bool.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/03_01_flag_count.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/03_01_flag_count.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/03_02_option.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/03_02_option.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/03_03_positional.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/03_03_positional.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/03_04_subcommands.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/03_04_subcommands.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/03_04_subcommands_alt.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/03_05_default_values.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/03_05_default_values.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/04_01_enum.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/04_01_enum.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/04_02_parse.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/04_02_parse.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/04_02_validate.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/04_02_validate.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/04_03_relations.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/04_03_relations.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/04_04_custom.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/04_04_custom.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/tutorial_derive/05_01_assert.rs [new file with mode: 0644]
vendor/clap-3.2.20/examples/typed-derive.md [new file with mode: 0644]
vendor/clap-3.2.20/examples/typed-derive.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/_cookbook/cargo_example.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/_cookbook/cargo_example_derive [new file with mode: 0644]
vendor/clap-3.2.20/src/_cookbook/cargo_example_derive.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/_cookbook/escaped_positional.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/_cookbook/escaped_positional_derive.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/_cookbook/git.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/_cookbook/git_derive.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/_cookbook/mod.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/_cookbook/multicall_busybox.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/_cookbook/multicall_hostname.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/_cookbook/pacman.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/_cookbook/repl.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/_cookbook/typed_derive.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/_derive/_tutorial.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/_derive/mod.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/_faq.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/_features.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/_tutorial.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/bin/stdio-fixture.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/builder/action.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/builder/app_settings.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/builder/arg.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/builder/arg_group.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/builder/arg_predicate.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/builder/arg_settings.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/builder/command.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/builder/debug_asserts.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/builder/macros.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/builder/mod.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/builder/possible_value.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/builder/regex.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/builder/tests.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/builder/usage_parser.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/builder/value_hint.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/builder/value_parser.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/derive.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/error/context.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/error/kind.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/error/mod.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/lib.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/macros.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/mkeymap.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/output/fmt.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/output/help.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/output/mod.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/output/usage.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/parser/arg_matcher.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/parser/error.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/parser/features/mod.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/parser/features/suggestions.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/parser/matches/any_value.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/parser/matches/arg_matches.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/parser/matches/matched_arg.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/parser/matches/mod.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/parser/matches/value_source.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/parser/mod.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/parser/parser.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/parser/validator.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/util/color.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/util/fnv.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/util/graph.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/util/id.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/util/mod.rs [new file with mode: 0644]
vendor/clap-3.2.20/src/util/str_to_bool.rs [new file with mode: 0644]
vendor/clap/.cargo-checksum.json [new file with mode: 0644]
vendor/clap/Cargo.lock [new file with mode: 0644]
vendor/clap/Cargo.toml [new file with mode: 0644]
vendor/clap/LICENSE-APACHE [new file with mode: 0644]
vendor/clap/LICENSE-MIT [new file with mode: 0644]
vendor/clap/README.md [new file with mode: 0644]
vendor/clap/examples/README.md [new file with mode: 0644]
vendor/clap/examples/cargo-example-derive.md [new file with mode: 0644]
vendor/clap/examples/cargo-example-derive.rs [new file with mode: 0644]
vendor/clap/examples/cargo-example.md [new file with mode: 0644]
vendor/clap/examples/cargo-example.rs [new file with mode: 0644]
vendor/clap/examples/demo.md [new file with mode: 0644]
vendor/clap/examples/demo.rs [new file with mode: 0644]
vendor/clap/examples/derive_ref/augment_args.rs [new file with mode: 0644]
vendor/clap/examples/derive_ref/augment_subcommands.rs [new file with mode: 0644]
vendor/clap/examples/derive_ref/flatten_hand_args.rs [new file with mode: 0644]
vendor/clap/examples/derive_ref/hand_subcommand.rs [new file with mode: 0644]
vendor/clap/examples/derive_ref/interop_tests.md [new file with mode: 0644]
vendor/clap/examples/escaped-positional-derive.md [new file with mode: 0644]
vendor/clap/examples/escaped-positional-derive.rs [new file with mode: 0644]
vendor/clap/examples/escaped-positional.md [new file with mode: 0644]
vendor/clap/examples/escaped-positional.rs [new file with mode: 0644]
vendor/clap/examples/find.md [new file with mode: 0644]
vendor/clap/examples/find.rs [new file with mode: 0644]
vendor/clap/examples/git-derive.md [new file with mode: 0644]
vendor/clap/examples/git-derive.rs [new file with mode: 0644]
vendor/clap/examples/git.md [new file with mode: 0644]
vendor/clap/examples/git.rs [new file with mode: 0644]
vendor/clap/examples/multicall-busybox.md [new file with mode: 0644]
vendor/clap/examples/multicall-busybox.rs [new file with mode: 0644]
vendor/clap/examples/multicall-hostname.md [new file with mode: 0644]
vendor/clap/examples/multicall-hostname.rs [new file with mode: 0644]
vendor/clap/examples/pacman.md [new file with mode: 0644]
vendor/clap/examples/pacman.rs [new file with mode: 0644]
vendor/clap/examples/repl.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/01_quick.md [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/01_quick.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/02_app_settings.md [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/02_app_settings.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/02_apps.md [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/02_apps.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/02_crate.md [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/02_crate.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/03_01_flag_bool.md [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/03_01_flag_bool.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/03_01_flag_count.md [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/03_01_flag_count.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/03_02_option.md [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/03_02_option.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/03_02_option_mult.md [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/03_02_option_mult.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/03_03_positional.md [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/03_03_positional.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/03_03_positional_mult.md [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/03_03_positional_mult.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/03_04_subcommands.md [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/03_04_subcommands.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/03_05_default_values.md [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/03_05_default_values.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/04_01_enum.md [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/04_01_enum.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/04_01_possible.md [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/04_01_possible.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/04_02_parse.md [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/04_02_parse.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/04_02_validate.md [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/04_02_validate.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/04_03_relations.md [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/04_03_relations.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/04_04_custom.md [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/04_04_custom.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_builder/05_01_assert.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/01_quick.md [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/01_quick.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/02_app_settings.md [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/02_app_settings.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/02_apps.md [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/02_apps.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/02_crate.md [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/02_crate.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/03_01_flag_bool.md [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/03_01_flag_bool.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/03_01_flag_count.md [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/03_01_flag_count.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/03_02_option.md [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/03_02_option.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/03_02_option_mult.md [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/03_02_option_mult.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/03_03_positional.md [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/03_03_positional.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/03_03_positional_mult.md [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/03_03_positional_mult.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/03_04_subcommands.md [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/03_04_subcommands.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/03_04_subcommands_alt.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/03_05_default_values.md [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/03_05_default_values.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/04_01_enum.md [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/04_01_enum.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/04_02_parse.md [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/04_02_parse.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/04_02_validate.md [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/04_02_validate.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/04_03_relations.md [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/04_03_relations.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/04_04_custom.md [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/04_04_custom.rs [new file with mode: 0644]
vendor/clap/examples/tutorial_derive/05_01_assert.rs [new file with mode: 0644]
vendor/clap/examples/typed-derive.md [new file with mode: 0644]
vendor/clap/examples/typed-derive.rs [new file with mode: 0644]
vendor/clap/src/_cookbook/cargo_example.rs [new file with mode: 0644]
vendor/clap/src/_cookbook/cargo_example_derive.rs [new file with mode: 0644]
vendor/clap/src/_cookbook/escaped_positional.rs [new file with mode: 0644]
vendor/clap/src/_cookbook/escaped_positional_derive.rs [new file with mode: 0644]
vendor/clap/src/_cookbook/find.rs [new file with mode: 0644]
vendor/clap/src/_cookbook/git.rs [new file with mode: 0644]
vendor/clap/src/_cookbook/git_derive.rs [new file with mode: 0644]
vendor/clap/src/_cookbook/mod.rs [new file with mode: 0644]
vendor/clap/src/_cookbook/multicall_busybox.rs [new file with mode: 0644]
vendor/clap/src/_cookbook/multicall_hostname.rs [new file with mode: 0644]
vendor/clap/src/_cookbook/pacman.rs [new file with mode: 0644]
vendor/clap/src/_cookbook/repl.rs [new file with mode: 0644]
vendor/clap/src/_cookbook/typed_derive.rs [new file with mode: 0644]
vendor/clap/src/_derive/_tutorial.rs [new file with mode: 0644]
vendor/clap/src/_derive/mod.rs [new file with mode: 0644]
vendor/clap/src/_faq.rs [new file with mode: 0644]
vendor/clap/src/_features.rs [new file with mode: 0644]
vendor/clap/src/_tutorial.rs [new file with mode: 0644]
vendor/clap/src/bin/stdio-fixture.rs [new file with mode: 0644]
vendor/clap/src/builder/action.rs [new file with mode: 0644]
vendor/clap/src/builder/app_settings.rs [new file with mode: 0644]
vendor/clap/src/builder/arg.rs [new file with mode: 0644]
vendor/clap/src/builder/arg_group.rs [new file with mode: 0644]
vendor/clap/src/builder/arg_predicate.rs [new file with mode: 0644]
vendor/clap/src/builder/arg_settings.rs [new file with mode: 0644]
vendor/clap/src/builder/command.rs [new file with mode: 0644]
vendor/clap/src/builder/debug_asserts.rs [new file with mode: 0644]
vendor/clap/src/builder/mod.rs [new file with mode: 0644]
vendor/clap/src/builder/os_str.rs [new file with mode: 0644]
vendor/clap/src/builder/possible_value.rs [new file with mode: 0644]
vendor/clap/src/builder/range.rs [new file with mode: 0644]
vendor/clap/src/builder/resettable.rs [new file with mode: 0644]
vendor/clap/src/builder/str.rs [new file with mode: 0644]
vendor/clap/src/builder/styled_str.rs [new file with mode: 0644]
vendor/clap/src/builder/tests.rs [new file with mode: 0644]
vendor/clap/src/builder/value_hint.rs [new file with mode: 0644]
vendor/clap/src/builder/value_parser.rs [new file with mode: 0644]
vendor/clap/src/derive.rs [new file with mode: 0644]
vendor/clap/src/error/context.rs [new file with mode: 0644]
vendor/clap/src/error/format.rs [new file with mode: 0644]
vendor/clap/src/error/kind.rs [new file with mode: 0644]
vendor/clap/src/error/mod.rs [new file with mode: 0644]
vendor/clap/src/lib.rs [new file with mode: 0644]
vendor/clap/src/macros.rs [new file with mode: 0644]
vendor/clap/src/mkeymap.rs [new file with mode: 0644]
vendor/clap/src/output/fmt.rs [new file with mode: 0644]
vendor/clap/src/output/help.rs [new file with mode: 0644]
vendor/clap/src/output/help_template.rs [new file with mode: 0644]
vendor/clap/src/output/mod.rs [new file with mode: 0644]
vendor/clap/src/output/textwrap/core.rs [new file with mode: 0644]
vendor/clap/src/output/textwrap/mod.rs [new file with mode: 0644]
vendor/clap/src/output/textwrap/word_separators.rs [new file with mode: 0644]
vendor/clap/src/output/textwrap/wrap_algorithms.rs [new file with mode: 0644]
vendor/clap/src/output/usage.rs [new file with mode: 0644]
vendor/clap/src/parser/arg_matcher.rs [new file with mode: 0644]
vendor/clap/src/parser/error.rs [new file with mode: 0644]
vendor/clap/src/parser/features/mod.rs [new file with mode: 0644]
vendor/clap/src/parser/features/suggestions.rs [new file with mode: 0644]
vendor/clap/src/parser/matches/any_value.rs [new file with mode: 0644]
vendor/clap/src/parser/matches/arg_matches.rs [new file with mode: 0644]
vendor/clap/src/parser/matches/matched_arg.rs [new file with mode: 0644]
vendor/clap/src/parser/matches/mod.rs [new file with mode: 0644]
vendor/clap/src/parser/matches/value_source.rs [new file with mode: 0644]
vendor/clap/src/parser/mod.rs [new file with mode: 0644]
vendor/clap/src/parser/parser.rs [new file with mode: 0644]
vendor/clap/src/parser/validator.rs [new file with mode: 0644]
vendor/clap/src/util/color.rs [new file with mode: 0644]
vendor/clap/src/util/flat_map.rs [new file with mode: 0644]
vendor/clap/src/util/flat_set.rs [new file with mode: 0644]
vendor/clap/src/util/graph.rs [new file with mode: 0644]
vendor/clap/src/util/id.rs [new file with mode: 0644]
vendor/clap/src/util/mod.rs [new file with mode: 0644]
vendor/clap/src/util/str_to_bool.rs [new file with mode: 0644]
vendor/clap_complete/.cargo-checksum.json [new file with mode: 0644]
vendor/clap_complete/Cargo.lock [new file with mode: 0644]
vendor/clap_complete/Cargo.toml [new file with mode: 0644]
vendor/clap_complete/LICENSE-APACHE [new file with mode: 0644]
vendor/clap_complete/LICENSE-MIT [new file with mode: 0644]
vendor/clap_complete/README.md [new file with mode: 0644]
vendor/clap_complete/examples/completion-derive.rs [new file with mode: 0644]
vendor/clap_complete/examples/completion.rs [new file with mode: 0644]
vendor/clap_complete/examples/dynamic.rs [new file with mode: 0644]
vendor/clap_complete/src/dynamic.rs [new file with mode: 0644]
vendor/clap_complete/src/generator/mod.rs [new file with mode: 0644]
vendor/clap_complete/src/generator/utils.rs [new file with mode: 0644]
vendor/clap_complete/src/lib.rs [new file with mode: 0644]
vendor/clap_complete/src/macros.rs [new file with mode: 0644]
vendor/clap_complete/src/shells/bash.rs [new file with mode: 0644]
vendor/clap_complete/src/shells/elvish.rs [new file with mode: 0644]
vendor/clap_complete/src/shells/fish.rs [new file with mode: 0644]
vendor/clap_complete/src/shells/mod.rs [new file with mode: 0644]
vendor/clap_complete/src/shells/powershell.rs [new file with mode: 0644]
vendor/clap_complete/src/shells/shell.rs [new file with mode: 0644]
vendor/clap_complete/src/shells/zsh.rs [new file with mode: 0644]
vendor/clap_derive-3.2.18/.cargo-checksum.json [new file with mode: 0644]
vendor/clap_derive-3.2.18/Cargo.toml [new file with mode: 0644]
vendor/clap_derive-3.2.18/LICENSE-APACHE [new file with mode: 0644]
vendor/clap_derive-3.2.18/LICENSE-MIT [new file with mode: 0644]
vendor/clap_derive-3.2.18/README.md [new file with mode: 0644]
vendor/clap_derive-3.2.18/src/attrs.rs [new file with mode: 0644]
vendor/clap_derive-3.2.18/src/derives/args.rs [new file with mode: 0644]
vendor/clap_derive-3.2.18/src/derives/into_app.rs [new file with mode: 0644]
vendor/clap_derive-3.2.18/src/derives/mod.rs [new file with mode: 0644]
vendor/clap_derive-3.2.18/src/derives/parser.rs [new file with mode: 0644]
vendor/clap_derive-3.2.18/src/derives/subcommand.rs [new file with mode: 0644]
vendor/clap_derive-3.2.18/src/derives/value_enum.rs [new file with mode: 0644]
vendor/clap_derive-3.2.18/src/dummies.rs [new file with mode: 0644]
vendor/clap_derive-3.2.18/src/lib.rs [new file with mode: 0644]
vendor/clap_derive-3.2.18/src/parse.rs [new file with mode: 0644]
vendor/clap_derive-3.2.18/src/utils/doc_comments.rs [new file with mode: 0644]
vendor/clap_derive-3.2.18/src/utils/mod.rs [new file with mode: 0644]
vendor/clap_derive-3.2.18/src/utils/spanned.rs [new file with mode: 0644]
vendor/clap_derive-3.2.18/src/utils/ty.rs [new file with mode: 0644]
vendor/clap_derive/.cargo-checksum.json [new file with mode: 0644]
vendor/clap_derive/Cargo.toml [new file with mode: 0644]
vendor/clap_derive/LICENSE-APACHE [new file with mode: 0644]
vendor/clap_derive/LICENSE-MIT [new file with mode: 0644]
vendor/clap_derive/README.md [new file with mode: 0644]
vendor/clap_derive/src/attr.rs [new file with mode: 0644]
vendor/clap_derive/src/derives/args.rs [new file with mode: 0644]
vendor/clap_derive/src/derives/into_app.rs [new file with mode: 0644]
vendor/clap_derive/src/derives/mod.rs [new file with mode: 0644]
vendor/clap_derive/src/derives/parser.rs [new file with mode: 0644]
vendor/clap_derive/src/derives/subcommand.rs [new file with mode: 0644]
vendor/clap_derive/src/derives/value_enum.rs [new file with mode: 0644]
vendor/clap_derive/src/dummies.rs [new file with mode: 0644]
vendor/clap_derive/src/item.rs [new file with mode: 0644]
vendor/clap_derive/src/lib.rs [new file with mode: 0644]
vendor/clap_derive/src/utils/doc_comments.rs [new file with mode: 0644]
vendor/clap_derive/src/utils/mod.rs [new file with mode: 0644]
vendor/clap_derive/src/utils/spanned.rs [new file with mode: 0644]
vendor/clap_derive/src/utils/ty.rs [new file with mode: 0644]
vendor/clap_lex-0.2.2/.cargo-checksum.json [new file with mode: 0644]
vendor/clap_lex-0.2.2/Cargo.toml [new file with mode: 0644]
vendor/clap_lex-0.2.2/LICENSE-APACHE [new file with mode: 0644]
vendor/clap_lex-0.2.2/LICENSE-MIT [new file with mode: 0644]
vendor/clap_lex-0.2.2/README.md [new file with mode: 0644]
vendor/clap_lex-0.2.2/src/lib.rs [new file with mode: 0644]
vendor/clap_lex/.cargo-checksum.json [new file with mode: 0644]
vendor/clap_lex/Cargo.toml [new file with mode: 0644]
vendor/clap_lex/LICENSE-APACHE [new file with mode: 0644]
vendor/clap_lex/LICENSE-MIT [new file with mode: 0644]
vendor/clap_lex/README.md [new file with mode: 0644]
vendor/clap_lex/src/lib.rs [new file with mode: 0644]
vendor/cmake/.cargo-checksum.json [new file with mode: 0644]
vendor/cmake/Cargo.toml [new file with mode: 0644]
vendor/cmake/LICENSE-APACHE [new file with mode: 0644]
vendor/cmake/LICENSE-MIT [new file with mode: 0644]
vendor/cmake/README.md [new file with mode: 0644]
vendor/cmake/src/lib.rs [new file with mode: 0644]
vendor/colored/.cargo-checksum.json [new file with mode: 0644]
vendor/colored/CHANGELOG.md [new file with mode: 0755]
vendor/colored/Cargo.lock [new file with mode: 0644]
vendor/colored/Cargo.toml [new file with mode: 0644]
vendor/colored/Dockerfile [new file with mode: 0755]
vendor/colored/LICENSE [new file with mode: 0755]
vendor/colored/README.md [new file with mode: 0755]
vendor/colored/examples/control.rs [new file with mode: 0755]
vendor/colored/examples/dynamic_colors.rs [new file with mode: 0755]
vendor/colored/examples/most_simple.rs [new file with mode: 0755]
vendor/colored/examples/nested_colors.rs [new file with mode: 0755]
vendor/colored/src/color.rs [new file with mode: 0755]
vendor/colored/src/control.rs [new file with mode: 0755]
vendor/colored/src/formatters.rs [new file with mode: 0755]
vendor/colored/src/lib.rs [new file with mode: 0755]
vendor/colored/src/style.rs [new file with mode: 0755]
vendor/colored/tests/ansi_term_compat.rs [new file with mode: 0755]
vendor/compiler_builtins/.cargo-checksum.json [new file with mode: 0644]
vendor/compiler_builtins/Cargo.lock [new file with mode: 0644]
vendor/compiler_builtins/Cargo.toml [new file with mode: 0644]
vendor/compiler_builtins/LICENSE.txt [new file with mode: 0644]
vendor/compiler_builtins/README.md [new file with mode: 0644]
vendor/compiler_builtins/build.rs [new file with mode: 0644]
vendor/compiler_builtins/examples/intrinsics.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/acos.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/acosf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/acosh.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/acoshf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/asin.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/asinf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/asinh.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/asinhf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/atan.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/atan2.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/atan2f.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/atanf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/atanh.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/atanhf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/cbrt.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/cbrtf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/ceil.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/ceilf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/copysign.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/copysignf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/cos.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/cosf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/cosh.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/coshf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/erf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/erff.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/exp.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/exp10.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/exp10f.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/exp2.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/exp2f.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/expf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/expm1.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/expm1f.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/expo2.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/fabs.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/fabsf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/fdim.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/fdimf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/fenv.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/floor.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/floorf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/fma.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/fmaf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/fmax.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/fmaxf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/fmin.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/fminf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/fmod.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/fmodf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/frexp.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/frexpf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/hypot.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/hypotf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/ilogb.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/ilogbf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/j0.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/j0f.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/j1.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/j1f.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/jn.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/jnf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/k_cos.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/k_cosf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/k_expo2.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/k_expo2f.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/k_sin.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/k_sinf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/k_tan.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/k_tanf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/ldexp.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/ldexpf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/lgamma.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/lgamma_r.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/lgammaf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/lgammaf_r.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/log.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/log10.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/log10f.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/log1p.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/log1pf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/log2.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/log2f.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/logf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/mod.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/modf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/modff.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/nextafter.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/nextafterf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/pow.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/powf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/rem_pio2.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/rem_pio2_large.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/rem_pio2f.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/remainder.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/remainderf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/remquo.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/remquof.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/rint.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/rintf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/round.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/roundf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/scalbn.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/scalbnf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/sin.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/sincos.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/sincosf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/sinf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/sinh.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/sinhf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/sqrt.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/sqrtf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/tan.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/tanf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/tanh.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/tanhf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/tgamma.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/tgammaf.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/trunc.rs [new file with mode: 0644]
vendor/compiler_builtins/libm/src/math/truncf.rs [new file with mode: 0644]
vendor/compiler_builtins/src/arm.rs [new file with mode: 0644]
vendor/compiler_builtins/src/arm_linux.rs [new file with mode: 0644]
vendor/compiler_builtins/src/float/add.rs [new file with mode: 0644]
vendor/compiler_builtins/src/float/cmp.rs [new file with mode: 0644]
vendor/compiler_builtins/src/float/conv.rs [new file with mode: 0644]
vendor/compiler_builtins/src/float/div.rs [new file with mode: 0644]
vendor/compiler_builtins/src/float/extend.rs [new file with mode: 0644]
vendor/compiler_builtins/src/float/mod.rs [new file with mode: 0644]
vendor/compiler_builtins/src/float/mul.rs [new file with mode: 0644]
vendor/compiler_builtins/src/float/pow.rs [new file with mode: 0644]
vendor/compiler_builtins/src/float/sub.rs [new file with mode: 0644]
vendor/compiler_builtins/src/float/trunc.rs [new file with mode: 0644]
vendor/compiler_builtins/src/int/addsub.rs [new file with mode: 0644]
vendor/compiler_builtins/src/int/leading_zeros.rs [new file with mode: 0644]
vendor/compiler_builtins/src/int/mod.rs [new file with mode: 0644]
vendor/compiler_builtins/src/int/mul.rs [new file with mode: 0644]
vendor/compiler_builtins/src/int/sdiv.rs [new file with mode: 0644]
vendor/compiler_builtins/src/int/shift.rs [new file with mode: 0644]
vendor/compiler_builtins/src/int/specialized_div_rem/asymmetric.rs [new file with mode: 0644]
vendor/compiler_builtins/src/int/specialized_div_rem/binary_long.rs [new file with mode: 0644]
vendor/compiler_builtins/src/int/specialized_div_rem/delegate.rs [new file with mode: 0644]
vendor/compiler_builtins/src/int/specialized_div_rem/mod.rs [new file with mode: 0644]
vendor/compiler_builtins/src/int/specialized_div_rem/norm_shift.rs [new file with mode: 0644]
vendor/compiler_builtins/src/int/specialized_div_rem/trifecta.rs [new file with mode: 0644]
vendor/compiler_builtins/src/int/udiv.rs [new file with mode: 0644]
vendor/compiler_builtins/src/lib.rs [new file with mode: 0644]
vendor/compiler_builtins/src/macros.rs [new file with mode: 0644]
vendor/compiler_builtins/src/math.rs [new file with mode: 0644]
vendor/compiler_builtins/src/mem/impls.rs [new file with mode: 0644]
vendor/compiler_builtins/src/mem/mod.rs [new file with mode: 0644]
vendor/compiler_builtins/src/mem/x86_64.rs [new file with mode: 0644]
vendor/compiler_builtins/src/probestack.rs [new file with mode: 0644]
vendor/compiler_builtins/src/riscv.rs [new file with mode: 0644]
vendor/compiler_builtins/src/x86.rs [new file with mode: 0644]
vendor/compiler_builtins/src/x86_64.rs [new file with mode: 0644]
vendor/compiletest_rs/.cargo-checksum.json [new file with mode: 0644]
vendor/compiletest_rs/Cargo.toml [new file with mode: 0644]
vendor/compiletest_rs/LICENSE-APACHE [new file with mode: 0644]
vendor/compiletest_rs/LICENSE-MIT [new file with mode: 0644]
vendor/compiletest_rs/README.md [new file with mode: 0644]
vendor/compiletest_rs/build.rs [new file with mode: 0644]
vendor/compiletest_rs/src/common.rs [new file with mode: 0644]
vendor/compiletest_rs/src/errors.rs [new file with mode: 0644]
vendor/compiletest_rs/src/header.rs [new file with mode: 0644]
vendor/compiletest_rs/src/json.rs [new file with mode: 0644]
vendor/compiletest_rs/src/lib.rs [new file with mode: 0644]
vendor/compiletest_rs/src/raise_fd_limit.rs [new file with mode: 0644]
vendor/compiletest_rs/src/read2.rs [new file with mode: 0644]
vendor/compiletest_rs/src/runtest.rs [new file with mode: 0644]
vendor/compiletest_rs/src/uidiff.rs [new file with mode: 0644]
vendor/compiletest_rs/src/util.rs [new file with mode: 0644]
vendor/compiletest_rs/tests/bless.rs [new file with mode: 0644]
vendor/compiletest_rs/tests/test_support/mod.rs [new file with mode: 0644]
vendor/convert_case/.cargo-checksum.json [new file with mode: 0644]
vendor/convert_case/Cargo.toml [new file with mode: 0644]
vendor/convert_case/README.md [new file with mode: 0644]
vendor/convert_case/src/case.rs [new file with mode: 0644]
vendor/convert_case/src/lib.rs [new file with mode: 0644]
vendor/convert_case/src/words.rs [new file with mode: 0644]
vendor/core-foundation-sys/.cargo-checksum.json [new file with mode: 0644]
vendor/core-foundation-sys/Cargo.toml [new file with mode: 0644]
vendor/core-foundation-sys/LICENSE-APACHE [new file with mode: 0644]
vendor/core-foundation-sys/LICENSE-MIT [new file with mode: 0644]
vendor/core-foundation-sys/build.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/array.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/attributed_string.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/base.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/bundle.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/characterset.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/data.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/date.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/dictionary.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/error.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/filedescriptor.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/lib.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/mach_port.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/messageport.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/number.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/propertylist.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/runloop.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/set.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/string.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/timezone.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/url.rs [new file with mode: 0644]
vendor/core-foundation-sys/src/uuid.rs [new file with mode: 0644]
vendor/countme/.cargo-checksum.json [new file with mode: 0644]
vendor/countme/Cargo.lock [new file with mode: 0644]
vendor/countme/Cargo.toml [new file with mode: 0644]
vendor/countme/LICENSE-APACHE [new file with mode: 0644]
vendor/countme/LICENSE-MIT [new file with mode: 0644]
vendor/countme/README.md [new file with mode: 0644]
vendor/countme/examples/bench.rs [new file with mode: 0644]
vendor/countme/examples/bench_single_thread.rs [new file with mode: 0644]
vendor/countme/examples/print_at_exit.rs [new file with mode: 0644]
vendor/countme/src/imp.rs [new file with mode: 0644]
vendor/countme/src/lib.rs [new file with mode: 0644]
vendor/cov-mark/.cargo-checksum.json [new file with mode: 0644]
vendor/cov-mark/Cargo.toml [new file with mode: 0644]
vendor/cov-mark/LICENSE-APACHE [new file with mode: 0644]
vendor/cov-mark/LICENSE-MIT [new file with mode: 0644]
vendor/cov-mark/README.md [new file with mode: 0644]
vendor/cov-mark/src/lib.rs [new file with mode: 0644]
vendor/cov-mark/tests/smoke.rs [new file with mode: 0644]
vendor/cpufeatures/.cargo-checksum.json [new file with mode: 0644]
vendor/cpufeatures/CHANGELOG.md [new file with mode: 0644]
vendor/cpufeatures/Cargo.toml [new file with mode: 0644]
vendor/cpufeatures/LICENSE-APACHE [new file with mode: 0644]
vendor/cpufeatures/LICENSE-MIT [new file with mode: 0644]
vendor/cpufeatures/README.md [new file with mode: 0644]
vendor/cpufeatures/src/aarch64.rs [new file with mode: 0644]
vendor/cpufeatures/src/lib.rs [new file with mode: 0644]
vendor/cpufeatures/src/miri.rs [new file with mode: 0644]
vendor/cpufeatures/src/x86.rs [new file with mode: 0644]
vendor/cpufeatures/tests/aarch64.rs [new file with mode: 0644]
vendor/cpufeatures/tests/x86.rs [new file with mode: 0644]
vendor/crc32fast/.cargo-checksum.json [new file with mode: 0644]
vendor/crc32fast/Cargo.toml [new file with mode: 0644]
vendor/crc32fast/LICENSE-APACHE [new file with mode: 0644]
vendor/crc32fast/LICENSE-MIT [new file with mode: 0644]
vendor/crc32fast/README.md [new file with mode: 0644]
vendor/crc32fast/benches/bench.rs [new file with mode: 0644]
vendor/crc32fast/build.rs [new file with mode: 0644]
vendor/crc32fast/src/baseline.rs [new file with mode: 0644]
vendor/crc32fast/src/combine.rs [new file with mode: 0644]
vendor/crc32fast/src/lib.rs [new file with mode: 0644]
vendor/crc32fast/src/specialized/aarch64.rs [new file with mode: 0644]
vendor/crc32fast/src/specialized/mod.rs [new file with mode: 0644]
vendor/crc32fast/src/specialized/pclmulqdq.rs [new file with mode: 0644]
vendor/crc32fast/src/table.rs [new file with mode: 0644]
vendor/crossbeam-channel/.cargo-checksum.json [new file with mode: 0644]
vendor/crossbeam-channel/CHANGELOG.md [new file with mode: 0644]
vendor/crossbeam-channel/Cargo.lock [new file with mode: 0644]
vendor/crossbeam-channel/Cargo.toml [new file with mode: 0644]
vendor/crossbeam-channel/LICENSE-APACHE [new file with mode: 0644]
vendor/crossbeam-channel/LICENSE-MIT [new file with mode: 0644]
vendor/crossbeam-channel/LICENSE-THIRD-PARTY [new file with mode: 0644]
vendor/crossbeam-channel/README.md [new file with mode: 0644]
vendor/crossbeam-channel/benches/crossbeam.rs [new file with mode: 0644]
vendor/crossbeam-channel/examples/fibonacci.rs [new file with mode: 0644]
vendor/crossbeam-channel/examples/matching.rs [new file with mode: 0644]
vendor/crossbeam-channel/examples/stopwatch.rs [new file with mode: 0644]
vendor/crossbeam-channel/src/channel.rs [new file with mode: 0644]
vendor/crossbeam-channel/src/context.rs [new file with mode: 0644]
vendor/crossbeam-channel/src/counter.rs [new file with mode: 0644]
vendor/crossbeam-channel/src/err.rs [new file with mode: 0644]
vendor/crossbeam-channel/src/flavors/array.rs [new file with mode: 0644]
vendor/crossbeam-channel/src/flavors/at.rs [new file with mode: 0644]
vendor/crossbeam-channel/src/flavors/list.rs [new file with mode: 0644]
vendor/crossbeam-channel/src/flavors/mod.rs [new file with mode: 0644]
vendor/crossbeam-channel/src/flavors/never.rs [new file with mode: 0644]
vendor/crossbeam-channel/src/flavors/tick.rs [new file with mode: 0644]
vendor/crossbeam-channel/src/flavors/zero.rs [new file with mode: 0644]
vendor/crossbeam-channel/src/lib.rs [new file with mode: 0644]
vendor/crossbeam-channel/src/select.rs [new file with mode: 0644]
vendor/crossbeam-channel/src/select_macro.rs [new file with mode: 0644]
vendor/crossbeam-channel/src/utils.rs [new file with mode: 0644]
vendor/crossbeam-channel/src/waker.rs [new file with mode: 0644]
vendor/crossbeam-channel/tests/after.rs [new file with mode: 0644]
vendor/crossbeam-channel/tests/array.rs [new file with mode: 0644]
vendor/crossbeam-channel/tests/golang.rs [new file with mode: 0644]
vendor/crossbeam-channel/tests/iter.rs [new file with mode: 0644]
vendor/crossbeam-channel/tests/list.rs [new file with mode: 0644]
vendor/crossbeam-channel/tests/mpsc.rs [new file with mode: 0644]
vendor/crossbeam-channel/tests/never.rs [new file with mode: 0644]
vendor/crossbeam-channel/tests/ready.rs [new file with mode: 0644]
vendor/crossbeam-channel/tests/same_channel.rs [new file with mode: 0644]
vendor/crossbeam-channel/tests/select.rs [new file with mode: 0644]
vendor/crossbeam-channel/tests/select_macro.rs [new file with mode: 0644]
vendor/crossbeam-channel/tests/thread_locals.rs [new file with mode: 0644]
vendor/crossbeam-channel/tests/tick.rs [new file with mode: 0644]
vendor/crossbeam-channel/tests/zero.rs [new file with mode: 0644]
vendor/crossbeam-deque/.cargo-checksum.json [new file with mode: 0644]
vendor/crossbeam-deque/CHANGELOG.md [new file with mode: 0644]
vendor/crossbeam-deque/Cargo.toml [new file with mode: 0644]
vendor/crossbeam-deque/LICENSE-APACHE [new file with mode: 0644]
vendor/crossbeam-deque/LICENSE-MIT [new file with mode: 0644]
vendor/crossbeam-deque/README.md [new file with mode: 0644]
vendor/crossbeam-deque/src/deque.rs [new file with mode: 0644]
vendor/crossbeam-deque/src/lib.rs [new file with mode: 0644]
vendor/crossbeam-deque/tests/fifo.rs [new file with mode: 0644]
vendor/crossbeam-deque/tests/injector.rs [new file with mode: 0644]
vendor/crossbeam-deque/tests/lifo.rs [new file with mode: 0644]
vendor/crossbeam-deque/tests/steal.rs [new file with mode: 0644]
vendor/crossbeam-epoch/.cargo-checksum.json [new file with mode: 0644]
vendor/crossbeam-epoch/CHANGELOG.md [new file with mode: 0644]
vendor/crossbeam-epoch/Cargo.lock [new file with mode: 0644]
vendor/crossbeam-epoch/Cargo.toml [new file with mode: 0644]
vendor/crossbeam-epoch/LICENSE-APACHE [new file with mode: 0644]
vendor/crossbeam-epoch/LICENSE-MIT [new file with mode: 0644]
vendor/crossbeam-epoch/README.md [new file with mode: 0644]
vendor/crossbeam-epoch/benches/defer.rs [new file with mode: 0644]
vendor/crossbeam-epoch/benches/flush.rs [new file with mode: 0644]
vendor/crossbeam-epoch/benches/pin.rs [new file with mode: 0644]
vendor/crossbeam-epoch/build-common.rs [new file with mode: 0644]
vendor/crossbeam-epoch/build.rs [new file with mode: 0644]
vendor/crossbeam-epoch/examples/sanitize.rs [new file with mode: 0644]
vendor/crossbeam-epoch/no_atomic.rs [new file with mode: 0644]
vendor/crossbeam-epoch/src/atomic.rs [new file with mode: 0644]
vendor/crossbeam-epoch/src/collector.rs [new file with mode: 0644]
vendor/crossbeam-epoch/src/default.rs [new file with mode: 0644]
vendor/crossbeam-epoch/src/deferred.rs [new file with mode: 0644]
vendor/crossbeam-epoch/src/epoch.rs [new file with mode: 0644]
vendor/crossbeam-epoch/src/guard.rs [new file with mode: 0644]
vendor/crossbeam-epoch/src/internal.rs [new file with mode: 0644]
vendor/crossbeam-epoch/src/lib.rs [new file with mode: 0644]
vendor/crossbeam-epoch/src/sync/list.rs [new file with mode: 0644]
vendor/crossbeam-epoch/src/sync/mod.rs [new file with mode: 0644]
vendor/crossbeam-epoch/src/sync/once_lock.rs [new file with mode: 0644]
vendor/crossbeam-epoch/src/sync/queue.rs [new file with mode: 0644]
vendor/crossbeam-epoch/tests/loom.rs [new file with mode: 0644]
vendor/crossbeam-utils/.cargo-checksum.json [new file with mode: 0644]
vendor/crossbeam-utils/CHANGELOG.md [new file with mode: 0644]
vendor/crossbeam-utils/Cargo.toml [new file with mode: 0644]
vendor/crossbeam-utils/LICENSE-APACHE [new file with mode: 0644]
vendor/crossbeam-utils/LICENSE-MIT [new file with mode: 0644]
vendor/crossbeam-utils/README.md [new file with mode: 0644]
vendor/crossbeam-utils/benches/atomic_cell.rs [new file with mode: 0644]
vendor/crossbeam-utils/build-common.rs [new file with mode: 0644]
vendor/crossbeam-utils/build.rs [new file with mode: 0644]
vendor/crossbeam-utils/no_atomic.rs [new file with mode: 0644]
vendor/crossbeam-utils/src/atomic/atomic_cell.rs [new file with mode: 0644]
vendor/crossbeam-utils/src/atomic/consume.rs [new file with mode: 0644]
vendor/crossbeam-utils/src/atomic/mod.rs [new file with mode: 0644]
vendor/crossbeam-utils/src/atomic/seq_lock.rs [new file with mode: 0644]
vendor/crossbeam-utils/src/atomic/seq_lock_wide.rs [new file with mode: 0644]
vendor/crossbeam-utils/src/backoff.rs [new file with mode: 0644]
vendor/crossbeam-utils/src/cache_padded.rs [new file with mode: 0644]
vendor/crossbeam-utils/src/lib.rs [new file with mode: 0644]
vendor/crossbeam-utils/src/sync/mod.rs [new file with mode: 0644]
vendor/crossbeam-utils/src/sync/once_lock.rs [new file with mode: 0644]
vendor/crossbeam-utils/src/sync/parker.rs [new file with mode: 0644]
vendor/crossbeam-utils/src/sync/sharded_lock.rs [new file with mode: 0644]
vendor/crossbeam-utils/src/sync/wait_group.rs [new file with mode: 0644]
vendor/crossbeam-utils/src/thread.rs [new file with mode: 0644]
vendor/crossbeam-utils/tests/atomic_cell.rs [new file with mode: 0644]
vendor/crossbeam-utils/tests/cache_padded.rs [new file with mode: 0644]
vendor/crossbeam-utils/tests/parker.rs [new file with mode: 0644]
vendor/crossbeam-utils/tests/sharded_lock.rs [new file with mode: 0644]
vendor/crossbeam-utils/tests/thread.rs [new file with mode: 0644]
vendor/crossbeam-utils/tests/wait_group.rs [new file with mode: 0644]
vendor/crypto-common/.cargo-checksum.json [new file with mode: 0644]
vendor/crypto-common/CHANGELOG.md [new file with mode: 0644]
vendor/crypto-common/Cargo.toml [new file with mode: 0644]
vendor/crypto-common/LICENSE-APACHE [new file with mode: 0644]
vendor/crypto-common/LICENSE-MIT [new file with mode: 0644]
vendor/crypto-common/README.md [new file with mode: 0644]
vendor/crypto-common/src/lib.rs [new file with mode: 0644]
vendor/cstr/.cargo-checksum.json [new file with mode: 0644]
vendor/cstr/Cargo.toml [new file with mode: 0644]
vendor/cstr/LICENSE [new file with mode: 0644]
vendor/cstr/README.md [new file with mode: 0644]
vendor/cstr/src/lib.rs [new file with mode: 0644]
vendor/cstr/src/parse.rs [new file with mode: 0644]
vendor/cstr/tests/clippy_lints.rs [new file with mode: 0644]
vendor/cstr/tests/compile_fail/empty.rs [new file with mode: 0644]
vendor/cstr/tests/compile_fail/empty.stderr [new file with mode: 0644]
vendor/cstr/tests/compile_fail/interior-nul.rs [new file with mode: 0644]
vendor/cstr/tests/compile_fail/interior-nul.stderr [new file with mode: 0644]
vendor/cstr/tests/compile_fail/non-str.rs [new file with mode: 0644]
vendor/cstr/tests/compile_fail/non-str.stderr [new file with mode: 0644]
vendor/cstr/tests/compile_fail/trash-after.rs [new file with mode: 0644]
vendor/cstr/tests/compile_fail/trash-after.stderr [new file with mode: 0644]
vendor/cstr/tests/compile_test.rs [new file with mode: 0644]
vendor/cstr/tests/pass/byte_str_lit.rs [new file with mode: 0644]
vendor/cstr/tests/pass/const.rs [new file with mode: 0644]
vendor/cstr/tests/pass/ident.rs [new file with mode: 0644]
vendor/cstr/tests/pass/macro.rs [new file with mode: 0644]
vendor/cstr/tests/pass/str_lit.rs [new file with mode: 0644]
vendor/ctor/.cargo-checksum.json [new file with mode: 0644]
vendor/ctor/Cargo.lock [new file with mode: 0644]
vendor/ctor/Cargo.toml [new file with mode: 0644]
vendor/ctor/LICENSE-APACHE [new file with mode: 0644]
vendor/ctor/LICENSE-MIT [new file with mode: 0644]
vendor/ctor/README.md [new file with mode: 0644]
vendor/ctor/src/example.rs [new file with mode: 0644]
vendor/ctor/src/lib.rs [new file with mode: 0644]
vendor/dashmap/.cargo-checksum.json [new file with mode: 0644]
vendor/dashmap/Cargo.toml [new file with mode: 0644]
vendor/dashmap/LICENSE [new file with mode: 0644]
vendor/dashmap/README.md [new file with mode: 0644]
vendor/dashmap/rust-toolchain [new file with mode: 0644]
vendor/dashmap/src/iter.rs [new file with mode: 0644]
vendor/dashmap/src/iter_set.rs [new file with mode: 0644]
vendor/dashmap/src/lib.rs [new file with mode: 0644]
vendor/dashmap/src/lock.rs [new file with mode: 0644]
vendor/dashmap/src/mapref/entry.rs [new file with mode: 0644]
vendor/dashmap/src/mapref/mod.rs [new file with mode: 0644]
vendor/dashmap/src/mapref/multiple.rs [new file with mode: 0644]
vendor/dashmap/src/mapref/one.rs [new file with mode: 0644]
vendor/dashmap/src/rayon/map.rs [new file with mode: 0644]
vendor/dashmap/src/rayon/read_only.rs [new file with mode: 0644]
vendor/dashmap/src/rayon/set.rs [new file with mode: 0644]
vendor/dashmap/src/read_only.rs [new file with mode: 0644]
vendor/dashmap/src/serde.rs [new file with mode: 0644]
vendor/dashmap/src/set.rs [new file with mode: 0644]
vendor/dashmap/src/setref/mod.rs [new file with mode: 0644]
vendor/dashmap/src/setref/multiple.rs [new file with mode: 0644]
vendor/dashmap/src/setref/one.rs [new file with mode: 0644]
vendor/dashmap/src/t.rs [new file with mode: 0644]
vendor/dashmap/src/try_result.rs [new file with mode: 0644]
vendor/dashmap/src/util.rs [new file with mode: 0644]
vendor/datafrog/.cargo-checksum.json [new file with mode: 0644]
vendor/datafrog/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/datafrog/Cargo.toml [new file with mode: 0644]
vendor/datafrog/LICENSE-APACHE [new file with mode: 0644]
vendor/datafrog/LICENSE-MIT [new file with mode: 0644]
vendor/datafrog/README.md [new file with mode: 0644]
vendor/datafrog/RELEASES.md [new file with mode: 0644]
vendor/datafrog/examples/borrow_check.rs [new file with mode: 0644]
vendor/datafrog/examples/graspan1.rs [new file with mode: 0644]
vendor/datafrog/src/join.rs [new file with mode: 0644]
vendor/datafrog/src/lib.rs [new file with mode: 0644]
vendor/datafrog/src/map.rs [new file with mode: 0644]
vendor/datafrog/src/test.rs [new file with mode: 0644]
vendor/datafrog/src/treefrog.rs [new file with mode: 0644]
vendor/derive-new/.cargo-checksum.json [new file with mode: 0644]
vendor/derive-new/Cargo.toml [new file with mode: 0644]
vendor/derive-new/README.md [new file with mode: 0644]
vendor/derive-new/src/lib.rs [new file with mode: 0644]
vendor/derive-new/tests/test.rs [new file with mode: 0644]
vendor/derive_more/.cargo-checksum.json [new file with mode: 0644]
vendor/derive_more/CHANGELOG.md [new file with mode: 0644]
vendor/derive_more/Cargo.lock [new file with mode: 0644]
vendor/derive_more/Cargo.toml [new file with mode: 0644]
vendor/derive_more/LICENSE [new file with mode: 0644]
vendor/derive_more/README.md [new file with mode: 0644]
vendor/derive_more/src/add_assign_like.rs [new file with mode: 0644]
vendor/derive_more/src/add_helpers.rs [new file with mode: 0644]
vendor/derive_more/src/add_like.rs [new file with mode: 0644]
vendor/derive_more/src/as_mut.rs [new file with mode: 0644]
vendor/derive_more/src/as_ref.rs [new file with mode: 0644]
vendor/derive_more/src/constructor.rs [new file with mode: 0644]
vendor/derive_more/src/deref.rs [new file with mode: 0644]
vendor/derive_more/src/deref_mut.rs [new file with mode: 0644]
vendor/derive_more/src/display.rs [new file with mode: 0644]
vendor/derive_more/src/error.rs [new file with mode: 0644]
vendor/derive_more/src/from.rs [new file with mode: 0644]
vendor/derive_more/src/from_str.rs [new file with mode: 0644]
vendor/derive_more/src/index.rs [new file with mode: 0644]
vendor/derive_more/src/index_mut.rs [new file with mode: 0644]
vendor/derive_more/src/into.rs [new file with mode: 0644]
vendor/derive_more/src/into_iterator.rs [new file with mode: 0644]
vendor/derive_more/src/is_variant.rs [new file with mode: 0644]
vendor/derive_more/src/lib.rs [new file with mode: 0644]
vendor/derive_more/src/mul_assign_like.rs [new file with mode: 0644]
vendor/derive_more/src/mul_helpers.rs [new file with mode: 0644]
vendor/derive_more/src/mul_like.rs [new file with mode: 0644]
vendor/derive_more/src/not_like.rs [new file with mode: 0644]
vendor/derive_more/src/parsing.rs [new file with mode: 0644]
vendor/derive_more/src/sum_like.rs [new file with mode: 0644]
vendor/derive_more/src/try_into.rs [new file with mode: 0644]
vendor/derive_more/src/unwrap.rs [new file with mode: 0644]
vendor/derive_more/src/utils.rs [new file with mode: 0644]
vendor/derive_more/tests/add.rs [new file with mode: 0644]
vendor/derive_more/tests/add_assign.rs [new file with mode: 0644]
vendor/derive_more/tests/as_mut.rs [new file with mode: 0644]
vendor/derive_more/tests/as_ref.rs [new file with mode: 0644]
vendor/derive_more/tests/boats_display_derive.rs [new file with mode: 0644]
vendor/derive_more/tests/constructor.rs [new file with mode: 0644]
vendor/derive_more/tests/deref.rs [new file with mode: 0644]
vendor/derive_more/tests/deref_mut.rs [new file with mode: 0644]
vendor/derive_more/tests/display.rs [new file with mode: 0644]
vendor/derive_more/tests/error/derives_for_enums_with_source.rs [new file with mode: 0644]
vendor/derive_more/tests/error/derives_for_generic_enums_with_source.rs [new file with mode: 0644]
vendor/derive_more/tests/error/derives_for_generic_structs_with_source.rs [new file with mode: 0644]
vendor/derive_more/tests/error/derives_for_structs_with_source.rs [new file with mode: 0644]
vendor/derive_more/tests/error/mod.rs [new file with mode: 0644]
vendor/derive_more/tests/error/nightly/derives_for_enums_with_backtrace.rs [new file with mode: 0644]
vendor/derive_more/tests/error/nightly/derives_for_generic_enums_with_backtrace.rs [new file with mode: 0644]
vendor/derive_more/tests/error/nightly/derives_for_generic_structs_with_backtrace.rs [new file with mode: 0644]
vendor/derive_more/tests/error/nightly/derives_for_structs_with_backtrace.rs [new file with mode: 0644]
vendor/derive_more/tests/error/nightly/mod.rs [new file with mode: 0644]
vendor/derive_more/tests/error_tests.rs [new file with mode: 0644]
vendor/derive_more/tests/from.rs [new file with mode: 0644]
vendor/derive_more/tests/from_str.rs [new file with mode: 0644]
vendor/derive_more/tests/generics.rs [new file with mode: 0644]
vendor/derive_more/tests/index.rs [new file with mode: 0644]
vendor/derive_more/tests/index_mut.rs [new file with mode: 0644]
vendor/derive_more/tests/into.rs [new file with mode: 0644]
vendor/derive_more/tests/into_iterator.rs [new file with mode: 0644]
vendor/derive_more/tests/is_variant.rs [new file with mode: 0644]
vendor/derive_more/tests/lib.rs [new file with mode: 0644]
vendor/derive_more/tests/mul.rs [new file with mode: 0644]
vendor/derive_more/tests/mul_assign.rs [new file with mode: 0644]
vendor/derive_more/tests/no_std.rs [new file with mode: 0644]
vendor/derive_more/tests/not.rs [new file with mode: 0644]
vendor/derive_more/tests/sum.rs [new file with mode: 0644]
vendor/derive_more/tests/try_into.rs [new file with mode: 0644]
vendor/derive_more/tests/unwrap.rs [new file with mode: 0644]
vendor/diff/.cargo-checksum.json [new file with mode: 0644]
vendor/diff/Cargo.lock [new file with mode: 0644]
vendor/diff/Cargo.toml [new file with mode: 0644]
vendor/diff/LICENSE-APACHE [new file with mode: 0644]
vendor/diff/LICENSE-MIT [new file with mode: 0644]
vendor/diff/README.md [new file with mode: 0644]
vendor/diff/benches/benches.rs [new file with mode: 0644]
vendor/diff/examples/simple.rs [new file with mode: 0644]
vendor/diff/src/lib.rs [new file with mode: 0644]
vendor/diff/tests/data/gitignores.chars.diff [new file with mode: 0644]
vendor/diff/tests/data/gitignores.lines.diff [new file with mode: 0644]
vendor/diff/tests/data/gitignores.txt [new file with mode: 0644]
vendor/diff/tests/tests.rs [new file with mode: 0644]
vendor/digest/.cargo-checksum.json [new file with mode: 0644]
vendor/digest/CHANGELOG.md [new file with mode: 0644]
vendor/digest/Cargo.toml [new file with mode: 0644]
vendor/digest/LICENSE-APACHE [new file with mode: 0644]
vendor/digest/LICENSE-MIT [new file with mode: 0644]
vendor/digest/README.md [new file with mode: 0644]
vendor/digest/src/core_api.rs [new file with mode: 0644]
vendor/digest/src/core_api/ct_variable.rs [new file with mode: 0644]
vendor/digest/src/core_api/rt_variable.rs [new file with mode: 0644]
vendor/digest/src/core_api/wrapper.rs [new file with mode: 0644]
vendor/digest/src/core_api/xof_reader.rs [new file with mode: 0644]
vendor/digest/src/dev.rs [new file with mode: 0644]
vendor/digest/src/dev/fixed.rs [new file with mode: 0644]
vendor/digest/src/dev/mac.rs [new file with mode: 0644]
vendor/digest/src/dev/rng.rs [new file with mode: 0644]
vendor/digest/src/dev/variable.rs [new file with mode: 0644]
vendor/digest/src/dev/xof.rs [new file with mode: 0644]
vendor/digest/src/digest.rs [new file with mode: 0644]
vendor/digest/src/lib.rs [new file with mode: 0644]
vendor/digest/src/mac.rs [new file with mode: 0644]
vendor/dirs-next/.cargo-checksum.json [new file with mode: 0644]
vendor/dirs-next/CHANGELOG.md [new file with mode: 0644]
vendor/dirs-next/Cargo.toml [new file with mode: 0644]
vendor/dirs-next/LICENSE-APACHE [new file with mode: 0644]
vendor/dirs-next/LICENSE-MIT [new file with mode: 0644]
vendor/dirs-next/README.md [new file with mode: 0644]
vendor/dirs-next/src/lib.rs [new file with mode: 0644]
vendor/dirs-next/src/lin.rs [new file with mode: 0644]
vendor/dirs-next/src/mac.rs [new file with mode: 0644]
vendor/dirs-next/src/wasm.rs [new file with mode: 0644]
vendor/dirs-next/src/win.rs [new file with mode: 0644]
vendor/dirs-sys-next/.cargo-checksum.json [new file with mode: 0644]
vendor/dirs-sys-next/CHANGELOG.md [new file with mode: 0644]
vendor/dirs-sys-next/Cargo.toml [new file with mode: 0644]
vendor/dirs-sys-next/LICENSE-APACHE [new file with mode: 0644]
vendor/dirs-sys-next/LICENSE-MIT [new file with mode: 0644]
vendor/dirs-sys-next/README.md [new file with mode: 0644]
vendor/dirs-sys-next/src/lib.rs [new file with mode: 0644]
vendor/dirs-sys-next/src/xdg_user_dirs.rs [new file with mode: 0644]
vendor/dirs-sys/.cargo-checksum.json [new file with mode: 0644]
vendor/dirs-sys/Cargo.toml [new file with mode: 0644]
vendor/dirs-sys/LICENSE-APACHE [new file with mode: 0644]
vendor/dirs-sys/LICENSE-MIT [new file with mode: 0644]
vendor/dirs-sys/README.md [new file with mode: 0644]
vendor/dirs-sys/src/lib.rs [new file with mode: 0644]
vendor/dirs-sys/src/xdg_user_dirs.rs [new file with mode: 0644]
vendor/dirs/.cargo-checksum.json [new file with mode: 0644]
vendor/dirs/Cargo.toml [new file with mode: 0644]
vendor/dirs/LICENSE-APACHE [new file with mode: 0644]
vendor/dirs/LICENSE-MIT [new file with mode: 0644]
vendor/dirs/README.md [new file with mode: 0644]
vendor/dirs/src/lib.rs [new file with mode: 0644]
vendor/dirs/src/lin.rs [new file with mode: 0644]
vendor/dirs/src/mac.rs [new file with mode: 0644]
vendor/dirs/src/wasm.rs [new file with mode: 0644]
vendor/dirs/src/win.rs [new file with mode: 0644]
vendor/displaydoc/.cargo-checksum.json [new file with mode: 0644]
vendor/displaydoc/CHANGELOG.md [new file with mode: 0644]
vendor/displaydoc/Cargo.lock [new file with mode: 0644]
vendor/displaydoc/Cargo.toml [new file with mode: 0644]
vendor/displaydoc/LICENSE-APACHE [new file with mode: 0644]
vendor/displaydoc/LICENSE-MIT [new file with mode: 0644]
vendor/displaydoc/README.md [new file with mode: 0644]
vendor/displaydoc/README.tpl [new file with mode: 0644]
vendor/displaydoc/examples/simple.rs [new file with mode: 0644]
vendor/displaydoc/src/attr.rs [new file with mode: 0644]
vendor/displaydoc/src/expand.rs [new file with mode: 0644]
vendor/displaydoc/src/fmt.rs [new file with mode: 0644]
vendor/displaydoc/src/lib.rs [new file with mode: 0644]
vendor/displaydoc/tests/compile_tests.rs [new file with mode: 0644]
vendor/displaydoc/tests/happy.rs [new file with mode: 0644]
vendor/displaydoc/tests/no_std/enum_prefix.rs [new file with mode: 0644]
vendor/displaydoc/tests/no_std/enum_prefix_missing.rs [new file with mode: 0644]
vendor/displaydoc/tests/no_std/enum_prefix_missing.stderr [new file with mode: 0644]
vendor/displaydoc/tests/no_std/multi_line.rs [new file with mode: 0644]
vendor/displaydoc/tests/no_std/multi_line.stderr [new file with mode: 0644]
vendor/displaydoc/tests/no_std/multi_line_allow.rs [new file with mode: 0644]
vendor/displaydoc/tests/no_std/with.rs [new file with mode: 0644]
vendor/displaydoc/tests/no_std/without.rs [new file with mode: 0644]
vendor/displaydoc/tests/no_std/without.stderr [new file with mode: 0644]
vendor/displaydoc/tests/num_in_field.rs [new file with mode: 0644]
vendor/displaydoc/tests/std/enum_prefix.rs [new file with mode: 0644]
vendor/displaydoc/tests/std/enum_prefix_missing.rs [new file with mode: 0644]
vendor/displaydoc/tests/std/enum_prefix_missing.stderr [new file with mode: 0644]
vendor/displaydoc/tests/std/multi_line.rs [new file with mode: 0644]
vendor/displaydoc/tests/std/multi_line.stderr [new file with mode: 0644]
vendor/displaydoc/tests/std/multi_line_allow.rs [new file with mode: 0644]
vendor/displaydoc/tests/std/multiple.rs [new file with mode: 0644]
vendor/displaydoc/tests/std/without.rs [new file with mode: 0644]
vendor/displaydoc/tests/std/without.stderr [new file with mode: 0644]
vendor/dissimilar/.cargo-checksum.json [new file with mode: 0644]
vendor/dissimilar/Cargo.toml [new file with mode: 0644]
vendor/dissimilar/LICENSE-APACHE [new file with mode: 0644]
vendor/dissimilar/LICENSE-MIT [new file with mode: 0644]
vendor/dissimilar/README.md [new file with mode: 0644]
vendor/dissimilar/benches/bench.rs [new file with mode: 0644]
vendor/dissimilar/benches/document1.txt [new file with mode: 0644]
vendor/dissimilar/benches/document2.txt [new file with mode: 0644]
vendor/dissimilar/src/find.rs [new file with mode: 0644]
vendor/dissimilar/src/lib.rs [new file with mode: 0644]
vendor/dissimilar/src/range.rs [new file with mode: 0644]
vendor/dissimilar/src/tests.rs [new file with mode: 0644]
vendor/dissimilar/tests/test.rs [new file with mode: 0644]
vendor/dlmalloc/.cargo-checksum.json [new file with mode: 0644]
vendor/dlmalloc/Cargo.toml [new file with mode: 0644]
vendor/dlmalloc/LICENSE-APACHE [new file with mode: 0644]
vendor/dlmalloc/LICENSE-MIT [new file with mode: 0644]
vendor/dlmalloc/README.md [new file with mode: 0644]
vendor/dlmalloc/build.rs [new file with mode: 0644]
vendor/dlmalloc/src/dlmalloc.c [new file with mode: 0644]
vendor/dlmalloc/src/dlmalloc.rs [new file with mode: 0644]
vendor/dlmalloc/src/dummy.rs [new file with mode: 0644]
vendor/dlmalloc/src/global.rs [new file with mode: 0644]
vendor/dlmalloc/src/lib.rs [new file with mode: 0644]
vendor/dlmalloc/src/unix.rs [new file with mode: 0644]
vendor/dlmalloc/src/wasm.rs [new file with mode: 0644]
vendor/dlmalloc/tests/global.rs [new file with mode: 0644]
vendor/dlmalloc/tests/smoke.rs [new file with mode: 0644]
vendor/drop_bomb/.cargo-checksum.json [new file with mode: 0644]
vendor/drop_bomb/Cargo.toml [new file with mode: 0644]
vendor/drop_bomb/LICENSE-APACHE [new file with mode: 0644]
vendor/drop_bomb/LICENSE-MIT [new file with mode: 0644]
vendor/drop_bomb/README.md [new file with mode: 0644]
vendor/drop_bomb/src/lib.rs [new file with mode: 0644]
vendor/either/.cargo-checksum.json [new file with mode: 0644]
vendor/either/Cargo.toml [new file with mode: 0644]
vendor/either/LICENSE-APACHE [new file with mode: 0644]
vendor/either/LICENSE-MIT [new file with mode: 0644]
vendor/either/README-crates.io.md [new file with mode: 0644]
vendor/either/README.rst [new file with mode: 0644]
vendor/either/src/lib.rs [new file with mode: 0644]
vendor/either/src/serde_untagged.rs [new file with mode: 0644]
vendor/either/src/serde_untagged_optional.rs [new file with mode: 0644]
vendor/elasticlunr-rs/.cargo-checksum.json [new file with mode: 0644]
vendor/elasticlunr-rs/CHANGELOG.md [new file with mode: 0644]
vendor/elasticlunr-rs/Cargo.lock [new file with mode: 0644]
vendor/elasticlunr-rs/Cargo.toml [new file with mode: 0644]
vendor/elasticlunr-rs/LICENSE-APACHE [new file with mode: 0644]
vendor/elasticlunr-rs/LICENSE-JS [new file with mode: 0644]
vendor/elasticlunr-rs/LICENSE-MIT [new file with mode: 0644]
vendor/elasticlunr-rs/LICENSE-WORDS [new file with mode: 0644]
vendor/elasticlunr-rs/README.md [new file with mode: 0644]
vendor/elasticlunr-rs/benches/bench.rs [new file with mode: 0644]
vendor/elasticlunr-rs/examples/export_json.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/config.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/document_store.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/inverted_index.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/ar.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/common.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/da.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/de.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/du.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/en.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/es.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/fi.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/fr.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/it.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/ja.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/mod.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/no.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/pt.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/ro.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/ru.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/sv.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/tr.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/zh.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lib.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/pipeline.rs [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/ar.in.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/ar.out.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/da.in.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/da.out.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/de.in.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/de.out.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/du.in.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/du.out.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/en.in.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/en.out.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/es.in.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/es.out.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/fi.in.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/fi.out.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/fr.in.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/fr.out.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/it.in.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/it.out.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/ja.in.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/ja.out.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/no.in.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/no.out.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/pt.in.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/pt.out.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/ro.in.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/ro.out.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/ru.in.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/ru.out.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/sv.in.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/sv.out.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/tr.in.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/tr.out.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/zh.in.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/zh.out.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/searchindex_fixture_en.json [new file with mode: 0644]
vendor/elasticlunr-rs/tests/searchindex_fixture_ja.json [new file with mode: 0644]
vendor/elasticlunr-rs/tests/test-index.rs [new file with mode: 0644]
vendor/elasticlunr-rs/tests/test-pipeline.rs [new file with mode: 0644]
vendor/elsa/.cargo-checksum.json [new file with mode: 0644]
vendor/elsa/Cargo.lock [new file with mode: 0644]
vendor/elsa/Cargo.toml [new file with mode: 0644]
vendor/elsa/LICENSE-APACHE [new file with mode: 0644]
vendor/elsa/LICENSE-MIT [new file with mode: 0644]
vendor/elsa/README.md [new file with mode: 0644]
vendor/elsa/examples/arena.rs [new file with mode: 0644]
vendor/elsa/examples/fluentresource.rs [new file with mode: 0644]
vendor/elsa/examples/mutable_arena.rs [new file with mode: 0644]
vendor/elsa/examples/string_interner.rs [new file with mode: 0644]
vendor/elsa/examples/sync.rs [new file with mode: 0644]
vendor/elsa/src/index_map.rs [new file with mode: 0644]
vendor/elsa/src/index_set.rs [new file with mode: 0644]
vendor/elsa/src/lib.rs [new file with mode: 0644]
vendor/elsa/src/map.rs [new file with mode: 0644]
vendor/elsa/src/sync.rs [new file with mode: 0644]
vendor/elsa/src/vec.rs [new file with mode: 0644]
vendor/ena/.cargo-checksum.json [new file with mode: 0644]
vendor/ena/Cargo.toml [new file with mode: 0644]
vendor/ena/LICENSE-APACHE [new file with mode: 0644]
vendor/ena/LICENSE-MIT [new file with mode: 0644]
vendor/ena/README.md [new file with mode: 0644]
vendor/ena/measurements.txt [new file with mode: 0644]
vendor/ena/src/bitvec.rs [new file with mode: 0644]
vendor/ena/src/lib.rs [new file with mode: 0644]
vendor/ena/src/snapshot_vec.rs [new file with mode: 0644]
vendor/ena/src/undo_log.rs [new file with mode: 0644]
vendor/ena/src/unify/backing_vec.rs [new file with mode: 0644]
vendor/ena/src/unify/mod.rs [new file with mode: 0644]
vendor/ena/src/unify/tests.rs [new file with mode: 0644]
vendor/ena/tests/external_undo_log.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/.cargo-checksum.json [new file with mode: 0644]
vendor/env_logger-0.7.1/CHANGELOG.md [new file with mode: 0644]
vendor/env_logger-0.7.1/Cargo.lock [new file with mode: 0644]
vendor/env_logger-0.7.1/Cargo.toml [new file with mode: 0644]
vendor/env_logger-0.7.1/LICENSE-APACHE [new file with mode: 0644]
vendor/env_logger-0.7.1/LICENSE-MIT [new file with mode: 0644]
vendor/env_logger-0.7.1/README.md [new file with mode: 0644]
vendor/env_logger-0.7.1/examples/custom_default_format.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/examples/custom_format.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/examples/custom_logger.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/examples/default.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/examples/direct_logger.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/examples/filters_from_code.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/src/filter/mod.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/src/filter/regex.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/src/filter/string.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/src/fmt/humantime/extern_impl.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/src/fmt/humantime/mod.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/src/fmt/humantime/shim_impl.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/src/fmt/mod.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/src/fmt/writer/atty.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/src/fmt/writer/mod.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/src/fmt/writer/termcolor/extern_impl.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/src/fmt/writer/termcolor/mod.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/src/fmt/writer/termcolor/shim_impl.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/src/lib.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/tests/init-twice-retains-filter.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/tests/log-in-log.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/tests/log_tls_dtors.rs [new file with mode: 0644]
vendor/env_logger-0.7.1/tests/regexp_filter.rs [new file with mode: 0644]
vendor/env_logger-0.9.0/.cargo-checksum.json [new file with mode: 0644]
vendor/env_logger-0.9.0/CHANGELOG.md [new file with mode: 0644]
vendor/env_logger-0.9.0/Cargo.toml [new file with mode: 0644]
vendor/env_logger-0.9.0/LICENSE-APACHE [new file with mode: 0644]
vendor/env_logger-0.9.0/LICENSE-MIT [new file with mode: 0644]
vendor/env_logger-0.9.0/README.md [new file with mode: 0644]
vendor/env_logger-0.9.0/src/filter/mod.rs [new file with mode: 0644]
vendor/env_logger-0.9.0/src/filter/regex.rs [new file with mode: 0644]
vendor/env_logger-0.9.0/src/filter/string.rs [new file with mode: 0644]
vendor/env_logger-0.9.0/src/fmt/humantime/extern_impl.rs [new file with mode: 0644]
vendor/env_logger-0.9.0/src/fmt/humantime/mod.rs [new file with mode: 0644]
vendor/env_logger-0.9.0/src/fmt/humantime/shim_impl.rs [new file with mode: 0644]
vendor/env_logger-0.9.0/src/fmt/mod.rs [new file with mode: 0644]
vendor/env_logger-0.9.0/src/fmt/writer/atty.rs [new file with mode: 0644]
vendor/env_logger-0.9.0/src/fmt/writer/mod.rs [new file with mode: 0644]
vendor/env_logger-0.9.0/src/fmt/writer/termcolor/extern_impl.rs [new file with mode: 0644]
vendor/env_logger-0.9.0/src/fmt/writer/termcolor/mod.rs [new file with mode: 0644]
vendor/env_logger-0.9.0/src/fmt/writer/termcolor/shim_impl.rs [new file with mode: 0644]
vendor/env_logger-0.9.0/src/lib.rs [new file with mode: 0644]
vendor/env_logger-0.9.0/tests/init-twice-retains-filter.rs [new file with mode: 0644]
vendor/env_logger-0.9.0/tests/log-in-log.rs [new file with mode: 0644]
vendor/env_logger-0.9.0/tests/log_tls_dtors.rs [new file with mode: 0644]
vendor/env_logger-0.9.0/tests/regexp_filter.rs [new file with mode: 0644]
vendor/env_logger/.cargo-checksum.json [new file with mode: 0644]
vendor/env_logger/Cargo.lock [new file with mode: 0644]
vendor/env_logger/Cargo.toml [new file with mode: 0644]
vendor/env_logger/LICENSE-APACHE [new file with mode: 0644]
vendor/env_logger/LICENSE-MIT [new file with mode: 0644]
vendor/env_logger/README.md [new file with mode: 0644]
vendor/env_logger/examples/custom_default_format.rs [new file with mode: 0644]
vendor/env_logger/examples/custom_format.rs [new file with mode: 0644]
vendor/env_logger/examples/custom_logger.rs [new file with mode: 0644]
vendor/env_logger/examples/default.rs [new file with mode: 0644]
vendor/env_logger/examples/direct_logger.rs [new file with mode: 0644]
vendor/env_logger/examples/filters_from_code.rs [new file with mode: 0644]
vendor/env_logger/examples/in_tests.rs [new file with mode: 0644]
vendor/env_logger/examples/syslog_friendly_format.rs [new file with mode: 0644]
vendor/env_logger/src/filter/mod.rs [new file with mode: 0644]
vendor/env_logger/src/filter/regex.rs [new file with mode: 0644]
vendor/env_logger/src/filter/string.rs [new file with mode: 0644]
vendor/env_logger/src/fmt/humantime/extern_impl.rs [new file with mode: 0644]
vendor/env_logger/src/fmt/humantime/mod.rs [new file with mode: 0644]
vendor/env_logger/src/fmt/humantime/shim_impl.rs [new file with mode: 0644]
vendor/env_logger/src/fmt/mod.rs [new file with mode: 0644]
vendor/env_logger/src/fmt/writer/atty.rs [new file with mode: 0644]
vendor/env_logger/src/fmt/writer/mod.rs [new file with mode: 0644]
vendor/env_logger/src/fmt/writer/termcolor/extern_impl.rs [new file with mode: 0644]
vendor/env_logger/src/fmt/writer/termcolor/mod.rs [new file with mode: 0644]
vendor/env_logger/src/fmt/writer/termcolor/shim_impl.rs [new file with mode: 0644]
vendor/env_logger/src/lib.rs [new file with mode: 0644]
vendor/env_logger/tests/init-twice-retains-filter.rs [new file with mode: 0644]
vendor/env_logger/tests/log-in-log.rs [new file with mode: 0644]
vendor/env_logger/tests/log_tls_dtors.rs [new file with mode: 0644]
vendor/env_logger/tests/regexp_filter.rs [new file with mode: 0644]
vendor/errno-dragonfly/.cargo-checksum.json [new file with mode: 0644]
vendor/errno-dragonfly/Cargo.toml [new file with mode: 0644]
vendor/errno-dragonfly/LICENSE [new file with mode: 0644]
vendor/errno-dragonfly/README.md [new file with mode: 0644]
vendor/errno-dragonfly/build.rs [new file with mode: 0644]
vendor/errno-dragonfly/src/errno.c [new file with mode: 0644]
vendor/errno-dragonfly/src/lib.rs [new file with mode: 0644]
vendor/errno/.cargo-checksum.json [new file with mode: 0644]
vendor/errno/CHANGELOG.md [new file with mode: 0644]
vendor/errno/Cargo.toml [new file with mode: 0644]
vendor/errno/LICENSE-APACHE [new file with mode: 0644]
vendor/errno/LICENSE-MIT [new file with mode: 0644]
vendor/errno/README.md [new file with mode: 0644]
vendor/errno/src/hermit.rs [new file with mode: 0644]
vendor/errno/src/lib.rs [new file with mode: 0644]
vendor/errno/src/unix.rs [new file with mode: 0644]
vendor/errno/src/wasi.rs [new file with mode: 0644]
vendor/errno/src/windows.rs [new file with mode: 0644]
vendor/expect-test/.cargo-checksum.json [new file with mode: 0644]
vendor/expect-test/CHANGELOG.md [new file with mode: 0644]
vendor/expect-test/Cargo.toml [new file with mode: 0644]
vendor/expect-test/LICENSE-APACHE [new file with mode: 0644]
vendor/expect-test/LICENSE-MIT [new file with mode: 0644]
vendor/expect-test/README.md [new file with mode: 0644]
vendor/expect-test/src/lib.rs [new file with mode: 0644]
vendor/fallible-iterator/.cargo-checksum.json [new file with mode: 0644]
vendor/fallible-iterator/CHANGELOG.md [new file with mode: 0644]
vendor/fallible-iterator/Cargo.toml [new file with mode: 0644]
vendor/fallible-iterator/LICENSE-APACHE [new file with mode: 0644]
vendor/fallible-iterator/LICENSE-MIT [new file with mode: 0644]
vendor/fallible-iterator/README.md [new file with mode: 0644]
vendor/fallible-iterator/src/lib.rs [new file with mode: 0644]
vendor/fallible-iterator/src/test.rs [new file with mode: 0644]
vendor/fastrand/.cargo-checksum.json [new file with mode: 0644]
vendor/fastrand/CHANGELOG.md [new file with mode: 0644]
vendor/fastrand/Cargo.toml [new file with mode: 0644]
vendor/fastrand/LICENSE-APACHE [new file with mode: 0644]
vendor/fastrand/LICENSE-MIT [new file with mode: 0644]
vendor/fastrand/README.md [new file with mode: 0644]
vendor/fastrand/benches/bench.rs [new file with mode: 0644]
vendor/fastrand/src/lib.rs [new file with mode: 0644]
vendor/fastrand/tests/char.rs [new file with mode: 0644]
vendor/fastrand/tests/smoke.rs [new file with mode: 0644]
vendor/fd-lock/.cargo-checksum.json [new file with mode: 0644]
vendor/fd-lock/Cargo.toml [new file with mode: 0644]
vendor/fd-lock/LICENSE-APACHE [new file with mode: 0644]
vendor/fd-lock/LICENSE-MIT [new file with mode: 0644]
vendor/fd-lock/README.md [new file with mode: 0644]
vendor/fd-lock/src/lib.rs [new file with mode: 0644]
vendor/fd-lock/src/read_guard.rs [new file with mode: 0644]
vendor/fd-lock/src/rw_lock.rs [new file with mode: 0644]
vendor/fd-lock/src/sys/mod.rs [new file with mode: 0644]
vendor/fd-lock/src/sys/unix/mod.rs [new file with mode: 0644]
vendor/fd-lock/src/sys/unix/read_guard.rs [new file with mode: 0644]
vendor/fd-lock/src/sys/unix/rw_lock.rs [new file with mode: 0644]
vendor/fd-lock/src/sys/unix/write_guard.rs [new file with mode: 0644]
vendor/fd-lock/src/sys/unsupported/mod.rs [new file with mode: 0644]
vendor/fd-lock/src/sys/unsupported/read_guard.rs [new file with mode: 0644]
vendor/fd-lock/src/sys/unsupported/rw_lock.rs [new file with mode: 0644]
vendor/fd-lock/src/sys/unsupported/utils.rs [new file with mode: 0644]
vendor/fd-lock/src/sys/unsupported/write_guard.rs [new file with mode: 0644]
vendor/fd-lock/src/sys/windows/mod.rs [new file with mode: 0644]
vendor/fd-lock/src/sys/windows/read_guard.rs [new file with mode: 0644]
vendor/fd-lock/src/sys/windows/rw_lock.rs [new file with mode: 0644]
vendor/fd-lock/src/sys/windows/utils.rs [new file with mode: 0644]
vendor/fd-lock/src/sys/windows/write_guard.rs [new file with mode: 0644]
vendor/fd-lock/src/write_guard.rs [new file with mode: 0644]
vendor/fd-lock/tests/test.rs [new file with mode: 0644]
vendor/filetime/.cargo-checksum.json [new file with mode: 0644]
vendor/filetime/Cargo.toml [new file with mode: 0644]
vendor/filetime/LICENSE-APACHE [new file with mode: 0644]
vendor/filetime/LICENSE-MIT [new file with mode: 0644]
vendor/filetime/README.md [new file with mode: 0644]
vendor/filetime/src/lib.rs [new file with mode: 0644]
vendor/filetime/src/redox.rs [new file with mode: 0644]
vendor/filetime/src/unix/android.rs [new file with mode: 0644]
vendor/filetime/src/unix/linux.rs [new file with mode: 0644]
vendor/filetime/src/unix/macos.rs [new file with mode: 0644]
vendor/filetime/src/unix/mod.rs [new file with mode: 0644]
vendor/filetime/src/unix/utimensat.rs [new file with mode: 0644]
vendor/filetime/src/unix/utimes.rs [new file with mode: 0644]
vendor/filetime/src/wasm.rs [new file with mode: 0644]
vendor/filetime/src/windows.rs [new file with mode: 0644]
vendor/fixedbitset/.cargo-checksum.json [new file with mode: 0644]
vendor/fixedbitset/Cargo.toml [new file with mode: 0644]
vendor/fixedbitset/LICENSE-APACHE [new file with mode: 0644]
vendor/fixedbitset/LICENSE-MIT [new file with mode: 0644]
vendor/fixedbitset/README.rst [new file with mode: 0644]
vendor/fixedbitset/benches/benches.rs [new file with mode: 0644]
vendor/fixedbitset/src/lib.rs [new file with mode: 0644]
vendor/fixedbitset/src/range.rs [new file with mode: 0644]
vendor/flate2/.cargo-checksum.json [new file with mode: 0644]
vendor/flate2/Cargo.lock [new file with mode: 0644]
vendor/flate2/Cargo.toml [new file with mode: 0644]
vendor/flate2/LICENSE-APACHE [new file with mode: 0644]
vendor/flate2/LICENSE-MIT [new file with mode: 0644]
vendor/flate2/README.md [new file with mode: 0644]
vendor/flate2/examples/compress_file.rs [new file with mode: 0644]
vendor/flate2/examples/deflatedecoder-bufread.rs [new file with mode: 0644]
vendor/flate2/examples/deflatedecoder-read.rs [new file with mode: 0644]
vendor/flate2/examples/deflatedecoder-write.rs [new file with mode: 0644]
vendor/flate2/examples/deflateencoder-bufread.rs [new file with mode: 0644]
vendor/flate2/examples/deflateencoder-read.rs [new file with mode: 0644]
vendor/flate2/examples/deflateencoder-write.rs [new file with mode: 0644]
vendor/flate2/examples/gzbuilder.rs [new file with mode: 0644]
vendor/flate2/examples/gzdecoder-bufread.rs [new file with mode: 0644]
vendor/flate2/examples/gzdecoder-read.rs [new file with mode: 0644]
vendor/flate2/examples/gzdecoder-write.rs [new file with mode: 0644]
vendor/flate2/examples/gzencoder-bufread.rs [new file with mode: 0644]
vendor/flate2/examples/gzencoder-read.rs [new file with mode: 0644]
vendor/flate2/examples/gzencoder-write.rs [new file with mode: 0644]
vendor/flate2/examples/gzmultidecoder-bufread.rs [new file with mode: 0644]
vendor/flate2/examples/gzmultidecoder-read.rs [new file with mode: 0644]
vendor/flate2/examples/hello_world.txt [new file with mode: 0644]
vendor/flate2/examples/zlibdecoder-bufread.rs [new file with mode: 0644]
vendor/flate2/examples/zlibdecoder-read.rs [new file with mode: 0644]
vendor/flate2/examples/zlibdecoder-write.rs [new file with mode: 0644]
vendor/flate2/examples/zlibencoder-bufread.rs [new file with mode: 0644]
vendor/flate2/examples/zlibencoder-read.rs [new file with mode: 0644]
vendor/flate2/examples/zlibencoder-write.rs [new file with mode: 0644]
vendor/flate2/src/bufreader.rs [new file with mode: 0644]
vendor/flate2/src/crc.rs [new file with mode: 0644]
vendor/flate2/src/deflate/bufread.rs [new file with mode: 0644]
vendor/flate2/src/deflate/mod.rs [new file with mode: 0644]
vendor/flate2/src/deflate/read.rs [new file with mode: 0644]
vendor/flate2/src/deflate/write.rs [new file with mode: 0644]
vendor/flate2/src/ffi/c.rs [new file with mode: 0644]
vendor/flate2/src/ffi/mod.rs [new file with mode: 0644]
vendor/flate2/src/ffi/rust.rs [new file with mode: 0644]
vendor/flate2/src/gz/bufread.rs [new file with mode: 0644]
vendor/flate2/src/gz/mod.rs [new file with mode: 0644]
vendor/flate2/src/gz/read.rs [new file with mode: 0644]
vendor/flate2/src/gz/write.rs [new file with mode: 0644]
vendor/flate2/src/lib.rs [new file with mode: 0644]
vendor/flate2/src/mem.rs [new file with mode: 0644]
vendor/flate2/src/zio.rs [new file with mode: 0644]
vendor/flate2/src/zlib/bufread.rs [new file with mode: 0644]
vendor/flate2/src/zlib/mod.rs [new file with mode: 0644]
vendor/flate2/src/zlib/read.rs [new file with mode: 0644]
vendor/flate2/src/zlib/write.rs [new file with mode: 0644]
vendor/flate2/tests/corrupt-gz-file.bin [new file with mode: 0644]
vendor/flate2/tests/early-flush.rs [new file with mode: 0644]
vendor/flate2/tests/empty-read.rs [new file with mode: 0644]
vendor/flate2/tests/good-file.gz [new file with mode: 0644]
vendor/flate2/tests/good-file.txt [new file with mode: 0644]
vendor/flate2/tests/gunzip.rs [new file with mode: 0644]
vendor/flate2/tests/multi.gz [new file with mode: 0644]
vendor/flate2/tests/multi.txt [new file with mode: 0644]
vendor/flate2/tests/zero-write.rs [new file with mode: 0644]
vendor/fluent-bundle/.cargo-checksum.json [new file with mode: 0644]
vendor/fluent-bundle/Cargo.toml [new file with mode: 0644]
vendor/fluent-bundle/LICENSE-APACHE [new file with mode: 0644]
vendor/fluent-bundle/LICENSE-MIT [new file with mode: 0644]
vendor/fluent-bundle/README.md [new file with mode: 0644]
vendor/fluent-bundle/benches/resolver.rs [new file with mode: 0644]
vendor/fluent-bundle/benches/resolver_iai.rs [new file with mode: 0644]
vendor/fluent-bundle/examples/README.md [new file with mode: 0644]
vendor/fluent-bundle/src/args.rs [new file with mode: 0644]
vendor/fluent-bundle/src/bundle.rs [new file with mode: 0644]
vendor/fluent-bundle/src/concurrent.rs [new file with mode: 0644]
vendor/fluent-bundle/src/entry.rs [new file with mode: 0644]
vendor/fluent-bundle/src/errors.rs [new file with mode: 0644]
vendor/fluent-bundle/src/lib.rs [new file with mode: 0644]
vendor/fluent-bundle/src/memoizer.rs [new file with mode: 0644]
vendor/fluent-bundle/src/message.rs [new file with mode: 0644]
vendor/fluent-bundle/src/resolver/errors.rs [new file with mode: 0644]
vendor/fluent-bundle/src/resolver/expression.rs [new file with mode: 0644]
vendor/fluent-bundle/src/resolver/inline_expression.rs [new file with mode: 0644]
vendor/fluent-bundle/src/resolver/mod.rs [new file with mode: 0644]
vendor/fluent-bundle/src/resolver/pattern.rs [new file with mode: 0644]
vendor/fluent-bundle/src/resolver/scope.rs [new file with mode: 0644]
vendor/fluent-bundle/src/resource.rs [new file with mode: 0644]
vendor/fluent-bundle/src/types/mod.rs [new file with mode: 0644]
vendor/fluent-bundle/src/types/number.rs [new file with mode: 0644]
vendor/fluent-bundle/src/types/plural.rs [new file with mode: 0644]
vendor/fluent-langneg/.cargo-checksum.json [new file with mode: 0644]
vendor/fluent-langneg/Cargo.toml [new file with mode: 0644]
vendor/fluent-langneg/README.md [new file with mode: 0644]
vendor/fluent-langneg/benches/negotiate.rs [new file with mode: 0644]
vendor/fluent-langneg/src/accepted_languages.rs [new file with mode: 0644]
vendor/fluent-langneg/src/lib.rs [new file with mode: 0644]
vendor/fluent-langneg/src/negotiate/likely_subtags.rs [new file with mode: 0644]
vendor/fluent-langneg/src/negotiate/mod.rs [new file with mode: 0644]
vendor/fluent-syntax/.cargo-checksum.json [new file with mode: 0644]
vendor/fluent-syntax/Cargo.lock [new file with mode: 0644]
vendor/fluent-syntax/Cargo.toml [new file with mode: 0644]
vendor/fluent-syntax/LICENSE-APACHE [new file with mode: 0644]
vendor/fluent-syntax/LICENSE-MIT [new file with mode: 0644]
vendor/fluent-syntax/README.md [new file with mode: 0644]
vendor/fluent-syntax/benches/contexts/README.md [new file with mode: 0644]
vendor/fluent-syntax/benches/parser.rs [new file with mode: 0644]
vendor/fluent-syntax/benches/parser_iai.rs [new file with mode: 0644]
vendor/fluent-syntax/src/ast/helper.rs [new file with mode: 0644]
vendor/fluent-syntax/src/ast/mod.rs [new file with mode: 0644]
vendor/fluent-syntax/src/bin/parser.rs [new file with mode: 0644]
vendor/fluent-syntax/src/bin/update_fixtures.rs [new file with mode: 0644]
vendor/fluent-syntax/src/lib.rs [new file with mode: 0644]
vendor/fluent-syntax/src/parser/comment.rs [new file with mode: 0644]
vendor/fluent-syntax/src/parser/core.rs [new file with mode: 0644]
vendor/fluent-syntax/src/parser/errors.rs [new file with mode: 0644]
vendor/fluent-syntax/src/parser/expression.rs [new file with mode: 0644]
vendor/fluent-syntax/src/parser/helper.rs [new file with mode: 0644]
vendor/fluent-syntax/src/parser/macros.rs [new file with mode: 0644]
vendor/fluent-syntax/src/parser/mod.rs [new file with mode: 0644]
vendor/fluent-syntax/src/parser/pattern.rs [new file with mode: 0644]
vendor/fluent-syntax/src/parser/runtime.rs [new file with mode: 0644]
vendor/fluent-syntax/src/parser/slice.rs [new file with mode: 0644]
vendor/fluent-syntax/src/unicode.rs [new file with mode: 0644]
vendor/fnv/.cargo-checksum.json [new file with mode: 0644]
vendor/fnv/Cargo.toml [new file with mode: 0644]
vendor/fnv/LICENSE-APACHE [new file with mode: 0644]
vendor/fnv/LICENSE-MIT [new file with mode: 0644]
vendor/fnv/README.md [new file with mode: 0644]
vendor/fnv/lib.rs [new file with mode: 0644]
vendor/form_urlencoded/.cargo-checksum.json [new file with mode: 0644]
vendor/form_urlencoded/Cargo.toml [new file with mode: 0644]
vendor/form_urlencoded/LICENSE-APACHE [new file with mode: 0644]
vendor/form_urlencoded/LICENSE-MIT [new file with mode: 0644]
vendor/form_urlencoded/src/lib.rs [new file with mode: 0644]
vendor/fortanix-sgx-abi/.cargo-checksum.json [new file with mode: 0644]
vendor/fortanix-sgx-abi/Cargo.toml [new file with mode: 0644]
vendor/fortanix-sgx-abi/src/lib.rs [new file with mode: 0644]
vendor/fs-err/.cargo-checksum.json [new file with mode: 0644]
vendor/fs-err/CHANGELOG.md [new file with mode: 0644]
vendor/fs-err/Cargo.toml [new file with mode: 0644]
vendor/fs-err/LICENSE-APACHE [new file with mode: 0644]
vendor/fs-err/LICENSE-MIT [new file with mode: 0644]
vendor/fs-err/README.md [new file with mode: 0644]
vendor/fs-err/src/dir.rs [new file with mode: 0644]
vendor/fs-err/src/errors.rs [new file with mode: 0644]
vendor/fs-err/src/file.rs [new file with mode: 0644]
vendor/fs-err/src/lib.rs [new file with mode: 0644]
vendor/fs-err/src/open_options.rs [new file with mode: 0644]
vendor/fs-err/src/os.rs [new file with mode: 0644]
vendor/fs-err/src/os/unix.rs [new file with mode: 0644]
vendor/fs-err/src/os/windows.rs [new file with mode: 0644]
vendor/fs-err/src/path.rs [new file with mode: 0644]
vendor/futf/.cargo-checksum.json [new file with mode: 0644]
vendor/futf/Cargo.toml [new file with mode: 0644]
vendor/futf/LICENSE-APACHE [new file with mode: 0644]
vendor/futf/LICENSE-MIT [new file with mode: 0644]
vendor/futf/README.md [new file with mode: 0644]
vendor/futf/src/lib.rs [new file with mode: 0644]
vendor/futf/src/test.rs [new file with mode: 0644]
vendor/futures-channel/.cargo-checksum.json [new file with mode: 0644]
vendor/futures-channel/Cargo.toml [new file with mode: 0644]
vendor/futures-channel/LICENSE-APACHE [new file with mode: 0644]
vendor/futures-channel/LICENSE-MIT [new file with mode: 0644]
vendor/futures-channel/README.md [new file with mode: 0644]
vendor/futures-channel/benches/sync_mpsc.rs [new file with mode: 0644]
vendor/futures-channel/build.rs [new file with mode: 0644]
vendor/futures-channel/no_atomic_cas.rs [new file with mode: 0644]
vendor/futures-channel/src/lib.rs [new file with mode: 0644]
vendor/futures-channel/src/lock.rs [new file with mode: 0644]
vendor/futures-channel/src/mpsc/mod.rs [new file with mode: 0644]
vendor/futures-channel/src/mpsc/queue.rs [new file with mode: 0644]
vendor/futures-channel/src/mpsc/sink_impl.rs [new file with mode: 0644]
vendor/futures-channel/src/oneshot.rs [new file with mode: 0644]
vendor/futures-channel/tests/channel.rs [new file with mode: 0644]
vendor/futures-channel/tests/mpsc-close.rs [new file with mode: 0644]
vendor/futures-channel/tests/mpsc.rs [new file with mode: 0644]
vendor/futures-channel/tests/oneshot.rs [new file with mode: 0644]
vendor/futures-core/.cargo-checksum.json [new file with mode: 0644]
vendor/futures-core/Cargo.toml [new file with mode: 0644]
vendor/futures-core/LICENSE-APACHE [new file with mode: 0644]
vendor/futures-core/LICENSE-MIT [new file with mode: 0644]
vendor/futures-core/README.md [new file with mode: 0644]
vendor/futures-core/build.rs [new file with mode: 0644]
vendor/futures-core/no_atomic_cas.rs [new file with mode: 0644]
vendor/futures-core/src/future.rs [new file with mode: 0644]
vendor/futures-core/src/lib.rs [new file with mode: 0644]
vendor/futures-core/src/stream.rs [new file with mode: 0644]
vendor/futures-core/src/task/__internal/atomic_waker.rs [new file with mode: 0644]
vendor/futures-core/src/task/__internal/mod.rs [new file with mode: 0644]
vendor/futures-core/src/task/mod.rs [new file with mode: 0644]
vendor/futures-core/src/task/poll.rs [new file with mode: 0644]
vendor/futures-executor/.cargo-checksum.json [new file with mode: 0644]
vendor/futures-executor/Cargo.toml [new file with mode: 0644]
vendor/futures-executor/LICENSE-APACHE [new file with mode: 0644]
vendor/futures-executor/LICENSE-MIT [new file with mode: 0644]
vendor/futures-executor/README.md [new file with mode: 0644]
vendor/futures-executor/benches/thread_notify.rs [new file with mode: 0644]
vendor/futures-executor/src/enter.rs [new file with mode: 0644]
vendor/futures-executor/src/lib.rs [new file with mode: 0644]
vendor/futures-executor/src/local_pool.rs [new file with mode: 0644]
vendor/futures-executor/src/thread_pool.rs [new file with mode: 0644]
vendor/futures-executor/src/unpark_mutex.rs [new file with mode: 0644]
vendor/futures-executor/tests/local_pool.rs [new file with mode: 0644]
vendor/futures-io/.cargo-checksum.json [new file with mode: 0644]
vendor/futures-io/Cargo.toml [new file with mode: 0644]
vendor/futures-io/LICENSE-APACHE [new file with mode: 0644]
vendor/futures-io/LICENSE-MIT [new file with mode: 0644]
vendor/futures-io/README.md [new file with mode: 0644]
vendor/futures-io/src/lib.rs [new file with mode: 0644]
vendor/futures-macro/.cargo-checksum.json [new file with mode: 0644]
vendor/futures-macro/Cargo.toml [new file with mode: 0644]
vendor/futures-macro/LICENSE-APACHE [new file with mode: 0644]
vendor/futures-macro/LICENSE-MIT [new file with mode: 0644]
vendor/futures-macro/src/executor.rs [new file with mode: 0644]
vendor/futures-macro/src/join.rs [new file with mode: 0644]
vendor/futures-macro/src/lib.rs [new file with mode: 0644]
vendor/futures-macro/src/select.rs [new file with mode: 0644]
vendor/futures-macro/src/stream_select.rs [new file with mode: 0644]
vendor/futures-sink/.cargo-checksum.json [new file with mode: 0644]
vendor/futures-sink/Cargo.toml [new file with mode: 0644]
vendor/futures-sink/LICENSE-APACHE [new file with mode: 0644]
vendor/futures-sink/LICENSE-MIT [new file with mode: 0644]
vendor/futures-sink/README.md [new file with mode: 0644]
vendor/futures-sink/src/lib.rs [new file with mode: 0644]
vendor/futures-task/.cargo-checksum.json [new file with mode: 0644]
vendor/futures-task/Cargo.toml [new file with mode: 0644]
vendor/futures-task/LICENSE-APACHE [new file with mode: 0644]
vendor/futures-task/LICENSE-MIT [new file with mode: 0644]
vendor/futures-task/README.md [new file with mode: 0644]
vendor/futures-task/build.rs [new file with mode: 0644]
vendor/futures-task/no_atomic_cas.rs [new file with mode: 0644]
vendor/futures-task/src/arc_wake.rs [new file with mode: 0644]
vendor/futures-task/src/future_obj.rs [new file with mode: 0644]
vendor/futures-task/src/lib.rs [new file with mode: 0644]
vendor/futures-task/src/noop_waker.rs [new file with mode: 0644]
vendor/futures-task/src/spawn.rs [new file with mode: 0644]
vendor/futures-task/src/waker.rs [new file with mode: 0644]
vendor/futures-task/src/waker_ref.rs [new file with mode: 0644]
vendor/futures-util/.cargo-checksum.json [new file with mode: 0644]
vendor/futures-util/Cargo.toml [new file with mode: 0644]
vendor/futures-util/LICENSE-APACHE [new file with mode: 0644]
vendor/futures-util/LICENSE-MIT [new file with mode: 0644]
vendor/futures-util/README.md [new file with mode: 0644]
vendor/futures-util/benches/futures_unordered.rs [new file with mode: 0644]
vendor/futures-util/benches_disabled/bilock.rs [new file with mode: 0644]
vendor/futures-util/build.rs [new file with mode: 0644]
vendor/futures-util/no_atomic_cas.rs [new file with mode: 0644]
vendor/futures-util/src/abortable.rs [new file with mode: 0644]
vendor/futures-util/src/async_await/join_mod.rs [new file with mode: 0644]
vendor/futures-util/src/async_await/mod.rs [new file with mode: 0644]
vendor/futures-util/src/async_await/pending.rs [new file with mode: 0644]
vendor/futures-util/src/async_await/poll.rs [new file with mode: 0644]
vendor/futures-util/src/async_await/random.rs [new file with mode: 0644]
vendor/futures-util/src/async_await/select_mod.rs [new file with mode: 0644]
vendor/futures-util/src/async_await/stream_select_mod.rs [new file with mode: 0644]
vendor/futures-util/src/compat/compat01as03.rs [new file with mode: 0644]
vendor/futures-util/src/compat/compat03as01.rs [new file with mode: 0644]
vendor/futures-util/src/compat/executor.rs [new file with mode: 0644]
vendor/futures-util/src/compat/mod.rs [new file with mode: 0644]
vendor/futures-util/src/fns.rs [new file with mode: 0644]
vendor/futures-util/src/future/abortable.rs [new file with mode: 0644]
vendor/futures-util/src/future/either.rs [new file with mode: 0644]
vendor/futures-util/src/future/future/catch_unwind.rs [new file with mode: 0644]
vendor/futures-util/src/future/future/flatten.rs [new file with mode: 0644]
vendor/futures-util/src/future/future/fuse.rs [new file with mode: 0644]
vendor/futures-util/src/future/future/map.rs [new file with mode: 0644]
vendor/futures-util/src/future/future/mod.rs [new file with mode: 0644]
vendor/futures-util/src/future/future/remote_handle.rs [new file with mode: 0644]
vendor/futures-util/src/future/future/shared.rs [new file with mode: 0644]
vendor/futures-util/src/future/join.rs [new file with mode: 0644]
vendor/futures-util/src/future/join_all.rs [new file with mode: 0644]
vendor/futures-util/src/future/lazy.rs [new file with mode: 0644]
vendor/futures-util/src/future/maybe_done.rs [new file with mode: 0644]
vendor/futures-util/src/future/mod.rs [new file with mode: 0644]
vendor/futures-util/src/future/option.rs [new file with mode: 0644]
vendor/futures-util/src/future/pending.rs [new file with mode: 0644]
vendor/futures-util/src/future/poll_fn.rs [new file with mode: 0644]
vendor/futures-util/src/future/poll_immediate.rs [new file with mode: 0644]
vendor/futures-util/src/future/ready.rs [new file with mode: 0644]
vendor/futures-util/src/future/select.rs [new file with mode: 0644]
vendor/futures-util/src/future/select_all.rs [new file with mode: 0644]
vendor/futures-util/src/future/select_ok.rs [new file with mode: 0644]
vendor/futures-util/src/future/try_future/into_future.rs [new file with mode: 0644]
vendor/futures-util/src/future/try_future/mod.rs [new file with mode: 0644]
vendor/futures-util/src/future/try_future/try_flatten.rs [new file with mode: 0644]
vendor/futures-util/src/future/try_future/try_flatten_err.rs [new file with mode: 0644]
vendor/futures-util/src/future/try_join.rs [new file with mode: 0644]
vendor/futures-util/src/future/try_join_all.rs [new file with mode: 0644]
vendor/futures-util/src/future/try_maybe_done.rs [new file with mode: 0644]
vendor/futures-util/src/future/try_select.rs [new file with mode: 0644]
vendor/futures-util/src/io/allow_std.rs [new file with mode: 0644]
vendor/futures-util/src/io/buf_reader.rs [new file with mode: 0644]
vendor/futures-util/src/io/buf_writer.rs [new file with mode: 0644]
vendor/futures-util/src/io/chain.rs [new file with mode: 0644]
vendor/futures-util/src/io/close.rs [new file with mode: 0644]
vendor/futures-util/src/io/copy.rs [new file with mode: 0644]
vendor/futures-util/src/io/copy_buf.rs [new file with mode: 0644]
vendor/futures-util/src/io/cursor.rs [new file with mode: 0644]
vendor/futures-util/src/io/empty.rs [new file with mode: 0644]
vendor/futures-util/src/io/fill_buf.rs [new file with mode: 0644]
vendor/futures-util/src/io/flush.rs [new file with mode: 0644]
vendor/futures-util/src/io/into_sink.rs [new file with mode: 0644]
vendor/futures-util/src/io/line_writer.rs [new file with mode: 0644]
vendor/futures-util/src/io/lines.rs [new file with mode: 0644]
vendor/futures-util/src/io/mod.rs [new file with mode: 0644]
vendor/futures-util/src/io/read.rs [new file with mode: 0644]
vendor/futures-util/src/io/read_exact.rs [new file with mode: 0644]
vendor/futures-util/src/io/read_line.rs [new file with mode: 0644]
vendor/futures-util/src/io/read_to_end.rs [new file with mode: 0644]
vendor/futures-util/src/io/read_to_string.rs [new file with mode: 0644]
vendor/futures-util/src/io/read_until.rs [new file with mode: 0644]
vendor/futures-util/src/io/read_vectored.rs [new file with mode: 0644]
vendor/futures-util/src/io/repeat.rs [new file with mode: 0644]
vendor/futures-util/src/io/seek.rs [new file with mode: 0644]
vendor/futures-util/src/io/sink.rs [new file with mode: 0644]
vendor/futures-util/src/io/split.rs [new file with mode: 0644]
vendor/futures-util/src/io/take.rs [new file with mode: 0644]
vendor/futures-util/src/io/window.rs [new file with mode: 0644]
vendor/futures-util/src/io/write.rs [new file with mode: 0644]
vendor/futures-util/src/io/write_all.rs [new file with mode: 0644]
vendor/futures-util/src/io/write_all_vectored.rs [new file with mode: 0644]
vendor/futures-util/src/io/write_vectored.rs [new file with mode: 0644]
vendor/futures-util/src/lib.rs [new file with mode: 0644]
vendor/futures-util/src/lock/bilock.rs [new file with mode: 0644]
vendor/futures-util/src/lock/mod.rs [new file with mode: 0644]
vendor/futures-util/src/lock/mutex.rs [new file with mode: 0644]
vendor/futures-util/src/never.rs [new file with mode: 0644]
vendor/futures-util/src/sink/buffer.rs [new file with mode: 0644]
vendor/futures-util/src/sink/close.rs [new file with mode: 0644]
vendor/futures-util/src/sink/drain.rs [new file with mode: 0644]
vendor/futures-util/src/sink/err_into.rs [new file with mode: 0644]
vendor/futures-util/src/sink/fanout.rs [new file with mode: 0644]
vendor/futures-util/src/sink/feed.rs [new file with mode: 0644]
vendor/futures-util/src/sink/flush.rs [new file with mode: 0644]
vendor/futures-util/src/sink/map_err.rs [new file with mode: 0644]
vendor/futures-util/src/sink/mod.rs [new file with mode: 0644]
vendor/futures-util/src/sink/send.rs [new file with mode: 0644]
vendor/futures-util/src/sink/send_all.rs [new file with mode: 0644]
vendor/futures-util/src/sink/unfold.rs [new file with mode: 0644]
vendor/futures-util/src/sink/with.rs [new file with mode: 0644]
vendor/futures-util/src/sink/with_flat_map.rs [new file with mode: 0644]
vendor/futures-util/src/stream/abortable.rs [new file with mode: 0644]
vendor/futures-util/src/stream/empty.rs [new file with mode: 0644]
vendor/futures-util/src/stream/futures_ordered.rs [new file with mode: 0644]
vendor/futures-util/src/stream/futures_unordered/abort.rs [new file with mode: 0644]
vendor/futures-util/src/stream/futures_unordered/iter.rs [new file with mode: 0644]
vendor/futures-util/src/stream/futures_unordered/mod.rs [new file with mode: 0644]
vendor/futures-util/src/stream/futures_unordered/ready_to_run_queue.rs [new file with mode: 0644]
vendor/futures-util/src/stream/futures_unordered/task.rs [new file with mode: 0644]
vendor/futures-util/src/stream/iter.rs [new file with mode: 0644]
vendor/futures-util/src/stream/mod.rs [new file with mode: 0644]
vendor/futures-util/src/stream/once.rs [new file with mode: 0644]
vendor/futures-util/src/stream/pending.rs [new file with mode: 0644]
vendor/futures-util/src/stream/poll_fn.rs [new file with mode: 0644]
vendor/futures-util/src/stream/poll_immediate.rs [new file with mode: 0644]
vendor/futures-util/src/stream/repeat.rs [new file with mode: 0644]
vendor/futures-util/src/stream/repeat_with.rs [new file with mode: 0644]
vendor/futures-util/src/stream/select.rs [new file with mode: 0644]
vendor/futures-util/src/stream/select_all.rs [new file with mode: 0644]
vendor/futures-util/src/stream/select_with_strategy.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/all.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/any.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/buffer_unordered.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/buffered.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/catch_unwind.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/chain.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/chunks.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/collect.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/concat.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/count.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/cycle.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/enumerate.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/filter.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/filter_map.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/flatten.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/fold.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/for_each.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/for_each_concurrent.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/forward.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/fuse.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/into_future.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/map.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/mod.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/next.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/peek.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/ready_chunks.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/scan.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/select_next_some.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/skip.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/skip_while.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/split.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/take.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/take_until.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/take_while.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/then.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/unzip.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/zip.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/and_then.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/into_async_read.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/into_stream.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/mod.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/or_else.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/try_buffer_unordered.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/try_buffered.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/try_chunks.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/try_collect.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/try_concat.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/try_filter.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/try_filter_map.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/try_flatten.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/try_fold.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/try_for_each.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/try_for_each_concurrent.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/try_next.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/try_skip_while.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/try_take_while.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/try_unfold.rs [new file with mode: 0644]
vendor/futures-util/src/stream/unfold.rs [new file with mode: 0644]
vendor/futures-util/src/task/mod.rs [new file with mode: 0644]
vendor/futures-util/src/task/spawn.rs [new file with mode: 0644]
vendor/futures-util/src/unfold_state.rs [new file with mode: 0644]
vendor/futures/.cargo-checksum.json [new file with mode: 0644]
vendor/futures/Cargo.toml [new file with mode: 0644]
vendor/futures/LICENSE-APACHE [new file with mode: 0644]
vendor/futures/LICENSE-MIT [new file with mode: 0644]
vendor/futures/src/lib.rs [new file with mode: 0644]
vendor/futures/tests/_require_features.rs [new file with mode: 0644]
vendor/futures/tests/async_await_macros.rs [new file with mode: 0644]
vendor/futures/tests/auto_traits.rs [new file with mode: 0644]
vendor/futures/tests/compat.rs [new file with mode: 0644]
vendor/futures/tests/eager_drop.rs [new file with mode: 0644]
vendor/futures/tests/eventual.rs [new file with mode: 0644]
vendor/futures/tests/future_abortable.rs [new file with mode: 0644]
vendor/futures/tests/future_basic_combinators.rs [new file with mode: 0644]
vendor/futures/tests/future_fuse.rs [new file with mode: 0644]
vendor/futures/tests/future_inspect.rs [new file with mode: 0644]
vendor/futures/tests/future_join_all.rs [new file with mode: 0644]
vendor/futures/tests/future_obj.rs [new file with mode: 0644]
vendor/futures/tests/future_select_all.rs [new file with mode: 0644]
vendor/futures/tests/future_select_ok.rs [new file with mode: 0644]
vendor/futures/tests/future_shared.rs [new file with mode: 0644]
vendor/futures/tests/future_try_flatten_stream.rs [new file with mode: 0644]
vendor/futures/tests/future_try_join_all.rs [new file with mode: 0644]
vendor/futures/tests/io_buf_reader.rs [new file with mode: 0644]
vendor/futures/tests/io_buf_writer.rs [new file with mode: 0644]
vendor/futures/tests/io_cursor.rs [new file with mode: 0644]
vendor/futures/tests/io_line_writer.rs [new file with mode: 0644]
vendor/futures/tests/io_lines.rs [new file with mode: 0644]
vendor/futures/tests/io_read.rs [new file with mode: 0644]
vendor/futures/tests/io_read_exact.rs [new file with mode: 0644]
vendor/futures/tests/io_read_line.rs [new file with mode: 0644]
vendor/futures/tests/io_read_to_end.rs [new file with mode: 0644]
vendor/futures/tests/io_read_to_string.rs [new file with mode: 0644]
vendor/futures/tests/io_read_until.rs [new file with mode: 0644]
vendor/futures/tests/io_window.rs [new file with mode: 0644]
vendor/futures/tests/io_write.rs [new file with mode: 0644]
vendor/futures/tests/lock_mutex.rs [new file with mode: 0644]
vendor/futures/tests/macro_comma_support.rs [new file with mode: 0644]
vendor/futures/tests/object_safety.rs [new file with mode: 0644]
vendor/futures/tests/oneshot.rs [new file with mode: 0644]
vendor/futures/tests/ready_queue.rs [new file with mode: 0644]
vendor/futures/tests/recurse.rs [new file with mode: 0644]
vendor/futures/tests/sink.rs [new file with mode: 0644]
vendor/futures/tests/sink_fanout.rs [new file with mode: 0644]
vendor/futures/tests/stream.rs [new file with mode: 0644]
vendor/futures/tests/stream_abortable.rs [new file with mode: 0644]
vendor/futures/tests/stream_buffer_unordered.rs [new file with mode: 0644]
vendor/futures/tests/stream_catch_unwind.rs [new file with mode: 0644]
vendor/futures/tests/stream_futures_ordered.rs [new file with mode: 0644]
vendor/futures/tests/stream_futures_unordered.rs [new file with mode: 0644]
vendor/futures/tests/stream_into_async_read.rs [new file with mode: 0644]
vendor/futures/tests/stream_peekable.rs [new file with mode: 0644]
vendor/futures/tests/stream_select_all.rs [new file with mode: 0644]
vendor/futures/tests/stream_select_next_some.rs [new file with mode: 0644]
vendor/futures/tests/stream_split.rs [new file with mode: 0644]
vendor/futures/tests/stream_try_stream.rs [new file with mode: 0644]
vendor/futures/tests/stream_unfold.rs [new file with mode: 0644]
vendor/futures/tests/task_arc_wake.rs [new file with mode: 0644]
vendor/futures/tests/task_atomic_waker.rs [new file with mode: 0644]
vendor/futures/tests/test_macro.rs [new file with mode: 0644]
vendor/futures/tests/try_join.rs [new file with mode: 0644]
vendor/futures/tests_disabled/all.rs [new file with mode: 0644]
vendor/futures/tests_disabled/bilock.rs [new file with mode: 0644]
vendor/futures/tests_disabled/stream.rs [new file with mode: 0644]
vendor/generic-array/.cargo-checksum.json [new file with mode: 0644]
vendor/generic-array/CHANGELOG.md [new file with mode: 0644]
vendor/generic-array/Cargo.toml [new file with mode: 0644]
vendor/generic-array/DESIGN.md [new file with mode: 0644]
vendor/generic-array/LICENSE [new file with mode: 0644]
vendor/generic-array/README.md [new file with mode: 0644]
vendor/generic-array/build.rs [new file with mode: 0644]
vendor/generic-array/rustfmt.toml [new file with mode: 0644]
vendor/generic-array/src/arr.rs [new file with mode: 0644]
vendor/generic-array/src/functional.rs [new file with mode: 0644]
vendor/generic-array/src/hex.rs [new file with mode: 0644]
vendor/generic-array/src/impl_serde.rs [new file with mode: 0644]
vendor/generic-array/src/impls.rs [new file with mode: 0644]
vendor/generic-array/src/iter.rs [new file with mode: 0644]
vendor/generic-array/src/lib.rs [new file with mode: 0644]
vendor/generic-array/src/sequence.rs [new file with mode: 0644]
vendor/generic-array/tests/arr.rs [new file with mode: 0644]
vendor/generic-array/tests/generics.rs [new file with mode: 0644]
vendor/generic-array/tests/hex.rs [new file with mode: 0644]
vendor/generic-array/tests/import_name.rs [new file with mode: 0644]
vendor/generic-array/tests/iter.rs [new file with mode: 0644]
vendor/generic-array/tests/mod.rs [new file with mode: 0644]
vendor/getopts/.cargo-checksum.json [new file with mode: 0644]
vendor/getopts/Cargo.toml [new file with mode: 0644]
vendor/getopts/LICENSE-APACHE [new file with mode: 0644]
vendor/getopts/LICENSE-MIT [new file with mode: 0644]
vendor/getopts/README.md [new file with mode: 0644]
vendor/getopts/src/lib.rs [new file with mode: 0644]
vendor/getopts/src/tests/mod.rs [new file with mode: 0644]
vendor/getopts/tests/smoke.rs [new file with mode: 0644]
vendor/getrandom/.cargo-checksum.json [new file with mode: 0644]
vendor/getrandom/CHANGELOG.md [new file with mode: 0644]
vendor/getrandom/Cargo.toml [new file with mode: 0644]
vendor/getrandom/LICENSE-APACHE [new file with mode: 0644]
vendor/getrandom/LICENSE-MIT [new file with mode: 0644]
vendor/getrandom/README.md [new file with mode: 0644]
vendor/getrandom/benches/mod.rs [new file with mode: 0644]
vendor/getrandom/src/3ds.rs [new file with mode: 0644]
vendor/getrandom/src/bsd_arandom.rs [new file with mode: 0644]
vendor/getrandom/src/custom.rs [new file with mode: 0644]
vendor/getrandom/src/dragonfly.rs [new file with mode: 0644]
vendor/getrandom/src/error.rs [new file with mode: 0644]
vendor/getrandom/src/error_impls.rs [new file with mode: 0644]
vendor/getrandom/src/espidf.rs [new file with mode: 0644]
vendor/getrandom/src/fuchsia.rs [new file with mode: 0644]
vendor/getrandom/src/ios.rs [new file with mode: 0644]
vendor/getrandom/src/js.rs [new file with mode: 0644]
vendor/getrandom/src/lib.rs [new file with mode: 0644]
vendor/getrandom/src/linux_android.rs [new file with mode: 0644]
vendor/getrandom/src/macos.rs [new file with mode: 0644]
vendor/getrandom/src/openbsd.rs [new file with mode: 0644]
vendor/getrandom/src/rdrand.rs [new file with mode: 0644]
vendor/getrandom/src/solaris_illumos.rs [new file with mode: 0644]
vendor/getrandom/src/solid.rs [new file with mode: 0644]
vendor/getrandom/src/use_file.rs [new file with mode: 0644]
vendor/getrandom/src/util.rs [new file with mode: 0644]
vendor/getrandom/src/util_libc.rs [new file with mode: 0644]
vendor/getrandom/src/vxworks.rs [new file with mode: 0644]
vendor/getrandom/src/wasi.rs [new file with mode: 0644]
vendor/getrandom/src/windows.rs [new file with mode: 0644]
vendor/getrandom/tests/common/mod.rs [new file with mode: 0644]
vendor/getrandom/tests/custom.rs [new file with mode: 0644]
vendor/getrandom/tests/normal.rs [new file with mode: 0644]
vendor/getrandom/tests/rdrand.rs [new file with mode: 0644]
vendor/gimli-0.26.2/.cargo-checksum.json [new file with mode: 0644]
vendor/gimli-0.26.2/CHANGELOG.md [new file with mode: 0644]
vendor/gimli-0.26.2/CONTRIBUTING.md [new file with mode: 0644]
vendor/gimli-0.26.2/Cargo.lock [new file with mode: 0644]
vendor/gimli-0.26.2/Cargo.toml [new file with mode: 0644]
vendor/gimli-0.26.2/LICENSE-APACHE [new file with mode: 0644]
vendor/gimli-0.26.2/LICENSE-MIT [new file with mode: 0644]
vendor/gimli-0.26.2/README.md [new file with mode: 0644]
vendor/gimli-0.26.2/benches/bench.rs [new file with mode: 0644]
vendor/gimli-0.26.2/examples/dwarf-validate.rs [new file with mode: 0644]
vendor/gimli-0.26.2/examples/dwarfdump.rs [new file with mode: 0644]
vendor/gimli-0.26.2/examples/simple.rs [new file with mode: 0644]
vendor/gimli-0.26.2/examples/simple_line.rs [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/README.md [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_abbrev [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_aranges [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_info [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_inlined [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_line [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_loc [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_pubnames [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_pubtypes [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_ranges [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_str [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/eh_frame [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/eh_frame_hdr [new file with mode: 0644]
vendor/gimli-0.26.2/rustfmt.toml [new file with mode: 0644]
vendor/gimli-0.26.2/src/arch.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/common.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/constants.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/endianity.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/leb128.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/lib.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/abbrev.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/addr.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/aranges.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/cfi.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/dwarf.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/endian_reader.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/endian_slice.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/index.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/line.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/lists.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/loclists.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/lookup.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/mod.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/op.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/pubnames.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/pubtypes.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/reader.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/rnglists.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/str.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/unit.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/util.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/value.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/test_util.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/abbrev.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/cfi.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/dwarf.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/endian_vec.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/line.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/loc.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/mod.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/op.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/range.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/section.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/str.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/unit.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/writer.rs [new file with mode: 0644]
vendor/gimli-0.26.2/tests/convert_self.rs [new file with mode: 0644]
vendor/gimli-0.26.2/tests/parse_self.rs [new file with mode: 0755]
vendor/gimli/.cargo-checksum.json [new file with mode: 0644]
vendor/gimli/CHANGELOG.md [new file with mode: 0644]
vendor/gimli/CONTRIBUTING.md [new file with mode: 0644]
vendor/gimli/Cargo.lock [new file with mode: 0644]
vendor/gimli/Cargo.toml [new file with mode: 0644]
vendor/gimli/LICENSE-APACHE [new file with mode: 0644]
vendor/gimli/LICENSE-MIT [new file with mode: 0644]
vendor/gimli/README.md [new file with mode: 0644]
vendor/gimli/benches/bench.rs [new file with mode: 0644]
vendor/gimli/clippy.toml [new file with mode: 0644]
vendor/gimli/examples/dwarf-validate.rs [new file with mode: 0644]
vendor/gimli/examples/dwarfdump.rs [new file with mode: 0644]
vendor/gimli/examples/simple.rs [new file with mode: 0644]
vendor/gimli/examples/simple_line.rs [new file with mode: 0644]
vendor/gimli/fixtures/self/README.md [new file with mode: 0644]
vendor/gimli/fixtures/self/debug_abbrev [new file with mode: 0644]
vendor/gimli/fixtures/self/debug_aranges [new file with mode: 0644]
vendor/gimli/fixtures/self/debug_info [new file with mode: 0644]
vendor/gimli/fixtures/self/debug_inlined [new file with mode: 0644]
vendor/gimli/fixtures/self/debug_line [new file with mode: 0644]
vendor/gimli/fixtures/self/debug_loc [new file with mode: 0644]
vendor/gimli/fixtures/self/debug_pubnames [new file with mode: 0644]
vendor/gimli/fixtures/self/debug_pubtypes [new file with mode: 0644]
vendor/gimli/fixtures/self/debug_ranges [new file with mode: 0644]
vendor/gimli/fixtures/self/debug_str [new file with mode: 0644]
vendor/gimli/fixtures/self/eh_frame [new file with mode: 0644]
vendor/gimli/fixtures/self/eh_frame_hdr [new file with mode: 0644]
vendor/gimli/rustfmt.toml [new file with mode: 0644]
vendor/gimli/src/arch.rs [new file with mode: 0644]
vendor/gimli/src/common.rs [new file with mode: 0644]
vendor/gimli/src/constants.rs [new file with mode: 0644]
vendor/gimli/src/endianity.rs [new file with mode: 0644]
vendor/gimli/src/leb128.rs [new file with mode: 0644]
vendor/gimli/src/lib.rs [new file with mode: 0644]
vendor/gimli/src/read/abbrev.rs [new file with mode: 0644]
vendor/gimli/src/read/addr.rs [new file with mode: 0644]
vendor/gimli/src/read/aranges.rs [new file with mode: 0644]
vendor/gimli/src/read/cfi.rs [new file with mode: 0644]
vendor/gimli/src/read/dwarf.rs [new file with mode: 0644]
vendor/gimli/src/read/endian_reader.rs [new file with mode: 0644]
vendor/gimli/src/read/endian_slice.rs [new file with mode: 0644]
vendor/gimli/src/read/index.rs [new file with mode: 0644]
vendor/gimli/src/read/lazy.rs [new file with mode: 0644]
vendor/gimli/src/read/line.rs [new file with mode: 0644]
vendor/gimli/src/read/lists.rs [new file with mode: 0644]
vendor/gimli/src/read/loclists.rs [new file with mode: 0644]
vendor/gimli/src/read/lookup.rs [new file with mode: 0644]
vendor/gimli/src/read/mod.rs [new file with mode: 0644]
vendor/gimli/src/read/op.rs [new file with mode: 0644]
vendor/gimli/src/read/pubnames.rs [new file with mode: 0644]
vendor/gimli/src/read/pubtypes.rs [new file with mode: 0644]
vendor/gimli/src/read/reader.rs [new file with mode: 0644]
vendor/gimli/src/read/rnglists.rs [new file with mode: 0644]
vendor/gimli/src/read/str.rs [new file with mode: 0644]
vendor/gimli/src/read/unit.rs [new file with mode: 0644]
vendor/gimli/src/read/util.rs [new file with mode: 0644]
vendor/gimli/src/read/value.rs [new file with mode: 0644]
vendor/gimli/src/test_util.rs [new file with mode: 0644]
vendor/gimli/src/write/abbrev.rs [new file with mode: 0644]
vendor/gimli/src/write/cfi.rs [new file with mode: 0644]
vendor/gimli/src/write/dwarf.rs [new file with mode: 0644]
vendor/gimli/src/write/endian_vec.rs [new file with mode: 0644]
vendor/gimli/src/write/line.rs [new file with mode: 0644]
vendor/gimli/src/write/loc.rs [new file with mode: 0644]
vendor/gimli/src/write/mod.rs [new file with mode: 0644]
vendor/gimli/src/write/op.rs [new file with mode: 0644]
vendor/gimli/src/write/range.rs [new file with mode: 0644]
vendor/gimli/src/write/section.rs [new file with mode: 0644]
vendor/gimli/src/write/str.rs [new file with mode: 0644]
vendor/gimli/src/write/unit.rs [new file with mode: 0644]
vendor/gimli/src/write/writer.rs [new file with mode: 0644]
vendor/gimli/tests/convert_self.rs [new file with mode: 0644]
vendor/gimli/tests/parse_self.rs [new file with mode: 0755]
vendor/glob/.cargo-checksum.json [new file with mode: 0644]
vendor/glob/Cargo.toml [new file with mode: 0644]
vendor/glob/LICENSE-APACHE [new file with mode: 0644]
vendor/glob/LICENSE-MIT [new file with mode: 0644]
vendor/glob/README.md [new file with mode: 0644]
vendor/glob/src/lib.rs [new file with mode: 0644]
vendor/glob/tests/glob-std.rs [new file with mode: 0644]
vendor/globset/.cargo-checksum.json [new file with mode: 0644]
vendor/globset/COPYING [new file with mode: 0644]
vendor/globset/Cargo.toml [new file with mode: 0644]
vendor/globset/LICENSE-MIT [new file with mode: 0644]
vendor/globset/README.md [new file with mode: 0644]
vendor/globset/UNLICENSE [new file with mode: 0644]
vendor/globset/benches/bench.rs [new file with mode: 0644]
vendor/globset/src/glob.rs [new file with mode: 0644]
vendor/globset/src/lib.rs [new file with mode: 0644]
vendor/globset/src/pathutil.rs [new file with mode: 0644]
vendor/globset/src/serde_impl.rs [new file with mode: 0644]
vendor/gsgdt/.cargo-checksum.json [new file with mode: 0644]
vendor/gsgdt/Cargo.toml [new file with mode: 0644]
vendor/gsgdt/LICENSE [new file with mode: 0644]
vendor/gsgdt/README.md [new file with mode: 0644]
vendor/gsgdt/src/diff/diff.rs [new file with mode: 0644]
vendor/gsgdt/src/diff/diff_graph.rs [new file with mode: 0644]
vendor/gsgdt/src/diff/match_graph.rs [new file with mode: 0644]
vendor/gsgdt/src/diff/mod.rs [new file with mode: 0644]
vendor/gsgdt/src/graph.rs [new file with mode: 0644]
vendor/gsgdt/src/levenshtein.rs [new file with mode: 0644]
vendor/gsgdt/src/lib.rs [new file with mode: 0644]
vendor/gsgdt/src/multi_graph.rs [new file with mode: 0644]
vendor/gsgdt/src/node.rs [new file with mode: 0644]
vendor/gsgdt/src/util.rs [new file with mode: 0644]
vendor/gsgdt/tests/graph1.json [new file with mode: 0644]
vendor/gsgdt/tests/graph2.json [new file with mode: 0644]
vendor/gsgdt/tests/helpers.rs [new file with mode: 0644]
vendor/gsgdt/tests/small_graph.json [new file with mode: 0644]
vendor/gsgdt/tests/test_diff.rs [new file with mode: 0644]
vendor/gsgdt/tests/test_graph.rs [new file with mode: 0644]
vendor/gsgdt/tests/test_multigraph.rs [new file with mode: 0644]
vendor/handlebars/.cargo-checksum.json [new file with mode: 0644]
vendor/handlebars/CHANGELOG.md [new file with mode: 0644]
vendor/handlebars/Cargo.lock [new file with mode: 0644]
vendor/handlebars/Cargo.toml [new file with mode: 0644]
vendor/handlebars/LICENSE [new file with mode: 0644]
vendor/handlebars/README.md [new file with mode: 0644]
vendor/handlebars/benches/bench.rs [new file with mode: 0644]
vendor/handlebars/build-wasm.sh [new file with mode: 0755]
vendor/handlebars/examples/decorator.rs [new file with mode: 0644]
vendor/handlebars/examples/decorator/template.hbs [new file with mode: 0644]
vendor/handlebars/examples/dev_mode.rs [new file with mode: 0644]
vendor/handlebars/examples/dev_mode/template.hbs [new file with mode: 0644]
vendor/handlebars/examples/error.rs [new file with mode: 0644]
vendor/handlebars/examples/error/error.hbs [new file with mode: 0644]
vendor/handlebars/examples/error/template.hbs [new file with mode: 0644]
vendor/handlebars/examples/helper_macro.rs [new file with mode: 0644]
vendor/handlebars/examples/partials.rs [new file with mode: 0644]
vendor/handlebars/examples/partials/base0.hbs [new file with mode: 0644]
vendor/handlebars/examples/partials/base1.hbs [new file with mode: 0644]
vendor/handlebars/examples/partials/template2.hbs [new file with mode: 0644]
vendor/handlebars/examples/quick.rs [new file with mode: 0644]
vendor/handlebars/examples/render.rs [new file with mode: 0644]
vendor/handlebars/examples/render/template.hbs [new file with mode: 0644]
vendor/handlebars/examples/render_cli/simple.hbs [new file with mode: 0644]
vendor/handlebars/examples/render_file.rs [new file with mode: 0644]
vendor/handlebars/examples/render_file/template.hbs [new file with mode: 0644]
vendor/handlebars/examples/script.rs [new file with mode: 0644]
vendor/handlebars/examples/script/goals.rhai [new file with mode: 0644]
vendor/handlebars/examples/script/template.hbs [new file with mode: 0644]
vendor/handlebars/profile.sh [new file with mode: 0755]
vendor/handlebars/release.toml [new file with mode: 0644]
vendor/handlebars/rustfmt.toml [new file with mode: 0644]
vendor/handlebars/src/block.rs [new file with mode: 0644]
vendor/handlebars/src/cli.rs [new file with mode: 0644]
vendor/handlebars/src/context.rs [new file with mode: 0644]
vendor/handlebars/src/decorators/inline.rs [new file with mode: 0644]
vendor/handlebars/src/decorators/mod.rs [new file with mode: 0644]
vendor/handlebars/src/error.rs [new file with mode: 0644]
vendor/handlebars/src/grammar.pest [new file with mode: 0644]
vendor/handlebars/src/grammar.rs [new file with mode: 0644]
vendor/handlebars/src/helpers/block_util.rs [new file with mode: 0644]
vendor/handlebars/src/helpers/helper_each.rs [new file with mode: 0644]
vendor/handlebars/src/helpers/helper_extras.rs [new file with mode: 0644]
vendor/handlebars/src/helpers/helper_if.rs [new file with mode: 0644]
vendor/handlebars/src/helpers/helper_log.rs [new file with mode: 0644]
vendor/handlebars/src/helpers/helper_lookup.rs [new file with mode: 0644]
vendor/handlebars/src/helpers/helper_raw.rs [new file with mode: 0644]
vendor/handlebars/src/helpers/helper_with.rs [new file with mode: 0644]
vendor/handlebars/src/helpers/mod.rs [new file with mode: 0644]
vendor/handlebars/src/helpers/scripting.rs [new file with mode: 0644]
vendor/handlebars/src/json/mod.rs [new file with mode: 0644]
vendor/handlebars/src/json/path.rs [new file with mode: 0644]
vendor/handlebars/src/json/value.rs [new file with mode: 0644]
vendor/handlebars/src/lib.rs [new file with mode: 0644]
vendor/handlebars/src/local_vars.rs [new file with mode: 0644]
vendor/handlebars/src/macros.rs [new file with mode: 0644]
vendor/handlebars/src/output.rs [new file with mode: 0644]
vendor/handlebars/src/partial.rs [new file with mode: 0644]
vendor/handlebars/src/registry.rs [new file with mode: 0644]
vendor/handlebars/src/render.rs [new file with mode: 0644]
vendor/handlebars/src/sources.rs [new file with mode: 0644]
vendor/handlebars/src/support.rs [new file with mode: 0644]
vendor/handlebars/src/template.rs [new file with mode: 0644]
vendor/handlebars/src/util.rs [new file with mode: 0644]
vendor/handlebars/tests/block_context.rs [new file with mode: 0644]
vendor/handlebars/tests/data_helper.rs [new file with mode: 0644]
vendor/handlebars/tests/embed.rs [new file with mode: 0644]
vendor/handlebars/tests/escape.rs [new file with mode: 0644]
vendor/handlebars/tests/helper_function_lifetime.rs [new file with mode: 0644]
vendor/handlebars/tests/helper_macro.rs [new file with mode: 0644]
vendor/handlebars/tests/helper_with_space.rs [new file with mode: 0644]
vendor/handlebars/tests/root_var.rs [new file with mode: 0644]
vendor/handlebars/tests/subexpression.rs [new file with mode: 0644]
vendor/handlebars/tests/template_names.rs [new file with mode: 0644]
vendor/handlebars/tests/templates/hello.hbs [new file with mode: 0644]
vendor/handlebars/tests/whitespace.rs [new file with mode: 0644]
vendor/handlebars/wasm/LICENSE [new file with mode: 0644]
vendor/handlebars/wasm/README.md [new file with mode: 0644]
vendor/handlebars/wasm/wapm.toml [new file with mode: 0644]
vendor/hashbrown-0.12.3/.cargo-checksum.json [new file with mode: 0644]
vendor/hashbrown-0.12.3/CHANGELOG.md [new file with mode: 0644]
vendor/hashbrown-0.12.3/Cargo.toml [new file with mode: 0644]
vendor/hashbrown-0.12.3/LICENSE-APACHE [new file with mode: 0644]
vendor/hashbrown-0.12.3/LICENSE-MIT [new file with mode: 0644]
vendor/hashbrown-0.12.3/README.md [new file with mode: 0644]
vendor/hashbrown-0.12.3/benches/bench.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/benches/insert_unique_unchecked.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/clippy.toml [new file with mode: 0644]
vendor/hashbrown-0.12.3/src/external_trait_impls/mod.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/src/external_trait_impls/rayon/helpers.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/src/external_trait_impls/rayon/map.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/src/external_trait_impls/rayon/mod.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/src/external_trait_impls/rayon/raw.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/src/external_trait_impls/rayon/set.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/src/external_trait_impls/serde.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/src/lib.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/src/macros.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/src/map.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/src/raw/alloc.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/src/raw/bitmask.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/src/raw/generic.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/src/raw/mod.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/src/raw/sse2.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/src/rustc_entry.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/src/scopeguard.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/src/set.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/tests/hasher.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/tests/rayon.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/tests/serde.rs [new file with mode: 0644]
vendor/hashbrown-0.12.3/tests/set.rs [new file with mode: 0644]
vendor/hashbrown/.cargo-checksum.json [new file with mode: 0644]
vendor/hashbrown/CHANGELOG.md [new file with mode: 0644]
vendor/hashbrown/Cargo.toml [new file with mode: 0644]
vendor/hashbrown/LICENSE-APACHE [new file with mode: 0644]
vendor/hashbrown/LICENSE-MIT [new file with mode: 0644]
vendor/hashbrown/README.md [new file with mode: 0644]
vendor/hashbrown/benches/bench.rs [new file with mode: 0644]
vendor/hashbrown/benches/insert_unique_unchecked.rs [new file with mode: 0644]
vendor/hashbrown/clippy.toml [new file with mode: 0644]
vendor/hashbrown/src/external_trait_impls/mod.rs [new file with mode: 0644]
vendor/hashbrown/src/external_trait_impls/rayon/helpers.rs [new file with mode: 0644]
vendor/hashbrown/src/external_trait_impls/rayon/map.rs [new file with mode: 0644]
vendor/hashbrown/src/external_trait_impls/rayon/mod.rs [new file with mode: 0644]
vendor/hashbrown/src/external_trait_impls/rayon/raw.rs [new file with mode: 0644]
vendor/hashbrown/src/external_trait_impls/rayon/set.rs [new file with mode: 0644]
vendor/hashbrown/src/external_trait_impls/serde.rs [new file with mode: 0644]
vendor/hashbrown/src/lib.rs [new file with mode: 0644]
vendor/hashbrown/src/macros.rs [new file with mode: 0644]
vendor/hashbrown/src/map.rs [new file with mode: 0644]
vendor/hashbrown/src/raw/alloc.rs [new file with mode: 0644]
vendor/hashbrown/src/raw/bitmask.rs [new file with mode: 0644]
vendor/hashbrown/src/raw/generic.rs [new file with mode: 0644]
vendor/hashbrown/src/raw/mod.rs [new file with mode: 0644]
vendor/hashbrown/src/raw/sse2.rs [new file with mode: 0644]
vendor/hashbrown/src/rustc_entry.rs [new file with mode: 0644]
vendor/hashbrown/src/scopeguard.rs [new file with mode: 0644]
vendor/hashbrown/src/set.rs [new file with mode: 0644]
vendor/hashbrown/tests/equivalent_trait.rs [new file with mode: 0644]
vendor/hashbrown/tests/hasher.rs [new file with mode: 0644]
vendor/hashbrown/tests/rayon.rs [new file with mode: 0644]
vendor/hashbrown/tests/serde.rs [new file with mode: 0644]
vendor/hashbrown/tests/set.rs [new file with mode: 0644]
vendor/heck/.cargo-checksum.json [new file with mode: 0644]
vendor/heck/CHANGELOG.md [new file with mode: 0644]
vendor/heck/Cargo.toml [new file with mode: 0644]
vendor/heck/LICENSE-APACHE [new file with mode: 0644]
vendor/heck/LICENSE-MIT [new file with mode: 0644]
vendor/heck/README.md [new file with mode: 0644]
vendor/heck/src/kebab.rs [new file with mode: 0644]
vendor/heck/src/lib.rs [new file with mode: 0644]
vendor/heck/src/lower_camel.rs [new file with mode: 0644]
vendor/heck/src/shouty_kebab.rs [new file with mode: 0644]
vendor/heck/src/shouty_snake.rs [new file with mode: 0644]
vendor/heck/src/snake.rs [new file with mode: 0644]
vendor/heck/src/title.rs [new file with mode: 0644]
vendor/heck/src/upper_camel.rs [new file with mode: 0644]
vendor/hermit-abi-0.1.19/.cargo-checksum.json [new file with mode: 0644]
vendor/hermit-abi-0.1.19/Cargo.toml [new file with mode: 0644]
vendor/hermit-abi-0.1.19/LICENSE-APACHE [new file with mode: 0644]
vendor/hermit-abi-0.1.19/LICENSE-MIT [new file with mode: 0644]
vendor/hermit-abi-0.1.19/README.md [new file with mode: 0644]
vendor/hermit-abi-0.1.19/rust-toolchain [new file with mode: 0644]
vendor/hermit-abi-0.1.19/src/lib.rs [new file with mode: 0644]
vendor/hermit-abi-0.1.19/src/tcplistener.rs [new file with mode: 0644]
vendor/hermit-abi-0.1.19/src/tcpstream.rs [new file with mode: 0644]
vendor/hermit-abi-0.2.6/.cargo-checksum.json [new file with mode: 0644]
vendor/hermit-abi-0.2.6/Cargo.toml [new file with mode: 0644]
vendor/hermit-abi-0.2.6/LICENSE-APACHE [new file with mode: 0644]
vendor/hermit-abi-0.2.6/LICENSE-MIT [new file with mode: 0644]
vendor/hermit-abi-0.2.6/README.md [new file with mode: 0644]
vendor/hermit-abi-0.2.6/src/errno.rs [new file with mode: 0644]
vendor/hermit-abi-0.2.6/src/lib.rs [new file with mode: 0644]
vendor/hermit-abi-0.2.6/src/tcplistener.rs [new file with mode: 0644]
vendor/hermit-abi-0.2.6/src/tcpstream.rs [new file with mode: 0644]
vendor/hermit-abi/.cargo-checksum.json [new file with mode: 0644]
vendor/hermit-abi/Cargo.toml [new file with mode: 0644]
vendor/hermit-abi/LICENSE-APACHE [new file with mode: 0644]
vendor/hermit-abi/LICENSE-MIT [new file with mode: 0644]
vendor/hermit-abi/README.md [new file with mode: 0644]
vendor/hermit-abi/src/errno.rs [new file with mode: 0644]
vendor/hermit-abi/src/lib.rs [new file with mode: 0644]
vendor/hermit-abi/src/net.rs [new file with mode: 0644]
vendor/hermit-abi/src/net_old.rs [new file with mode: 0644]
vendor/hermit-abi/src/tcplistener.rs [new file with mode: 0644]
vendor/hermit-abi/src/tcpstream.rs [new file with mode: 0644]
vendor/hex/.cargo-checksum.json [new file with mode: 0644]
vendor/hex/Cargo.toml [new file with mode: 0644]
vendor/hex/LICENSE-APACHE [new file with mode: 0644]
vendor/hex/LICENSE-MIT [new file with mode: 0644]
vendor/hex/README.md [new file with mode: 0644]
vendor/hex/benches/hex.rs [new file with mode: 0644]
vendor/hex/src/error.rs [new file with mode: 0644]
vendor/hex/src/lib.rs [new file with mode: 0644]
vendor/hex/src/serde.rs [new file with mode: 0644]
vendor/hex/tests/serde.rs [new file with mode: 0644]
vendor/hex/tests/version-number.rs [new file with mode: 0644]
vendor/home/.cargo-checksum.json [new file with mode: 0644]
vendor/home/Cargo.toml [new file with mode: 0644]
vendor/home/LICENSE-APACHE [new file with mode: 0644]
vendor/home/LICENSE-MIT [new file with mode: 0644]
vendor/home/README.md [new file with mode: 0644]
vendor/home/src/env.rs [new file with mode: 0644]
vendor/home/src/lib.rs [new file with mode: 0644]
vendor/home/src/windows.rs [new file with mode: 0644]
vendor/html5ever/.cargo-checksum.json [new file with mode: 0644]
vendor/html5ever/Cargo.lock [new file with mode: 0644]
vendor/html5ever/Cargo.toml [new file with mode: 0644]
vendor/html5ever/LICENSE-APACHE [new file with mode: 0644]
vendor/html5ever/LICENSE-MIT [new file with mode: 0644]
vendor/html5ever/benches/html5ever.rs [new file with mode: 0644]
vendor/html5ever/build.rs [new file with mode: 0644]
vendor/html5ever/data/bench/lipsum-zh.html [new file with mode: 0644]
vendor/html5ever/data/bench/lipsum.html [new file with mode: 0644]
vendor/html5ever/data/bench/medium-fragment.html [new file with mode: 0644]
vendor/html5ever/data/bench/small-fragment.html [new file with mode: 0644]
vendor/html5ever/data/bench/strong.html [new file with mode: 0644]
vendor/html5ever/data/bench/tiny-fragment.html [new file with mode: 0644]
vendor/html5ever/examples/arena.rs [new file with mode: 0644]
vendor/html5ever/examples/capi/tokenize.c [new file with mode: 0644]
vendor/html5ever/examples/noop-tokenize.rs [new file with mode: 0644]
vendor/html5ever/examples/noop-tree-builder.rs [new file with mode: 0644]
vendor/html5ever/examples/print-tree-actions.rs [new file with mode: 0644]
vendor/html5ever/examples/tokenize.rs [new file with mode: 0644]
vendor/html5ever/macros/match_token.rs [new file with mode: 0644]
vendor/html5ever/src/driver.rs [new file with mode: 0644]
vendor/html5ever/src/lib.rs [new file with mode: 0644]
vendor/html5ever/src/macros.rs [new file with mode: 0644]
vendor/html5ever/src/serialize/mod.rs [new file with mode: 0644]
vendor/html5ever/src/tokenizer/char_ref/mod.rs [new file with mode: 0644]
vendor/html5ever/src/tokenizer/interface.rs [new file with mode: 0644]
vendor/html5ever/src/tokenizer/mod.rs [new file with mode: 0644]
vendor/html5ever/src/tokenizer/states.rs [new file with mode: 0644]
vendor/html5ever/src/tree_builder/data.rs [new file with mode: 0644]
vendor/html5ever/src/tree_builder/mod.rs [new file with mode: 0644]
vendor/html5ever/src/tree_builder/rules.rs [new file with mode: 0644]
vendor/html5ever/src/tree_builder/tag_sets.rs [new file with mode: 0644]
vendor/html5ever/src/tree_builder/types.rs [new file with mode: 0644]
vendor/html5ever/src/util/str.rs [new file with mode: 0644]
vendor/humantime-1.3.0/.cargo-checksum.json [new file with mode: 0644]
vendor/humantime-1.3.0/Cargo.toml [new file with mode: 0644]
vendor/humantime-1.3.0/LICENSE-APACHE [new file with mode: 0644]
vendor/humantime-1.3.0/LICENSE-MIT [new file with mode: 0644]
vendor/humantime-1.3.0/README.md [new file with mode: 0644]
vendor/humantime-1.3.0/benches/datetime_format.rs [new file with mode: 0644]
vendor/humantime-1.3.0/benches/datetime_parse.rs [new file with mode: 0644]
vendor/humantime-1.3.0/bulk.yaml [new file with mode: 0644]
vendor/humantime-1.3.0/src/date.rs [new file with mode: 0644]
vendor/humantime-1.3.0/src/duration.rs [new file with mode: 0644]
vendor/humantime-1.3.0/src/lib.rs [new file with mode: 0644]
vendor/humantime-1.3.0/src/wrapper.rs [new file with mode: 0644]
vendor/humantime-1.3.0/vagga.yaml [new file with mode: 0644]
vendor/humantime/.cargo-checksum.json [new file with mode: 0644]
vendor/humantime/Cargo.toml [new file with mode: 0644]
vendor/humantime/LICENSE-APACHE [new file with mode: 0644]
vendor/humantime/LICENSE-MIT [new file with mode: 0644]
vendor/humantime/README.md [new file with mode: 0644]
vendor/humantime/benches/datetime_format.rs [new file with mode: 0644]
vendor/humantime/benches/datetime_parse.rs [new file with mode: 0644]
vendor/humantime/bulk.yaml [new file with mode: 0644]
vendor/humantime/src/date.rs [new file with mode: 0644]
vendor/humantime/src/duration.rs [new file with mode: 0644]
vendor/humantime/src/lib.rs [new file with mode: 0644]
vendor/humantime/src/wrapper.rs [new file with mode: 0644]
vendor/humantime/vagga.yaml [new file with mode: 0644]
vendor/icu_list/.cargo-checksum.json [new file with mode: 0644]
vendor/icu_list/Cargo.lock [new file with mode: 0644]
vendor/icu_list/Cargo.toml [new file with mode: 0644]
vendor/icu_list/LICENSE [new file with mode: 0644]
vendor/icu_list/README.md [new file with mode: 0644]
vendor/icu_list/examples/and_list.rs [new file with mode: 0644]
vendor/icu_list/src/error.rs [new file with mode: 0644]
vendor/icu_list/src/lazy_automaton.rs [new file with mode: 0644]
vendor/icu_list/src/lib.rs [new file with mode: 0644]
vendor/icu_list/src/list_formatter.rs [new file with mode: 0644]
vendor/icu_list/src/patterns.rs [new file with mode: 0644]
vendor/icu_list/src/provider/mod.rs [new file with mode: 0644]
vendor/icu_list/src/provider/serde_dfa.rs [new file with mode: 0644]
vendor/icu_locid/.cargo-checksum.json [new file with mode: 0644]
vendor/icu_locid/Cargo.lock [new file with mode: 0644]
vendor/icu_locid/Cargo.toml [new file with mode: 0644]
vendor/icu_locid/LICENSE [new file with mode: 0644]
vendor/icu_locid/README.md [new file with mode: 0644]
vendor/icu_locid/benches/fixtures/langid.json [new file with mode: 0644]
vendor/icu_locid/benches/fixtures/locale.json [new file with mode: 0644]
vendor/icu_locid/benches/fixtures/mod.rs [new file with mode: 0644]
vendor/icu_locid/benches/fixtures/subtags.json [new file with mode: 0644]
vendor/icu_locid/benches/helpers/macros.rs [new file with mode: 0644]
vendor/icu_locid/benches/helpers/mod.rs [new file with mode: 0644]
vendor/icu_locid/benches/iai_langid.rs [new file with mode: 0644]
vendor/icu_locid/benches/langid.rs [new file with mode: 0644]
vendor/icu_locid/benches/locale.rs [new file with mode: 0644]
vendor/icu_locid/benches/subtags.rs [new file with mode: 0644]
vendor/icu_locid/examples/filter_langids.rs [new file with mode: 0644]
vendor/icu_locid/examples/syntatically_canonicalize_locales.rs [new file with mode: 0644]
vendor/icu_locid/src/extensions/mod.rs [new file with mode: 0644]
vendor/icu_locid/src/extensions/other/mod.rs [new file with mode: 0644]
vendor/icu_locid/src/extensions/other/subtag.rs [new file with mode: 0644]
vendor/icu_locid/src/extensions/private/mod.rs [new file with mode: 0644]
vendor/icu_locid/src/extensions/private/other.rs [new file with mode: 0644]
vendor/icu_locid/src/extensions/transform/fields.rs [new file with mode: 0644]
vendor/icu_locid/src/extensions/transform/key.rs [new file with mode: 0644]
vendor/icu_locid/src/extensions/transform/mod.rs [new file with mode: 0644]
vendor/icu_locid/src/extensions/transform/value.rs [new file with mode: 0644]
vendor/icu_locid/src/extensions/unicode/attribute.rs [new file with mode: 0644]
vendor/icu_locid/src/extensions/unicode/attributes.rs [new file with mode: 0644]
vendor/icu_locid/src/extensions/unicode/key.rs [new file with mode: 0644]
vendor/icu_locid/src/extensions/unicode/keywords.rs [new file with mode: 0644]
vendor/icu_locid/src/extensions/unicode/mod.rs [new file with mode: 0644]
vendor/icu_locid/src/extensions/unicode/value.rs [new file with mode: 0644]
vendor/icu_locid/src/helpers.rs [new file with mode: 0644]
vendor/icu_locid/src/langid.rs [new file with mode: 0644]
vendor/icu_locid/src/lib.rs [new file with mode: 0644]
vendor/icu_locid/src/locale.rs [new file with mode: 0644]
vendor/icu_locid/src/macros.rs [new file with mode: 0644]
vendor/icu_locid/src/ordering.rs [new file with mode: 0644]
vendor/icu_locid/src/parser/errors.rs [new file with mode: 0644]
vendor/icu_locid/src/parser/langid.rs [new file with mode: 0644]
vendor/icu_locid/src/parser/locale.rs [new file with mode: 0644]
vendor/icu_locid/src/parser/mod.rs [new file with mode: 0644]
vendor/icu_locid/src/serde.rs [new file with mode: 0644]
vendor/icu_locid/src/subtags/language.rs [new file with mode: 0644]
vendor/icu_locid/src/subtags/mod.rs [new file with mode: 0644]
vendor/icu_locid/src/subtags/region.rs [new file with mode: 0644]
vendor/icu_locid/src/subtags/script.rs [new file with mode: 0644]
vendor/icu_locid/src/subtags/variant.rs [new file with mode: 0644]
vendor/icu_locid/src/subtags/variants.rs [new file with mode: 0644]
vendor/icu_locid/src/zerovec.rs [new file with mode: 0644]
vendor/icu_locid/tests/fixtures/canonicalize.json [new file with mode: 0644]
vendor/icu_locid/tests/fixtures/invalid-extensions.json [new file with mode: 0644]
vendor/icu_locid/tests/fixtures/invalid.json [new file with mode: 0644]
vendor/icu_locid/tests/fixtures/langid.json [new file with mode: 0644]
vendor/icu_locid/tests/fixtures/locale.json [new file with mode: 0644]
vendor/icu_locid/tests/fixtures/mod.rs [new file with mode: 0644]
vendor/icu_locid/tests/helpers/mod.rs [new file with mode: 0644]
vendor/icu_locid/tests/langid.rs [new file with mode: 0644]
vendor/icu_locid/tests/locale.rs [new file with mode: 0644]
vendor/icu_provider/.cargo-checksum.json [new file with mode: 0644]
vendor/icu_provider/Cargo.toml [new file with mode: 0644]
vendor/icu_provider/LICENSE [new file with mode: 0644]
vendor/icu_provider/README.md [new file with mode: 0644]
vendor/icu_provider/src/any.rs [new file with mode: 0644]
vendor/icu_provider/src/buf.rs [new file with mode: 0644]
vendor/icu_provider/src/constructors.rs [new file with mode: 0644]
vendor/icu_provider/src/data_provider.rs [new file with mode: 0644]
vendor/icu_provider/src/datagen/data_conversion.rs [new file with mode: 0644]
vendor/icu_provider/src/datagen/heap_measure.rs [new file with mode: 0644]
vendor/icu_provider/src/datagen/iter.rs [new file with mode: 0644]
vendor/icu_provider/src/datagen/mod.rs [new file with mode: 0644]
vendor/icu_provider/src/datagen/payload.rs [new file with mode: 0644]
vendor/icu_provider/src/dynutil.rs [new file with mode: 0644]
vendor/icu_provider/src/error.rs [new file with mode: 0644]
vendor/icu_provider/src/hello_world.rs [new file with mode: 0644]
vendor/icu_provider/src/helpers.rs [new file with mode: 0644]
vendor/icu_provider/src/key.rs [new file with mode: 0644]
vendor/icu_provider/src/lib.rs [new file with mode: 0644]
vendor/icu_provider/src/marker.rs [new file with mode: 0644]
vendor/icu_provider/src/request.rs [new file with mode: 0644]
vendor/icu_provider/src/response.rs [new file with mode: 0644]
vendor/icu_provider/src/serde/borrow_de_utils.rs [new file with mode: 0644]
vendor/icu_provider/src/serde/mod.rs [new file with mode: 0644]
vendor/icu_provider_adapters/.cargo-checksum.json [new file with mode: 0644]
vendor/icu_provider_adapters/Cargo.toml [new file with mode: 0644]
vendor/icu_provider_adapters/LICENSE [new file with mode: 0644]
vendor/icu_provider_adapters/README.md [new file with mode: 0644]
vendor/icu_provider_adapters/src/any_payload.rs [new file with mode: 0644]
vendor/icu_provider_adapters/src/either.rs [new file with mode: 0644]
vendor/icu_provider_adapters/src/empty.rs [new file with mode: 0644]
vendor/icu_provider_adapters/src/fallback/adapter.rs [new file with mode: 0644]
vendor/icu_provider_adapters/src/fallback/algorithms.rs [new file with mode: 0644]
vendor/icu_provider_adapters/src/fallback/mod.rs [new file with mode: 0644]
vendor/icu_provider_adapters/src/fallback/provider.rs [new file with mode: 0644]
vendor/icu_provider_adapters/src/filter/impls.rs [new file with mode: 0644]
vendor/icu_provider_adapters/src/filter/mod.rs [new file with mode: 0644]
vendor/icu_provider_adapters/src/fork/by_error.rs [new file with mode: 0644]
vendor/icu_provider_adapters/src/fork/macros.rs [new file with mode: 0644]
vendor/icu_provider_adapters/src/fork/mod.rs [new file with mode: 0644]
vendor/icu_provider_adapters/src/fork/predicates.rs [new file with mode: 0644]
vendor/icu_provider_adapters/src/helpers.rs [new file with mode: 0644]
vendor/icu_provider_adapters/src/lib.rs [new file with mode: 0644]
vendor/icu_provider_adapters/tests/data/langtest/de/core/helloworld@1/de.json [new file with mode: 0644]
vendor/icu_provider_adapters/tests/data/langtest/de/manifest.json [new file with mode: 0644]
vendor/icu_provider_adapters/tests/data/langtest/ro/core/helloworld@1/ro.json [new file with mode: 0644]
vendor/icu_provider_adapters/tests/data/langtest/ro/manifest.json [new file with mode: 0644]
vendor/icu_provider_macros/.cargo-checksum.json [new file with mode: 0644]
vendor/icu_provider_macros/Cargo.toml [new file with mode: 0644]
vendor/icu_provider_macros/LICENSE [new file with mode: 0644]
vendor/icu_provider_macros/README.md [new file with mode: 0644]
vendor/icu_provider_macros/src/lib.rs [new file with mode: 0644]
vendor/icu_provider_macros/src/tests.rs [new file with mode: 0644]
vendor/idna/.cargo-checksum.json [new file with mode: 0644]
vendor/idna/Cargo.toml [new file with mode: 0644]
vendor/idna/LICENSE-APACHE [new file with mode: 0644]
vendor/idna/LICENSE-MIT [new file with mode: 0644]
vendor/idna/benches/all.rs [new file with mode: 0644]
vendor/idna/src/IdnaMappingTable.txt [new file with mode: 0644]
vendor/idna/src/lib.rs [new file with mode: 0644]
vendor/idna/src/make_uts46_mapping_table.py [new file with mode: 0644]
vendor/idna/src/punycode.rs [new file with mode: 0644]
vendor/idna/src/uts46.rs [new file with mode: 0644]
vendor/idna/src/uts46_mapping_table.rs [new file with mode: 0644]
vendor/idna/tests/IdnaTestV2.txt [new file with mode: 0644]
vendor/idna/tests/punycode.rs [new file with mode: 0644]
vendor/idna/tests/punycode_tests.json [new file with mode: 0644]
vendor/idna/tests/tests.rs [new file with mode: 0644]
vendor/idna/tests/unit.rs [new file with mode: 0644]
vendor/idna/tests/uts46.rs [new file with mode: 0644]
vendor/if_chain/.cargo-checksum.json [new file with mode: 0644]
vendor/if_chain/CHANGELOG.md [new file with mode: 0644]
vendor/if_chain/Cargo.toml [new file with mode: 0644]
vendor/if_chain/LICENSE-APACHE [new file with mode: 0644]
vendor/if_chain/LICENSE-MIT [new file with mode: 0644]
vendor/if_chain/README.md [new file with mode: 0644]
vendor/if_chain/src/lib.rs [new file with mode: 0644]
vendor/ignore/.cargo-checksum.json [new file with mode: 0644]
vendor/ignore/COPYING [new file with mode: 0644]
vendor/ignore/Cargo.lock [new file with mode: 0644]
vendor/ignore/Cargo.toml [new file with mode: 0644]
vendor/ignore/LICENSE-MIT [new file with mode: 0644]
vendor/ignore/README.md [new file with mode: 0644]
vendor/ignore/UNLICENSE [new file with mode: 0644]
vendor/ignore/examples/walk.rs [new file with mode: 0644]
vendor/ignore/src/default_types.rs [new file with mode: 0644]
vendor/ignore/src/dir.rs [new file with mode: 0644]
vendor/ignore/src/gitignore.rs [new file with mode: 0644]
vendor/ignore/src/lib.rs [new file with mode: 0644]
vendor/ignore/src/overrides.rs [new file with mode: 0644]
vendor/ignore/src/pathutil.rs [new file with mode: 0644]
vendor/ignore/src/types.rs [new file with mode: 0644]
vendor/ignore/src/walk.rs [new file with mode: 0644]
vendor/ignore/tests/gitignore_matched_path_or_any_parents_tests.gitignore [new file with mode: 0644]
vendor/ignore/tests/gitignore_matched_path_or_any_parents_tests.rs [new file with mode: 0644]
vendor/indexmap/.cargo-checksum.json [new file with mode: 0644]
vendor/indexmap/Cargo.toml [new file with mode: 0644]
vendor/indexmap/LICENSE-APACHE [new file with mode: 0644]
vendor/indexmap/LICENSE-MIT [new file with mode: 0644]
vendor/indexmap/README.md [new file with mode: 0644]
vendor/indexmap/RELEASES.md [new file with mode: 0644]
vendor/indexmap/benches/bench.rs [new file with mode: 0644]
vendor/indexmap/benches/faststring.rs [new file with mode: 0644]
vendor/indexmap/build.rs [new file with mode: 0644]
vendor/indexmap/src/arbitrary.rs [new file with mode: 0644]
vendor/indexmap/src/equivalent.rs [new file with mode: 0644]
vendor/indexmap/src/lib.rs [new file with mode: 0644]
vendor/indexmap/src/macros.rs [new file with mode: 0644]
vendor/indexmap/src/map.rs [new file with mode: 0644]
vendor/indexmap/src/map/core.rs [new file with mode: 0644]
vendor/indexmap/src/map/core/raw.rs [new file with mode: 0644]
vendor/indexmap/src/mutable_keys.rs [new file with mode: 0644]
vendor/indexmap/src/rayon/map.rs [new file with mode: 0644]
vendor/indexmap/src/rayon/mod.rs [new file with mode: 0644]
vendor/indexmap/src/rayon/set.rs [new file with mode: 0644]
vendor/indexmap/src/rustc.rs [new file with mode: 0644]
vendor/indexmap/src/serde.rs [new file with mode: 0644]
vendor/indexmap/src/serde_seq.rs [new file with mode: 0644]
vendor/indexmap/src/set.rs [new file with mode: 0644]
vendor/indexmap/src/util.rs [new file with mode: 0644]
vendor/indexmap/tests/equivalent_trait.rs [new file with mode: 0644]
vendor/indexmap/tests/macros_full_path.rs [new file with mode: 0644]
vendor/indexmap/tests/quick.rs [new file with mode: 0644]
vendor/indexmap/tests/tests.rs [new file with mode: 0644]
vendor/indoc/.cargo-checksum.json [new file with mode: 0644]
vendor/indoc/Cargo.toml [new file with mode: 0644]
vendor/indoc/LICENSE-APACHE [new file with mode: 0644]
vendor/indoc/LICENSE-MIT [new file with mode: 0644]
vendor/indoc/README.md [new file with mode: 0644]
vendor/indoc/src/error.rs [new file with mode: 0644]
vendor/indoc/src/expr.rs [new file with mode: 0644]
vendor/indoc/src/lib.rs [new file with mode: 0644]
vendor/indoc/src/unindent.rs [new file with mode: 0644]
vendor/indoc/tests/compiletest.rs [new file with mode: 0644]
vendor/indoc/tests/test_formatdoc.rs [new file with mode: 0644]
vendor/indoc/tests/test_indoc.rs [new file with mode: 0644]
vendor/indoc/tests/test_unindent.rs [new file with mode: 0644]
vendor/indoc/tests/test_writedoc.rs [new file with mode: 0644]
vendor/indoc/tests/ui/no-arguments.rs [new file with mode: 0644]
vendor/indoc/tests/ui/no-arguments.stderr [new file with mode: 0644]
vendor/indoc/tests/ui/non-lit.rs [new file with mode: 0644]
vendor/indoc/tests/ui/non-lit.stderr [new file with mode: 0644]
vendor/indoc/tests/ui/non-string.rs [new file with mode: 0644]
vendor/indoc/tests/ui/non-string.stderr [new file with mode: 0644]
vendor/indoc/tests/ui/printdoc-binary.rs [new file with mode: 0644]
vendor/indoc/tests/ui/printdoc-binary.stderr [new file with mode: 0644]
vendor/indoc/tests/ui/printdoc-extra-arg.rs [new file with mode: 0644]
vendor/indoc/tests/ui/printdoc-extra-arg.stderr [new file with mode: 0644]
vendor/indoc/tests/ui/printdoc-no-arg.rs [new file with mode: 0644]
vendor/indoc/tests/ui/printdoc-no-arg.stderr [new file with mode: 0644]
vendor/indoc/tests/ui/printdoc-no-display.rs [new file with mode: 0644]
vendor/indoc/tests/ui/printdoc-no-display.stderr [new file with mode: 0644]
vendor/indoc/tests/ui/printdoc-no-named-arg.rs [new file with mode: 0644]
vendor/indoc/tests/ui/printdoc-no-named-arg.stderr [new file with mode: 0644]
vendor/indoc/tests/ui/three-arguments.rs [new file with mode: 0644]
vendor/indoc/tests/ui/three-arguments.stderr [new file with mode: 0644]
vendor/indoc/tests/ui/two-arguments.rs [new file with mode: 0644]
vendor/indoc/tests/ui/two-arguments.stderr [new file with mode: 0644]
vendor/instant/.cargo-checksum.json [new file with mode: 0644]
vendor/instant/AUTHORS [new file with mode: 0644]
vendor/instant/CHANGELOGS.md [new file with mode: 0644]
vendor/instant/Cargo.toml [new file with mode: 0644]
vendor/instant/LICENSE [new file with mode: 0644]
vendor/instant/README.md [new file with mode: 0644]
vendor/instant/src/lib.rs [new file with mode: 0644]
vendor/instant/src/native.rs [new file with mode: 0644]
vendor/instant/src/wasm.rs [new file with mode: 0644]
vendor/instant/tests/wasm.rs [new file with mode: 0644]
vendor/intl-memoizer/.cargo-checksum.json [new file with mode: 0644]
vendor/intl-memoizer/Cargo.toml [new file with mode: 0644]
vendor/intl-memoizer/LICENSE-APACHE [new file with mode: 0644]
vendor/intl-memoizer/LICENSE-MIT [new file with mode: 0644]
vendor/intl-memoizer/README.md [new file with mode: 0644]
vendor/intl-memoizer/src/concurrent.rs [new file with mode: 0644]
vendor/intl-memoizer/src/lib.rs [new file with mode: 0644]
vendor/intl_pluralrules/.cargo-checksum.json [new file with mode: 0644]
vendor/intl_pluralrules/Cargo.toml [new file with mode: 0644]
vendor/intl_pluralrules/README.md [new file with mode: 0644]
vendor/intl_pluralrules/benches/pluralrules.rs [new file with mode: 0644]
vendor/intl_pluralrules/src/lib.rs [new file with mode: 0644]
vendor/intl_pluralrules/src/operands.rs [new file with mode: 0644]
vendor/intl_pluralrules/src/rules.rs [new file with mode: 0644]
vendor/io-lifetimes/.cargo-checksum.json [new file with mode: 0644]
vendor/io-lifetimes/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/io-lifetimes/COPYRIGHT [new file with mode: 0644]
vendor/io-lifetimes/Cargo.toml [new file with mode: 0644]
vendor/io-lifetimes/LICENSE-APACHE [new file with mode: 0644]
vendor/io-lifetimes/LICENSE-Apache-2.0_WITH_LLVM-exception [new file with mode: 0644]
vendor/io-lifetimes/LICENSE-MIT [new file with mode: 0644]
vendor/io-lifetimes/ORG_CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/io-lifetimes/README.md [new file with mode: 0644]
vendor/io-lifetimes/build.rs [new file with mode: 0644]
vendor/io-lifetimes/src/example_ffi.rs [new file with mode: 0644]
vendor/io-lifetimes/src/impls_async_std.rs [new file with mode: 0644]
vendor/io-lifetimes/src/impls_fs_err.rs [new file with mode: 0644]
vendor/io-lifetimes/src/impls_mio.rs [new file with mode: 0644]
vendor/io-lifetimes/src/impls_os_pipe.rs [new file with mode: 0644]
vendor/io-lifetimes/src/impls_socket2.rs [new file with mode: 0644]
vendor/io-lifetimes/src/impls_std.rs [new file with mode: 0644]
vendor/io-lifetimes/src/impls_tokio.rs [new file with mode: 0644]
vendor/io-lifetimes/src/lib.rs [new file with mode: 0644]
vendor/io-lifetimes/src/portability.rs [new file with mode: 0644]
vendor/io-lifetimes/src/raw.rs [new file with mode: 0644]
vendor/io-lifetimes/src/traits.rs [new file with mode: 0644]
vendor/io-lifetimes/src/types.rs [new file with mode: 0644]
vendor/io-lifetimes/src/views.rs [new file with mode: 0644]
vendor/is-terminal/.cargo-checksum.json [new file with mode: 0644]
vendor/is-terminal/Cargo.toml [new file with mode: 0644]
vendor/is-terminal/LICENSE-MIT [new file with mode: 0644]
vendor/is-terminal/LICENSE-MIT-atty [new file with mode: 0644]
vendor/is-terminal/README.md [new file with mode: 0644]
vendor/is-terminal/src/lib.rs [new file with mode: 0644]
vendor/itertools/.cargo-checksum.json [new file with mode: 0644]
vendor/itertools/CHANGELOG.md [new file with mode: 0644]
vendor/itertools/Cargo.toml [new file with mode: 0644]
vendor/itertools/LICENSE-APACHE [new file with mode: 0644]
vendor/itertools/LICENSE-MIT [new file with mode: 0644]
vendor/itertools/README.md [new file with mode: 0644]
vendor/itertools/benches/bench1.rs [new file with mode: 0644]
vendor/itertools/benches/combinations.rs [new file with mode: 0644]
vendor/itertools/benches/combinations_with_replacement.rs [new file with mode: 0644]
vendor/itertools/benches/extra/mod.rs [new file with mode: 0644]
vendor/itertools/benches/extra/zipslices.rs [new file with mode: 0644]
vendor/itertools/benches/fold_specialization.rs [new file with mode: 0644]
vendor/itertools/benches/powerset.rs [new file with mode: 0644]
vendor/itertools/benches/tree_fold1.rs [new file with mode: 0644]
vendor/itertools/benches/tuple_combinations.rs [new file with mode: 0644]
vendor/itertools/benches/tuples.rs [new file with mode: 0644]
vendor/itertools/clippy.toml [new file with mode: 0644]
vendor/itertools/examples/iris.data [new file with mode: 0644]
vendor/itertools/examples/iris.rs [new file with mode: 0644]
vendor/itertools/src/adaptors/coalesce.rs [new file with mode: 0644]
vendor/itertools/src/adaptors/map.rs [new file with mode: 0644]
vendor/itertools/src/adaptors/mod.rs [new file with mode: 0644]
vendor/itertools/src/adaptors/multi_product.rs [new file with mode: 0644]
vendor/itertools/src/combinations.rs [new file with mode: 0644]
vendor/itertools/src/combinations_with_replacement.rs [new file with mode: 0644]
vendor/itertools/src/concat_impl.rs [new file with mode: 0644]
vendor/itertools/src/cons_tuples_impl.rs [new file with mode: 0644]
vendor/itertools/src/diff.rs [new file with mode: 0644]
vendor/itertools/src/duplicates_impl.rs [new file with mode: 0644]
vendor/itertools/src/either_or_both.rs [new file with mode: 0644]
vendor/itertools/src/exactly_one_err.rs [new file with mode: 0644]
vendor/itertools/src/extrema_set.rs [new file with mode: 0644]
vendor/itertools/src/flatten_ok.rs [new file with mode: 0644]
vendor/itertools/src/format.rs [new file with mode: 0644]
vendor/itertools/src/free.rs [new file with mode: 0644]
vendor/itertools/src/group_map.rs [new file with mode: 0644]
vendor/itertools/src/groupbylazy.rs [new file with mode: 0644]
vendor/itertools/src/grouping_map.rs [new file with mode: 0644]
vendor/itertools/src/impl_macros.rs [new file with mode: 0644]
vendor/itertools/src/intersperse.rs [new file with mode: 0644]
vendor/itertools/src/k_smallest.rs [new file with mode: 0644]
vendor/itertools/src/kmerge_impl.rs [new file with mode: 0644]
vendor/itertools/src/lazy_buffer.rs [new file with mode: 0644]
vendor/itertools/src/lib.rs [new file with mode: 0644]
vendor/itertools/src/merge_join.rs [new file with mode: 0644]
vendor/itertools/src/minmax.rs [new file with mode: 0644]
vendor/itertools/src/multipeek_impl.rs [new file with mode: 0644]
vendor/itertools/src/pad_tail.rs [new file with mode: 0644]
vendor/itertools/src/peek_nth.rs [new file with mode: 0644]
vendor/itertools/src/peeking_take_while.rs [new file with mode: 0644]
vendor/itertools/src/permutations.rs [new file with mode: 0644]
vendor/itertools/src/powerset.rs [new file with mode: 0644]
vendor/itertools/src/process_results_impl.rs [new file with mode: 0644]
vendor/itertools/src/put_back_n_impl.rs [new file with mode: 0644]
vendor/itertools/src/rciter_impl.rs [new file with mode: 0644]
vendor/itertools/src/repeatn.rs [new file with mode: 0644]
vendor/itertools/src/size_hint.rs [new file with mode: 0644]
vendor/itertools/src/sources.rs [new file with mode: 0644]
vendor/itertools/src/tee.rs [new file with mode: 0644]
vendor/itertools/src/tuple_impl.rs [new file with mode: 0644]
vendor/itertools/src/unique_impl.rs [new file with mode: 0644]
vendor/itertools/src/unziptuple.rs [new file with mode: 0644]
vendor/itertools/src/with_position.rs [new file with mode: 0644]
vendor/itertools/src/zip_eq_impl.rs [new file with mode: 0644]
vendor/itertools/src/zip_longest.rs [new file with mode: 0644]
vendor/itertools/src/ziptuple.rs [new file with mode: 0644]
vendor/itertools/tests/adaptors_no_collect.rs [new file with mode: 0644]
vendor/itertools/tests/flatten_ok.rs [new file with mode: 0644]
vendor/itertools/tests/macros_hygiene.rs [new file with mode: 0644]
vendor/itertools/tests/merge_join.rs [new file with mode: 0644]
vendor/itertools/tests/peeking_take_while.rs [new file with mode: 0644]
vendor/itertools/tests/quick.rs [new file with mode: 0644]
vendor/itertools/tests/specializations.rs [new file with mode: 0644]
vendor/itertools/tests/test_core.rs [new file with mode: 0644]
vendor/itertools/tests/test_std.rs [new file with mode: 0644]
vendor/itertools/tests/tuples.rs [new file with mode: 0644]
vendor/itertools/tests/zip.rs [new file with mode: 0644]
vendor/itoa/.cargo-checksum.json [new file with mode: 0644]
vendor/itoa/Cargo.toml [new file with mode: 0644]
vendor/itoa/LICENSE-APACHE [new file with mode: 0644]
vendor/itoa/LICENSE-MIT [new file with mode: 0644]
vendor/itoa/README.md [new file with mode: 0644]
vendor/itoa/benches/bench.rs [new file with mode: 0644]
vendor/itoa/src/lib.rs [new file with mode: 0644]
vendor/itoa/src/udiv128.rs [new file with mode: 0644]
vendor/itoa/tests/test.rs [new file with mode: 0644]
vendor/jobserver/.cargo-checksum.json [new file with mode: 0644]
vendor/jobserver/Cargo.toml [new file with mode: 0644]
vendor/jobserver/LICENSE-APACHE [new file with mode: 0644]
vendor/jobserver/LICENSE-MIT [new file with mode: 0644]
vendor/jobserver/README.md [new file with mode: 0644]
vendor/jobserver/src/lib.rs [new file with mode: 0644]
vendor/jobserver/src/unix.rs [new file with mode: 0644]
vendor/jobserver/src/wasm.rs [new file with mode: 0644]
vendor/jobserver/src/windows.rs [new file with mode: 0644]
vendor/jobserver/tests/client-of-myself.rs [new file with mode: 0644]
vendor/jobserver/tests/client.rs [new file with mode: 0644]
vendor/jobserver/tests/helper.rs [new file with mode: 0644]
vendor/jobserver/tests/make-as-a-client.rs [new file with mode: 0644]
vendor/jobserver/tests/server.rs [new file with mode: 0644]
vendor/jsonpath_lib/.cargo-checksum.json [new file with mode: 0644]
vendor/jsonpath_lib/Cargo.toml [new file with mode: 0644]
vendor/jsonpath_lib/LICENSE [new file with mode: 0644]
vendor/jsonpath_lib/README.md [new file with mode: 0644]
vendor/jsonpath_lib/bench.sh [new file with mode: 0755]
vendor/jsonpath_lib/build-wasm.sh [new file with mode: 0755]
vendor/jsonpath_lib/clippy.sh [new file with mode: 0755]
vendor/jsonpath_lib/coverage.sh [new file with mode: 0755]
vendor/jsonpath_lib/profiling.sh [new file with mode: 0755]
vendor/jsonpath_lib/src/ffi/mod.rs [new file with mode: 0644]
vendor/jsonpath_lib/src/lib.rs [new file with mode: 0644]
vendor/jsonpath_lib/src/parser/mod.rs [new file with mode: 0644]
vendor/jsonpath_lib/src/parser/path_reader.rs [new file with mode: 0644]
vendor/jsonpath_lib/src/parser/tokenizer.rs [new file with mode: 0644]
vendor/jsonpath_lib/src/select/cmp.rs [new file with mode: 0644]
vendor/jsonpath_lib/src/select/expr_term.rs [new file with mode: 0644]
vendor/jsonpath_lib/src/select/mod.rs [new file with mode: 0644]
vendor/jsonpath_lib/src/select/value_walker.rs [new file with mode: 0644]
vendor/jsonpath_lib/tests/array_filter.rs [new file with mode: 0644]
vendor/jsonpath_lib/tests/common.rs [new file with mode: 0644]
vendor/jsonpath_lib/tests/filter.rs [new file with mode: 0644]
vendor/jsonpath_lib/tests/jsonpath_examples.rs [new file with mode: 0644]
vendor/jsonpath_lib/tests/lib.rs [new file with mode: 0644]
vendor/jsonpath_lib/tests/op.rs [new file with mode: 0644]
vendor/jsonpath_lib/tests/paths.rs [new file with mode: 0644]
vendor/jsonpath_lib/tests/precompile.rs [new file with mode: 0644]
vendor/jsonpath_lib/tests/readme.rs [new file with mode: 0644]
vendor/jsonpath_lib/tests/return_type.rs [new file with mode: 0644]
vendor/jsonpath_lib/tests/selector.rs [new file with mode: 0644]
vendor/lazy_static/.cargo-checksum.json [new file with mode: 0644]
vendor/lazy_static/Cargo.toml [new file with mode: 0644]
vendor/lazy_static/LICENSE-APACHE [new file with mode: 0644]
vendor/lazy_static/LICENSE-MIT [new file with mode: 0644]
vendor/lazy_static/README.md [new file with mode: 0644]
vendor/lazy_static/src/core_lazy.rs [new file with mode: 0644]
vendor/lazy_static/src/inline_lazy.rs [new file with mode: 0644]
vendor/lazy_static/src/lib.rs [new file with mode: 0644]
vendor/lazy_static/tests/no_std.rs [new file with mode: 0644]
vendor/lazy_static/tests/test.rs [new file with mode: 0644]
vendor/lazycell/.cargo-checksum.json [new file with mode: 0644]
vendor/lazycell/CHANGELOG.md [new file with mode: 0644]
vendor/lazycell/Cargo.toml [new file with mode: 0644]
vendor/lazycell/LICENSE-APACHE [new file with mode: 0644]
vendor/lazycell/LICENSE-MIT [new file with mode: 0644]
vendor/lazycell/README.md [new file with mode: 0644]
vendor/lazycell/src/lib.rs [new file with mode: 0644]
vendor/lazycell/src/serde_impl.rs [new file with mode: 0644]
vendor/libc/.cargo-checksum.json [new file with mode: 0644]
vendor/libc/CONTRIBUTING.md [new file with mode: 0644]
vendor/libc/Cargo.toml [new file with mode: 0644]
vendor/libc/LICENSE-APACHE [new file with mode: 0644]
vendor/libc/LICENSE-MIT [new file with mode: 0644]
vendor/libc/README.md [new file with mode: 0644]
vendor/libc/build.rs [new file with mode: 0644]
vendor/libc/rustfmt.toml [new file with mode: 0644]
vendor/libc/src/fixed_width_ints.rs [new file with mode: 0644]
vendor/libc/src/fuchsia/aarch64.rs [new file with mode: 0644]
vendor/libc/src/fuchsia/align.rs [new file with mode: 0644]
vendor/libc/src/fuchsia/mod.rs [new file with mode: 0644]
vendor/libc/src/fuchsia/no_align.rs [new file with mode: 0644]
vendor/libc/src/fuchsia/x86_64.rs [new file with mode: 0644]
vendor/libc/src/hermit/aarch64.rs [new file with mode: 0644]
vendor/libc/src/hermit/mod.rs [new file with mode: 0644]
vendor/libc/src/hermit/x86_64.rs [new file with mode: 0644]
vendor/libc/src/lib.rs [new file with mode: 0644]
vendor/libc/src/macros.rs [new file with mode: 0644]
vendor/libc/src/psp.rs [new file with mode: 0644]
vendor/libc/src/sgx.rs [new file with mode: 0644]
vendor/libc/src/solid/aarch64.rs [new file with mode: 0644]
vendor/libc/src/solid/arm.rs [new file with mode: 0644]
vendor/libc/src/solid/mod.rs [new file with mode: 0644]
vendor/libc/src/switch.rs [new file with mode: 0644]
vendor/libc/src/unix/align.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/apple/b32/align.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/apple/b32/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/apple/b64/aarch64/align.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/apple/b64/aarch64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/apple/b64/align.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/apple/b64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/apple/b64/x86_64/align.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/apple/b64/x86_64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/apple/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/dragonfly/errno.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/dragonfly/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/aarch64.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/arm.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/b64.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/b64.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/x86_64.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/b64.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/x86_64.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/b64.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/x86_64.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/powerpc.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/powerpc64.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/riscv64.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/x86.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/align.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/freebsdlike/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/netbsdlike/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/netbsdlike/netbsd/aarch64.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/netbsdlike/netbsd/arm.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/netbsdlike/netbsd/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/netbsdlike/netbsd/powerpc.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/netbsdlike/netbsd/sparc64.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/netbsdlike/netbsd/x86.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/netbsdlike/netbsd/x86_64.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/netbsdlike/openbsd/aarch64.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/netbsdlike/openbsd/arm.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/netbsdlike/openbsd/mips64.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/netbsdlike/openbsd/powerpc.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/netbsdlike/openbsd/powerpc64.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/netbsdlike/openbsd/riscv64.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/netbsdlike/openbsd/sparc64.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/netbsdlike/openbsd/x86.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/netbsdlike/openbsd/x86_64.rs [new file with mode: 0644]
vendor/libc/src/unix/haiku/b32.rs [new file with mode: 0644]
vendor/libc/src/unix/haiku/b64.rs [new file with mode: 0644]
vendor/libc/src/unix/haiku/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/haiku/native.rs [new file with mode: 0644]
vendor/libc/src/unix/haiku/x86_64.rs [new file with mode: 0644]
vendor/libc/src/unix/hermit/aarch64.rs [new file with mode: 0644]
vendor/libc/src/unix/hermit/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/hermit/x86_64.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/android/b32/arm.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/android/b32/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/android/b32/x86/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/android/b32/x86/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/android/b64/aarch64/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/android/b64/aarch64/int128.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/android/b64/aarch64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/android/b64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/android/b64/riscv64/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/android/b64/riscv64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/android/b64/x86_64/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/android/b64/x86_64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/android/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/emscripten/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/emscripten/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/emscripten/no_align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/arch/generic/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/arch/mips/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/arch/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/arch/powerpc/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/arch/sparc/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b32/arm/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b32/arm/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b32/m68k/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b32/m68k/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b32/mips/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b32/mips/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b32/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b32/powerpc.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b32/riscv32/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b32/riscv32/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b32/sparc/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b32/sparc/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b32/x86/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b32/x86/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/aarch64/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/aarch64/ilp32.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/aarch64/int128.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/aarch64/lp64.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/aarch64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/mips64/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/mips64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/powerpc64/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/powerpc64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/riscv64/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/riscv64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/s390x.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/sparc64/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/sparc64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/x86_64/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/b64/x86_64/x32.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/gnu/no_align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b32/arm/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b32/arm/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b32/hexagon.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b32/mips/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b32/mips/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b32/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b32/powerpc.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b32/riscv32/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b32/riscv32/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b32/x86/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b32/x86/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b64/aarch64/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b64/aarch64/int128.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b64/aarch64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b64/mips64.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b64/powerpc64.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b64/riscv64/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b64/riscv64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b64/s390x.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b64/x86_64/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/b64/x86_64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/no_align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/non_exhaustive.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/uclibc/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/uclibc/arm/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/uclibc/arm/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/uclibc/arm/no_align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/uclibc/mips/mips32/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/uclibc/mips/mips32/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/uclibc/mips/mips32/no_align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/uclibc/mips/mips64/align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/uclibc/mips/mips64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/uclibc/mips/mips64/no_align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/uclibc/mips/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/uclibc/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/uclibc/no_align.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/uclibc/x86_64/l4re.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/uclibc/x86_64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/uclibc/x86_64/other.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/newlib/aarch64/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/newlib/align.rs [new file with mode: 0644]
vendor/libc/src/unix/newlib/arm/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/newlib/espidf/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/newlib/generic.rs [new file with mode: 0644]
vendor/libc/src/unix/newlib/horizon/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/newlib/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/newlib/no_align.rs [new file with mode: 0644]
vendor/libc/src/unix/newlib/powerpc/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/no_align.rs [new file with mode: 0644]
vendor/libc/src/unix/nto/aarch64.rs [new file with mode: 0644]
vendor/libc/src/unix/nto/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/nto/neutrino.rs [new file with mode: 0644]
vendor/libc/src/unix/nto/x86_64.rs [new file with mode: 0644]
vendor/libc/src/unix/redox/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/solarish/compat.rs [new file with mode: 0644]
vendor/libc/src/unix/solarish/illumos.rs [new file with mode: 0644]
vendor/libc/src/unix/solarish/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/solarish/solaris.rs [new file with mode: 0644]
vendor/libc/src/unix/solarish/x86.rs [new file with mode: 0644]
vendor/libc/src/unix/solarish/x86_64.rs [new file with mode: 0644]
vendor/libc/src/unix/solarish/x86_common.rs [new file with mode: 0644]
vendor/libc/src/vxworks/aarch64.rs [new file with mode: 0644]
vendor/libc/src/vxworks/arm.rs [new file with mode: 0644]
vendor/libc/src/vxworks/mod.rs [new file with mode: 0644]
vendor/libc/src/vxworks/powerpc.rs [new file with mode: 0644]
vendor/libc/src/vxworks/powerpc64.rs [new file with mode: 0644]
vendor/libc/src/vxworks/x86.rs [new file with mode: 0644]
vendor/libc/src/vxworks/x86_64.rs [new file with mode: 0644]
vendor/libc/src/wasi.rs [new file with mode: 0644]
vendor/libc/src/windows/gnu/align.rs [new file with mode: 0644]
vendor/libc/src/windows/gnu/mod.rs [new file with mode: 0644]
vendor/libc/src/windows/mod.rs [new file with mode: 0644]
vendor/libc/src/windows/msvc/mod.rs [new file with mode: 0644]
vendor/libc/tests/const_fn.rs [new file with mode: 0644]
vendor/libloading/.cargo-checksum.json [new file with mode: 0644]
vendor/libloading/Cargo.toml [new file with mode: 0644]
vendor/libloading/LICENSE [new file with mode: 0644]
vendor/libloading/README.mkd [new file with mode: 0644]
vendor/libloading/src/changelog.rs [new file with mode: 0644]
vendor/libloading/src/error.rs [new file with mode: 0644]
vendor/libloading/src/lib.rs [new file with mode: 0644]
vendor/libloading/src/os/mod.rs [new file with mode: 0644]
vendor/libloading/src/os/unix/consts.rs [new file with mode: 0644]
vendor/libloading/src/os/unix/mod.rs [new file with mode: 0644]
vendor/libloading/src/os/windows/mod.rs [new file with mode: 0644]
vendor/libloading/src/safe.rs [new file with mode: 0644]
vendor/libloading/src/test_helpers.rs [new file with mode: 0644]
vendor/libloading/src/util.rs [new file with mode: 0644]
vendor/libloading/tests/constants.rs [new file with mode: 0644]
vendor/libloading/tests/functions.rs [new file with mode: 0644]
vendor/libloading/tests/library_filename.rs [new file with mode: 0644]
vendor/libloading/tests/markers.rs [new file with mode: 0644]
vendor/libloading/tests/nagisa32.dll [new file with mode: 0644]
vendor/libloading/tests/nagisa64.dll [new file with mode: 0644]
vendor/libloading/tests/windows.rs [new file with mode: 0644]
vendor/libm/.cargo-checksum.json [new file with mode: 0644]
vendor/libm/CHANGELOG.md [new file with mode: 0644]
vendor/libm/CONTRIBUTING.md [new file with mode: 0644]
vendor/libm/Cargo.toml [new file with mode: 0644]
vendor/libm/LICENSE-APACHE [new file with mode: 0644]
vendor/libm/LICENSE-MIT [new file with mode: 0644]
vendor/libm/README.md [new file with mode: 0644]
vendor/libm/azure-pipelines.yml [new file with mode: 0644]
vendor/libm/build.rs [new file with mode: 0644]
vendor/libm/ci/azure-install-rust.yml [new file with mode: 0644]
vendor/libm/ci/docker/aarch64-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/libm/ci/docker/arm-unknown-linux-gnueabi/Dockerfile [new file with mode: 0644]
vendor/libm/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile [new file with mode: 0644]
vendor/libm/ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile [new file with mode: 0644]
vendor/libm/ci/docker/i686-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/libm/ci/docker/mips-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/libm/ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile [new file with mode: 0644]
vendor/libm/ci/docker/mips64el-unknown-linux-gnuabi64/Dockerfile [new file with mode: 0644]
vendor/libm/ci/docker/mipsel-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/libm/ci/docker/powerpc-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/libm/ci/docker/powerpc64-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/libm/ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/libm/ci/docker/x86_64-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/libm/ci/run-docker.sh [new file with mode: 0755]
vendor/libm/ci/run.sh [new file with mode: 0755]
vendor/libm/src/lib.rs [new file with mode: 0644]
vendor/libm/src/math/acos.rs [new file with mode: 0644]
vendor/libm/src/math/acosf.rs [new file with mode: 0644]
vendor/libm/src/math/acosh.rs [new file with mode: 0644]
vendor/libm/src/math/acoshf.rs [new file with mode: 0644]
vendor/libm/src/math/asin.rs [new file with mode: 0644]
vendor/libm/src/math/asinf.rs [new file with mode: 0644]
vendor/libm/src/math/asinh.rs [new file with mode: 0644]
vendor/libm/src/math/asinhf.rs [new file with mode: 0644]
vendor/libm/src/math/atan.rs [new file with mode: 0644]
vendor/libm/src/math/atan2.rs [new file with mode: 0644]
vendor/libm/src/math/atan2f.rs [new file with mode: 0644]
vendor/libm/src/math/atanf.rs [new file with mode: 0644]
vendor/libm/src/math/atanh.rs [new file with mode: 0644]
vendor/libm/src/math/atanhf.rs [new file with mode: 0644]
vendor/libm/src/math/cbrt.rs [new file with mode: 0644]
vendor/libm/src/math/cbrtf.rs [new file with mode: 0644]
vendor/libm/src/math/ceil.rs [new file with mode: 0644]
vendor/libm/src/math/ceilf.rs [new file with mode: 0644]
vendor/libm/src/math/copysign.rs [new file with mode: 0644]
vendor/libm/src/math/copysignf.rs [new file with mode: 0644]
vendor/libm/src/math/cos.rs [new file with mode: 0644]
vendor/libm/src/math/cosf.rs [new file with mode: 0644]
vendor/libm/src/math/cosh.rs [new file with mode: 0644]
vendor/libm/src/math/coshf.rs [new file with mode: 0644]
vendor/libm/src/math/erf.rs [new file with mode: 0644]
vendor/libm/src/math/erff.rs [new file with mode: 0644]
vendor/libm/src/math/exp.rs [new file with mode: 0644]
vendor/libm/src/math/exp10.rs [new file with mode: 0644]
vendor/libm/src/math/exp10f.rs [new file with mode: 0644]
vendor/libm/src/math/exp2.rs [new file with mode: 0644]
vendor/libm/src/math/exp2f.rs [new file with mode: 0644]
vendor/libm/src/math/expf.rs [new file with mode: 0644]
vendor/libm/src/math/expm1.rs [new file with mode: 0644]
vendor/libm/src/math/expm1f.rs [new file with mode: 0644]
vendor/libm/src/math/expo2.rs [new file with mode: 0644]
vendor/libm/src/math/fabs.rs [new file with mode: 0644]
vendor/libm/src/math/fabsf.rs [new file with mode: 0644]
vendor/libm/src/math/fdim.rs [new file with mode: 0644]
vendor/libm/src/math/fdimf.rs [new file with mode: 0644]
vendor/libm/src/math/fenv.rs [new file with mode: 0644]
vendor/libm/src/math/floor.rs [new file with mode: 0644]
vendor/libm/src/math/floorf.rs [new file with mode: 0644]
vendor/libm/src/math/fma.rs [new file with mode: 0644]
vendor/libm/src/math/fmaf.rs [new file with mode: 0644]
vendor/libm/src/math/fmax.rs [new file with mode: 0644]
vendor/libm/src/math/fmaxf.rs [new file with mode: 0644]
vendor/libm/src/math/fmin.rs [new file with mode: 0644]
vendor/libm/src/math/fminf.rs [new file with mode: 0644]
vendor/libm/src/math/fmod.rs [new file with mode: 0644]
vendor/libm/src/math/fmodf.rs [new file with mode: 0644]
vendor/libm/src/math/frexp.rs [new file with mode: 0644]
vendor/libm/src/math/frexpf.rs [new file with mode: 0644]
vendor/libm/src/math/hypot.rs [new file with mode: 0644]
vendor/libm/src/math/hypotf.rs [new file with mode: 0644]
vendor/libm/src/math/ilogb.rs [new file with mode: 0644]
vendor/libm/src/math/ilogbf.rs [new file with mode: 0644]
vendor/libm/src/math/j0.rs [new file with mode: 0644]
vendor/libm/src/math/j0f.rs [new file with mode: 0644]
vendor/libm/src/math/j1.rs [new file with mode: 0644]
vendor/libm/src/math/j1f.rs [new file with mode: 0644]
vendor/libm/src/math/jn.rs [new file with mode: 0644]
vendor/libm/src/math/jnf.rs [new file with mode: 0644]
vendor/libm/src/math/k_cos.rs [new file with mode: 0644]
vendor/libm/src/math/k_cosf.rs [new file with mode: 0644]
vendor/libm/src/math/k_expo2.rs [new file with mode: 0644]
vendor/libm/src/math/k_expo2f.rs [new file with mode: 0644]
vendor/libm/src/math/k_sin.rs [new file with mode: 0644]
vendor/libm/src/math/k_sinf.rs [new file with mode: 0644]
vendor/libm/src/math/k_tan.rs [new file with mode: 0644]
vendor/libm/src/math/k_tanf.rs [new file with mode: 0644]
vendor/libm/src/math/ldexp.rs [new file with mode: 0644]
vendor/libm/src/math/ldexpf.rs [new file with mode: 0644]
vendor/libm/src/math/lgamma.rs [new file with mode: 0644]
vendor/libm/src/math/lgamma_r.rs [new file with mode: 0644]
vendor/libm/src/math/lgammaf.rs [new file with mode: 0644]
vendor/libm/src/math/lgammaf_r.rs [new file with mode: 0644]
vendor/libm/src/math/log.rs [new file with mode: 0644]
vendor/libm/src/math/log10.rs [new file with mode: 0644]
vendor/libm/src/math/log10f.rs [new file with mode: 0644]
vendor/libm/src/math/log1p.rs [new file with mode: 0644]
vendor/libm/src/math/log1pf.rs [new file with mode: 0644]
vendor/libm/src/math/log2.rs [new file with mode: 0644]
vendor/libm/src/math/log2f.rs [new file with mode: 0644]
vendor/libm/src/math/logf.rs [new file with mode: 0644]
vendor/libm/src/math/mod.rs [new file with mode: 0644]
vendor/libm/src/math/modf.rs [new file with mode: 0644]
vendor/libm/src/math/modff.rs [new file with mode: 0644]
vendor/libm/src/math/pow.rs [new file with mode: 0644]
vendor/libm/src/math/powf.rs [new file with mode: 0644]
vendor/libm/src/math/rem_pio2.rs [new file with mode: 0644]
vendor/libm/src/math/rem_pio2_large.rs [new file with mode: 0644]
vendor/libm/src/math/rem_pio2f.rs [new file with mode: 0644]
vendor/libm/src/math/remquo.rs [new file with mode: 0644]
vendor/libm/src/math/remquof.rs [new file with mode: 0644]
vendor/libm/src/math/round.rs [new file with mode: 0644]
vendor/libm/src/math/roundf.rs [new file with mode: 0644]
vendor/libm/src/math/scalbn.rs [new file with mode: 0644]
vendor/libm/src/math/scalbnf.rs [new file with mode: 0644]
vendor/libm/src/math/sin.rs [new file with mode: 0644]
vendor/libm/src/math/sincos.rs [new file with mode: 0644]
vendor/libm/src/math/sincosf.rs [new file with mode: 0644]
vendor/libm/src/math/sinf.rs [new file with mode: 0644]
vendor/libm/src/math/sinh.rs [new file with mode: 0644]
vendor/libm/src/math/sinhf.rs [new file with mode: 0644]
vendor/libm/src/math/sqrt.rs [new file with mode: 0644]
vendor/libm/src/math/sqrtf.rs [new file with mode: 0644]
vendor/libm/src/math/tan.rs [new file with mode: 0644]
vendor/libm/src/math/tanf.rs [new file with mode: 0644]
vendor/libm/src/math/tanh.rs [new file with mode: 0644]
vendor/libm/src/math/tanhf.rs [new file with mode: 0644]
vendor/libm/src/math/tgamma.rs [new file with mode: 0644]
vendor/libm/src/math/tgammaf.rs [new file with mode: 0644]
vendor/libm/src/math/trunc.rs [new file with mode: 0644]
vendor/libm/src/math/truncf.rs [new file with mode: 0644]
vendor/linux-raw-sys/.cargo-checksum.json [new file with mode: 0644]
vendor/linux-raw-sys/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/linux-raw-sys/COPYRIGHT [new file with mode: 0644]
vendor/linux-raw-sys/Cargo.toml [new file with mode: 0644]
vendor/linux-raw-sys/LICENSE-APACHE [new file with mode: 0644]
vendor/linux-raw-sys/LICENSE-Apache-2.0_WITH_LLVM-exception [new file with mode: 0644]
vendor/linux-raw-sys/LICENSE-MIT [new file with mode: 0644]
vendor/linux-raw-sys/ORG_CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/linux-raw-sys/README.md [new file with mode: 0644]
vendor/linux-raw-sys/src/aarch64/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/aarch64/general.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/aarch64/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/aarch64/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/arm/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/arm/general.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/arm/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/arm/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/lib.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips/general.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips64/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips64/general.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips64/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips64/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/powerpc/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/powerpc/general.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/powerpc/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/powerpc/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/powerpc64/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/powerpc64/general.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/powerpc64/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/powerpc64/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/riscv32/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/riscv32/general.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/riscv32/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/riscv32/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/riscv64/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/riscv64/general.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/riscv64/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/riscv64/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/s390x/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/s390x/general.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/s390x/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/s390x/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/sparc/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/sparc/general.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/sparc/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/sparc/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/sparc64/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/sparc64/general.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/sparc64/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/sparc64/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x32/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x32/general.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x32/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x32/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x86/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x86/general.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x86/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x86/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x86_64/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x86_64/general.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x86_64/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x86_64/netlink.rs [new file with mode: 0644]
vendor/litemap/.cargo-checksum.json [new file with mode: 0644]
vendor/litemap/Cargo.lock [new file with mode: 0644]
vendor/litemap/Cargo.toml [new file with mode: 0644]
vendor/litemap/LICENSE [new file with mode: 0644]
vendor/litemap/README.md [new file with mode: 0644]
vendor/litemap/benches/bin/litemap_bincode.rs [new file with mode: 0644]
vendor/litemap/benches/bin/litemap_postcard.rs [new file with mode: 0644]
vendor/litemap/benches/litemap.rs [new file with mode: 0644]
vendor/litemap/benches/testdata/large_litemap.postcard [new file with mode: 0644]
vendor/litemap/examples/language_names_hash_map.rs [new file with mode: 0644]
vendor/litemap/examples/language_names_lite_map.rs [new file with mode: 0644]
vendor/litemap/src/lib.rs [new file with mode: 0644]
vendor/litemap/src/map.rs [new file with mode: 0644]
vendor/litemap/src/serde.rs [new file with mode: 0644]
vendor/litemap/src/serde_helpers.rs [new file with mode: 0644]
vendor/litemap/src/store/mod.rs [new file with mode: 0644]
vendor/litemap/src/store/slice_impl.rs [new file with mode: 0644]
vendor/litemap/src/store/vec_impl.rs [new file with mode: 0644]
vendor/litemap/src/testing.rs [new file with mode: 0644]
vendor/litemap/tests/rkyv.rs [new file with mode: 0644]
vendor/litemap/tests/serde.rs [new file with mode: 0644]
vendor/litemap/tests/store.rs [new file with mode: 0644]
vendor/lock_api/.cargo-checksum.json [new file with mode: 0644]
vendor/lock_api/Cargo.toml [new file with mode: 0644]
vendor/lock_api/LICENSE-APACHE [new file with mode: 0644]
vendor/lock_api/LICENSE-MIT [new file with mode: 0644]
vendor/lock_api/build.rs [new file with mode: 0644]
vendor/lock_api/src/lib.rs [new file with mode: 0644]
vendor/lock_api/src/mutex.rs [new file with mode: 0644]
vendor/lock_api/src/remutex.rs [new file with mode: 0644]
vendor/lock_api/src/rwlock.rs [new file with mode: 0644]
vendor/log/.cargo-checksum.json [new file with mode: 0644]
vendor/log/CHANGELOG.md [new file with mode: 0644]
vendor/log/Cargo.toml [new file with mode: 0644]
vendor/log/LICENSE-APACHE [new file with mode: 0644]
vendor/log/LICENSE-MIT [new file with mode: 0644]
vendor/log/README.md [new file with mode: 0644]
vendor/log/benches/value.rs [new file with mode: 0644]
vendor/log/build.rs [new file with mode: 0644]
vendor/log/src/kv/error.rs [new file with mode: 0644]
vendor/log/src/kv/key.rs [new file with mode: 0644]
vendor/log/src/kv/mod.rs [new file with mode: 0644]
vendor/log/src/kv/source.rs [new file with mode: 0644]
vendor/log/src/kv/value.rs [new file with mode: 0644]
vendor/log/src/lib.rs [new file with mode: 0644]
vendor/log/src/macros.rs [new file with mode: 0644]
vendor/log/src/serde.rs [new file with mode: 0644]
vendor/log/triagebot.toml [new file with mode: 0644]
vendor/lsp-types/.cargo-checksum.json [new file with mode: 0644]
vendor/lsp-types/CHANGELOG.md [new file with mode: 0644]
vendor/lsp-types/Cargo.toml [new file with mode: 0644]
vendor/lsp-types/LICENSE [new file with mode: 0644]
vendor/lsp-types/README.md [new file with mode: 0644]
vendor/lsp-types/release.sh [new file with mode: 0644]
vendor/lsp-types/release.toml [new file with mode: 0644]
vendor/lsp-types/src/call_hierarchy.rs [new file with mode: 0644]
vendor/lsp-types/src/code_action.rs [new file with mode: 0644]
vendor/lsp-types/src/code_lens.rs [new file with mode: 0644]
vendor/lsp-types/src/color.rs [new file with mode: 0644]
vendor/lsp-types/src/completion.rs [new file with mode: 0644]
vendor/lsp-types/src/document_highlight.rs [new file with mode: 0644]
vendor/lsp-types/src/document_link.rs [new file with mode: 0644]
vendor/lsp-types/src/document_symbols.rs [new file with mode: 0644]
vendor/lsp-types/src/error_codes.rs [new file with mode: 0644]
vendor/lsp-types/src/file_operations.rs [new file with mode: 0644]
vendor/lsp-types/src/folding_range.rs [new file with mode: 0644]
vendor/lsp-types/src/formatting.rs [new file with mode: 0644]
vendor/lsp-types/src/hover.rs [new file with mode: 0644]
vendor/lsp-types/src/inlay_hint.rs [new file with mode: 0644]
vendor/lsp-types/src/inline_value.rs [new file with mode: 0644]
vendor/lsp-types/src/lib.rs [new file with mode: 0644]
vendor/lsp-types/src/linked_editing.rs [new file with mode: 0644]
vendor/lsp-types/src/lsif.rs [new file with mode: 0644]
vendor/lsp-types/src/moniker.rs [new file with mode: 0644]
vendor/lsp-types/src/notification.rs [new file with mode: 0644]
vendor/lsp-types/src/progress.rs [new file with mode: 0644]
vendor/lsp-types/src/references.rs [new file with mode: 0644]
vendor/lsp-types/src/rename.rs [new file with mode: 0644]
vendor/lsp-types/src/request.rs [new file with mode: 0644]
vendor/lsp-types/src/selection_range.rs [new file with mode: 0644]
vendor/lsp-types/src/semantic_tokens.rs [new file with mode: 0644]
vendor/lsp-types/src/signature_help.rs [new file with mode: 0644]
vendor/lsp-types/src/trace.rs [new file with mode: 0644]
vendor/lsp-types/src/type_hierarchy.rs [new file with mode: 0644]
vendor/lsp-types/src/window.rs [new file with mode: 0644]
vendor/lsp-types/src/workspace_folders.rs [new file with mode: 0644]
vendor/lsp-types/src/workspace_symbols.rs [new file with mode: 0644]
vendor/lsp-types/tests/lsif.rs [new file with mode: 0644]
vendor/lsp-types/tests/tsc-unix.lsif [new file with mode: 0644]
vendor/lzma-sys/.cargo-checksum.json [new file with mode: 0644]
vendor/lzma-sys/Cargo.toml [new file with mode: 0644]
vendor/lzma-sys/LICENSE-APACHE [new file with mode: 0644]
vendor/lzma-sys/LICENSE-MIT [new file with mode: 0644]
vendor/lzma-sys/build.rs [new file with mode: 0644]
vendor/lzma-sys/config.h [new file with mode: 0644]
vendor/lzma-sys/src/lib.rs [new file with mode: 0644]
vendor/mac/.cargo-checksum.json [new file with mode: 0644]
vendor/mac/Cargo.toml [new file with mode: 0644]
vendor/mac/README.md [new file with mode: 0644]
vendor/mac/src/cfg.rs [new file with mode: 0644]
vendor/mac/src/format.rs [new file with mode: 0644]
vendor/mac/src/inspect.rs [new file with mode: 0644]
vendor/mac/src/lib.rs [new file with mode: 0644]
vendor/mac/src/matches.rs [new file with mode: 0644]
vendor/mac/src/mem.rs [new file with mode: 0644]
vendor/mac/src/syntax_ext.rs [new file with mode: 0644]
vendor/mac/src/test.rs [new file with mode: 0644]
vendor/maplit/.cargo-checksum.json [new file with mode: 0644]
vendor/maplit/Cargo.toml [new file with mode: 0644]
vendor/maplit/LICENSE-APACHE [new file with mode: 0644]
vendor/maplit/LICENSE-MIT [new file with mode: 0644]
vendor/maplit/README.rst [new file with mode: 0644]
vendor/maplit/src/lib.rs [new file with mode: 0644]
vendor/maplit/tests/tests.rs [new file with mode: 0644]
vendor/markup5ever/.cargo-checksum.json [new file with mode: 0644]
vendor/markup5ever/Cargo.toml [new file with mode: 0644]
vendor/markup5ever/LICENSE-APACHE [new file with mode: 0644]
vendor/markup5ever/LICENSE-MIT [new file with mode: 0644]
vendor/markup5ever/build.rs [new file with mode: 0644]
vendor/markup5ever/data/mod.rs [new file with mode: 0644]
vendor/markup5ever/entities.rs [new file with mode: 0644]
vendor/markup5ever/interface/mod.rs [new file with mode: 0644]
vendor/markup5ever/interface/tree_builder.rs [new file with mode: 0644]
vendor/markup5ever/lib.rs [new file with mode: 0644]
vendor/markup5ever/local_names.txt [new file with mode: 0644]
vendor/markup5ever/serialize.rs [new file with mode: 0644]
vendor/markup5ever/util/buffer_queue.rs [new file with mode: 0644]
vendor/markup5ever/util/smallcharset.rs [new file with mode: 0644]
vendor/matchers/.cargo-checksum.json [new file with mode: 0644]
vendor/matchers/CHANGELOG.md [new file with mode: 0644]
vendor/matchers/Cargo.toml [new file with mode: 0644]
vendor/matchers/LICENSE [new file with mode: 0644]
vendor/matchers/README.md [new file with mode: 0644]
vendor/matchers/src/lib.rs [new file with mode: 0644]
vendor/md-5/.cargo-checksum.json [new file with mode: 0644]
vendor/md-5/CHANGELOG.md [new file with mode: 0644]
vendor/md-5/Cargo.toml [new file with mode: 0644]
vendor/md-5/LICENSE-APACHE [new file with mode: 0644]
vendor/md-5/LICENSE-MIT [new file with mode: 0644]
vendor/md-5/README.md [new file with mode: 0644]
vendor/md-5/benches/mod.rs [new file with mode: 0644]
vendor/md-5/src/compress.rs [new file with mode: 0644]
vendor/md-5/src/lib.rs [new file with mode: 0644]
vendor/md-5/tests/data/md5.blb [new file with mode: 0644]
vendor/md-5/tests/mod.rs [new file with mode: 0644]
vendor/mdbook/.cargo-checksum.json [new file with mode: 0644]
vendor/mdbook/CHANGELOG.md [new file with mode: 0644]
vendor/mdbook/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/mdbook/CONTRIBUTING.md [new file with mode: 0644]
vendor/mdbook/Cargo.lock [new file with mode: 0644]
vendor/mdbook/Cargo.toml [new file with mode: 0644]
vendor/mdbook/LICENSE [new file with mode: 0644]
vendor/mdbook/README.md [new file with mode: 0644]
vendor/mdbook/ci/install-hub.sh [new file with mode: 0755]
vendor/mdbook/ci/install-rust.sh [new file with mode: 0755]
vendor/mdbook/ci/make-release.sh [new file with mode: 0755]
vendor/mdbook/examples/nop-preprocessor.rs [new file with mode: 0644]
vendor/mdbook/release.toml [new file with mode: 0644]
vendor/mdbook/src/book/book.rs [new file with mode: 0644]
vendor/mdbook/src/book/init.rs [new file with mode: 0644]
vendor/mdbook/src/book/mod.rs [new file with mode: 0644]
vendor/mdbook/src/book/summary.rs [new file with mode: 0644]
vendor/mdbook/src/cmd/build.rs [new file with mode: 0644]
vendor/mdbook/src/cmd/clean.rs [new file with mode: 0644]
vendor/mdbook/src/cmd/command_prelude.rs [new file with mode: 0644]
vendor/mdbook/src/cmd/init.rs [new file with mode: 0644]
vendor/mdbook/src/cmd/mod.rs [new file with mode: 0644]
vendor/mdbook/src/cmd/serve.rs [new file with mode: 0644]
vendor/mdbook/src/cmd/test.rs [new file with mode: 0644]
vendor/mdbook/src/cmd/watch.rs [new file with mode: 0644]
vendor/mdbook/src/config.rs [new file with mode: 0644]
vendor/mdbook/src/lib.rs [new file with mode: 0644]
vendor/mdbook/src/main.rs [new file with mode: 0644]
vendor/mdbook/src/preprocess/cmd.rs [new file with mode: 0644]
vendor/mdbook/src/preprocess/index.rs [new file with mode: 0644]
vendor/mdbook/src/preprocess/links.rs [new file with mode: 0644]
vendor/mdbook/src/preprocess/mod.rs [new file with mode: 0644]
vendor/mdbook/src/renderer/html_handlebars/hbs_renderer.rs [new file with mode: 0644]
vendor/mdbook/src/renderer/html_handlebars/helpers/mod.rs [new file with mode: 0644]
vendor/mdbook/src/renderer/html_handlebars/helpers/navigation.rs [new file with mode: 0644]
vendor/mdbook/src/renderer/html_handlebars/helpers/theme.rs [new file with mode: 0644]
vendor/mdbook/src/renderer/html_handlebars/helpers/toc.rs [new file with mode: 0644]
vendor/mdbook/src/renderer/html_handlebars/mod.rs [new file with mode: 0644]
vendor/mdbook/src/renderer/html_handlebars/search.rs [new file with mode: 0644]
vendor/mdbook/src/renderer/markdown_renderer.rs [new file with mode: 0644]
vendor/mdbook/src/renderer/mod.rs [new file with mode: 0644]
vendor/mdbook/src/theme/ayu-highlight.css [new file with mode: 0644]
vendor/mdbook/src/theme/book.js [new file with mode: 0644]
vendor/mdbook/src/theme/css/chrome.css [new file with mode: 0644]
vendor/mdbook/src/theme/css/general.css [new file with mode: 0644]
vendor/mdbook/src/theme/css/print.css [new file with mode: 0644]
vendor/mdbook/src/theme/css/variables.css [new file with mode: 0644]
vendor/mdbook/src/theme/favicon.png [new file with mode: 0644]
vendor/mdbook/src/theme/favicon.svg [new file with mode: 0755]
vendor/mdbook/src/theme/head.hbs [new file with mode: 0644]
vendor/mdbook/src/theme/header.hbs [new file with mode: 0644]
vendor/mdbook/src/theme/index.hbs [new file with mode: 0644]
vendor/mdbook/src/theme/mod.rs [new file with mode: 0644]
vendor/mdbook/src/theme/redirect.hbs [new file with mode: 0644]
vendor/mdbook/src/theme/searcher/mod.rs [new file with mode: 0644]
vendor/mdbook/src/theme/searcher/searcher.js [new file with mode: 0644]
vendor/mdbook/src/theme/tomorrow-night.css [new file with mode: 0644]
vendor/mdbook/src/utils/fs.rs [new file with mode: 0644]
vendor/mdbook/src/utils/mod.rs [new file with mode: 0644]
vendor/mdbook/src/utils/string.rs [new file with mode: 0644]
vendor/mdbook/src/utils/toml_ext.rs [new file with mode: 0644]
vendor/mdbook/test_book/book.toml [new file with mode: 0644]
vendor/mdbook/test_book/src/README.md [new file with mode: 0644]
vendor/mdbook/test_book/src/SUMMARY.md [new file with mode: 0644]
vendor/mdbook/test_book/src/individual/README.md [new file with mode: 0644]
vendor/mdbook/test_book/src/individual/blockquote.md [new file with mode: 0644]
vendor/mdbook/test_book/src/individual/code.md [new file with mode: 0644]
vendor/mdbook/test_book/src/individual/emphasis.md [new file with mode: 0644]
vendor/mdbook/test_book/src/individual/heading.md [new file with mode: 0644]
vendor/mdbook/test_book/src/individual/image.md [new file with mode: 0644]
vendor/mdbook/test_book/src/individual/linebreak.md [new file with mode: 0644]
vendor/mdbook/test_book/src/individual/link_hr.md [new file with mode: 0644]
vendor/mdbook/test_book/src/individual/list.md [new file with mode: 0644]
vendor/mdbook/test_book/src/individual/mixed.md [new file with mode: 0644]
vendor/mdbook/test_book/src/individual/paragraph.md [new file with mode: 0644]
vendor/mdbook/test_book/src/individual/strikethrough.md [new file with mode: 0644]
vendor/mdbook/test_book/src/individual/table.md [new file with mode: 0644]
vendor/mdbook/test_book/src/individual/task.md [new file with mode: 0644]
vendor/mdbook/test_book/src/languages/README.md [new file with mode: 0644]
vendor/mdbook/test_book/src/languages/highlight.md [new file with mode: 0644]
vendor/mdbook/test_book/src/prefix.md [new file with mode: 0644]
vendor/mdbook/test_book/src/rust/README.md [new file with mode: 0644]
vendor/mdbook/test_book/src/rust/rust_codeblock.md [new file with mode: 0644]
vendor/mdbook/test_book/src/suffix.md [new file with mode: 0644]
vendor/mdbook/tests/alternative_backends.rs [new file with mode: 0644]
vendor/mdbook/tests/build_process.rs [new file with mode: 0644]
vendor/mdbook/tests/cli/build.rs [new file with mode: 0644]
vendor/mdbook/tests/cli/cmd.rs [new file with mode: 0644]
vendor/mdbook/tests/cli/mod.rs [new file with mode: 0644]
vendor/mdbook/tests/cli/test.rs [new file with mode: 0644]
vendor/mdbook/tests/cli_tests.rs [new file with mode: 0644]
vendor/mdbook/tests/custom_preprocessors.rs [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/index_html_test/SUMMARY.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/index_html_test/chapter_1.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/mod.rs [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src/README.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src/SUMMARY.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src/conclusion.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src/example.rs [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src/first/duplicate-headers.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src/first/includes.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src/first/index.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src/first/markdown.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src/first/nested-test-with-anchors.rs [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src/first/nested-test.rs [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src/first/nested.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src/first/no-headers.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src/first/partially-included-test-with-anchors.rs [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src/first/partially-included-test.rs [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src/first/recursive.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src/first/unicode.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src/intro.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src/second.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src/second/nested.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src2/README.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src2/SUMMARY.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src2/first/README.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src2/second/README.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/src2/second/index.md [new file with mode: 0644]
vendor/mdbook/tests/dummy_book/summary-formatting/SUMMARY.md [new file with mode: 0644]
vendor/mdbook/tests/init.rs [new file with mode: 0644]
vendor/mdbook/tests/parse_existing_summary_files.rs [new file with mode: 0644]
vendor/mdbook/tests/rendered_output.rs [new file with mode: 0644]
vendor/mdbook/tests/searchindex_fixture.json [new file with mode: 0644]
vendor/mdbook/tests/summary_md_files/example_book.md [new file with mode: 0644]
vendor/mdbook/tests/summary_md_files/rust_by_example.md [new file with mode: 0644]
vendor/mdbook/tests/summary_md_files/rust_ffi_guide.md [new file with mode: 0644]
vendor/mdbook/tests/summary_md_files/the_book-2nd_edition.md [new file with mode: 0644]
vendor/mdbook/tests/testing.rs [new file with mode: 0644]
vendor/mdbook/triagebot.toml [new file with mode: 0644]
vendor/measureme/.cargo-checksum.json [new file with mode: 0644]
vendor/measureme/Cargo.toml [new file with mode: 0644]
vendor/measureme/src/counters.rs [new file with mode: 0644]
vendor/measureme/src/event_id.rs [new file with mode: 0644]
vendor/measureme/src/file_header.rs [new file with mode: 0644]
vendor/measureme/src/lib.rs [new file with mode: 0644]
vendor/measureme/src/profiler.rs [new file with mode: 0644]
vendor/measureme/src/raw_event.rs [new file with mode: 0644]
vendor/measureme/src/rustc.rs [new file with mode: 0644]
vendor/measureme/src/serialization.rs [new file with mode: 0644]
vendor/measureme/src/stringtable.rs [new file with mode: 0644]
vendor/memchr/.cargo-checksum.json [new file with mode: 0644]
vendor/memchr/COPYING [new file with mode: 0644]
vendor/memchr/Cargo.toml [new file with mode: 0644]
vendor/memchr/LICENSE-MIT [new file with mode: 0644]
vendor/memchr/README.md [new file with mode: 0644]
vendor/memchr/UNLICENSE [new file with mode: 0644]
vendor/memchr/build.rs [new file with mode: 0644]
vendor/memchr/rustfmt.toml [new file with mode: 0644]
vendor/memchr/scripts/make-byte-frequency-table [new file with mode: 0755]
vendor/memchr/src/cow.rs [new file with mode: 0644]
vendor/memchr/src/lib.rs [new file with mode: 0644]
vendor/memchr/src/memchr/c.rs [new file with mode: 0644]
vendor/memchr/src/memchr/fallback.rs [new file with mode: 0644]
vendor/memchr/src/memchr/iter.rs [new file with mode: 0644]
vendor/memchr/src/memchr/mod.rs [new file with mode: 0644]
vendor/memchr/src/memchr/naive.rs [new file with mode: 0644]
vendor/memchr/src/memchr/x86/avx.rs [new file with mode: 0644]
vendor/memchr/src/memchr/x86/mod.rs [new file with mode: 0644]
vendor/memchr/src/memchr/x86/sse2.rs [new file with mode: 0644]
vendor/memchr/src/memchr/x86/sse42.rs [new file with mode: 0644]
vendor/memchr/src/memmem/byte_frequencies.rs [new file with mode: 0644]
vendor/memchr/src/memmem/genericsimd.rs [new file with mode: 0644]
vendor/memchr/src/memmem/mod.rs [new file with mode: 0644]
vendor/memchr/src/memmem/prefilter/fallback.rs [new file with mode: 0644]
vendor/memchr/src/memmem/prefilter/genericsimd.rs [new file with mode: 0644]
vendor/memchr/src/memmem/prefilter/mod.rs [new file with mode: 0644]
vendor/memchr/src/memmem/prefilter/wasm.rs [new file with mode: 0644]
vendor/memchr/src/memmem/prefilter/x86/avx.rs [new file with mode: 0644]
vendor/memchr/src/memmem/prefilter/x86/mod.rs [new file with mode: 0644]
vendor/memchr/src/memmem/prefilter/x86/sse.rs [new file with mode: 0644]
vendor/memchr/src/memmem/rabinkarp.rs [new file with mode: 0644]
vendor/memchr/src/memmem/rarebytes.rs [new file with mode: 0644]
vendor/memchr/src/memmem/twoway.rs [new file with mode: 0644]
vendor/memchr/src/memmem/util.rs [new file with mode: 0644]
vendor/memchr/src/memmem/vector.rs [new file with mode: 0644]
vendor/memchr/src/memmem/wasm.rs [new file with mode: 0644]
vendor/memchr/src/memmem/x86/avx.rs [new file with mode: 0644]
vendor/memchr/src/memmem/x86/mod.rs [new file with mode: 0644]
vendor/memchr/src/memmem/x86/sse.rs [new file with mode: 0644]
vendor/memchr/src/tests/memchr/iter.rs [new file with mode: 0644]
vendor/memchr/src/tests/memchr/memchr.rs [new file with mode: 0644]
vendor/memchr/src/tests/memchr/mod.rs [new file with mode: 0644]
vendor/memchr/src/tests/memchr/simple.rs [new file with mode: 0644]
vendor/memchr/src/tests/memchr/testdata.rs [new file with mode: 0644]
vendor/memchr/src/tests/mod.rs [new file with mode: 0644]
vendor/memchr/src/tests/x86_64-soft_float.json [new file with mode: 0644]
vendor/memmap2-0.2.1/.cargo-checksum.json [new file with mode: 0644]
vendor/memmap2-0.2.1/CHANGELOG.md [new file with mode: 0644]
vendor/memmap2-0.2.1/Cargo.lock [new file with mode: 0644]
vendor/memmap2-0.2.1/Cargo.toml [new file with mode: 0644]
vendor/memmap2-0.2.1/LICENSE-APACHE [new file with mode: 0644]
vendor/memmap2-0.2.1/LICENSE-MIT [new file with mode: 0644]
vendor/memmap2-0.2.1/README.md [new file with mode: 0644]
vendor/memmap2-0.2.1/examples/cat.rs [new file with mode: 0644]
vendor/memmap2-0.2.1/src/lib.rs [new file with mode: 0644]
vendor/memmap2-0.2.1/src/unix.rs [new file with mode: 0644]
vendor/memmap2-0.2.1/src/windows.rs [new file with mode: 0644]
vendor/memmap2/.cargo-checksum.json [new file with mode: 0644]
vendor/memmap2/CHANGELOG.md [new file with mode: 0644]
vendor/memmap2/Cargo.lock [new file with mode: 0644]
vendor/memmap2/Cargo.toml [new file with mode: 0644]
vendor/memmap2/LICENSE-APACHE [new file with mode: 0644]
vendor/memmap2/LICENSE-MIT [new file with mode: 0644]
vendor/memmap2/README.md [new file with mode: 0644]
vendor/memmap2/examples/cat.rs [new file with mode: 0644]
vendor/memmap2/src/advice.rs [new file with mode: 0644]
vendor/memmap2/src/lib.rs [new file with mode: 0644]
vendor/memmap2/src/stub.rs [new file with mode: 0644]
vendor/memmap2/src/unix.rs [new file with mode: 0644]
vendor/memmap2/src/windows.rs [new file with mode: 0644]
vendor/memoffset-0.6.5/.cargo-checksum.json [new file with mode: 0644]
vendor/memoffset-0.6.5/Cargo.toml [new file with mode: 0644]
vendor/memoffset-0.6.5/LICENSE [new file with mode: 0644]
vendor/memoffset-0.6.5/README.md [new file with mode: 0644]
vendor/memoffset-0.6.5/build.rs [new file with mode: 0644]
vendor/memoffset-0.6.5/ci/miri.sh [new file with mode: 0755]
vendor/memoffset-0.6.5/src/lib.rs [new file with mode: 0644]
vendor/memoffset-0.6.5/src/offset_of.rs [new file with mode: 0644]
vendor/memoffset-0.6.5/src/raw_field.rs [new file with mode: 0644]
vendor/memoffset-0.6.5/src/span_of.rs [new file with mode: 0644]
vendor/memoffset/.cargo-checksum.json [new file with mode: 0644]
vendor/memoffset/Cargo.toml [new file with mode: 0644]
vendor/memoffset/LICENSE [new file with mode: 0644]
vendor/memoffset/README.md [new file with mode: 0644]
vendor/memoffset/build.rs [new file with mode: 0644]
vendor/memoffset/src/lib.rs [new file with mode: 0644]
vendor/memoffset/src/offset_of.rs [new file with mode: 0644]
vendor/memoffset/src/raw_field.rs [new file with mode: 0644]
vendor/memoffset/src/span_of.rs [new file with mode: 0644]
vendor/minifier/.cargo-checksum.json [new file with mode: 0644]
vendor/minifier/Cargo.lock [new file with mode: 0644]
vendor/minifier/Cargo.toml [new file with mode: 0644]
vendor/minifier/LICENSE [new file with mode: 0644]
vendor/minifier/README.md [new file with mode: 0644]
vendor/minifier/src/css/mod.rs [new file with mode: 0644]
vendor/minifier/src/css/tests.rs [new file with mode: 0644]
vendor/minifier/src/css/token.rs [new file with mode: 0644]
vendor/minifier/src/html.rs [new file with mode: 0644]
vendor/minifier/src/js/mod.rs [new file with mode: 0644]
vendor/minifier/src/js/token.rs [new file with mode: 0644]
vendor/minifier/src/js/tools.rs [new file with mode: 0644]
vendor/minifier/src/js/utils.rs [new file with mode: 0644]
vendor/minifier/src/json/json_minifier.rs [new file with mode: 0644]
vendor/minifier/src/json/mod.rs [new file with mode: 0644]
vendor/minifier/src/json/read/byte_to_char.rs [new file with mode: 0644]
vendor/minifier/src/json/read/internal_buffer.rs [new file with mode: 0644]
vendor/minifier/src/json/read/internal_reader.rs [new file with mode: 0644]
vendor/minifier/src/json/read/json_read.rs [new file with mode: 0644]
vendor/minifier/src/json/string.rs [new file with mode: 0644]
vendor/minifier/src/lib.rs [new file with mode: 0644]
vendor/minifier/src/main.rs [new file with mode: 0644]
vendor/minifier/tests/files/main.js [new file with mode: 0644]
vendor/minifier/tests/files/minified_main.js [new file with mode: 0644]
vendor/minifier/tests/files/test.json [new file with mode: 0644]
vendor/minifier/tests/js_minify.rs [new file with mode: 0644]
vendor/minimal-lexical/.cargo-checksum.json [new file with mode: 0644]
vendor/minimal-lexical/CHANGELOG [new file with mode: 0644]
vendor/minimal-lexical/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/minimal-lexical/Cargo.toml [new file with mode: 0644]
vendor/minimal-lexical/LICENSE-APACHE [new file with mode: 0644]
vendor/minimal-lexical/LICENSE-MIT [new file with mode: 0644]
vendor/minimal-lexical/LICENSE.md [new file with mode: 0644]
vendor/minimal-lexical/README.md [new file with mode: 0644]
vendor/minimal-lexical/clippy.toml [new file with mode: 0644]
vendor/minimal-lexical/rustfmt.toml [new file with mode: 0644]
vendor/minimal-lexical/src/bellerophon.rs [new file with mode: 0644]
vendor/minimal-lexical/src/bigint.rs [new file with mode: 0644]
vendor/minimal-lexical/src/extended_float.rs [new file with mode: 0644]
vendor/minimal-lexical/src/fpu.rs [new file with mode: 0644]
vendor/minimal-lexical/src/heapvec.rs [new file with mode: 0644]
vendor/minimal-lexical/src/lemire.rs [new file with mode: 0644]
vendor/minimal-lexical/src/lib.rs [new file with mode: 0644]
vendor/minimal-lexical/src/libm.rs [new file with mode: 0644]
vendor/minimal-lexical/src/mask.rs [new file with mode: 0644]
vendor/minimal-lexical/src/num.rs [new file with mode: 0644]
vendor/minimal-lexical/src/number.rs [new file with mode: 0644]
vendor/minimal-lexical/src/parse.rs [new file with mode: 0644]
vendor/minimal-lexical/src/rounding.rs [new file with mode: 0644]
vendor/minimal-lexical/src/slow.rs [new file with mode: 0644]
vendor/minimal-lexical/src/stackvec.rs [new file with mode: 0644]
vendor/minimal-lexical/src/table.rs [new file with mode: 0644]
vendor/minimal-lexical/src/table_bellerophon.rs [new file with mode: 0644]
vendor/minimal-lexical/src/table_lemire.rs [new file with mode: 0644]
vendor/minimal-lexical/src/table_small.rs [new file with mode: 0644]
vendor/minimal-lexical/tests/bellerophon.rs [new file with mode: 0644]
vendor/minimal-lexical/tests/bellerophon_tests.rs [new file with mode: 0644]
vendor/minimal-lexical/tests/integration_tests.rs [new file with mode: 0644]
vendor/minimal-lexical/tests/lemire_tests.rs [new file with mode: 0644]
vendor/minimal-lexical/tests/libm_tests.rs [new file with mode: 0644]
vendor/minimal-lexical/tests/mask_tests.rs [new file with mode: 0644]
vendor/minimal-lexical/tests/number_tests.rs [new file with mode: 0644]
vendor/minimal-lexical/tests/parse_tests.rs [new file with mode: 0644]
vendor/minimal-lexical/tests/rounding_tests.rs [new file with mode: 0644]
vendor/minimal-lexical/tests/slow_tests.rs [new file with mode: 0644]
vendor/minimal-lexical/tests/stackvec.rs [new file with mode: 0644]
vendor/minimal-lexical/tests/vec_tests.rs [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/.cargo-checksum.json [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/Cargo.toml [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/LICENSE [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/LICENSE-APACHE.md [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/LICENSE-MIT.md [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/LICENSE-ZLIB.md [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/Readme.md [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/deflate/buffer.rs [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/deflate/core.rs [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/deflate/mod.rs [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/deflate/stream.rs [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/inflate/core.rs [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/inflate/mod.rs [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/inflate/output_buffer.rs [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/inflate/stream.rs [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/lib.rs [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/shared.rs [new file with mode: 0644]
vendor/miniz_oxide/.cargo-checksum.json [new file with mode: 0644]
vendor/miniz_oxide/Cargo.toml [new file with mode: 0644]
vendor/miniz_oxide/LICENSE [new file with mode: 0644]
vendor/miniz_oxide/LICENSE-APACHE.md [new file with mode: 0644]
vendor/miniz_oxide/LICENSE-MIT.md [new file with mode: 0644]
vendor/miniz_oxide/LICENSE-ZLIB.md [new file with mode: 0644]
vendor/miniz_oxide/Readme.md [new file with mode: 0644]
vendor/miniz_oxide/src/deflate/buffer.rs [new file with mode: 0644]
vendor/miniz_oxide/src/deflate/core.rs [new file with mode: 0644]
vendor/miniz_oxide/src/deflate/mod.rs [new file with mode: 0644]
vendor/miniz_oxide/src/deflate/stream.rs [new file with mode: 0644]
vendor/miniz_oxide/src/inflate/core.rs [new file with mode: 0644]
vendor/miniz_oxide/src/inflate/mod.rs [new file with mode: 0644]
vendor/miniz_oxide/src/inflate/output_buffer.rs [new file with mode: 0644]
vendor/miniz_oxide/src/inflate/stream.rs [new file with mode: 0644]
vendor/miniz_oxide/src/lib.rs [new file with mode: 0644]
vendor/miniz_oxide/src/shared.rs [new file with mode: 0644]
vendor/miow-0.3.7/.cargo-checksum.json [new file with mode: 0644]
vendor/miow-0.3.7/CHANGELOG.md [new file with mode: 0644]
vendor/miow-0.3.7/Cargo.toml [new file with mode: 0644]
vendor/miow-0.3.7/LICENSE-APACHE [new file with mode: 0644]
vendor/miow-0.3.7/LICENSE-MIT [new file with mode: 0644]
vendor/miow-0.3.7/README.md [new file with mode: 0644]
vendor/miow-0.3.7/appveyor.yml [new file with mode: 0644]
vendor/miow-0.3.7/src/handle.rs [new file with mode: 0644]
vendor/miow-0.3.7/src/iocp.rs [new file with mode: 0644]
vendor/miow-0.3.7/src/lib.rs [new file with mode: 0644]
vendor/miow-0.3.7/src/net.rs [new file with mode: 0644]
vendor/miow-0.3.7/src/overlapped.rs [new file with mode: 0644]
vendor/miow-0.3.7/src/pipe.rs [new file with mode: 0644]
vendor/miow/.cargo-checksum.json [new file with mode: 0644]
vendor/miow/CHANGELOG.md [new file with mode: 0644]
vendor/miow/Cargo.toml [new file with mode: 0644]
vendor/miow/LICENSE-APACHE [new file with mode: 0644]
vendor/miow/LICENSE-MIT [new file with mode: 0644]
vendor/miow/README.md [new file with mode: 0644]
vendor/miow/appveyor.yml [new file with mode: 0644]
vendor/miow/src/handle.rs [new file with mode: 0644]
vendor/miow/src/iocp.rs [new file with mode: 0644]
vendor/miow/src/lib.rs [new file with mode: 0644]
vendor/miow/src/net.rs [new file with mode: 0644]
vendor/miow/src/overlapped.rs [new file with mode: 0644]
vendor/miow/src/pipe.rs [new file with mode: 0644]
vendor/new_debug_unreachable/.cargo-checksum.json [new file with mode: 0644]
vendor/new_debug_unreachable/Cargo.lock [new file with mode: 0644]
vendor/new_debug_unreachable/Cargo.toml [new file with mode: 0644]
vendor/new_debug_unreachable/LICENSE-MIT [new file with mode: 0644]
vendor/new_debug_unreachable/README.md [new file with mode: 0644]
vendor/new_debug_unreachable/examples/simple.rs [new file with mode: 0644]
vendor/new_debug_unreachable/src/lib.rs [new file with mode: 0644]
vendor/new_debug_unreachable/tests/check.rs [new file with mode: 0644]
vendor/nom/.cargo-checksum.json [new file with mode: 0644]
vendor/nom/CHANGELOG.md [new file with mode: 0644]
vendor/nom/Cargo.lock [new file with mode: 0644]
vendor/nom/Cargo.toml [new file with mode: 0644]
vendor/nom/LICENSE [new file with mode: 0644]
vendor/nom/README.md [new file with mode: 0644]
vendor/nom/build.rs [new file with mode: 0644]
vendor/nom/doc/nom_recipes.md [new file with mode: 0644]
vendor/nom/src/bits/complete.rs [new file with mode: 0644]
vendor/nom/src/bits/mod.rs [new file with mode: 0644]
vendor/nom/src/bits/streaming.rs [new file with mode: 0644]
vendor/nom/src/branch/mod.rs [new file with mode: 0644]
vendor/nom/src/branch/tests.rs [new file with mode: 0644]
vendor/nom/src/bytes/complete.rs [new file with mode: 0644]
vendor/nom/src/bytes/mod.rs [new file with mode: 0644]
vendor/nom/src/bytes/streaming.rs [new file with mode: 0644]
vendor/nom/src/bytes/tests.rs [new file with mode: 0644]
vendor/nom/src/character/complete.rs [new file with mode: 0644]
vendor/nom/src/character/mod.rs [new file with mode: 0644]
vendor/nom/src/character/streaming.rs [new file with mode: 0644]
vendor/nom/src/character/tests.rs [new file with mode: 0644]
vendor/nom/src/combinator/mod.rs [new file with mode: 0644]
vendor/nom/src/combinator/tests.rs [new file with mode: 0644]
vendor/nom/src/error.rs [new file with mode: 0644]
vendor/nom/src/internal.rs [new file with mode: 0644]
vendor/nom/src/lib.rs [new file with mode: 0644]
vendor/nom/src/multi/mod.rs [new file with mode: 0644]
vendor/nom/src/multi/tests.rs [new file with mode: 0644]
vendor/nom/src/number/complete.rs [new file with mode: 0644]
vendor/nom/src/number/mod.rs [new file with mode: 0644]
vendor/nom/src/number/streaming.rs [new file with mode: 0644]
vendor/nom/src/sequence/mod.rs [new file with mode: 0644]
vendor/nom/src/sequence/tests.rs [new file with mode: 0644]
vendor/nom/src/str.rs [new file with mode: 0644]
vendor/nom/src/traits.rs [new file with mode: 0644]
vendor/nom/tests/arithmetic.rs [new file with mode: 0644]
vendor/nom/tests/arithmetic_ast.rs [new file with mode: 0644]
vendor/nom/tests/css.rs [new file with mode: 0644]
vendor/nom/tests/custom_errors.rs [new file with mode: 0644]
vendor/nom/tests/escaped.rs [new file with mode: 0644]
vendor/nom/tests/float.rs [new file with mode: 0644]
vendor/nom/tests/fnmut.rs [new file with mode: 0644]
vendor/nom/tests/ini.rs [new file with mode: 0644]
vendor/nom/tests/ini_str.rs [new file with mode: 0644]
vendor/nom/tests/issues.rs [new file with mode: 0644]
vendor/nom/tests/json.rs [new file with mode: 0644]
vendor/nom/tests/mp4.rs [new file with mode: 0644]
vendor/nom/tests/multiline.rs [new file with mode: 0644]
vendor/nom/tests/overflow.rs [new file with mode: 0644]
vendor/nom/tests/reborrow_fold.rs [new file with mode: 0644]
vendor/ntapi/.cargo-checksum.json [new file with mode: 0644]
vendor/ntapi/Cargo.toml [new file with mode: 0644]
vendor/ntapi/LICENSE-APACHE [new file with mode: 0644]
vendor/ntapi/LICENSE-MIT [new file with mode: 0644]
vendor/ntapi/README.md [new file with mode: 0644]
vendor/ntapi/build.rs [new file with mode: 0644]
vendor/ntapi/src/lib.rs [new file with mode: 0644]
vendor/ntapi/src/macros.rs [new file with mode: 0644]
vendor/ntapi/src/ntapi_base.rs [new file with mode: 0644]
vendor/ntapi/src/ntdbg.rs [new file with mode: 0644]
vendor/ntapi/src/ntexapi.rs [new file with mode: 0644]
vendor/ntapi/src/ntgdi.rs [new file with mode: 0644]
vendor/ntapi/src/ntioapi.rs [new file with mode: 0644]
vendor/ntapi/src/ntkeapi.rs [new file with mode: 0644]
vendor/ntapi/src/ntldr.rs [new file with mode: 0644]
vendor/ntapi/src/ntlpcapi.rs [new file with mode: 0644]
vendor/ntapi/src/ntmisc.rs [new file with mode: 0644]
vendor/ntapi/src/ntmmapi.rs [new file with mode: 0644]
vendor/ntapi/src/ntnls.rs [new file with mode: 0644]
vendor/ntapi/src/ntobapi.rs [new file with mode: 0644]
vendor/ntapi/src/ntpebteb.rs [new file with mode: 0644]
vendor/ntapi/src/ntpfapi.rs [new file with mode: 0644]
vendor/ntapi/src/ntpnpapi.rs [new file with mode: 0644]
vendor/ntapi/src/ntpoapi.rs [new file with mode: 0644]
vendor/ntapi/src/ntpsapi.rs [new file with mode: 0644]
vendor/ntapi/src/ntregapi.rs [new file with mode: 0644]
vendor/ntapi/src/ntrtl.rs [new file with mode: 0644]
vendor/ntapi/src/ntsam.rs [new file with mode: 0644]
vendor/ntapi/src/ntseapi.rs [new file with mode: 0644]
vendor/ntapi/src/ntsmss.rs [new file with mode: 0644]
vendor/ntapi/src/nttmapi.rs [new file with mode: 0644]
vendor/ntapi/src/nttp.rs [new file with mode: 0644]
vendor/ntapi/src/ntwow64.rs [new file with mode: 0644]
vendor/ntapi/src/ntxcapi.rs [new file with mode: 0644]
vendor/ntapi/src/ntzwapi.rs [new file with mode: 0644]
vendor/ntapi/src/string.rs [new file with mode: 0644]
vendor/ntapi/src/subprocesstag.rs [new file with mode: 0644]
vendor/ntapi/src/winapi_local.rs [new file with mode: 0644]
vendor/ntapi/src/winapi_local/um.rs [new file with mode: 0644]
vendor/ntapi/src/winapi_local/um/winioctl.rs [new file with mode: 0644]
vendor/ntapi/src/winapi_local/um/winnt.rs [new file with mode: 0644]
vendor/ntapi/src/winsta.rs [new file with mode: 0644]
vendor/nu-ansi-term/.cargo-checksum.json [new file with mode: 0644]
vendor/nu-ansi-term/Cargo.lock [new file with mode: 0644]
vendor/nu-ansi-term/Cargo.toml [new file with mode: 0644]
vendor/nu-ansi-term/LICENCE [new file with mode: 0644]
vendor/nu-ansi-term/README.md [new file with mode: 0644]
vendor/nu-ansi-term/examples/256_colors.rs [new file with mode: 0644]
vendor/nu-ansi-term/examples/basic_colors.rs [new file with mode: 0644]
vendor/nu-ansi-term/examples/gradient_colors.rs [new file with mode: 0644]
vendor/nu-ansi-term/examples/rgb_colors.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/ansi.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/debug.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/difference.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/display.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/gradient.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/lib.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/rgb.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/style.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/util.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/windows.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/write.rs [new file with mode: 0644]
vendor/num-integer/.cargo-checksum.json [new file with mode: 0644]
vendor/num-integer/Cargo.toml [new file with mode: 0644]
vendor/num-integer/LICENSE-APACHE [new file with mode: 0644]
vendor/num-integer/LICENSE-MIT [new file with mode: 0644]
vendor/num-integer/README.md [new file with mode: 0644]
vendor/num-integer/RELEASES.md [new file with mode: 0644]
vendor/num-integer/benches/average.rs [new file with mode: 0644]
vendor/num-integer/benches/gcd.rs [new file with mode: 0644]
vendor/num-integer/benches/roots.rs [new file with mode: 0644]
vendor/num-integer/build.rs [new file with mode: 0644]
vendor/num-integer/src/average.rs [new file with mode: 0644]
vendor/num-integer/src/lib.rs [new file with mode: 0644]
vendor/num-integer/src/roots.rs [new file with mode: 0644]
vendor/num-integer/tests/average.rs [new file with mode: 0644]
vendor/num-integer/tests/roots.rs [new file with mode: 0644]
vendor/num-traits/.cargo-checksum.json [new file with mode: 0644]
vendor/num-traits/Cargo.toml [new file with mode: 0644]
vendor/num-traits/LICENSE-APACHE [new file with mode: 0644]
vendor/num-traits/LICENSE-MIT [new file with mode: 0644]
vendor/num-traits/README.md [new file with mode: 0644]
vendor/num-traits/RELEASES.md [new file with mode: 0644]
vendor/num-traits/build.rs [new file with mode: 0644]
vendor/num-traits/src/bounds.rs [new file with mode: 0644]
vendor/num-traits/src/cast.rs [new file with mode: 0644]
vendor/num-traits/src/float.rs [new file with mode: 0644]
vendor/num-traits/src/identities.rs [new file with mode: 0644]
vendor/num-traits/src/int.rs [new file with mode: 0644]
vendor/num-traits/src/lib.rs [new file with mode: 0644]
vendor/num-traits/src/macros.rs [new file with mode: 0644]
vendor/num-traits/src/ops/checked.rs [new file with mode: 0644]
vendor/num-traits/src/ops/inv.rs [new file with mode: 0644]
vendor/num-traits/src/ops/mod.rs [new file with mode: 0644]
vendor/num-traits/src/ops/mul_add.rs [new file with mode: 0644]
vendor/num-traits/src/ops/saturating.rs [new file with mode: 0644]
vendor/num-traits/src/ops/wrapping.rs [new file with mode: 0644]
vendor/num-traits/src/pow.rs [new file with mode: 0644]
vendor/num-traits/src/real.rs [new file with mode: 0644]
vendor/num-traits/src/sign.rs [new file with mode: 0644]
vendor/num-traits/tests/cast.rs [new file with mode: 0644]
vendor/num_cpus/.cargo-checksum.json [new file with mode: 0644]
vendor/num_cpus/CHANGELOG.md [new file with mode: 0644]
vendor/num_cpus/CONTRIBUTING.md [new file with mode: 0644]
vendor/num_cpus/Cargo.lock [new file with mode: 0644]
vendor/num_cpus/Cargo.toml [new file with mode: 0644]
vendor/num_cpus/LICENSE-APACHE [new file with mode: 0644]
vendor/num_cpus/LICENSE-MIT [new file with mode: 0644]
vendor/num_cpus/README.md [new file with mode: 0644]
vendor/num_cpus/ci/cgroups/Dockerfile [new file with mode: 0644]
vendor/num_cpus/examples/values.rs [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups/cgroups/ceil/cpu.cfs_period_us [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups/cgroups/ceil/cpu.cfs_quota_us [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups/cgroups/good/cpu.cfs_period_us [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups/cgroups/good/cpu.cfs_quota_us [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups/cgroups/zero-period/cpu.cfs_period_us [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups/cgroups/zero-period/cpu.cfs_quota_us [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups/proc/cgroups/cgroup [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups/proc/cgroups/mountinfo [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups/proc/cgroups/mountinfo_multi_opt [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups/proc/cgroups/mountinfo_zero_opt [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups2/cgroups/ceil/cpu.max [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups2/cgroups/good/cpu.max [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups2/cgroups/zero-period/cpu.max [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups2/proc/cgroups/cgroup [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups2/proc/cgroups/cgroup_multi [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups2/proc/cgroups/mountinfo [new file with mode: 0644]
vendor/num_cpus/src/lib.rs [new file with mode: 0644]
vendor/num_cpus/src/linux.rs [new file with mode: 0644]
vendor/object-0.29.0/.cargo-checksum.json [new file with mode: 0644]
vendor/object-0.29.0/CHANGELOG.md [new file with mode: 0644]
vendor/object-0.29.0/Cargo.toml [new file with mode: 0644]
vendor/object-0.29.0/LICENSE-APACHE [new file with mode: 0644]
vendor/object-0.29.0/LICENSE-MIT [new file with mode: 0644]
vendor/object-0.29.0/README.md [new file with mode: 0644]
vendor/object-0.29.0/clippy.toml [new file with mode: 0644]
vendor/object-0.29.0/src/archive.rs [new file with mode: 0644]
vendor/object-0.29.0/src/common.rs [new file with mode: 0644]
vendor/object-0.29.0/src/elf.rs [new file with mode: 0644]
vendor/object-0.29.0/src/endian.rs [new file with mode: 0644]
vendor/object-0.29.0/src/lib.rs [new file with mode: 0644]
vendor/object-0.29.0/src/macho.rs [new file with mode: 0644]
vendor/object-0.29.0/src/pe.rs [new file with mode: 0644]
vendor/object-0.29.0/src/pod.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/any.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/archive.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/coff/comdat.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/coff/file.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/coff/mod.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/coff/relocation.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/coff/section.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/coff/symbol.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/elf/comdat.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/elf/compression.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/elf/dynamic.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/elf/file.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/elf/hash.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/elf/mod.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/elf/note.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/elf/relocation.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/elf/section.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/elf/segment.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/elf/symbol.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/elf/version.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/macho/dyld_cache.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/macho/fat.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/macho/file.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/macho/load_command.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/macho/mod.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/macho/relocation.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/macho/section.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/macho/segment.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/macho/symbol.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/mod.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/pe/data_directory.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/pe/export.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/pe/file.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/pe/import.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/pe/mod.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/pe/relocation.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/pe/resource.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/pe/rich.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/pe/section.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/read_cache.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/read_ref.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/traits.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/util.rs [new file with mode: 0644]
vendor/object-0.29.0/src/read/wasm.rs [new file with mode: 0644]
vendor/object-0.29.0/src/write/coff.rs [new file with mode: 0644]
vendor/object-0.29.0/src/write/elf/mod.rs [new file with mode: 0644]
vendor/object-0.29.0/src/write/elf/object.rs [new file with mode: 0644]
vendor/object-0.29.0/src/write/elf/writer.rs [new file with mode: 0644]
vendor/object-0.29.0/src/write/macho.rs [new file with mode: 0644]
vendor/object-0.29.0/src/write/mod.rs [new file with mode: 0644]
vendor/object-0.29.0/src/write/pe.rs [new file with mode: 0644]
vendor/object-0.29.0/src/write/string.rs [new file with mode: 0644]
vendor/object-0.29.0/src/write/util.rs [new file with mode: 0644]
vendor/object-0.29.0/tests/integration.rs [new file with mode: 0644]
vendor/object-0.29.0/tests/parse_self.rs [new file with mode: 0644]
vendor/object-0.29.0/tests/read/coff.rs [new file with mode: 0644]
vendor/object-0.29.0/tests/read/mod.rs [new file with mode: 0644]
vendor/object-0.29.0/tests/round_trip/bss.rs [new file with mode: 0644]
vendor/object-0.29.0/tests/round_trip/coff.rs [new file with mode: 0644]
vendor/object-0.29.0/tests/round_trip/comdat.rs [new file with mode: 0644]
vendor/object-0.29.0/tests/round_trip/common.rs [new file with mode: 0644]
vendor/object-0.29.0/tests/round_trip/elf.rs [new file with mode: 0644]
vendor/object-0.29.0/tests/round_trip/macho.rs [new file with mode: 0644]
vendor/object-0.29.0/tests/round_trip/mod.rs [new file with mode: 0644]
vendor/object-0.29.0/tests/round_trip/section_flags.rs [new file with mode: 0644]
vendor/object-0.29.0/tests/round_trip/tls.rs [new file with mode: 0644]
vendor/object/.cargo-checksum.json [new file with mode: 0644]
vendor/object/CHANGELOG.md [new file with mode: 0644]
vendor/object/Cargo.toml [new file with mode: 0644]
vendor/object/LICENSE-APACHE [new file with mode: 0644]
vendor/object/LICENSE-MIT [new file with mode: 0644]
vendor/object/README.md [new file with mode: 0644]
vendor/object/clippy.toml [new file with mode: 0644]
vendor/object/src/archive.rs [new file with mode: 0644]
vendor/object/src/common.rs [new file with mode: 0644]
vendor/object/src/elf.rs [new file with mode: 0644]
vendor/object/src/endian.rs [new file with mode: 0644]
vendor/object/src/lib.rs [new file with mode: 0644]
vendor/object/src/macho.rs [new file with mode: 0644]
vendor/object/src/pe.rs [new file with mode: 0644]
vendor/object/src/pod.rs [new file with mode: 0644]
vendor/object/src/read/any.rs [new file with mode: 0644]
vendor/object/src/read/archive.rs [new file with mode: 0644]
vendor/object/src/read/coff/comdat.rs [new file with mode: 0644]
vendor/object/src/read/coff/file.rs [new file with mode: 0644]
vendor/object/src/read/coff/mod.rs [new file with mode: 0644]
vendor/object/src/read/coff/relocation.rs [new file with mode: 0644]
vendor/object/src/read/coff/section.rs [new file with mode: 0644]
vendor/object/src/read/coff/symbol.rs [new file with mode: 0644]
vendor/object/src/read/elf/comdat.rs [new file with mode: 0644]
vendor/object/src/read/elf/compression.rs [new file with mode: 0644]
vendor/object/src/read/elf/dynamic.rs [new file with mode: 0644]
vendor/object/src/read/elf/file.rs [new file with mode: 0644]
vendor/object/src/read/elf/hash.rs [new file with mode: 0644]
vendor/object/src/read/elf/mod.rs [new file with mode: 0644]
vendor/object/src/read/elf/note.rs [new file with mode: 0644]
vendor/object/src/read/elf/relocation.rs [new file with mode: 0644]
vendor/object/src/read/elf/section.rs [new file with mode: 0644]
vendor/object/src/read/elf/segment.rs [new file with mode: 0644]
vendor/object/src/read/elf/symbol.rs [new file with mode: 0644]
vendor/object/src/read/elf/version.rs [new file with mode: 0644]
vendor/object/src/read/macho/dyld_cache.rs [new file with mode: 0644]
vendor/object/src/read/macho/fat.rs [new file with mode: 0644]
vendor/object/src/read/macho/file.rs [new file with mode: 0644]
vendor/object/src/read/macho/load_command.rs [new file with mode: 0644]
vendor/object/src/read/macho/mod.rs [new file with mode: 0644]
vendor/object/src/read/macho/relocation.rs [new file with mode: 0644]
vendor/object/src/read/macho/section.rs [new file with mode: 0644]
vendor/object/src/read/macho/segment.rs [new file with mode: 0644]
vendor/object/src/read/macho/symbol.rs [new file with mode: 0644]
vendor/object/src/read/mod.rs [new file with mode: 0644]
vendor/object/src/read/pe/data_directory.rs [new file with mode: 0644]
vendor/object/src/read/pe/export.rs [new file with mode: 0644]
vendor/object/src/read/pe/file.rs [new file with mode: 0644]
vendor/object/src/read/pe/import.rs [new file with mode: 0644]
vendor/object/src/read/pe/mod.rs [new file with mode: 0644]
vendor/object/src/read/pe/relocation.rs [new file with mode: 0644]
vendor/object/src/read/pe/resource.rs [new file with mode: 0644]
vendor/object/src/read/pe/rich.rs [new file with mode: 0644]
vendor/object/src/read/pe/section.rs [new file with mode: 0644]
vendor/object/src/read/read_cache.rs [new file with mode: 0644]
vendor/object/src/read/read_ref.rs [new file with mode: 0644]
vendor/object/src/read/traits.rs [new file with mode: 0644]
vendor/object/src/read/util.rs [new file with mode: 0644]
vendor/object/src/read/wasm.rs [new file with mode: 0644]
vendor/object/src/read/xcoff/comdat.rs [new file with mode: 0644]
vendor/object/src/read/xcoff/file.rs [new file with mode: 0644]
vendor/object/src/read/xcoff/mod.rs [new file with mode: 0644]
vendor/object/src/read/xcoff/relocation.rs [new file with mode: 0644]
vendor/object/src/read/xcoff/section.rs [new file with mode: 0644]
vendor/object/src/read/xcoff/segment.rs [new file with mode: 0644]
vendor/object/src/read/xcoff/symbol.rs [new file with mode: 0644]
vendor/object/src/write/coff.rs [new file with mode: 0644]
vendor/object/src/write/elf/mod.rs [new file with mode: 0644]
vendor/object/src/write/elf/object.rs [new file with mode: 0644]
vendor/object/src/write/elf/writer.rs [new file with mode: 0644]
vendor/object/src/write/macho.rs [new file with mode: 0644]
vendor/object/src/write/mod.rs [new file with mode: 0644]
vendor/object/src/write/pe.rs [new file with mode: 0644]
vendor/object/src/write/string.rs [new file with mode: 0644]
vendor/object/src/write/util.rs [new file with mode: 0644]
vendor/object/src/xcoff.rs [new file with mode: 0644]
vendor/object/tests/integration.rs [new file with mode: 0644]
vendor/object/tests/parse_self.rs [new file with mode: 0644]
vendor/object/tests/read/coff.rs [new file with mode: 0644]
vendor/object/tests/read/mod.rs [new file with mode: 0644]
vendor/object/tests/round_trip/bss.rs [new file with mode: 0644]
vendor/object/tests/round_trip/coff.rs [new file with mode: 0644]
vendor/object/tests/round_trip/comdat.rs [new file with mode: 0644]
vendor/object/tests/round_trip/common.rs [new file with mode: 0644]
vendor/object/tests/round_trip/elf.rs [new file with mode: 0644]
vendor/object/tests/round_trip/macho.rs [new file with mode: 0644]
vendor/object/tests/round_trip/mod.rs [new file with mode: 0644]
vendor/object/tests/round_trip/section_flags.rs [new file with mode: 0644]
vendor/object/tests/round_trip/tls.rs [new file with mode: 0644]
vendor/odht/.cargo-checksum.json [new file with mode: 0644]
vendor/odht/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/odht/Cargo.toml [new file with mode: 0644]
vendor/odht/LICENSE-APACHE [new file with mode: 0644]
vendor/odht/LICENSE-MIT [new file with mode: 0644]
vendor/odht/README.md [new file with mode: 0644]
vendor/odht/benches/bench.rs [new file with mode: 0644]
vendor/odht/src/error.rs [new file with mode: 0644]
vendor/odht/src/fxhash.rs [new file with mode: 0644]
vendor/odht/src/lib.rs [new file with mode: 0644]
vendor/odht/src/memory_layout.rs [new file with mode: 0644]
vendor/odht/src/raw_table.rs [new file with mode: 0644]
vendor/odht/src/swisstable_group_query/mod.rs [new file with mode: 0644]
vendor/odht/src/swisstable_group_query/no_simd.rs [new file with mode: 0644]
vendor/odht/src/swisstable_group_query/sse2.rs [new file with mode: 0644]
vendor/odht/src/unhash.rs [new file with mode: 0644]
vendor/once_cell/.cargo-checksum.json [new file with mode: 0644]
vendor/once_cell/CHANGELOG.md [new file with mode: 0644]
vendor/once_cell/Cargo.lock [new file with mode: 0644]
vendor/once_cell/Cargo.toml [new file with mode: 0644]
vendor/once_cell/LICENSE-APACHE [new file with mode: 0644]
vendor/once_cell/LICENSE-MIT [new file with mode: 0644]
vendor/once_cell/README.md [new file with mode: 0644]
vendor/once_cell/bors.toml [new file with mode: 0644]
vendor/once_cell/examples/bench.rs [new file with mode: 0644]
vendor/once_cell/examples/bench_acquire.rs [new file with mode: 0644]
vendor/once_cell/examples/bench_vs_lazy_static.rs [new file with mode: 0644]
vendor/once_cell/examples/lazy_static.rs [new file with mode: 0644]
vendor/once_cell/examples/reentrant_init_deadlocks.rs [new file with mode: 0644]
vendor/once_cell/examples/regex.rs [new file with mode: 0644]
vendor/once_cell/examples/test_synchronization.rs [new file with mode: 0644]
vendor/once_cell/src/imp_cs.rs [new file with mode: 0644]
vendor/once_cell/src/imp_pl.rs [new file with mode: 0644]
vendor/once_cell/src/imp_std.rs [new file with mode: 0644]
vendor/once_cell/src/lib.rs [new file with mode: 0644]
vendor/once_cell/src/race.rs [new file with mode: 0644]
vendor/once_cell/tests/it.rs [new file with mode: 0644]
vendor/opener/.cargo-checksum.json [new file with mode: 0644]
vendor/opener/Cargo.toml [new file with mode: 0644]
vendor/opener/Drakefile.ts [new file with mode: 0755]
vendor/opener/LICENSE-APACHE [new file with mode: 0755]
vendor/opener/LICENSE-MIT [new file with mode: 0755]
vendor/opener/LICENSE-THIRD-PARTY [new file with mode: 0755]
vendor/opener/src/lib.rs [new file with mode: 0644]
vendor/opener/src/linux_and_more.rs [new file with mode: 0644]
vendor/opener/src/macos.rs [new file with mode: 0644]
vendor/opener/src/windows.rs [new file with mode: 0644]
vendor/opener/src/xdg-open [new file with mode: 0755]
vendor/opener/tests/version-numbers.rs [new file with mode: 0644]
vendor/os_str_bytes/.cargo-checksum.json [new file with mode: 0644]
vendor/os_str_bytes/COPYRIGHT [new file with mode: 0644]
vendor/os_str_bytes/Cargo.toml [new file with mode: 0644]
vendor/os_str_bytes/LICENSE-APACHE [new file with mode: 0644]
vendor/os_str_bytes/LICENSE-MIT [new file with mode: 0644]
vendor/os_str_bytes/README.md [new file with mode: 0644]
vendor/os_str_bytes/src/common/mod.rs [new file with mode: 0644]
vendor/os_str_bytes/src/common/raw.rs [new file with mode: 0644]
vendor/os_str_bytes/src/iter.rs [new file with mode: 0644]
vendor/os_str_bytes/src/lib.rs [new file with mode: 0644]
vendor/os_str_bytes/src/pattern.rs [new file with mode: 0644]
vendor/os_str_bytes/src/raw_str.rs [new file with mode: 0644]
vendor/os_str_bytes/src/util.rs [new file with mode: 0644]
vendor/os_str_bytes/src/wasm32/mod.rs [new file with mode: 0644]
vendor/os_str_bytes/src/wasm32/raw.rs [new file with mode: 0644]
vendor/os_str_bytes/src/windows/mod.rs [new file with mode: 0644]
vendor/os_str_bytes/src/windows/raw.rs [new file with mode: 0644]
vendor/os_str_bytes/src/windows/wtf8/code_points.rs [new file with mode: 0644]
vendor/os_str_bytes/src/windows/wtf8/convert.rs [new file with mode: 0644]
vendor/os_str_bytes/src/windows/wtf8/mod.rs [new file with mode: 0644]
vendor/os_str_bytes/src/windows/wtf8/string.rs [new file with mode: 0644]
vendor/output_vt100/.cargo-checksum.json [new file with mode: 0644]
vendor/output_vt100/Cargo.lock [new file with mode: 0644]
vendor/output_vt100/Cargo.toml [new file with mode: 0644]
vendor/output_vt100/LICENSE [new file with mode: 0644]
vendor/output_vt100/README.md [new file with mode: 0644]
vendor/output_vt100/appveyor.yml [new file with mode: 0644]
vendor/output_vt100/examples/red-hello.rs [new file with mode: 0644]
vendor/output_vt100/src/lib.rs [new file with mode: 0644]
vendor/overload/.cargo-checksum.json [new file with mode: 0644]
vendor/overload/Cargo.toml [new file with mode: 0644]
vendor/overload/LICENSE [new file with mode: 0644]
vendor/overload/README.md [new file with mode: 0644]
vendor/overload/logo.png [new file with mode: 0644]
vendor/overload/src/assignment.rs [new file with mode: 0644]
vendor/overload/src/binary.rs [new file with mode: 0644]
vendor/overload/src/lib.rs [new file with mode: 0644]
vendor/overload/src/unary.rs [new file with mode: 0644]
vendor/overload/tests/assignment.rs [new file with mode: 0644]
vendor/overload/tests/binary.rs [new file with mode: 0644]
vendor/overload/tests/unary.rs [new file with mode: 0644]
vendor/packed_simd_2/.cargo-checksum.json [new file with mode: 0644]
vendor/packed_simd_2/Cargo.toml [new file with mode: 0644]
vendor/packed_simd_2/LICENSE-APACHE [new file with mode: 0644]
vendor/packed_simd_2/LICENSE-MIT [new file with mode: 0644]
vendor/packed_simd_2/README.md [new file with mode: 0644]
vendor/packed_simd_2/bors.toml [new file with mode: 0644]
vendor/packed_simd_2/build.rs [new file with mode: 0644]
vendor/packed_simd_2/ci/all.sh [new file with mode: 0755]
vendor/packed_simd_2/ci/android-install-ndk.sh [new file with mode: 0644]
vendor/packed_simd_2/ci/android-install-sdk.sh [new file with mode: 0644]
vendor/packed_simd_2/ci/android-sysimage.sh [new file with mode: 0644]
vendor/packed_simd_2/ci/benchmark.sh [new file with mode: 0755]
vendor/packed_simd_2/ci/deploy_and_run_on_ios_simulator.rs [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/aarch64-linux-android/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/aarch64-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/arm-linux-androideabi/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/arm-unknown-linux-gnueabi/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/i586-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/i686-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/mips-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/mips64el-unknown-linux-gnuabi64/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/mipsel-unknown-linux-musl/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/powerpc-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/powerpc64-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/s390x-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/sparc64-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/thumbv7neon-linux-androideabi/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/thumbv7neon-unknown-linux-gnueabihf/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/wasm32-unknown-unknown/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/x86_64-linux-android/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/docker/x86_64-unknown-linux-gnu/Dockerfile [new file with mode: 0644]
vendor/packed_simd_2/ci/dox.sh [new file with mode: 0755]
vendor/packed_simd_2/ci/linux-s390x.sh [new file with mode: 0644]
vendor/packed_simd_2/ci/linux-sparc64.sh [new file with mode: 0644]
vendor/packed_simd_2/ci/lld-shim.rs [new file with mode: 0644]
vendor/packed_simd_2/ci/max_line_width.sh [new file with mode: 0755]
vendor/packed_simd_2/ci/run-docker.sh [new file with mode: 0755]
vendor/packed_simd_2/ci/run.sh [new file with mode: 0755]
vendor/packed_simd_2/ci/run_examples.sh [new file with mode: 0644]
vendor/packed_simd_2/ci/runtest-android.rs [new file with mode: 0644]
vendor/packed_simd_2/ci/setup_benchmarks.sh [new file with mode: 0755]
vendor/packed_simd_2/ci/test-runner-linux [new file with mode: 0755]
vendor/packed_simd_2/contributing.md [new file with mode: 0644]
vendor/packed_simd_2/perf-guide/book.toml [new file with mode: 0644]
vendor/packed_simd_2/perf-guide/src/SUMMARY.md [new file with mode: 0644]
vendor/packed_simd_2/perf-guide/src/ascii.css [new file with mode: 0644]
vendor/packed_simd_2/perf-guide/src/bound_checks.md [new file with mode: 0644]
vendor/packed_simd_2/perf-guide/src/float-math/approx.md [new file with mode: 0644]
vendor/packed_simd_2/perf-guide/src/float-math/fma.md [new file with mode: 0644]
vendor/packed_simd_2/perf-guide/src/float-math/fp.md [new file with mode: 0644]
vendor/packed_simd_2/perf-guide/src/float-math/svml.md [new file with mode: 0644]
vendor/packed_simd_2/perf-guide/src/introduction.md [new file with mode: 0644]
vendor/packed_simd_2/perf-guide/src/prof/linux.md [new file with mode: 0644]
vendor/packed_simd_2/perf-guide/src/prof/mca.md [new file with mode: 0644]
vendor/packed_simd_2/perf-guide/src/prof/profiling.md [new file with mode: 0644]
vendor/packed_simd_2/perf-guide/src/target-feature/attribute.md [new file with mode: 0644]
vendor/packed_simd_2/perf-guide/src/target-feature/features.md [new file with mode: 0644]
vendor/packed_simd_2/perf-guide/src/target-feature/inlining.md [new file with mode: 0644]
vendor/packed_simd_2/perf-guide/src/target-feature/practice.md [new file with mode: 0644]
vendor/packed_simd_2/perf-guide/src/target-feature/runtime.md [new file with mode: 0644]
vendor/packed_simd_2/perf-guide/src/target-feature/rustflags.md [new file with mode: 0644]
vendor/packed_simd_2/perf-guide/src/vert-hor-ops.md [new file with mode: 0644]
vendor/packed_simd_2/rust-toolchain [new file with mode: 0644]
vendor/packed_simd_2/rustfmt.toml [new file with mode: 0644]
vendor/packed_simd_2/src/api.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/bit_manip.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/bitmask.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/cast.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/cast/macros.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/cast/v128.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/cast/v16.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/cast/v256.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/cast/v32.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/cast/v512.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/cast/v64.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/cmp.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/cmp/eq.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/cmp/ord.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/cmp/partial_eq.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/cmp/partial_ord.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/cmp/vertical.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/default.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/fmt.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/fmt/binary.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/fmt/debug.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/fmt/lower_hex.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/fmt/octal.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/fmt/upper_hex.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/from.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/from/from_array.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/from/from_vector.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/hash.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/into_bits.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/into_bits/arch_specific.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/into_bits/macros.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/into_bits/v128.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/into_bits/v16.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/into_bits/v256.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/into_bits/v32.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/into_bits/v512.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/into_bits/v64.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/math.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/math/float.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/math/float/abs.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/math/float/consts.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/math/float/cos.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/math/float/exp.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/math/float/ln.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/math/float/mul_add.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/math/float/mul_adde.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/math/float/powf.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/math/float/recpre.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/math/float/rsqrte.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/math/float/sin.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/math/float/sqrt.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/math/float/sqrte.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/math/float/tanh.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/minimal.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/minimal/iuf.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/minimal/mask.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/minimal/ptr.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/ops.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/ops/scalar_arithmetic.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/ops/scalar_bitwise.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/ops/scalar_mask_bitwise.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/ops/scalar_shifts.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/ops/vector_arithmetic.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/ops/vector_bitwise.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/ops/vector_float_min_max.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/ops/vector_int_min_max.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/ops/vector_mask_bitwise.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/ops/vector_neg.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/ops/vector_rotates.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/ops/vector_shifts.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/ptr.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/ptr/gather_scatter.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/reductions.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/reductions/bitwise.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/reductions/float_arithmetic.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/reductions/integer_arithmetic.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/reductions/mask.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/reductions/min_max.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/select.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/shuffle.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/shuffle1_dyn.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/slice.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/slice/from_slice.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/slice/write_to_slice.rs [new file with mode: 0644]
vendor/packed_simd_2/src/api/swap_bytes.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/bit_manip.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/llvm.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/math.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/math/float.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/math/float/abs.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/math/float/cos.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/math/float/cos_pi.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/math/float/exp.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/math/float/ln.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/math/float/macros.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/math/float/mul_add.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/math/float/mul_adde.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/math/float/powf.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/math/float/sin.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/math/float/sin_cos_pi.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/math/float/sin_pi.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/math/float/sqrt.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/math/float/sqrte.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/math/float/tanh.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/pointer_sized_int.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/reductions.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/reductions/mask.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/reductions/mask/aarch64.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/reductions/mask/arm.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/reductions/mask/fallback.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/reductions/mask/fallback_impl.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/reductions/mask/x86.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/reductions/mask/x86/avx.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/reductions/mask/x86/avx2.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/reductions/mask/x86/sse.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/reductions/mask/x86/sse2.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/shuffle.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/shuffle1_dyn.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/swap_bytes.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/v128.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/v16.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/v256.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/v32.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/v512.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/v64.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/vPtr.rs [new file with mode: 0644]
vendor/packed_simd_2/src/codegen/vSize.rs [new file with mode: 0644]
vendor/packed_simd_2/src/lib.rs [new file with mode: 0644]
vendor/packed_simd_2/src/masks.rs [new file with mode: 0644]
vendor/packed_simd_2/src/sealed.rs [new file with mode: 0644]
vendor/packed_simd_2/src/testing.rs [new file with mode: 0644]
vendor/packed_simd_2/src/testing/macros.rs [new file with mode: 0644]
vendor/packed_simd_2/src/testing/utils.rs [new file with mode: 0644]
vendor/packed_simd_2/src/v128.rs [new file with mode: 0644]
vendor/packed_simd_2/src/v16.rs [new file with mode: 0644]
vendor/packed_simd_2/src/v256.rs [new file with mode: 0644]
vendor/packed_simd_2/src/v32.rs [new file with mode: 0644]
vendor/packed_simd_2/src/v512.rs [new file with mode: 0644]
vendor/packed_simd_2/src/v64.rs [new file with mode: 0644]
vendor/packed_simd_2/src/vPtr.rs [new file with mode: 0644]
vendor/packed_simd_2/src/vSize.rs [new file with mode: 0644]
vendor/packed_simd_2/tests/endianness.rs [new file with mode: 0644]
vendor/parking_lot-0.11.2/.cargo-checksum.json [new file with mode: 0644]
vendor/parking_lot-0.11.2/CHANGELOG.md [new file with mode: 0644]
vendor/parking_lot-0.11.2/Cargo.toml [new file with mode: 0644]
vendor/parking_lot-0.11.2/LICENSE-APACHE [new file with mode: 0644]
vendor/parking_lot-0.11.2/LICENSE-MIT [new file with mode: 0644]
vendor/parking_lot-0.11.2/README.md [new file with mode: 0644]
vendor/parking_lot-0.11.2/bors.toml [new file with mode: 0644]
vendor/parking_lot-0.11.2/src/condvar.rs [new file with mode: 0644]
vendor/parking_lot-0.11.2/src/deadlock.rs [new file with mode: 0644]
vendor/parking_lot-0.11.2/src/elision.rs [new file with mode: 0644]
vendor/parking_lot-0.11.2/src/fair_mutex.rs [new file with mode: 0644]
vendor/parking_lot-0.11.2/src/lib.rs [new file with mode: 0644]
vendor/parking_lot-0.11.2/src/mutex.rs [new file with mode: 0644]
vendor/parking_lot-0.11.2/src/once.rs [new file with mode: 0644]
vendor/parking_lot-0.11.2/src/raw_fair_mutex.rs [new file with mode: 0644]
vendor/parking_lot-0.11.2/src/raw_mutex.rs [new file with mode: 0644]
vendor/parking_lot-0.11.2/src/raw_rwlock.rs [new file with mode: 0644]
vendor/parking_lot-0.11.2/src/remutex.rs [new file with mode: 0644]
vendor/parking_lot-0.11.2/src/rwlock.rs [new file with mode: 0644]
vendor/parking_lot-0.11.2/src/util.rs [new file with mode: 0644]
vendor/parking_lot-0.11.2/tests/issue_203.rs [new file with mode: 0644]
vendor/parking_lot/.cargo-checksum.json [new file with mode: 0644]
vendor/parking_lot/CHANGELOG.md [new file with mode: 0644]
vendor/parking_lot/Cargo.toml [new file with mode: 0644]
vendor/parking_lot/LICENSE-APACHE [new file with mode: 0644]
vendor/parking_lot/LICENSE-MIT [new file with mode: 0644]
vendor/parking_lot/README.md [new file with mode: 0644]
vendor/parking_lot/bors.toml [new file with mode: 0644]
vendor/parking_lot/src/condvar.rs [new file with mode: 0644]
vendor/parking_lot/src/deadlock.rs [new file with mode: 0644]
vendor/parking_lot/src/elision.rs [new file with mode: 0644]
vendor/parking_lot/src/fair_mutex.rs [new file with mode: 0644]
vendor/parking_lot/src/lib.rs [new file with mode: 0644]
vendor/parking_lot/src/mutex.rs [new file with mode: 0644]
vendor/parking_lot/src/once.rs [new file with mode: 0644]
vendor/parking_lot/src/raw_fair_mutex.rs [new file with mode: 0644]
vendor/parking_lot/src/raw_mutex.rs [new file with mode: 0644]
vendor/parking_lot/src/raw_rwlock.rs [new file with mode: 0644]
vendor/parking_lot/src/remutex.rs [new file with mode: 0644]
vendor/parking_lot/src/rwlock.rs [new file with mode: 0644]
vendor/parking_lot/src/util.rs [new file with mode: 0644]
vendor/parking_lot/tests/issue_203.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/.cargo-checksum.json [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/Cargo.toml [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/LICENSE-APACHE [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/LICENSE-MIT [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/build.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/lib.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/parking_lot.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/spinwait.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/generic.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/linux.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/mod.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/redox.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/sgx.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/unix.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/wasm.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/wasm_atomic.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/windows/keyed_event.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/windows/mod.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/windows/waitaddress.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/util.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/word_lock.rs [new file with mode: 0644]
vendor/parking_lot_core/.cargo-checksum.json [new file with mode: 0644]
vendor/parking_lot_core/Cargo.toml [new file with mode: 0644]
vendor/parking_lot_core/LICENSE-APACHE [new file with mode: 0644]
vendor/parking_lot_core/LICENSE-MIT [new file with mode: 0644]
vendor/parking_lot_core/build.rs [new file with mode: 0644]
vendor/parking_lot_core/src/lib.rs [new file with mode: 0644]
vendor/parking_lot_core/src/parking_lot.rs [new file with mode: 0644]
vendor/parking_lot_core/src/spinwait.rs [new file with mode: 0644]
vendor/parking_lot_core/src/thread_parker/generic.rs [new file with mode: 0644]
vendor/parking_lot_core/src/thread_parker/linux.rs [new file with mode: 0644]
vendor/parking_lot_core/src/thread_parker/mod.rs [new file with mode: 0644]
vendor/parking_lot_core/src/thread_parker/redox.rs [new file with mode: 0644]
vendor/parking_lot_core/src/thread_parker/sgx.rs [new file with mode: 0644]
vendor/parking_lot_core/src/thread_parker/unix.rs [new file with mode: 0644]
vendor/parking_lot_core/src/thread_parker/wasm.rs [new file with mode: 0644]
vendor/parking_lot_core/src/thread_parker/wasm_atomic.rs [new file with mode: 0644]
vendor/parking_lot_core/src/thread_parker/windows/keyed_event.rs [new file with mode: 0644]
vendor/parking_lot_core/src/thread_parker/windows/mod.rs [new file with mode: 0644]
vendor/parking_lot_core/src/thread_parker/windows/waitaddress.rs [new file with mode: 0644]
vendor/parking_lot_core/src/util.rs [new file with mode: 0644]
vendor/parking_lot_core/src/word_lock.rs [new file with mode: 0644]
vendor/pathdiff/.cargo-checksum.json [new file with mode: 0644]
vendor/pathdiff/Cargo.toml [new file with mode: 0644]
vendor/pathdiff/LICENSE-APACHE [new file with mode: 0644]
vendor/pathdiff/LICENSE-MIT [new file with mode: 0644]
vendor/pathdiff/src/lib.rs [new file with mode: 0644]
vendor/percent-encoding/.cargo-checksum.json [new file with mode: 0644]
vendor/percent-encoding/Cargo.toml [new file with mode: 0644]
vendor/percent-encoding/LICENSE-APACHE [new file with mode: 0644]
vendor/percent-encoding/LICENSE-MIT [new file with mode: 0644]
vendor/percent-encoding/src/lib.rs [new file with mode: 0644]
vendor/perf-event-open-sys/.cargo-checksum.json [new file with mode: 0644]
vendor/perf-event-open-sys/Cargo.toml [new file with mode: 0644]
vendor/perf-event-open-sys/LICENSE-APACHE [new file with mode: 0644]
vendor/perf-event-open-sys/LICENSE-MIT [new file with mode: 0644]
vendor/perf-event-open-sys/README.md [new file with mode: 0644]
vendor/perf-event-open-sys/regenerate.sh [new file with mode: 0755]
vendor/perf-event-open-sys/src/bindings.rs [new file with mode: 0644]
vendor/perf-event-open-sys/src/lib.rs [new file with mode: 0644]
vendor/perf-event-open-sys/wrapper.h [new file with mode: 0644]
vendor/perf-event/.cargo-checksum.json [new file with mode: 0644]
vendor/perf-event/Cargo.lock [new file with mode: 0644]
vendor/perf-event/Cargo.toml [new file with mode: 0644]
vendor/perf-event/LICENSE-APACHE [new file with mode: 0644]
vendor/perf-event/LICENSE-MIT [new file with mode: 0644]
vendor/perf-event/README.md [new file with mode: 0644]
vendor/perf-event/TODO.org [new file with mode: 0644]
vendor/perf-event/coverage.sh [new file with mode: 0755]
vendor/perf-event/examples/big-group.rs [new file with mode: 0644]
vendor/perf-event/examples/group.rs [new file with mode: 0644]
vendor/perf-event/examples/insns-for-pid.rs [new file with mode: 0644]
vendor/perf-event/examples/println-cpi.rs [new file with mode: 0644]
vendor/perf-event/examples/println.rs [new file with mode: 0644]
vendor/perf-event/src/events.rs [new file with mode: 0644]
vendor/perf-event/src/lib.rs [new file with mode: 0644]
vendor/perf-event/wrapper.h [new file with mode: 0644]
vendor/pest/.cargo-checksum.json [new file with mode: 0644]
vendor/pest/Cargo.lock [new file with mode: 0644]
vendor/pest/Cargo.toml [new file with mode: 0644]
vendor/pest/LICENSE-APACHE [new file with mode: 0644]
vendor/pest/LICENSE-MIT [new file with mode: 0644]
vendor/pest/_README.md [new file with mode: 0644]
vendor/pest/examples/parens.rs [new file with mode: 0644]
vendor/pest/src/error.rs [new file with mode: 0644]
vendor/pest/src/iterators/flat_pairs.rs [new file with mode: 0644]
vendor/pest/src/iterators/mod.rs [new file with mode: 0644]
vendor/pest/src/iterators/pair.rs [new file with mode: 0644]
vendor/pest/src/iterators/pairs.rs [new file with mode: 0644]
vendor/pest/src/iterators/queueable_token.rs [new file with mode: 0644]
vendor/pest/src/iterators/tokens.rs [new file with mode: 0644]
vendor/pest/src/lib.rs [new file with mode: 0644]
vendor/pest/src/macros.rs [new file with mode: 0644]
vendor/pest/src/parser.rs [new file with mode: 0644]
vendor/pest/src/parser_state.rs [new file with mode: 0644]
vendor/pest/src/position.rs [new file with mode: 0644]
vendor/pest/src/pratt_parser.rs [new file with mode: 0644]
vendor/pest/src/prec_climber.rs [new file with mode: 0644]
vendor/pest/src/span.rs [new file with mode: 0644]
vendor/pest/src/stack.rs [new file with mode: 0644]
vendor/pest/src/token.rs [new file with mode: 0644]
vendor/pest/src/unicode/binary.rs [new file with mode: 0644]
vendor/pest/src/unicode/category.rs [new file with mode: 0644]
vendor/pest/src/unicode/mod.rs [new file with mode: 0644]
vendor/pest/src/unicode/script.rs [new file with mode: 0644]
vendor/pest/tests/calculator.rs [new file with mode: 0644]
vendor/pest/tests/json.rs [new file with mode: 0644]
vendor/pest_derive/.cargo-checksum.json [new file with mode: 0644]
vendor/pest_derive/Cargo.lock [new file with mode: 0644]
vendor/pest_derive/Cargo.toml [new file with mode: 0644]
vendor/pest_derive/LICENSE-APACHE [new file with mode: 0644]
vendor/pest_derive/LICENSE-MIT [new file with mode: 0644]
vendor/pest_derive/_README.md [new file with mode: 0644]
vendor/pest_derive/examples/calc.pest [new file with mode: 0644]
vendor/pest_derive/examples/calc.rs [new file with mode: 0644]
vendor/pest_derive/src/lib.rs [new file with mode: 0644]
vendor/pest_derive/tests/grammar.pest [new file with mode: 0644]
vendor/pest_derive/tests/grammar.rs [new file with mode: 0644]
vendor/pest_derive/tests/grammar_inline.rs [new file with mode: 0644]
vendor/pest_derive/tests/lists.pest [new file with mode: 0644]
vendor/pest_derive/tests/lists.rs [new file with mode: 0644]
vendor/pest_derive/tests/reporting.pest [new file with mode: 0644]
vendor/pest_derive/tests/reporting.rs [new file with mode: 0644]
vendor/pest_generator/.cargo-checksum.json [new file with mode: 0644]
vendor/pest_generator/Cargo.toml [new file with mode: 0644]
vendor/pest_generator/LICENSE-APACHE [new file with mode: 0644]
vendor/pest_generator/LICENSE-MIT [new file with mode: 0644]
vendor/pest_generator/_README.md [new file with mode: 0644]
vendor/pest_generator/src/generator.rs [new file with mode: 0644]
vendor/pest_generator/src/lib.rs [new file with mode: 0644]
vendor/pest_generator/src/macros.rs [new file with mode: 0644]
vendor/pest_meta/.cargo-checksum.json [new file with mode: 0644]
vendor/pest_meta/Cargo.toml [new file with mode: 0644]
vendor/pest_meta/LICENSE-APACHE [new file with mode: 0644]
vendor/pest_meta/LICENSE-MIT [new file with mode: 0644]
vendor/pest_meta/_README.md [new file with mode: 0644]
vendor/pest_meta/src/ast.rs [new file with mode: 0644]
vendor/pest_meta/src/grammar.pest [new file with mode: 0644]
vendor/pest_meta/src/grammar.rs [new file with mode: 0644]
vendor/pest_meta/src/lib.rs [new file with mode: 0644]
vendor/pest_meta/src/optimizer/concatenator.rs [new file with mode: 0644]
vendor/pest_meta/src/optimizer/factorizer.rs [new file with mode: 0644]
vendor/pest_meta/src/optimizer/lister.rs [new file with mode: 0644]
vendor/pest_meta/src/optimizer/mod.rs [new file with mode: 0644]
vendor/pest_meta/src/optimizer/restorer.rs [new file with mode: 0644]
vendor/pest_meta/src/optimizer/rotater.rs [new file with mode: 0644]
vendor/pest_meta/src/optimizer/skipper.rs [new file with mode: 0644]
vendor/pest_meta/src/optimizer/unroller.rs [new file with mode: 0644]
vendor/pest_meta/src/parser.rs [new file with mode: 0644]
vendor/pest_meta/src/validator.rs [new file with mode: 0644]
vendor/petgraph/.cargo-checksum.json [new file with mode: 0644]
vendor/petgraph/CONTRIBUTING.rst [new file with mode: 0644]
vendor/petgraph/Cargo.toml [new file with mode: 0644]
vendor/petgraph/LICENSE-APACHE [new file with mode: 0644]
vendor/petgraph/LICENSE-MIT [new file with mode: 0644]
vendor/petgraph/Makefile [new file with mode: 0644]
vendor/petgraph/README.rst [new file with mode: 0644]
vendor/petgraph/benches/common/factories.rs [new file with mode: 0644]
vendor/petgraph/benches/common/mod.rs [new file with mode: 0644]
vendor/petgraph/benches/dijkstra.rs [new file with mode: 0644]
vendor/petgraph/benches/iso.rs [new file with mode: 0644]
vendor/petgraph/benches/matrix_graph.rs [new file with mode: 0644]
vendor/petgraph/benches/ograph.rs [new file with mode: 0644]
vendor/petgraph/benches/stable_graph.rs [new file with mode: 0644]
vendor/petgraph/benches/unionfind.rs [new file with mode: 0644]
vendor/petgraph/custom.css [new file with mode: 0644]
vendor/petgraph/graph-example.dot [new file with mode: 0644]
vendor/petgraph/src/algo/dominators.rs [new file with mode: 0644]
vendor/petgraph/src/algo/mod.rs [new file with mode: 0644]
vendor/petgraph/src/astar.rs [new file with mode: 0644]
vendor/petgraph/src/csr.rs [new file with mode: 0644]
vendor/petgraph/src/data.rs [new file with mode: 0644]
vendor/petgraph/src/dijkstra.rs [new file with mode: 0644]
vendor/petgraph/src/dot.rs [new file with mode: 0644]
vendor/petgraph/src/generate.rs [new file with mode: 0644]
vendor/petgraph/src/graph_impl/frozen.rs [new file with mode: 0644]
vendor/petgraph/src/graph_impl/mod.rs [new file with mode: 0644]
vendor/petgraph/src/graph_impl/serialization.rs [new file with mode: 0644]
vendor/petgraph/src/graph_impl/stable_graph/mod.rs [new file with mode: 0644]
vendor/petgraph/src/graph_impl/stable_graph/serialization.rs [new file with mode: 0644]
vendor/petgraph/src/graphmap.rs [new file with mode: 0644]
vendor/petgraph/src/isomorphism.rs [new file with mode: 0644]
vendor/petgraph/src/iter_format.rs [new file with mode: 0644]
vendor/petgraph/src/iter_utils.rs [new file with mode: 0644]
vendor/petgraph/src/lib.rs [new file with mode: 0644]
vendor/petgraph/src/macros.rs [new file with mode: 0644]
vendor/petgraph/src/matrix_graph.rs [new file with mode: 0644]
vendor/petgraph/src/prelude.rs [new file with mode: 0644]
vendor/petgraph/src/quickcheck.rs [new file with mode: 0644]
vendor/petgraph/src/scored.rs [new file with mode: 0644]
vendor/petgraph/src/serde_utils.rs [new file with mode: 0644]
vendor/petgraph/src/simple_paths.rs [new file with mode: 0644]
vendor/petgraph/src/traits_graph.rs [new file with mode: 0644]
vendor/petgraph/src/unionfind.rs [new file with mode: 0644]
vendor/petgraph/src/util.rs [new file with mode: 0644]
vendor/petgraph/src/visit/dfsvisit.rs [new file with mode: 0644]
vendor/petgraph/src/visit/filter.rs [new file with mode: 0644]
vendor/petgraph/src/visit/macros.rs [new file with mode: 0644]
vendor/petgraph/src/visit/mod.rs [new file with mode: 0644]
vendor/petgraph/src/visit/reversed.rs [new file with mode: 0644]
vendor/petgraph/src/visit/traversal.rs [new file with mode: 0644]
vendor/petgraph/tests/graph.rs [new file with mode: 0644]
vendor/petgraph/tests/graphmap.rs [new file with mode: 0644]
vendor/petgraph/tests/iso.rs [new file with mode: 0644]
vendor/petgraph/tests/quickcheck.rs [new file with mode: 0644]
vendor/petgraph/tests/res/graph_1000n_1000e.txt [new file with mode: 0644]
vendor/petgraph/tests/res/graph_1000n_1000e_iso.txt [new file with mode: 0644]
vendor/petgraph/tests/res/graph_100n_100e.txt [new file with mode: 0644]
vendor/petgraph/tests/res/graph_100n_100e_iso.txt [new file with mode: 0644]
vendor/petgraph/tests/stable_graph.rs [new file with mode: 0644]
vendor/petgraph/tests/unionfind.rs [new file with mode: 0644]
vendor/petgraph/tests/utils/mod.rs [new file with mode: 0644]
vendor/petgraph/tests/utils/qc.rs [new file with mode: 0644]
vendor/phf/.cargo-checksum.json [new file with mode: 0644]
vendor/phf/Cargo.toml [new file with mode: 0644]
vendor/phf/src/lib.rs [new file with mode: 0644]
vendor/phf/src/map.rs [new file with mode: 0644]
vendor/phf/src/ordered_map.rs [new file with mode: 0644]
vendor/phf/src/ordered_set.rs [new file with mode: 0644]
vendor/phf/src/set.rs [new file with mode: 0644]
vendor/phf_codegen/.cargo-checksum.json [new file with mode: 0644]
vendor/phf_codegen/Cargo.toml [new file with mode: 0644]
vendor/phf_codegen/src/lib.rs [new file with mode: 0644]
vendor/phf_generator/.cargo-checksum.json [new file with mode: 0644]
vendor/phf_generator/Cargo.lock [new file with mode: 0644]
vendor/phf_generator/Cargo.toml [new file with mode: 0644]
vendor/phf_generator/benches/benches.rs [new file with mode: 0644]
vendor/phf_generator/src/bin/gen_hash_test.rs [new file with mode: 0644]
vendor/phf_generator/src/lib.rs [new file with mode: 0644]
vendor/phf_shared/.cargo-checksum.json [new file with mode: 0644]
vendor/phf_shared/Cargo.toml [new file with mode: 0644]
vendor/phf_shared/src/lib.rs [new file with mode: 0644]
vendor/pin-project-lite/.cargo-checksum.json [new file with mode: 0644]
vendor/pin-project-lite/CHANGELOG.md [new file with mode: 0644]
vendor/pin-project-lite/Cargo.toml [new file with mode: 0644]
vendor/pin-project-lite/LICENSE-APACHE [new file with mode: 0644]
vendor/pin-project-lite/LICENSE-MIT [new file with mode: 0644]
vendor/pin-project-lite/README.md [new file with mode: 0644]
vendor/pin-project-lite/src/lib.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/README.md [new file with mode: 0644]
vendor/pin-project-lite/tests/auxiliary/mod.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/compiletest.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/drop_order.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/default/enum.expanded.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/default/enum.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/default/struct.expanded.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/default/struct.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/multifields/enum.expanded.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/multifields/enum.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/multifields/struct.expanded.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/multifields/struct.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/naming/enum-all.expanded.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/naming/enum-all.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/naming/enum-mut.expanded.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/naming/enum-mut.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/naming/enum-none.expanded.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/naming/enum-none.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/naming/enum-ref.expanded.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/naming/enum-ref.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/naming/struct-all.expanded.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/naming/struct-all.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/naming/struct-mut.expanded.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/naming/struct-mut.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/naming/struct-none.expanded.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/naming/struct-none.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/naming/struct-ref.expanded.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/naming/struct-ref.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/pinned_drop/enum.expanded.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/pinned_drop/enum.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/pinned_drop/struct.expanded.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/pinned_drop/struct.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/pub/enum.expanded.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/pub/enum.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/pub/struct.expanded.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expand/pub/struct.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/expandtest.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/include/basic.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/lint.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/proper_unpin.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/test.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pin_project/conflict-drop.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pin_project/conflict-drop.stderr [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pin_project/conflict-unpin.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pin_project/conflict-unpin.stderr [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pin_project/invalid-bounds.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pin_project/invalid-bounds.stderr [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pin_project/invalid.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pin_project/invalid.stderr [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pin_project/overlapping_lifetime_names.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pin_project/overlapping_lifetime_names.stderr [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pin_project/overlapping_unpin_struct.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pin_project/overlapping_unpin_struct.stderr [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pin_project/packed.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pin_project/packed.stderr [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pin_project/unpin_sneaky.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pin_project/unpin_sneaky.stderr [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pin_project/unsupported.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pin_project/unsupported.stderr [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pinned_drop/call-drop-inner.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pinned_drop/call-drop-inner.stderr [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pinned_drop/conditional-drop-impl.rs [new file with mode: 0644]
vendor/pin-project-lite/tests/ui/pinned_drop/conditional-drop-impl.stderr [new file with mode: 0644]
vendor/pin-utils/.cargo-checksum.json [new file with mode: 0644]
vendor/pin-utils/Cargo.toml [new file with mode: 0644]
vendor/pin-utils/LICENSE-APACHE [new file with mode: 0644]
vendor/pin-utils/LICENSE-MIT [new file with mode: 0644]
vendor/pin-utils/README.md [new file with mode: 0644]
vendor/pin-utils/src/lib.rs [new file with mode: 0644]
vendor/pin-utils/src/projection.rs [new file with mode: 0644]
vendor/pin-utils/src/stack_pin.rs [new file with mode: 0644]
vendor/pin-utils/tests/projection.rs [new file with mode: 0644]
vendor/pin-utils/tests/stack_pin.rs [new file with mode: 0644]
vendor/pkg-config/.cargo-checksum.json [new file with mode: 0644]
vendor/pkg-config/CHANGELOG.md [new file with mode: 0644]
vendor/pkg-config/Cargo.toml [new file with mode: 0644]
vendor/pkg-config/LICENSE-APACHE [new file with mode: 0644]
vendor/pkg-config/LICENSE-MIT [new file with mode: 0644]
vendor/pkg-config/README.md [new file with mode: 0644]
vendor/pkg-config/src/lib.rs [new file with mode: 0644]
vendor/pkg-config/tests/escape.pc [new file with mode: 0644]
vendor/pkg-config/tests/foo.pc [new file with mode: 0644]
vendor/pkg-config/tests/framework.pc [new file with mode: 0644]
vendor/pkg-config/tests/rpath.pc [new file with mode: 0644]
vendor/pkg-config/tests/test.rs [new file with mode: 0644]
vendor/polonius-engine/.cargo-checksum.json [new file with mode: 0644]
vendor/polonius-engine/Cargo.toml [new file with mode: 0644]
vendor/polonius-engine/README.md [new file with mode: 0644]
vendor/polonius-engine/src/facts.rs [new file with mode: 0644]
vendor/polonius-engine/src/lib.rs [new file with mode: 0644]
vendor/polonius-engine/src/output/datafrog_opt.rs [new file with mode: 0644]
vendor/polonius-engine/src/output/initialization.rs [new file with mode: 0644]
vendor/polonius-engine/src/output/liveness.rs [new file with mode: 0644]
vendor/polonius-engine/src/output/location_insensitive.rs [new file with mode: 0644]
vendor/polonius-engine/src/output/mod.rs [new file with mode: 0644]
vendor/polonius-engine/src/output/naive.rs [new file with mode: 0644]
vendor/ppv-lite86/.cargo-checksum.json [new file with mode: 0644]
vendor/ppv-lite86/Cargo.toml [new file with mode: 0644]
vendor/ppv-lite86/LICENSE-APACHE [new file with mode: 0644]
vendor/ppv-lite86/LICENSE-MIT [new file with mode: 0644]
vendor/ppv-lite86/src/generic.rs [new file with mode: 0644]
vendor/ppv-lite86/src/lib.rs [new file with mode: 0644]
vendor/ppv-lite86/src/soft.rs [new file with mode: 0644]
vendor/ppv-lite86/src/types.rs [new file with mode: 0644]
vendor/ppv-lite86/src/x86_64/mod.rs [new file with mode: 0644]
vendor/ppv-lite86/src/x86_64/sse2.rs [new file with mode: 0644]
vendor/precomputed-hash/.cargo-checksum.json [new file with mode: 0644]
vendor/precomputed-hash/Cargo.toml [new file with mode: 0644]
vendor/precomputed-hash/LICENSE [new file with mode: 0644]
vendor/precomputed-hash/src/lib.rs [new file with mode: 0644]
vendor/pretty_assertions/.cargo-checksum.json [new file with mode: 0644]
vendor/pretty_assertions/Cargo.lock [new file with mode: 0644]
vendor/pretty_assertions/Cargo.toml [new file with mode: 0644]
vendor/pretty_assertions/LICENSE-APACHE [new file with mode: 0644]
vendor/pretty_assertions/LICENSE-MIT [new file with mode: 0644]
vendor/pretty_assertions/README.md [new file with mode: 0644]
vendor/pretty_assertions/examples/pretty_assertion.png [new file with mode: 0644]
vendor/pretty_assertions/examples/pretty_assertion.rs [new file with mode: 0644]
vendor/pretty_assertions/examples/pretty_assertion_v0_6_1.png [new file with mode: 0644]
vendor/pretty_assertions/examples/standard_assertion.png [new file with mode: 0644]
vendor/pretty_assertions/examples/standard_assertion.rs [new file with mode: 0644]
vendor/pretty_assertions/src/lib.rs [new file with mode: 0644]
vendor/pretty_assertions/src/printer.rs [new file with mode: 0644]
vendor/pretty_assertions/tests/macros.rs [new file with mode: 0644]
vendor/proc-macro-error-attr/.cargo-checksum.json [new file with mode: 0644]
vendor/proc-macro-error-attr/Cargo.toml [new file with mode: 0644]
vendor/proc-macro-error-attr/LICENSE-APACHE [new file with mode: 0644]
vendor/proc-macro-error-attr/LICENSE-MIT [new file with mode: 0644]
vendor/proc-macro-error-attr/build.rs [new file with mode: 0644]
vendor/proc-macro-error-attr/src/lib.rs [new file with mode: 0644]
vendor/proc-macro-error-attr/src/parse.rs [new file with mode: 0644]
vendor/proc-macro-error-attr/src/settings.rs [new file with mode: 0644]
vendor/proc-macro-error/.cargo-checksum.json [new file with mode: 0644]
vendor/proc-macro-error/CHANGELOG.md [new file with mode: 0644]
vendor/proc-macro-error/Cargo.toml [new file with mode: 0644]
vendor/proc-macro-error/LICENSE-APACHE [new file with mode: 0644]
vendor/proc-macro-error/LICENSE-MIT [new file with mode: 0644]
vendor/proc-macro-error/README.md [new file with mode: 0644]
vendor/proc-macro-error/build.rs [new file with mode: 0644]
vendor/proc-macro-error/src/diagnostic.rs [new file with mode: 0644]
vendor/proc-macro-error/src/dummy.rs [new file with mode: 0644]
vendor/proc-macro-error/src/imp/delegate.rs [new file with mode: 0644]
vendor/proc-macro-error/src/imp/fallback.rs [new file with mode: 0644]
vendor/proc-macro-error/src/lib.rs [new file with mode: 0644]
vendor/proc-macro-error/src/macros.rs [new file with mode: 0644]
vendor/proc-macro-error/src/sealed.rs [new file with mode: 0644]
vendor/proc-macro-error/tests/macro-errors.rs [new file with mode: 0644]
vendor/proc-macro-error/tests/ok.rs [new file with mode: 0644]
vendor/proc-macro-error/tests/runtime-errors.rs [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/abort.rs [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/abort.stderr [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/append_dummy.rs [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/append_dummy.stderr [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/children_messages.rs [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/children_messages.stderr [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/dummy.rs [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/dummy.stderr [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/emit.rs [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/emit.stderr [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/explicit_span_range.rs [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/explicit_span_range.stderr [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/misuse.rs [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/misuse.stderr [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/multiple_tokens.rs [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/multiple_tokens.stderr [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/not_proc_macro.rs [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/not_proc_macro.stderr [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/option_ext.rs [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/option_ext.stderr [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/proc_macro_hack.rs [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/proc_macro_hack.stderr [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/result_ext.rs [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/result_ext.stderr [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/to_tokens_span.rs [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/to_tokens_span.stderr [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/unknown_setting.rs [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/unknown_setting.stderr [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/unrelated_panic.rs [new file with mode: 0644]
vendor/proc-macro-error/tests/ui/unrelated_panic.stderr [new file with mode: 0644]
vendor/proc-macro-hack/.cargo-checksum.json [new file with mode: 0644]
vendor/proc-macro-hack/Cargo.toml [new file with mode: 0644]
vendor/proc-macro-hack/LICENSE-APACHE [new file with mode: 0644]
vendor/proc-macro-hack/LICENSE-MIT [new file with mode: 0644]
vendor/proc-macro-hack/README.md [new file with mode: 0644]
vendor/proc-macro-hack/build.rs [new file with mode: 0644]
vendor/proc-macro-hack/src/error.rs [new file with mode: 0644]
vendor/proc-macro-hack/src/iter.rs [new file with mode: 0644]
vendor/proc-macro-hack/src/lib.rs [new file with mode: 0644]
vendor/proc-macro-hack/src/parse.rs [new file with mode: 0644]
vendor/proc-macro-hack/src/quote.rs [new file with mode: 0644]
vendor/proc-macro-hack/tests/compiletest.rs [new file with mode: 0644]
vendor/proc-macro-hack/tests/ui/private.rs [new file with mode: 0644]
vendor/proc-macro-hack/tests/ui/private.stderr [new file with mode: 0644]
vendor/proc-macro-hack/tests/ui/unexpected-arg.rs [new file with mode: 0644]
vendor/proc-macro-hack/tests/ui/unexpected-arg.stderr [new file with mode: 0644]
vendor/proc-macro-hack/tests/ui/unexpected.rs [new file with mode: 0644]
vendor/proc-macro-hack/tests/ui/unexpected.stderr [new file with mode: 0644]
vendor/proc-macro-hack/tests/ui/unknown-arg.rs [new file with mode: 0644]
vendor/proc-macro-hack/tests/ui/unknown-arg.stderr [new file with mode: 0644]
vendor/proc-macro2/.cargo-checksum.json [new file with mode: 0644]
vendor/proc-macro2/Cargo.toml [new file with mode: 0644]
vendor/proc-macro2/LICENSE-APACHE [new file with mode: 0644]
vendor/proc-macro2/LICENSE-MIT [new file with mode: 0644]
vendor/proc-macro2/README.md [new file with mode: 0644]
vendor/proc-macro2/build.rs [new file with mode: 0644]
vendor/proc-macro2/src/detection.rs [new file with mode: 0644]
vendor/proc-macro2/src/fallback.rs [new file with mode: 0644]
vendor/proc-macro2/src/lib.rs [new file with mode: 0644]
vendor/proc-macro2/src/location.rs [new file with mode: 0644]
vendor/proc-macro2/src/marker.rs [new file with mode: 0644]
vendor/proc-macro2/src/parse.rs [new file with mode: 0644]
vendor/proc-macro2/src/rcvec.rs [new file with mode: 0644]
vendor/proc-macro2/src/wrapper.rs [new file with mode: 0644]
vendor/proc-macro2/tests/comments.rs [new file with mode: 0644]
vendor/proc-macro2/tests/features.rs [new file with mode: 0644]
vendor/proc-macro2/tests/marker.rs [new file with mode: 0644]
vendor/proc-macro2/tests/test.rs [new file with mode: 0644]
vendor/proc-macro2/tests/test_fmt.rs [new file with mode: 0644]
vendor/psm/.cargo-checksum.json [new file with mode: 0644]
vendor/psm/Cargo.lock [new file with mode: 0644]
vendor/psm/Cargo.toml [new file with mode: 0644]
vendor/psm/LICENSE-APACHE [new file with mode: 0644]
vendor/psm/LICENSE-MIT [new file with mode: 0644]
vendor/psm/README.mkd [new file with mode: 0644]
vendor/psm/build.rs [new file with mode: 0644]
vendor/psm/examples/info.rs [new file with mode: 0644]
vendor/psm/examples/on_stack_fibo.rs [new file with mode: 0644]
vendor/psm/examples/on_stack_fibo_alloc_each_frame.rs [new file with mode: 0644]
vendor/psm/examples/panics.rs [new file with mode: 0644]
vendor/psm/examples/replace_stack_1.rs [new file with mode: 0644]
vendor/psm/examples/thread.rs [new file with mode: 0644]
vendor/psm/src/arch/aarch64_armasm.asm [new file with mode: 0644]
vendor/psm/src/arch/aarch_aapcs64.s [new file with mode: 0644]
vendor/psm/src/arch/arm_aapcs.s [new file with mode: 0644]
vendor/psm/src/arch/arm_armasm.asm [new file with mode: 0644]
vendor/psm/src/arch/loongarch64.s [new file with mode: 0644]
vendor/psm/src/arch/mips64_eabi.s [new file with mode: 0644]
vendor/psm/src/arch/mips_eabi.s [new file with mode: 0644]
vendor/psm/src/arch/powerpc32.s [new file with mode: 0644]
vendor/psm/src/arch/powerpc64.s [new file with mode: 0644]
vendor/psm/src/arch/powerpc64_aix.s [new file with mode: 0644]
vendor/psm/src/arch/powerpc64_openpower.s [new file with mode: 0644]
vendor/psm/src/arch/psm.h [new file with mode: 0644]
vendor/psm/src/arch/riscv.s [new file with mode: 0644]
vendor/psm/src/arch/riscv64.s [new file with mode: 0644]
vendor/psm/src/arch/sparc64.s [new file with mode: 0644]
vendor/psm/src/arch/sparc_sysv.s [new file with mode: 0644]
vendor/psm/src/arch/wasm32.s [new file with mode: 0644]
vendor/psm/src/arch/x86.s [new file with mode: 0644]
vendor/psm/src/arch/x86_64.s [new file with mode: 0644]
vendor/psm/src/arch/x86_64_msvc.asm [new file with mode: 0644]
vendor/psm/src/arch/x86_64_windows_gnu.s [new file with mode: 0644]
vendor/psm/src/arch/x86_msvc.asm [new file with mode: 0644]
vendor/psm/src/arch/x86_windows_gnu.s [new file with mode: 0644]
vendor/psm/src/arch/zseries_linux.s [new file with mode: 0644]
vendor/psm/src/lib.rs [new file with mode: 0644]
vendor/psm/tests/stack_direction.rs [new file with mode: 0644]
vendor/psm/tests/stack_direction_2.rs [new file with mode: 0644]
vendor/pulldown-cmark/.cargo-checksum.json [new file with mode: 0644]
vendor/pulldown-cmark/CONTRIBUTING.md [new file with mode: 0644]
vendor/pulldown-cmark/Cargo.lock [new file with mode: 0644]
vendor/pulldown-cmark/Cargo.toml [new file with mode: 0644]
vendor/pulldown-cmark/LICENSE [new file with mode: 0644]
vendor/pulldown-cmark/README.md [new file with mode: 0644]
vendor/pulldown-cmark/benches/html_rendering.rs [new file with mode: 0644]
vendor/pulldown-cmark/benches/lib.rs [new file with mode: 0644]
vendor/pulldown-cmark/benches/markdown-it.rs [new file with mode: 0644]
vendor/pulldown-cmark/build.rs [new file with mode: 0644]
vendor/pulldown-cmark/examples/broken-link-callbacks.rs [new file with mode: 0644]
vendor/pulldown-cmark/examples/event-filter.rs [new file with mode: 0644]
vendor/pulldown-cmark/examples/string-to-string.rs [new file with mode: 0644]
vendor/pulldown-cmark/src/entities.rs [new file with mode: 0644]
vendor/pulldown-cmark/src/escape.rs [new file with mode: 0644]
vendor/pulldown-cmark/src/firstpass.rs [new file with mode: 0644]
vendor/pulldown-cmark/src/html.rs [new file with mode: 0644]
vendor/pulldown-cmark/src/lib.rs [new file with mode: 0644]
vendor/pulldown-cmark/src/linklabel.rs [new file with mode: 0644]
vendor/pulldown-cmark/src/main.rs [new file with mode: 0644]
vendor/pulldown-cmark/src/parse.rs [new file with mode: 0644]
vendor/pulldown-cmark/src/puncttable.rs [new file with mode: 0644]
vendor/pulldown-cmark/src/scanners.rs [new file with mode: 0644]
vendor/pulldown-cmark/src/strings.rs [new file with mode: 0644]
vendor/pulldown-cmark/src/tree.rs [new file with mode: 0644]
vendor/pulldown-cmark/tests/errors.rs [new file with mode: 0644]
vendor/pulldown-cmark/tests/html.rs [new file with mode: 0644]
vendor/pulldown-cmark/tests/lib.rs [new file with mode: 0644]
vendor/pulldown-cmark/tests/serde.rs [new file with mode: 0644]
vendor/pulldown-cmark/tests/suite/footnotes.rs [new file with mode: 0644]
vendor/pulldown-cmark/tests/suite/gfm_strikethrough.rs [new file with mode: 0644]
vendor/pulldown-cmark/tests/suite/gfm_table.rs [new file with mode: 0644]
vendor/pulldown-cmark/tests/suite/gfm_tasklist.rs [new file with mode: 0644]
vendor/pulldown-cmark/tests/suite/heading_attrs.rs [new file with mode: 0644]
vendor/pulldown-cmark/tests/suite/mod.rs [new file with mode: 0644]
vendor/pulldown-cmark/tests/suite/regression.rs [new file with mode: 0644]
vendor/pulldown-cmark/tests/suite/smart_punct.rs [new file with mode: 0644]
vendor/pulldown-cmark/tests/suite/spec.rs [new file with mode: 0644]
vendor/pulldown-cmark/tests/suite/table.rs [new file with mode: 0644]
vendor/punycode/.cargo-checksum.json [new file with mode: 0644]
vendor/punycode/Cargo.toml [new file with mode: 0644]
vendor/punycode/LICENSE.md [new file with mode: 0644]
vendor/punycode/src/bin/test_decode.rs [new file with mode: 0644]
vendor/punycode/src/bin/test_encode.rs [new file with mode: 0644]
vendor/punycode/src/lib.rs [new file with mode: 0644]
vendor/quick-error-1.2.3/.cargo-checksum.json [new file with mode: 0644]
vendor/quick-error-1.2.3/Cargo.lock [new file with mode: 0644]
vendor/quick-error-1.2.3/Cargo.toml [new file with mode: 0644]
vendor/quick-error-1.2.3/LICENSE-APACHE [new file with mode: 0644]
vendor/quick-error-1.2.3/LICENSE-MIT [new file with mode: 0644]
vendor/quick-error-1.2.3/README.rst [new file with mode: 0644]
vendor/quick-error-1.2.3/bulk.yaml [new file with mode: 0644]
vendor/quick-error-1.2.3/examples/context.rs [new file with mode: 0644]
vendor/quick-error-1.2.3/src/lib.rs [new file with mode: 0644]
vendor/quick-error-1.2.3/vagga.yaml [new file with mode: 0644]
vendor/quine-mc_cluskey/.cargo-checksum.json [new file with mode: 0644]
vendor/quine-mc_cluskey/Cargo.toml [new file with mode: 0644]
vendor/quine-mc_cluskey/README.md [new file with mode: 0644]
vendor/quine-mc_cluskey/src/lib.rs [new file with mode: 0644]
vendor/quote/.cargo-checksum.json [new file with mode: 0644]
vendor/quote/Cargo.toml [new file with mode: 0644]
vendor/quote/LICENSE-APACHE [new file with mode: 0644]
vendor/quote/LICENSE-MIT [new file with mode: 0644]
vendor/quote/README.md [new file with mode: 0644]
vendor/quote/build.rs [new file with mode: 0644]
vendor/quote/rust-toolchain.toml [new file with mode: 0644]
vendor/quote/src/ext.rs [new file with mode: 0644]
vendor/quote/src/format.rs [new file with mode: 0644]
vendor/quote/src/ident_fragment.rs [new file with mode: 0644]
vendor/quote/src/lib.rs [new file with mode: 0644]
vendor/quote/src/runtime.rs [new file with mode: 0644]
vendor/quote/src/spanned.rs [new file with mode: 0644]
vendor/quote/src/to_tokens.rs [new file with mode: 0644]
vendor/quote/tests/compiletest.rs [new file with mode: 0644]
vendor/quote/tests/test.rs [new file with mode: 0644]
vendor/quote/tests/ui/does-not-have-iter-interpolated-dup.rs [new file with mode: 0644]
vendor/quote/tests/ui/does-not-have-iter-interpolated-dup.stderr [new file with mode: 0644]
vendor/quote/tests/ui/does-not-have-iter-interpolated.rs [new file with mode: 0644]
vendor/quote/tests/ui/does-not-have-iter-interpolated.stderr [new file with mode: 0644]
vendor/quote/tests/ui/does-not-have-iter-separated.rs [new file with mode: 0644]
vendor/quote/tests/ui/does-not-have-iter-separated.stderr [new file with mode: 0644]
vendor/quote/tests/ui/does-not-have-iter.rs [new file with mode: 0644]
vendor/quote/tests/ui/does-not-have-iter.stderr [new file with mode: 0644]
vendor/quote/tests/ui/not-quotable.rs [new file with mode: 0644]
vendor/quote/tests/ui/not-quotable.stderr [new file with mode: 0644]
vendor/quote/tests/ui/not-repeatable.rs [new file with mode: 0644]
vendor/quote/tests/ui/not-repeatable.stderr [new file with mode: 0644]
vendor/quote/tests/ui/wrong-type-span.rs [new file with mode: 0644]
vendor/quote/tests/ui/wrong-type-span.stderr [new file with mode: 0644]
vendor/rand/.cargo-checksum.json [new file with mode: 0644]
vendor/rand/CHANGELOG.md [new file with mode: 0644]
vendor/rand/COPYRIGHT [new file with mode: 0644]
vendor/rand/Cargo.toml [new file with mode: 0644]
vendor/rand/LICENSE-APACHE [new file with mode: 0644]
vendor/rand/LICENSE-MIT [new file with mode: 0644]
vendor/rand/README.md [new file with mode: 0644]
vendor/rand/src/distributions/bernoulli.rs [new file with mode: 0644]
vendor/rand/src/distributions/distribution.rs [new file with mode: 0644]
vendor/rand/src/distributions/float.rs [new file with mode: 0644]
vendor/rand/src/distributions/integer.rs [new file with mode: 0644]
vendor/rand/src/distributions/mod.rs [new file with mode: 0644]
vendor/rand/src/distributions/other.rs [new file with mode: 0644]
vendor/rand/src/distributions/slice.rs [new file with mode: 0644]
vendor/rand/src/distributions/uniform.rs [new file with mode: 0644]
vendor/rand/src/distributions/utils.rs [new file with mode: 0644]
vendor/rand/src/distributions/weighted.rs [new file with mode: 0644]
vendor/rand/src/distributions/weighted_index.rs [new file with mode: 0644]
vendor/rand/src/lib.rs [new file with mode: 0644]
vendor/rand/src/prelude.rs [new file with mode: 0644]
vendor/rand/src/rng.rs [new file with mode: 0644]
vendor/rand/src/rngs/adapter/mod.rs [new file with mode: 0644]
vendor/rand/src/rngs/adapter/read.rs [new file with mode: 0644]
vendor/rand/src/rngs/adapter/reseeding.rs [new file with mode: 0644]
vendor/rand/src/rngs/mock.rs [new file with mode: 0644]
vendor/rand/src/rngs/mod.rs [new file with mode: 0644]
vendor/rand/src/rngs/small.rs [new file with mode: 0644]
vendor/rand/src/rngs/std.rs [new file with mode: 0644]
vendor/rand/src/rngs/thread.rs [new file with mode: 0644]
vendor/rand/src/rngs/xoshiro128plusplus.rs [new file with mode: 0644]
vendor/rand/src/rngs/xoshiro256plusplus.rs [new file with mode: 0644]
vendor/rand/src/seq/index.rs [new file with mode: 0644]
vendor/rand/src/seq/mod.rs [new file with mode: 0644]
vendor/rand_chacha/.cargo-checksum.json [new file with mode: 0644]
vendor/rand_chacha/CHANGELOG.md [new file with mode: 0644]
vendor/rand_chacha/COPYRIGHT [new file with mode: 0644]
vendor/rand_chacha/Cargo.toml [new file with mode: 0644]
vendor/rand_chacha/LICENSE-APACHE [new file with mode: 0644]
vendor/rand_chacha/LICENSE-MIT [new file with mode: 0644]
vendor/rand_chacha/README.md [new file with mode: 0644]
vendor/rand_chacha/src/chacha.rs [new file with mode: 0644]
vendor/rand_chacha/src/guts.rs [new file with mode: 0644]
vendor/rand_chacha/src/lib.rs [new file with mode: 0644]
vendor/rand_core/.cargo-checksum.json [new file with mode: 0644]
vendor/rand_core/CHANGELOG.md [new file with mode: 0644]
vendor/rand_core/COPYRIGHT [new file with mode: 0644]
vendor/rand_core/Cargo.toml [new file with mode: 0644]
vendor/rand_core/LICENSE-APACHE [new file with mode: 0644]
vendor/rand_core/LICENSE-MIT [new file with mode: 0644]
vendor/rand_core/README.md [new file with mode: 0644]
vendor/rand_core/src/block.rs [new file with mode: 0644]
vendor/rand_core/src/error.rs [new file with mode: 0644]
vendor/rand_core/src/impls.rs [new file with mode: 0644]
vendor/rand_core/src/le.rs [new file with mode: 0644]
vendor/rand_core/src/lib.rs [new file with mode: 0644]
vendor/rand_core/src/os.rs [new file with mode: 0644]
vendor/rand_xorshift/.cargo-checksum.json [new file with mode: 0644]
vendor/rand_xorshift/CHANGELOG.md [new file with mode: 0644]
vendor/rand_xorshift/COPYRIGHT [new file with mode: 0644]
vendor/rand_xorshift/Cargo.toml [new file with mode: 0644]
vendor/rand_xorshift/LICENSE-APACHE [new file with mode: 0644]
vendor/rand_xorshift/LICENSE-MIT [new file with mode: 0644]
vendor/rand_xorshift/README.md [new file with mode: 0644]
vendor/rand_xorshift/src/lib.rs [new file with mode: 0644]
vendor/rand_xorshift/tests/mod.rs [new file with mode: 0644]
vendor/rand_xoshiro/.cargo-checksum.json [new file with mode: 0644]
vendor/rand_xoshiro/CHANGELOG.md [new file with mode: 0644]
vendor/rand_xoshiro/COPYRIGHT [new file with mode: 0644]
vendor/rand_xoshiro/Cargo.toml [new file with mode: 0644]
vendor/rand_xoshiro/LICENSE-APACHE [new file with mode: 0644]
vendor/rand_xoshiro/LICENSE-MIT [new file with mode: 0644]
vendor/rand_xoshiro/README.md [new file with mode: 0644]
vendor/rand_xoshiro/src/common.rs [new file with mode: 0644]
vendor/rand_xoshiro/src/lib.rs [new file with mode: 0644]
vendor/rand_xoshiro/src/splitmix64.rs [new file with mode: 0644]
vendor/rand_xoshiro/src/xoroshiro128plus.rs [new file with mode: 0644]
vendor/rand_xoshiro/src/xoroshiro128plusplus.rs [new file with mode: 0644]
vendor/rand_xoshiro/src/xoroshiro128starstar.rs [new file with mode: 0644]
vendor/rand_xoshiro/src/xoroshiro64star.rs [new file with mode: 0644]
vendor/rand_xoshiro/src/xoroshiro64starstar.rs [new file with mode: 0644]
vendor/rand_xoshiro/src/xoshiro128plus.rs [new file with mode: 0644]
vendor/rand_xoshiro/src/xoshiro128plusplus.rs [new file with mode: 0644]
vendor/rand_xoshiro/src/xoshiro128starstar.rs [new file with mode: 0644]
vendor/rand_xoshiro/src/xoshiro256plus.rs [new file with mode: 0644]
vendor/rand_xoshiro/src/xoshiro256plusplus.rs [new file with mode: 0644]
vendor/rand_xoshiro/src/xoshiro256starstar.rs [new file with mode: 0644]
vendor/rand_xoshiro/src/xoshiro512plus.rs [new file with mode: 0644]
vendor/rand_xoshiro/src/xoshiro512plusplus.rs [new file with mode: 0644]
vendor/rand_xoshiro/src/xoshiro512starstar.rs [new file with mode: 0644]
vendor/rand_xoshiro/tests/serde.rs [new file with mode: 0644]
vendor/rayon-core/.cargo-checksum.json [new file with mode: 0644]
vendor/rayon-core/Cargo.toml [new file with mode: 0644]
vendor/rayon-core/LICENSE-APACHE [new file with mode: 0644]
vendor/rayon-core/LICENSE-MIT [new file with mode: 0644]
vendor/rayon-core/README.md [new file with mode: 0644]
vendor/rayon-core/build.rs [new file with mode: 0644]
vendor/rayon-core/src/broadcast/mod.rs [new file with mode: 0644]
vendor/rayon-core/src/broadcast/test.rs [new file with mode: 0755]
vendor/rayon-core/src/compile_fail/mod.rs [new file with mode: 0644]
vendor/rayon-core/src/compile_fail/quicksort_race1.rs [new file with mode: 0644]
vendor/rayon-core/src/compile_fail/quicksort_race2.rs [new file with mode: 0644]
vendor/rayon-core/src/compile_fail/quicksort_race3.rs [new file with mode: 0644]
vendor/rayon-core/src/compile_fail/rc_return.rs [new file with mode: 0644]
vendor/rayon-core/src/compile_fail/rc_upvar.rs [new file with mode: 0644]
vendor/rayon-core/src/compile_fail/scope_join_bad.rs [new file with mode: 0644]
vendor/rayon-core/src/job.rs [new file with mode: 0644]
vendor/rayon-core/src/join/mod.rs [new file with mode: 0644]
vendor/rayon-core/src/join/test.rs [new file with mode: 0644]
vendor/rayon-core/src/latch.rs [new file with mode: 0644]
vendor/rayon-core/src/lib.rs [new file with mode: 0644]
vendor/rayon-core/src/log.rs [new file with mode: 0644]
vendor/rayon-core/src/private.rs [new file with mode: 0644]
vendor/rayon-core/src/registry.rs [new file with mode: 0644]
vendor/rayon-core/src/scope/mod.rs [new file with mode: 0644]
vendor/rayon-core/src/scope/test.rs [new file with mode: 0644]
vendor/rayon-core/src/sleep/README.md [new file with mode: 0644]
vendor/rayon-core/src/sleep/counters.rs [new file with mode: 0644]
vendor/rayon-core/src/sleep/mod.rs [new file with mode: 0644]
vendor/rayon-core/src/spawn/mod.rs [new file with mode: 0644]
vendor/rayon-core/src/spawn/test.rs [new file with mode: 0644]
vendor/rayon-core/src/test.rs [new file with mode: 0644]
vendor/rayon-core/src/thread_pool/mod.rs [new file with mode: 0644]
vendor/rayon-core/src/thread_pool/test.rs [new file with mode: 0644]
vendor/rayon-core/src/unwind.rs [new file with mode: 0644]
vendor/rayon-core/tests/double_init_fail.rs [new file with mode: 0644]
vendor/rayon-core/tests/init_zero_threads.rs [new file with mode: 0644]
vendor/rayon-core/tests/scope_join.rs [new file with mode: 0644]
vendor/rayon-core/tests/scoped_threadpool.rs [new file with mode: 0644]
vendor/rayon-core/tests/simple_panic.rs [new file with mode: 0644]
vendor/rayon-core/tests/stack_overflow_crash.rs [new file with mode: 0644]
vendor/rayon/.cargo-checksum.json [new file with mode: 0644]
vendor/rayon/Cargo.toml [new file with mode: 0644]
vendor/rayon/FAQ.md [new file with mode: 0644]
vendor/rayon/LICENSE-APACHE [new file with mode: 0644]
vendor/rayon/LICENSE-MIT [new file with mode: 0644]
vendor/rayon/README.md [new file with mode: 0644]
vendor/rayon/RELEASES.md [new file with mode: 0644]
vendor/rayon/src/array.rs [new file with mode: 0644]
vendor/rayon/src/collections/binary_heap.rs [new file with mode: 0644]
vendor/rayon/src/collections/btree_map.rs [new file with mode: 0644]
vendor/rayon/src/collections/btree_set.rs [new file with mode: 0644]
vendor/rayon/src/collections/hash_map.rs [new file with mode: 0644]
vendor/rayon/src/collections/hash_set.rs [new file with mode: 0644]
vendor/rayon/src/collections/linked_list.rs [new file with mode: 0644]
vendor/rayon/src/collections/mod.rs [new file with mode: 0644]
vendor/rayon/src/collections/vec_deque.rs [new file with mode: 0644]
vendor/rayon/src/compile_fail/cannot_collect_filtermap_data.rs [new file with mode: 0644]
vendor/rayon/src/compile_fail/cannot_zip_filtered_data.rs [new file with mode: 0644]
vendor/rayon/src/compile_fail/cell_par_iter.rs [new file with mode: 0644]
vendor/rayon/src/compile_fail/mod.rs [new file with mode: 0644]
vendor/rayon/src/compile_fail/must_use.rs [new file with mode: 0644]
vendor/rayon/src/compile_fail/no_send_par_iter.rs [new file with mode: 0644]
vendor/rayon/src/compile_fail/rc_par_iter.rs [new file with mode: 0644]
vendor/rayon/src/delegate.rs [new file with mode: 0644]
vendor/rayon/src/iter/chain.rs [new file with mode: 0644]
vendor/rayon/src/iter/chunks.rs [new file with mode: 0644]
vendor/rayon/src/iter/cloned.rs [new file with mode: 0644]
vendor/rayon/src/iter/collect/consumer.rs [new file with mode: 0644]
vendor/rayon/src/iter/collect/mod.rs [new file with mode: 0644]
vendor/rayon/src/iter/collect/test.rs [new file with mode: 0644]
vendor/rayon/src/iter/copied.rs [new file with mode: 0644]
vendor/rayon/src/iter/empty.rs [new file with mode: 0644]
vendor/rayon/src/iter/enumerate.rs [new file with mode: 0644]
vendor/rayon/src/iter/extend.rs [new file with mode: 0644]
vendor/rayon/src/iter/filter.rs [new file with mode: 0644]
vendor/rayon/src/iter/filter_map.rs [new file with mode: 0644]
vendor/rayon/src/iter/find.rs [new file with mode: 0644]
vendor/rayon/src/iter/find_first_last/mod.rs [new file with mode: 0644]
vendor/rayon/src/iter/find_first_last/test.rs [new file with mode: 0644]
vendor/rayon/src/iter/flat_map.rs [new file with mode: 0644]
vendor/rayon/src/iter/flat_map_iter.rs [new file with mode: 0644]
vendor/rayon/src/iter/flatten.rs [new file with mode: 0644]
vendor/rayon/src/iter/flatten_iter.rs [new file with mode: 0644]
vendor/rayon/src/iter/fold.rs [new file with mode: 0644]
vendor/rayon/src/iter/fold_chunks.rs [new file with mode: 0644]
vendor/rayon/src/iter/fold_chunks_with.rs [new file with mode: 0644]
vendor/rayon/src/iter/for_each.rs [new file with mode: 0644]
vendor/rayon/src/iter/from_par_iter.rs [new file with mode: 0644]
vendor/rayon/src/iter/inspect.rs [new file with mode: 0644]
vendor/rayon/src/iter/interleave.rs [new file with mode: 0644]
vendor/rayon/src/iter/interleave_shortest.rs [new file with mode: 0644]
vendor/rayon/src/iter/intersperse.rs [new file with mode: 0644]
vendor/rayon/src/iter/len.rs [new file with mode: 0644]
vendor/rayon/src/iter/map.rs [new file with mode: 0644]
vendor/rayon/src/iter/map_with.rs [new file with mode: 0644]
vendor/rayon/src/iter/mod.rs [new file with mode: 0644]
vendor/rayon/src/iter/multizip.rs [new file with mode: 0644]
vendor/rayon/src/iter/noop.rs [new file with mode: 0644]
vendor/rayon/src/iter/once.rs [new file with mode: 0644]
vendor/rayon/src/iter/panic_fuse.rs [new file with mode: 0644]
vendor/rayon/src/iter/par_bridge.rs [new file with mode: 0644]
vendor/rayon/src/iter/plumbing/README.md [new file with mode: 0644]
vendor/rayon/src/iter/plumbing/mod.rs [new file with mode: 0644]
vendor/rayon/src/iter/positions.rs [new file with mode: 0644]
vendor/rayon/src/iter/product.rs [new file with mode: 0644]
vendor/rayon/src/iter/reduce.rs [new file with mode: 0644]
vendor/rayon/src/iter/repeat.rs [new file with mode: 0644]
vendor/rayon/src/iter/rev.rs [new file with mode: 0644]
vendor/rayon/src/iter/skip.rs [new file with mode: 0644]
vendor/rayon/src/iter/splitter.rs [new file with mode: 0644]
vendor/rayon/src/iter/step_by.rs [new file with mode: 0644]
vendor/rayon/src/iter/sum.rs [new file with mode: 0644]
vendor/rayon/src/iter/take.rs [new file with mode: 0644]
vendor/rayon/src/iter/test.rs [new file with mode: 0644]
vendor/rayon/src/iter/try_fold.rs [new file with mode: 0644]
vendor/rayon/src/iter/try_reduce.rs [new file with mode: 0644]
vendor/rayon/src/iter/try_reduce_with.rs [new file with mode: 0644]
vendor/rayon/src/iter/unzip.rs [new file with mode: 0644]
vendor/rayon/src/iter/update.rs [new file with mode: 0644]
vendor/rayon/src/iter/while_some.rs [new file with mode: 0644]
vendor/rayon/src/iter/zip.rs [new file with mode: 0644]
vendor/rayon/src/iter/zip_eq.rs [new file with mode: 0644]
vendor/rayon/src/lib.rs [new file with mode: 0644]
vendor/rayon/src/math.rs [new file with mode: 0644]
vendor/rayon/src/option.rs [new file with mode: 0644]
vendor/rayon/src/par_either.rs [new file with mode: 0644]
vendor/rayon/src/prelude.rs [new file with mode: 0644]
vendor/rayon/src/private.rs [new file with mode: 0644]
vendor/rayon/src/range.rs [new file with mode: 0644]
vendor/rayon/src/range_inclusive.rs [new file with mode: 0644]
vendor/rayon/src/result.rs [new file with mode: 0644]
vendor/rayon/src/slice/chunks.rs [new file with mode: 0644]
vendor/rayon/src/slice/mergesort.rs [new file with mode: 0644]
vendor/rayon/src/slice/mod.rs [new file with mode: 0644]
vendor/rayon/src/slice/quicksort.rs [new file with mode: 0644]
vendor/rayon/src/slice/rchunks.rs [new file with mode: 0644]
vendor/rayon/src/slice/test.rs [new file with mode: 0644]
vendor/rayon/src/split_producer.rs [new file with mode: 0644]
vendor/rayon/src/str.rs [new file with mode: 0644]
vendor/rayon/src/string.rs [new file with mode: 0644]
vendor/rayon/src/vec.rs [new file with mode: 0644]
vendor/rayon/tests/chars.rs [new file with mode: 0644]
vendor/rayon/tests/clones.rs [new file with mode: 0644]
vendor/rayon/tests/collect.rs [new file with mode: 0644]
vendor/rayon/tests/cross-pool.rs [new file with mode: 0644]
vendor/rayon/tests/debug.rs [new file with mode: 0644]
vendor/rayon/tests/drain_vec.rs [new file with mode: 0644]
vendor/rayon/tests/intersperse.rs [new file with mode: 0644]
vendor/rayon/tests/issue671-unzip.rs [new file with mode: 0644]
vendor/rayon/tests/issue671.rs [new file with mode: 0644]
vendor/rayon/tests/iter_panic.rs [new file with mode: 0644]
vendor/rayon/tests/named-threads.rs [new file with mode: 0644]
vendor/rayon/tests/octillion.rs [new file with mode: 0644]
vendor/rayon/tests/par_bridge_recursion.rs [new file with mode: 0644]
vendor/rayon/tests/producer_split_at.rs [new file with mode: 0644]
vendor/rayon/tests/sort-panic-safe.rs [new file with mode: 0644]
vendor/rayon/tests/str.rs [new file with mode: 0644]
vendor/redox_syscall/.cargo-checksum.json [new file with mode: 0644]
vendor/redox_syscall/Cargo.toml [new file with mode: 0644]
vendor/redox_syscall/LICENSE [new file with mode: 0644]
vendor/redox_syscall/README.md [new file with mode: 0644]
vendor/redox_syscall/src/arch/aarch64.rs [new file with mode: 0644]
vendor/redox_syscall/src/arch/nonredox.rs [new file with mode: 0644]
vendor/redox_syscall/src/arch/riscv64.rs [new file with mode: 0644]
vendor/redox_syscall/src/arch/x86.rs [new file with mode: 0644]
vendor/redox_syscall/src/arch/x86_64.rs [new file with mode: 0644]
vendor/redox_syscall/src/call.rs [new file with mode: 0644]
vendor/redox_syscall/src/daemon.rs [new file with mode: 0644]
vendor/redox_syscall/src/data.rs [new file with mode: 0644]
vendor/redox_syscall/src/error.rs [new file with mode: 0644]
vendor/redox_syscall/src/flag.rs [new file with mode: 0644]
vendor/redox_syscall/src/io/dma.rs [new file with mode: 0644]
vendor/redox_syscall/src/io/io.rs [new file with mode: 0644]
vendor/redox_syscall/src/io/mmio.rs [new file with mode: 0644]
vendor/redox_syscall/src/io/mod.rs [new file with mode: 0644]
vendor/redox_syscall/src/io/pio.rs [new file with mode: 0644]
vendor/redox_syscall/src/lib.rs [new file with mode: 0644]
vendor/redox_syscall/src/number.rs [new file with mode: 0644]
vendor/redox_syscall/src/scheme/generate.sh [new file with mode: 0755]
vendor/redox_syscall/src/scheme/mod.rs [new file with mode: 0644]
vendor/redox_syscall/src/scheme/scheme.rs [new file with mode: 0644]
vendor/redox_syscall/src/scheme/scheme_block.rs [new file with mode: 0644]
vendor/redox_syscall/src/scheme/scheme_block_mut.rs [new file with mode: 0644]
vendor/redox_syscall/src/scheme/scheme_mut.rs [new file with mode: 0644]
vendor/redox_syscall/src/scheme/seek.rs [new file with mode: 0644]
vendor/redox_syscall/src/tests.rs [new file with mode: 0644]
vendor/redox_users/.cargo-checksum.json [new file with mode: 0644]
vendor/redox_users/Cargo.toml [new file with mode: 0644]
vendor/redox_users/LICENSE [new file with mode: 0644]
vendor/redox_users/README.md [new file with mode: 0644]
vendor/redox_users/src/lib.rs [new file with mode: 0644]
vendor/redox_users/tests/etc/group [new file with mode: 0644]
vendor/redox_users/tests/etc/passwd [new file with mode: 0644]
vendor/redox_users/tests/etc/shadow [new file with mode: 0644]
vendor/regex-automata-0.1.10/.cargo-checksum.json [new file with mode: 0644]
vendor/regex-automata-0.1.10/COPYING [new file with mode: 0644]
vendor/regex-automata-0.1.10/Cargo.toml [new file with mode: 0644]
vendor/regex-automata-0.1.10/LICENSE-MIT [new file with mode: 0644]
vendor/regex-automata-0.1.10/README.md [new file with mode: 0644]
vendor/regex-automata-0.1.10/TODO [new file with mode: 0644]
vendor/regex-automata-0.1.10/UNLICENSE [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/fowler-tests/LICENSE [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/fowler-tests/README [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/fowler-tests/basic.dat [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/fowler-tests/nullsubexpr.dat [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/fowler-tests/repetition.dat [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/tests/crazy.toml [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/tests/flags.toml [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/tests/fowler/LICENSE [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/tests/fowler/README [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/tests/fowler/basic.dat [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/tests/fowler/basic.toml [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/tests/fowler/fowler-to-toml [new file with mode: 0755]
vendor/regex-automata-0.1.10/data/tests/fowler/nullsubexpr.dat [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/tests/fowler/nullsubexpr.toml [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/tests/fowler/repetition-long.dat [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/tests/fowler/repetition-long.toml [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/tests/fowler/repetition.dat [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/tests/fowler/repetition.toml [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/tests/iter.toml [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/tests/no-unicode.toml [new file with mode: 0644]
vendor/regex-automata-0.1.10/data/tests/unicode.toml [new file with mode: 0644]
vendor/regex-automata-0.1.10/rustfmt.toml [new file with mode: 0644]
vendor/regex-automata-0.1.10/src/byteorder.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/src/classes.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/src/codegen.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/src/dense.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/src/determinize.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/src/dfa.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/src/error.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/src/lib.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/src/minimize.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/src/nfa/compiler.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/src/nfa/map.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/src/nfa/mod.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/src/nfa/range_trie.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/src/regex.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/src/sparse.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/src/sparse_set.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/src/state_id.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/src/transducer.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/tests/collection.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/tests/regression.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/tests/suite.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/tests/tests.rs [new file with mode: 0644]
vendor/regex-automata-0.1.10/tests/unescape.rs [new file with mode: 0644]
vendor/regex-automata/.cargo-checksum.json [new file with mode: 0644]
vendor/regex-automata/COPYING [new file with mode: 0644]
vendor/regex-automata/Cargo.toml [new file with mode: 0644]
vendor/regex-automata/LICENSE-MIT [new file with mode: 0644]
vendor/regex-automata/PLANS.md [new file with mode: 0644]
vendor/regex-automata/README.md [new file with mode: 0644]
vendor/regex-automata/TODO [new file with mode: 0644]
vendor/regex-automata/UNLICENSE [new file with mode: 0644]
vendor/regex-automata/rustfmt.toml [new file with mode: 0644]
vendor/regex-automata/src/dfa/accel.rs [new file with mode: 0644]
vendor/regex-automata/src/dfa/automaton.rs [new file with mode: 0644]
vendor/regex-automata/src/dfa/dense.rs [new file with mode: 0644]
vendor/regex-automata/src/dfa/determinize.rs [new file with mode: 0644]
vendor/regex-automata/src/dfa/error.rs [new file with mode: 0644]
vendor/regex-automata/src/dfa/minimize.rs [new file with mode: 0644]
vendor/regex-automata/src/dfa/mod.rs [new file with mode: 0644]
vendor/regex-automata/src/dfa/regex.rs [new file with mode: 0644]
vendor/regex-automata/src/dfa/search.rs [new file with mode: 0644]
vendor/regex-automata/src/dfa/search_unsafe.rs [new file with mode: 0644]
vendor/regex-automata/src/dfa/sparse.rs [new file with mode: 0644]
vendor/regex-automata/src/dfa/special.rs [new file with mode: 0644]
vendor/regex-automata/src/dfa/transducer.rs [new file with mode: 0644]
vendor/regex-automata/src/hybrid/dfa.rs [new file with mode: 0644]
vendor/regex-automata/src/hybrid/error.rs [new file with mode: 0644]
vendor/regex-automata/src/hybrid/id.rs [new file with mode: 0644]
vendor/regex-automata/src/hybrid/mod.rs [new file with mode: 0644]
vendor/regex-automata/src/hybrid/regex.rs [new file with mode: 0644]
vendor/regex-automata/src/hybrid/search.rs [new file with mode: 0644]
vendor/regex-automata/src/lib.rs [new file with mode: 0644]
vendor/regex-automata/src/macros.rs [new file with mode: 0644]
vendor/regex-automata/src/nfa/mod.rs [new file with mode: 0644]
vendor/regex-automata/src/nfa/thompson/compiler.rs [new file with mode: 0644]
vendor/regex-automata/src/nfa/thompson/error.rs [new file with mode: 0644]
vendor/regex-automata/src/nfa/thompson/map.rs [new file with mode: 0644]
vendor/regex-automata/src/nfa/thompson/mod.rs [new file with mode: 0644]
vendor/regex-automata/src/nfa/thompson/pikevm.rs [new file with mode: 0644]
vendor/regex-automata/src/nfa/thompson/range_trie.rs [new file with mode: 0644]
vendor/regex-automata/src/util/alphabet.rs [new file with mode: 0644]
vendor/regex-automata/src/util/bytes.rs [new file with mode: 0644]
vendor/regex-automata/src/util/determinize/mod.rs [new file with mode: 0644]
vendor/regex-automata/src/util/determinize/state.rs [new file with mode: 0644]
vendor/regex-automata/src/util/id.rs [new file with mode: 0644]
vendor/regex-automata/src/util/lazy.rs [new file with mode: 0644]
vendor/regex-automata/src/util/matchtypes.rs [new file with mode: 0644]
vendor/regex-automata/src/util/mod.rs [new file with mode: 0644]
vendor/regex-automata/src/util/prefilter.rs [new file with mode: 0644]
vendor/regex-automata/src/util/sparse_set.rs [new file with mode: 0644]
vendor/regex-automata/src/util/start.rs [new file with mode: 0644]
vendor/regex-automata/src/util/syntax.rs [new file with mode: 0644]
vendor/regex-automata/tests/data/bytes.toml [new file with mode: 0644]
vendor/regex-automata/tests/data/crazy.toml [new file with mode: 0644]
vendor/regex-automata/tests/data/earliest.toml [new file with mode: 0644]
vendor/regex-automata/tests/data/empty.toml [new file with mode: 0644]
vendor/regex-automata/tests/data/expensive.toml [new file with mode: 0644]
vendor/regex-automata/tests/data/flags.toml [new file with mode: 0644]
vendor/regex-automata/tests/data/fowler/basic.toml [new file with mode: 0644]
vendor/regex-automata/tests/data/fowler/dat/README [new file with mode: 0644]
vendor/regex-automata/tests/data/fowler/dat/basic.dat [new file with mode: 0644]
vendor/regex-automata/tests/data/fowler/dat/nullsubexpr.dat [new file with mode: 0644]
vendor/regex-automata/tests/data/fowler/dat/repetition-expensive.dat [new file with mode: 0644]
vendor/regex-automata/tests/data/fowler/dat/repetition.dat [new file with mode: 0644]
vendor/regex-automata/tests/data/fowler/nullsubexpr.toml [new file with mode: 0644]
vendor/regex-automata/tests/data/fowler/repetition-expensive.toml [new file with mode: 0644]
vendor/regex-automata/tests/data/fowler/repetition-long.toml [new file with mode: 0644]
vendor/regex-automata/tests/data/fowler/repetition.toml [new file with mode: 0644]
vendor/regex-automata/tests/data/iter.toml [new file with mode: 0644]
vendor/regex-automata/tests/data/misc.toml [new file with mode: 0644]
vendor/regex-automata/tests/data/multiline.toml [new file with mode: 0644]
vendor/regex-automata/tests/data/no-unicode.toml [new file with mode: 0644]
vendor/regex-automata/tests/data/overlapping.toml [new file with mode: 0644]
vendor/regex-automata/tests/data/regression.toml [new file with mode: 0644]
vendor/regex-automata/tests/data/set.toml [new file with mode: 0644]
vendor/regex-automata/tests/data/unicode.toml [new file with mode: 0644]
vendor/regex-automata/tests/data/word-boundary.toml [new file with mode: 0644]
vendor/regex-automata/tests/dfa/api.rs [new file with mode: 0644]
vendor/regex-automata/tests/dfa/mod.rs [new file with mode: 0644]
vendor/regex-automata/tests/dfa/suite.rs [new file with mode: 0644]
vendor/regex-automata/tests/hybrid/api.rs [new file with mode: 0644]
vendor/regex-automata/tests/hybrid/mod.rs [new file with mode: 0644]
vendor/regex-automata/tests/hybrid/suite.rs [new file with mode: 0644]
vendor/regex-automata/tests/nfa/mod.rs [new file with mode: 0644]
vendor/regex-automata/tests/nfa/thompson/mod.rs [new file with mode: 0644]
vendor/regex-automata/tests/nfa/thompson/pikevm/api.rs [new file with mode: 0644]
vendor/regex-automata/tests/nfa/thompson/pikevm/mod.rs [new file with mode: 0644]
vendor/regex-automata/tests/nfa/thompson/pikevm/suite.rs [new file with mode: 0644]
vendor/regex-automata/tests/regression.rs [new file with mode: 0644]
vendor/regex-automata/tests/tests.rs [new file with mode: 0644]
vendor/regex-automata/tests/util.rs [new file with mode: 0644]
vendor/regex-syntax/.cargo-checksum.json [new file with mode: 0644]
vendor/regex-syntax/Cargo.toml [new file with mode: 0644]
vendor/regex-syntax/LICENSE-APACHE [new file with mode: 0644]
vendor/regex-syntax/LICENSE-MIT [new file with mode: 0644]
vendor/regex-syntax/README.md [new file with mode: 0644]
vendor/regex-syntax/benches/bench.rs [new file with mode: 0644]
vendor/regex-syntax/src/ast/mod.rs [new file with mode: 0644]
vendor/regex-syntax/src/ast/parse.rs [new file with mode: 0644]
vendor/regex-syntax/src/ast/print.rs [new file with mode: 0644]
vendor/regex-syntax/src/ast/visitor.rs [new file with mode: 0644]
vendor/regex-syntax/src/either.rs [new file with mode: 0644]
vendor/regex-syntax/src/error.rs [new file with mode: 0644]
vendor/regex-syntax/src/hir/interval.rs [new file with mode: 0644]
vendor/regex-syntax/src/hir/literal/mod.rs [new file with mode: 0644]
vendor/regex-syntax/src/hir/mod.rs [new file with mode: 0644]
vendor/regex-syntax/src/hir/print.rs [new file with mode: 0644]
vendor/regex-syntax/src/hir/translate.rs [new file with mode: 0644]
vendor/regex-syntax/src/hir/visitor.rs [new file with mode: 0644]
vendor/regex-syntax/src/lib.rs [new file with mode: 0644]
vendor/regex-syntax/src/parser.rs [new file with mode: 0644]
vendor/regex-syntax/src/unicode.rs [new file with mode: 0644]
vendor/regex-syntax/src/unicode_tables/LICENSE-UNICODE [new file with mode: 0644]
vendor/regex-syntax/src/unicode_tables/age.rs [new file with mode: 0644]
vendor/regex-syntax/src/unicode_tables/case_folding_simple.rs [new file with mode: 0644]
vendor/regex-syntax/src/unicode_tables/general_category.rs [new file with mode: 0644]
vendor/regex-syntax/src/unicode_tables/grapheme_cluster_break.rs [new file with mode: 0644]
vendor/regex-syntax/src/unicode_tables/mod.rs [new file with mode: 0644]
vendor/regex-syntax/src/unicode_tables/perl_decimal.rs [new file with mode: 0644]
vendor/regex-syntax/src/unicode_tables/perl_space.rs [new file with mode: 0644]
vendor/regex-syntax/src/unicode_tables/perl_word.rs [new file with mode: 0644]
vendor/regex-syntax/src/unicode_tables/property_bool.rs [new file with mode: 0644]
vendor/regex-syntax/src/unicode_tables/property_names.rs [new file with mode: 0644]
vendor/regex-syntax/src/unicode_tables/property_values.rs [new file with mode: 0644]
vendor/regex-syntax/src/unicode_tables/script.rs [new file with mode: 0644]
vendor/regex-syntax/src/unicode_tables/script_extension.rs [new file with mode: 0644]
vendor/regex-syntax/src/unicode_tables/sentence_break.rs [new file with mode: 0644]
vendor/regex-syntax/src/unicode_tables/word_break.rs [new file with mode: 0644]
vendor/regex-syntax/src/utf8.rs [new file with mode: 0644]
vendor/regex-syntax/test [new file with mode: 0755]
vendor/regex/.cargo-checksum.json [new file with mode: 0644]
vendor/regex/CHANGELOG.md [new file with mode: 0644]
vendor/regex/Cargo.lock [new file with mode: 0644]
vendor/regex/Cargo.toml [new file with mode: 0644]
vendor/regex/HACKING.md [new file with mode: 0644]
vendor/regex/LICENSE-APACHE [new file with mode: 0644]
vendor/regex/LICENSE-MIT [new file with mode: 0644]
vendor/regex/PERFORMANCE.md [new file with mode: 0644]
vendor/regex/README.md [new file with mode: 0644]
vendor/regex/UNICODE.md [new file with mode: 0644]
vendor/regex/examples/regexdna-input.txt [new file with mode: 0644]
vendor/regex/examples/regexdna-output.txt [new file with mode: 0644]
vendor/regex/examples/shootout-regex-dna-bytes.rs [new file with mode: 0644]
vendor/regex/examples/shootout-regex-dna-cheat.rs [new file with mode: 0644]
vendor/regex/examples/shootout-regex-dna-replace.rs [new file with mode: 0644]
vendor/regex/examples/shootout-regex-dna-single-cheat.rs [new file with mode: 0644]
vendor/regex/examples/shootout-regex-dna-single.rs [new file with mode: 0644]
vendor/regex/examples/shootout-regex-dna.rs [new file with mode: 0644]
vendor/regex/rustfmt.toml [new file with mode: 0644]
vendor/regex/src/backtrack.rs [new file with mode: 0644]
vendor/regex/src/compile.rs [new file with mode: 0644]
vendor/regex/src/dfa.rs [new file with mode: 0644]
vendor/regex/src/error.rs [new file with mode: 0644]
vendor/regex/src/exec.rs [new file with mode: 0644]
vendor/regex/src/expand.rs [new file with mode: 0644]
vendor/regex/src/find_byte.rs [new file with mode: 0644]
vendor/regex/src/freqs.rs [new file with mode: 0644]
vendor/regex/src/input.rs [new file with mode: 0644]
vendor/regex/src/lib.rs [new file with mode: 0644]
vendor/regex/src/literal/imp.rs [new file with mode: 0644]
vendor/regex/src/literal/mod.rs [new file with mode: 0644]
vendor/regex/src/pattern.rs [new file with mode: 0644]
vendor/regex/src/pikevm.rs [new file with mode: 0644]
vendor/regex/src/pool.rs [new file with mode: 0644]
vendor/regex/src/prog.rs [new file with mode: 0644]
vendor/regex/src/re_builder.rs [new file with mode: 0644]
vendor/regex/src/re_bytes.rs [new file with mode: 0644]
vendor/regex/src/re_set.rs [new file with mode: 0644]
vendor/regex/src/re_trait.rs [new file with mode: 0644]
vendor/regex/src/re_unicode.rs [new file with mode: 0644]
vendor/regex/src/sparse.rs [new file with mode: 0644]
vendor/regex/src/testdata/LICENSE [new file with mode: 0644]
vendor/regex/src/testdata/README [new file with mode: 0644]
vendor/regex/src/testdata/basic.dat [new file with mode: 0644]
vendor/regex/src/testdata/nullsubexpr.dat [new file with mode: 0644]
vendor/regex/src/testdata/repetition.dat [new file with mode: 0644]
vendor/regex/src/utf8.rs [new file with mode: 0644]
vendor/regex/test [new file with mode: 0755]
vendor/regex/tests/api.rs [new file with mode: 0644]
vendor/regex/tests/api_str.rs [new file with mode: 0644]
vendor/regex/tests/bytes.rs [new file with mode: 0644]
vendor/regex/tests/consistent.rs [new file with mode: 0644]
vendor/regex/tests/crates_regex.rs [new file with mode: 0644]
vendor/regex/tests/crazy.rs [new file with mode: 0644]
vendor/regex/tests/flags.rs [new file with mode: 0644]
vendor/regex/tests/fowler.rs [new file with mode: 0644]
vendor/regex/tests/macros.rs [new file with mode: 0644]
vendor/regex/tests/macros_bytes.rs [new file with mode: 0644]
vendor/regex/tests/macros_str.rs [new file with mode: 0644]
vendor/regex/tests/misc.rs [new file with mode: 0644]
vendor/regex/tests/multiline.rs [new file with mode: 0644]
vendor/regex/tests/noparse.rs [new file with mode: 0644]
vendor/regex/tests/regression.rs [new file with mode: 0644]
vendor/regex/tests/regression_fuzz.rs [new file with mode: 0644]
vendor/regex/tests/replace.rs [new file with mode: 0644]
vendor/regex/tests/searcher.rs [new file with mode: 0644]
vendor/regex/tests/set.rs [new file with mode: 0644]
vendor/regex/tests/shortest_match.rs [new file with mode: 0644]
vendor/regex/tests/suffix_reverse.rs [new file with mode: 0644]
vendor/regex/tests/test_backtrack.rs [new file with mode: 0644]
vendor/regex/tests/test_backtrack_bytes.rs [new file with mode: 0644]
vendor/regex/tests/test_backtrack_utf8bytes.rs [new file with mode: 0644]
vendor/regex/tests/test_crates_regex.rs [new file with mode: 0644]
vendor/regex/tests/test_default.rs [new file with mode: 0644]
vendor/regex/tests/test_default_bytes.rs [new file with mode: 0644]
vendor/regex/tests/test_nfa.rs [new file with mode: 0644]
vendor/regex/tests/test_nfa_bytes.rs [new file with mode: 0644]
vendor/regex/tests/test_nfa_utf8bytes.rs [new file with mode: 0644]
vendor/regex/tests/unicode.rs [new file with mode: 0644]
vendor/regex/tests/word_boundary.rs [new file with mode: 0644]
vendor/regex/tests/word_boundary_ascii.rs [new file with mode: 0644]
vendor/regex/tests/word_boundary_unicode.rs [new file with mode: 0644]
vendor/remove_dir_all/.cargo-checksum.json [new file with mode: 0644]
vendor/remove_dir_all/Cargo.toml [new file with mode: 0644]
vendor/remove_dir_all/LICENCE-APACHE [new file with mode: 0644]
vendor/remove_dir_all/LICENCE-MIT [new file with mode: 0644]
vendor/remove_dir_all/README.md [new file with mode: 0644]
vendor/remove_dir_all/src/fs.rs [new file with mode: 0644]
vendor/remove_dir_all/src/lib.rs [new file with mode: 0644]
vendor/rowan/.cargo-checksum.json [new file with mode: 0644]
vendor/rowan/Cargo.lock [new file with mode: 0644]
vendor/rowan/Cargo.toml [new file with mode: 0644]
vendor/rowan/LICENSE-APACHE [new file with mode: 0644]
vendor/rowan/LICENSE-MIT [new file with mode: 0644]
vendor/rowan/README.md [new file with mode: 0644]
vendor/rowan/examples/math.rs [new file with mode: 0644]
vendor/rowan/examples/s_expressions.rs [new file with mode: 0644]
vendor/rowan/src/api.rs [new file with mode: 0644]
vendor/rowan/src/arc.rs [new file with mode: 0644]
vendor/rowan/src/ast.rs [new file with mode: 0644]
vendor/rowan/src/cow_mut.rs [new file with mode: 0644]
vendor/rowan/src/cursor.rs [new file with mode: 0644]
vendor/rowan/src/green.rs [new file with mode: 0644]
vendor/rowan/src/green/builder.rs [new file with mode: 0644]
vendor/rowan/src/green/element.rs [new file with mode: 0644]
vendor/rowan/src/green/node.rs [new file with mode: 0644]
vendor/rowan/src/green/node_cache.rs [new file with mode: 0644]
vendor/rowan/src/green/token.rs [new file with mode: 0644]
vendor/rowan/src/lib.rs [new file with mode: 0644]
vendor/rowan/src/serde_impls.rs [new file with mode: 0644]
vendor/rowan/src/sll.rs [new file with mode: 0644]
vendor/rowan/src/syntax_text.rs [new file with mode: 0644]
vendor/rowan/src/utility_types.rs [new file with mode: 0644]
vendor/rowan/tests/tidy.rs [new file with mode: 0644]
vendor/rustc-ap-rustc_lexer/.cargo-checksum.json [new file with mode: 0644]
vendor/rustc-ap-rustc_lexer/Cargo.toml [new file with mode: 0644]
vendor/rustc-ap-rustc_lexer/src/cursor.rs [new file with mode: 0644]
vendor/rustc-ap-rustc_lexer/src/lib.rs [new file with mode: 0644]
vendor/rustc-ap-rustc_lexer/src/tests.rs [new file with mode: 0644]
vendor/rustc-ap-rustc_lexer/src/unescape.rs [new file with mode: 0644]
vendor/rustc-ap-rustc_lexer/src/unescape/tests.rs [new file with mode: 0644]
vendor/rustc-demangle/.cargo-checksum.json [new file with mode: 0644]
vendor/rustc-demangle/Cargo.toml [new file with mode: 0644]
vendor/rustc-demangle/LICENSE-APACHE [new file with mode: 0644]
vendor/rustc-demangle/LICENSE-MIT [new file with mode: 0644]
vendor/rustc-demangle/README.md [new file with mode: 0644]
vendor/rustc-demangle/src/legacy.rs [new file with mode: 0644]
vendor/rustc-demangle/src/lib.rs [new file with mode: 0644]
vendor/rustc-demangle/src/v0-large-test-symbols/early-recursion-limit [new file with mode: 0644]
vendor/rustc-demangle/src/v0.rs [new file with mode: 0644]
vendor/rustc-hash/.cargo-checksum.json [new file with mode: 0644]
vendor/rustc-hash/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/rustc-hash/Cargo.toml [new file with mode: 0644]
vendor/rustc-hash/LICENSE-APACHE [new file with mode: 0644]
vendor/rustc-hash/LICENSE-MIT [new file with mode: 0644]
vendor/rustc-hash/README.md [new file with mode: 0644]
vendor/rustc-hash/src/lib.rs [new file with mode: 0644]
vendor/rustc-rayon-core/.cargo-checksum.json [new file with mode: 0644]
vendor/rustc-rayon-core/Cargo.toml [new file with mode: 0644]
vendor/rustc-rayon-core/LICENSE-APACHE [new file with mode: 0644]
vendor/rustc-rayon-core/LICENSE-MIT [new file with mode: 0644]
vendor/rustc-rayon-core/README.md [new file with mode: 0644]
vendor/rustc-rayon-core/build.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/compile_fail/mod.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/compile_fail/quicksort_race1.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/compile_fail/quicksort_race2.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/compile_fail/quicksort_race3.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/compile_fail/rc_return.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/compile_fail/rc_upvar.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/compile_fail/scope_join_bad.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/job.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/join/mod.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/join/test.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/latch.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/lib.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/log.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/private.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/registry.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/scope/mod.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/scope/test.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/sleep/README.md [new file with mode: 0644]
vendor/rustc-rayon-core/src/sleep/counters.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/sleep/mod.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/spawn/mod.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/spawn/test.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/test.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/thread_pool/mod.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/thread_pool/test.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/tlv.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/unwind.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/worker_local.rs [new file with mode: 0644]
vendor/rustc-rayon-core/tests/double_init_fail.rs [new file with mode: 0644]
vendor/rustc-rayon-core/tests/init_zero_threads.rs [new file with mode: 0644]
vendor/rustc-rayon-core/tests/scope_join.rs [new file with mode: 0644]
vendor/rustc-rayon-core/tests/scoped_threadpool.rs [new file with mode: 0644]
vendor/rustc-rayon-core/tests/simple_panic.rs [new file with mode: 0644]
vendor/rustc-rayon-core/tests/stack_overflow_crash.rs [new file with mode: 0644]
vendor/rustc-rayon/.cargo-checksum.json [new file with mode: 0644]
vendor/rustc-rayon/Cargo.lock [new file with mode: 0644]
vendor/rustc-rayon/Cargo.toml [new file with mode: 0644]
vendor/rustc-rayon/FAQ.md [new file with mode: 0644]
vendor/rustc-rayon/LICENSE-APACHE [new file with mode: 0644]
vendor/rustc-rayon/LICENSE-MIT [new file with mode: 0644]
vendor/rustc-rayon/README.md [new file with mode: 0644]
vendor/rustc-rayon/RELEASES.md [new file with mode: 0644]
vendor/rustc-rayon/build.rs [new file with mode: 0644]
vendor/rustc-rayon/examples/README.md [new file with mode: 0644]
vendor/rustc-rayon/examples/cpu_monitor.rs [new file with mode: 0644]
vendor/rustc-rayon/src/array.rs [new file with mode: 0644]
vendor/rustc-rayon/src/collections/binary_heap.rs [new file with mode: 0644]
vendor/rustc-rayon/src/collections/btree_map.rs [new file with mode: 0644]
vendor/rustc-rayon/src/collections/btree_set.rs [new file with mode: 0644]
vendor/rustc-rayon/src/collections/hash_map.rs [new file with mode: 0644]
vendor/rustc-rayon/src/collections/hash_set.rs [new file with mode: 0644]
vendor/rustc-rayon/src/collections/linked_list.rs [new file with mode: 0644]
vendor/rustc-rayon/src/collections/mod.rs [new file with mode: 0644]
vendor/rustc-rayon/src/collections/vec_deque.rs [new file with mode: 0644]
vendor/rustc-rayon/src/compile_fail/cannot_collect_filtermap_data.rs [new file with mode: 0644]
vendor/rustc-rayon/src/compile_fail/cannot_zip_filtered_data.rs [new file with mode: 0644]
vendor/rustc-rayon/src/compile_fail/cell_par_iter.rs [new file with mode: 0644]
vendor/rustc-rayon/src/compile_fail/mod.rs [new file with mode: 0644]
vendor/rustc-rayon/src/compile_fail/must_use.rs [new file with mode: 0644]
vendor/rustc-rayon/src/compile_fail/no_send_par_iter.rs [new file with mode: 0644]
vendor/rustc-rayon/src/compile_fail/rc_par_iter.rs [new file with mode: 0644]
vendor/rustc-rayon/src/delegate.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/chain.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/chunks.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/cloned.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/collect/consumer.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/collect/mod.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/collect/test.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/copied.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/empty.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/enumerate.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/extend.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/filter.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/filter_map.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/find.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/find_first_last/mod.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/find_first_last/test.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/flat_map.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/flat_map_iter.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/flatten.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/flatten_iter.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/fold.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/for_each.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/from_par_iter.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/inspect.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/interleave.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/interleave_shortest.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/intersperse.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/len.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/map.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/map_with.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/mod.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/multizip.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/noop.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/once.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/panic_fuse.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/par_bridge.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/plumbing/README.md [new file with mode: 0644]
vendor/rustc-rayon/src/iter/plumbing/mod.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/positions.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/product.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/reduce.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/repeat.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/rev.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/skip.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/splitter.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/step_by.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/sum.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/take.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/test.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/try_fold.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/try_reduce.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/try_reduce_with.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/unzip.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/update.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/while_some.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/zip.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/zip_eq.rs [new file with mode: 0644]
vendor/rustc-rayon/src/lib.rs [new file with mode: 0644]
vendor/rustc-rayon/src/math.rs [new file with mode: 0644]
vendor/rustc-rayon/src/option.rs [new file with mode: 0644]
vendor/rustc-rayon/src/par_either.rs [new file with mode: 0644]
vendor/rustc-rayon/src/prelude.rs [new file with mode: 0644]
vendor/rustc-rayon/src/private.rs [new file with mode: 0644]
vendor/rustc-rayon/src/range.rs [new file with mode: 0644]
vendor/rustc-rayon/src/range_inclusive.rs [new file with mode: 0644]
vendor/rustc-rayon/src/result.rs [new file with mode: 0644]
vendor/rustc-rayon/src/slice/chunks.rs [new file with mode: 0644]
vendor/rustc-rayon/src/slice/mergesort.rs [new file with mode: 0644]
vendor/rustc-rayon/src/slice/mod.rs [new file with mode: 0644]
vendor/rustc-rayon/src/slice/quicksort.rs [new file with mode: 0644]
vendor/rustc-rayon/src/slice/rchunks.rs [new file with mode: 0644]
vendor/rustc-rayon/src/slice/test.rs [new file with mode: 0644]
vendor/rustc-rayon/src/split_producer.rs [new file with mode: 0644]
vendor/rustc-rayon/src/str.rs [new file with mode: 0644]
vendor/rustc-rayon/src/string.rs [new file with mode: 0644]
vendor/rustc-rayon/src/vec.rs [new file with mode: 0644]
vendor/rustc-rayon/tests/chars.rs [new file with mode: 0644]
vendor/rustc-rayon/tests/clones.rs [new file with mode: 0644]
vendor/rustc-rayon/tests/collect.rs [new file with mode: 0644]
vendor/rustc-rayon/tests/cross-pool.rs [new file with mode: 0644]
vendor/rustc-rayon/tests/debug.rs [new file with mode: 0644]
vendor/rustc-rayon/tests/intersperse.rs [new file with mode: 0644]
vendor/rustc-rayon/tests/issue671-unzip.rs [new file with mode: 0644]
vendor/rustc-rayon/tests/issue671.rs [new file with mode: 0644]
vendor/rustc-rayon/tests/iter_panic.rs [new file with mode: 0644]
vendor/rustc-rayon/tests/named-threads.rs [new file with mode: 0644]
vendor/rustc-rayon/tests/octillion.rs [new file with mode: 0644]
vendor/rustc-rayon/tests/producer_split_at.rs [new file with mode: 0644]
vendor/rustc-rayon/tests/sort-panic-safe.rs [new file with mode: 0644]
vendor/rustc-rayon/tests/str.rs [new file with mode: 0644]
vendor/rustc-semver/.cargo-checksum.json [new file with mode: 0644]
vendor/rustc-semver/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/rustc-semver/COPYRIGHT [new file with mode: 0644]
vendor/rustc-semver/Cargo.toml [new file with mode: 0644]
vendor/rustc-semver/LICENSE-APACHE [new file with mode: 0644]
vendor/rustc-semver/LICENSE-MIT [new file with mode: 0644]
vendor/rustc-semver/README.md [new file with mode: 0644]
vendor/rustc-semver/cov.sh [new file with mode: 0644]
vendor/rustc-semver/rust-toolchain [new file with mode: 0644]
vendor/rustc-semver/src/lib.rs [new file with mode: 0644]
vendor/rustc_tools_util/.cargo-checksum.json [new file with mode: 0644]
vendor/rustc_tools_util/CHANGELOG.md [new file with mode: 0644]
vendor/rustc_tools_util/Cargo.toml [new file with mode: 0644]
vendor/rustc_tools_util/LICENSE-APACHE [new file with mode: 0644]
vendor/rustc_tools_util/LICENSE-MIT [new file with mode: 0644]
vendor/rustc_tools_util/README.md [new file with mode: 0644]
vendor/rustc_tools_util/src/lib.rs [new file with mode: 0644]
vendor/rustc_version/.cargo-checksum.json [new file with mode: 0644]
vendor/rustc_version/Cargo.toml [new file with mode: 0644]
vendor/rustc_version/LICENSE-APACHE [new file with mode: 0644]
vendor/rustc_version/LICENSE-MIT [new file with mode: 0644]
vendor/rustc_version/README.md [new file with mode: 0644]
vendor/rustc_version/deny.toml [new file with mode: 0644]
vendor/rustc_version/src/lib.rs [new file with mode: 0644]
vendor/rustc_version/tests/all.rs [new file with mode: 0644]
vendor/rustfix/.cargo-checksum.json [new file with mode: 0644]
vendor/rustfix/Cargo.toml [new file with mode: 0644]
vendor/rustfix/Changelog.md [new file with mode: 0644]
vendor/rustfix/LICENSE-APACHE [new file with mode: 0644]
vendor/rustfix/LICENSE-MIT [new file with mode: 0644]
vendor/rustfix/Readme.md [new file with mode: 0644]
vendor/rustfix/proptest-regressions/replace.txt [new file with mode: 0644]
vendor/rustfix/src/diagnostics.rs [new file with mode: 0644]
vendor/rustfix/src/lib.rs [new file with mode: 0644]
vendor/rustfix/src/replace.rs [new file with mode: 0644]
vendor/rustix/.cargo-checksum.json [new file with mode: 0644]
vendor/rustix/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/rustix/CONTRIBUTING.md [new file with mode: 0644]
vendor/rustix/COPYRIGHT [new file with mode: 0644]
vendor/rustix/Cargo.toml [new file with mode: 0644]
vendor/rustix/LICENSE-APACHE [new file with mode: 0644]
vendor/rustix/LICENSE-Apache-2.0_WITH_LLVM-exception [new file with mode: 0644]
vendor/rustix/LICENSE-MIT [new file with mode: 0644]
vendor/rustix/ORG_CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/rustix/README.md [new file with mode: 0644]
vendor/rustix/SECURITY.md [new file with mode: 0644]
vendor/rustix/benches/mod.rs [new file with mode: 0644]
vendor/rustix/build.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/conv.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/fs/dir.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/fs/makedev.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/fs/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/fs/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/fs/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/io/epoll.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/io/errno.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/io/io_slice.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/io/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/io/poll_fd.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/io/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/io/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/io/windows_syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/io_lifetimes.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/io_uring/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/io_uring/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/mm/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/mm/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/mm/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/net/addr.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/net/ext.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/net/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/net/read_sockaddr.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/net/send_recv.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/net/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/net/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/net/write_sockaddr.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/offset.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/param/auxv.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/param/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/process/cpu_set.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/process/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/process/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/process/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/process/wait.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/rand/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/rand/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/rand/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/termios/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/termios/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/termios/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/thread/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/thread/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/time/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/time/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/time/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/weak.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/winsock_c.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/inline/aarch64.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/inline/arm.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/inline/mips.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/inline/mips64.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/inline/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/inline/powerpc64.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/inline/riscv64.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/inline/thumb.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/inline/x86.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/inline/x86_64.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/outline/aarch64.s [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/outline/arm.s [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/outline/mips.s [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/outline/mips64.s [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/outline/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/outline/nr_last.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/outline/powerpc64.s [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/outline/riscv64.s [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/outline/x86.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/outline/x86.s [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/outline/x86_64.s [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/c.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/conv.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/elf.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/fs/dir.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/fs/makedev.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/fs/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/fs/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/fs/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/io/epoll.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/io/errno.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/io/io_slice.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/io/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/io/poll_fd.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/io/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/io/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/io_uring/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/io_uring/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/mm/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/mm/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/mm/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/net/addr.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/net/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/net/read_sockaddr.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/net/send_recv.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/net/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/net/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/net/write_sockaddr.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/param/auxv.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/param/libc_auxv.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/param/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/param/mustang_auxv.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/process/cpu_set.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/process/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/process/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/process/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/process/wait.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/rand/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/rand/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/rand/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/reg.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/runtime/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/runtime/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/runtime/tls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/termios/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/termios/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/termios/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/thread/futex.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/thread/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/thread/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/time/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/time/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/time/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/vdso.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/vdso_wrappers.rs [new file with mode: 0644]
vendor/rustix/src/const_assert.rs [new file with mode: 0644]
vendor/rustix/src/cstr.rs [new file with mode: 0644]
vendor/rustix/src/ffi/mod.rs [new file with mode: 0644]
vendor/rustix/src/fs/abs.rs [new file with mode: 0644]
vendor/rustix/src/fs/at.rs [new file with mode: 0644]
vendor/rustix/src/fs/constants.rs [new file with mode: 0644]
vendor/rustix/src/fs/copy_file_range.rs [new file with mode: 0644]
vendor/rustix/src/fs/cwd.rs [new file with mode: 0644]
vendor/rustix/src/fs/dir.rs [new file with mode: 0644]
vendor/rustix/src/fs/fadvise.rs [new file with mode: 0644]
vendor/rustix/src/fs/fcntl.rs [new file with mode: 0644]
vendor/rustix/src/fs/fcntl_darwin.rs [new file with mode: 0644]
vendor/rustix/src/fs/fcopyfile.rs [new file with mode: 0644]
vendor/rustix/src/fs/fd.rs [new file with mode: 0644]
vendor/rustix/src/fs/file_type.rs [new file with mode: 0644]
vendor/rustix/src/fs/getpath.rs [new file with mode: 0644]
vendor/rustix/src/fs/makedev.rs [new file with mode: 0644]
vendor/rustix/src/fs/memfd_create.rs [new file with mode: 0644]
vendor/rustix/src/fs/mod.rs [new file with mode: 0644]
vendor/rustix/src/fs/openat2.rs [new file with mode: 0644]
vendor/rustix/src/fs/sendfile.rs [new file with mode: 0644]
vendor/rustix/src/fs/statx.rs [new file with mode: 0644]
vendor/rustix/src/io/close.rs [new file with mode: 0644]
vendor/rustix/src/io/dup.rs [new file with mode: 0644]
vendor/rustix/src/io/errno.rs [new file with mode: 0644]
vendor/rustix/src/io/eventfd.rs [new file with mode: 0644]
vendor/rustix/src/io/fcntl.rs [new file with mode: 0644]
vendor/rustix/src/io/fd/mod.rs [new file with mode: 0644]
vendor/rustix/src/io/fd/owned.rs [new file with mode: 0644]
vendor/rustix/src/io/fd/raw.rs [new file with mode: 0644]
vendor/rustix/src/io/ioctl.rs [new file with mode: 0644]
vendor/rustix/src/io/is_read_write.rs [new file with mode: 0644]
vendor/rustix/src/io/mod.rs [new file with mode: 0644]
vendor/rustix/src/io/pipe.rs [new file with mode: 0644]
vendor/rustix/src/io/poll.rs [new file with mode: 0644]
vendor/rustix/src/io/procfs.rs [new file with mode: 0644]
vendor/rustix/src/io/read_write.rs [new file with mode: 0644]
vendor/rustix/src/io/seek_from.rs [new file with mode: 0644]
vendor/rustix/src/io/stdio.rs [new file with mode: 0644]
vendor/rustix/src/io_uring.rs [new file with mode: 0644]
vendor/rustix/src/lib.rs [new file with mode: 0644]
vendor/rustix/src/mm/madvise.rs [new file with mode: 0644]
vendor/rustix/src/mm/mmap.rs [new file with mode: 0644]
vendor/rustix/src/mm/mod.rs [new file with mode: 0644]
vendor/rustix/src/mm/msync.rs [new file with mode: 0644]
vendor/rustix/src/mm/userfaultfd.rs [new file with mode: 0644]
vendor/rustix/src/net/addr.rs [new file with mode: 0644]
vendor/rustix/src/net/ip.rs [new file with mode: 0644]
vendor/rustix/src/net/mod.rs [new file with mode: 0644]
vendor/rustix/src/net/send_recv.rs [new file with mode: 0644]
vendor/rustix/src/net/socket.rs [new file with mode: 0644]
vendor/rustix/src/net/socket_addr_any.rs [new file with mode: 0644]
vendor/rustix/src/net/socketpair.rs [new file with mode: 0644]
vendor/rustix/src/net/sockopt.rs [new file with mode: 0644]
vendor/rustix/src/net/wsa.rs [new file with mode: 0644]
vendor/rustix/src/param/auxv.rs [new file with mode: 0644]
vendor/rustix/src/param/init.rs [new file with mode: 0644]
vendor/rustix/src/param/mod.rs [new file with mode: 0644]
vendor/rustix/src/path/arg.rs [new file with mode: 0644]
vendor/rustix/src/path/dec_int.rs [new file with mode: 0644]
vendor/rustix/src/path/mod.rs [new file with mode: 0644]
vendor/rustix/src/process/chdir.rs [new file with mode: 0644]
vendor/rustix/src/process/exit.rs [new file with mode: 0644]
vendor/rustix/src/process/id.rs [new file with mode: 0644]
vendor/rustix/src/process/kill.rs [new file with mode: 0644]
vendor/rustix/src/process/membarrier.rs [new file with mode: 0644]
vendor/rustix/src/process/mod.rs [new file with mode: 0644]
vendor/rustix/src/process/prctl.rs [new file with mode: 0644]
vendor/rustix/src/process/priority.rs [new file with mode: 0644]
vendor/rustix/src/process/procctl.rs [new file with mode: 0644]
vendor/rustix/src/process/rlimit.rs [new file with mode: 0644]
vendor/rustix/src/process/sched.rs [new file with mode: 0644]
vendor/rustix/src/process/sched_yield.rs [new file with mode: 0644]
vendor/rustix/src/process/uname.rs [new file with mode: 0644]
vendor/rustix/src/process/wait.rs [new file with mode: 0644]
vendor/rustix/src/rand/getrandom.rs [new file with mode: 0644]
vendor/rustix/src/rand/mod.rs [new file with mode: 0644]
vendor/rustix/src/runtime.rs [new file with mode: 0644]
vendor/rustix/src/termios/cf.rs [new file with mode: 0644]
vendor/rustix/src/termios/constants.rs [new file with mode: 0644]
vendor/rustix/src/termios/mod.rs [new file with mode: 0644]
vendor/rustix/src/termios/tc.rs [new file with mode: 0644]
vendor/rustix/src/termios/tty.rs [new file with mode: 0644]
vendor/rustix/src/thread/clock.rs [new file with mode: 0644]
vendor/rustix/src/thread/futex.rs [new file with mode: 0644]
vendor/rustix/src/thread/id.rs [new file with mode: 0644]
vendor/rustix/src/thread/mod.rs [new file with mode: 0644]
vendor/rustix/src/thread/prctl.rs [new file with mode: 0644]
vendor/rustix/src/thread/setns.rs [new file with mode: 0644]
vendor/rustix/src/time/clock.rs [new file with mode: 0644]
vendor/rustix/src/time/mod.rs [new file with mode: 0644]
vendor/rustix/src/time/timerfd.rs [new file with mode: 0644]
vendor/rustix/src/utils.rs [new file with mode: 0644]
vendor/rustversion/.cargo-checksum.json [new file with mode: 0644]
vendor/rustversion/Cargo.toml [new file with mode: 0644]
vendor/rustversion/LICENSE-APACHE [new file with mode: 0644]
vendor/rustversion/LICENSE-MIT [new file with mode: 0644]
vendor/rustversion/README.md [new file with mode: 0644]
vendor/rustversion/build/build.rs [new file with mode: 0644]
vendor/rustversion/build/rustc.rs [new file with mode: 0644]
vendor/rustversion/src/attr.rs [new file with mode: 0644]
vendor/rustversion/src/bound.rs [new file with mode: 0644]
vendor/rustversion/src/constfn.rs [new file with mode: 0644]
vendor/rustversion/src/date.rs [new file with mode: 0644]
vendor/rustversion/src/error.rs [new file with mode: 0644]
vendor/rustversion/src/expr.rs [new file with mode: 0644]
vendor/rustversion/src/iter.rs [new file with mode: 0644]
vendor/rustversion/src/lib.rs [new file with mode: 0644]
vendor/rustversion/src/release.rs [new file with mode: 0644]
vendor/rustversion/src/time.rs [new file with mode: 0644]
vendor/rustversion/src/token.rs [new file with mode: 0644]
vendor/rustversion/src/version.rs [new file with mode: 0644]
vendor/rustversion/tests/compiletest.rs [new file with mode: 0644]
vendor/rustversion/tests/test_const.rs [new file with mode: 0644]
vendor/rustversion/tests/test_eval.rs [new file with mode: 0644]
vendor/rustversion/tests/test_parse.rs [new file with mode: 0644]
vendor/rustversion/tests/ui/bad-bound.rs [new file with mode: 0644]
vendor/rustversion/tests/ui/bad-bound.stderr [new file with mode: 0644]
vendor/rustversion/tests/ui/bad-date.rs [new file with mode: 0644]
vendor/rustversion/tests/ui/bad-date.stderr [new file with mode: 0644]
vendor/rustversion/tests/ui/bad-not.rs [new file with mode: 0644]
vendor/rustversion/tests/ui/bad-not.stderr [new file with mode: 0644]
vendor/rustversion/tests/ui/bad-version.rs [new file with mode: 0644]
vendor/rustversion/tests/ui/bad-version.stderr [new file with mode: 0644]
vendor/rustversion/tests/ui/const-not-fn.rs [new file with mode: 0644]
vendor/rustversion/tests/ui/const-not-fn.stderr [new file with mode: 0644]
vendor/ryu/.cargo-checksum.json [new file with mode: 0644]
vendor/ryu/Cargo.lock [new file with mode: 0644]
vendor/ryu/Cargo.toml [new file with mode: 0644]
vendor/ryu/LICENSE-APACHE [new file with mode: 0644]
vendor/ryu/LICENSE-BOOST [new file with mode: 0644]
vendor/ryu/README.md [new file with mode: 0644]
vendor/ryu/benches/bench.rs [new file with mode: 0644]
vendor/ryu/examples/upstream_benchmark.rs [new file with mode: 0644]
vendor/ryu/src/buffer/mod.rs [new file with mode: 0644]
vendor/ryu/src/common.rs [new file with mode: 0644]
vendor/ryu/src/d2s.rs [new file with mode: 0644]
vendor/ryu/src/d2s_full_table.rs [new file with mode: 0644]
vendor/ryu/src/d2s_intrinsics.rs [new file with mode: 0644]
vendor/ryu/src/d2s_small_table.rs [new file with mode: 0644]
vendor/ryu/src/digit_table.rs [new file with mode: 0644]
vendor/ryu/src/f2s.rs [new file with mode: 0644]
vendor/ryu/src/f2s_intrinsics.rs [new file with mode: 0644]
vendor/ryu/src/lib.rs [new file with mode: 0644]
vendor/ryu/src/parse.rs [new file with mode: 0644]
vendor/ryu/src/pretty/exponent.rs [new file with mode: 0644]
vendor/ryu/src/pretty/mantissa.rs [new file with mode: 0644]
vendor/ryu/src/pretty/mod.rs [new file with mode: 0644]
vendor/ryu/src/s2d.rs [new file with mode: 0644]
vendor/ryu/src/s2f.rs [new file with mode: 0644]
vendor/ryu/tests/common_test.rs [new file with mode: 0644]
vendor/ryu/tests/d2s_table_test.rs [new file with mode: 0644]
vendor/ryu/tests/d2s_test.rs [new file with mode: 0644]
vendor/ryu/tests/exhaustive.rs [new file with mode: 0644]
vendor/ryu/tests/f2s_test.rs [new file with mode: 0644]
vendor/ryu/tests/macros/mod.rs [new file with mode: 0644]
vendor/ryu/tests/s2d_test.rs [new file with mode: 0644]
vendor/ryu/tests/s2f_test.rs [new file with mode: 0644]
vendor/same-file/.cargo-checksum.json [new file with mode: 0644]
vendor/same-file/COPYING [new file with mode: 0644]
vendor/same-file/Cargo.lock [new file with mode: 0644]
vendor/same-file/Cargo.toml [new file with mode: 0644]
vendor/same-file/LICENSE-MIT [new file with mode: 0644]
vendor/same-file/README.md [new file with mode: 0644]
vendor/same-file/UNLICENSE [new file with mode: 0644]
vendor/same-file/examples/is_same_file.rs [new file with mode: 0644]
vendor/same-file/examples/is_stderr.rs [new file with mode: 0644]
vendor/same-file/rustfmt.toml [new file with mode: 0644]
vendor/same-file/src/lib.rs [new file with mode: 0644]
vendor/same-file/src/unix.rs [new file with mode: 0644]
vendor/same-file/src/unknown.rs [new file with mode: 0644]
vendor/same-file/src/win.rs [new file with mode: 0644]
vendor/scoped-tls/.cargo-checksum.json [new file with mode: 0644]
vendor/scoped-tls/Cargo.toml [new file with mode: 0644]
vendor/scoped-tls/LICENSE-APACHE [new file with mode: 0644]
vendor/scoped-tls/LICENSE-MIT [new file with mode: 0644]
vendor/scoped-tls/README.md [new file with mode: 0644]
vendor/scoped-tls/src/lib.rs [new file with mode: 0644]
vendor/scopeguard/.cargo-checksum.json [new file with mode: 0644]
vendor/scopeguard/Cargo.lock [new file with mode: 0644]
vendor/scopeguard/Cargo.toml [new file with mode: 0644]
vendor/scopeguard/LICENSE-APACHE [new file with mode: 0644]
vendor/scopeguard/LICENSE-MIT [new file with mode: 0644]
vendor/scopeguard/README.rst [new file with mode: 0644]
vendor/scopeguard/examples/readme.rs [new file with mode: 0644]
vendor/scopeguard/src/lib.rs [new file with mode: 0644]
vendor/self_cell/.cargo-checksum.json [new file with mode: 0644]
vendor/self_cell/Cargo.toml [new file with mode: 0644]
vendor/self_cell/LICENSE [new file with mode: 0644]
vendor/self_cell/README.md [new file with mode: 0644]
vendor/self_cell/src/lib.rs [new file with mode: 0644]
vendor/self_cell/src/unsafe_self_cell.rs [new file with mode: 0644]
vendor/semver/.cargo-checksum.json [new file with mode: 0644]
vendor/semver/Cargo.toml [new file with mode: 0644]
vendor/semver/LICENSE-APACHE [new file with mode: 0644]
vendor/semver/LICENSE-MIT [new file with mode: 0644]
vendor/semver/README.md [new file with mode: 0644]
vendor/semver/benches/parse.rs [new file with mode: 0644]
vendor/semver/build.rs [new file with mode: 0644]
vendor/semver/src/backport.rs [new file with mode: 0644]
vendor/semver/src/display.rs [new file with mode: 0644]
vendor/semver/src/error.rs [new file with mode: 0644]
vendor/semver/src/eval.rs [new file with mode: 0644]
vendor/semver/src/identifier.rs [new file with mode: 0644]
vendor/semver/src/impls.rs [new file with mode: 0644]
vendor/semver/src/lib.rs [new file with mode: 0644]
vendor/semver/src/parse.rs [new file with mode: 0644]
vendor/semver/src/serde.rs [new file with mode: 0644]
vendor/semver/tests/node/mod.rs [new file with mode: 0644]
vendor/semver/tests/test_autotrait.rs [new file with mode: 0644]
vendor/semver/tests/test_identifier.rs [new file with mode: 0644]
vendor/semver/tests/test_version.rs [new file with mode: 0644]
vendor/semver/tests/test_version_req.rs [new file with mode: 0644]
vendor/semver/tests/util/mod.rs [new file with mode: 0644]
vendor/serde/.cargo-checksum.json [new file with mode: 0644]
vendor/serde/Cargo.toml [new file with mode: 0644]
vendor/serde/LICENSE-APACHE [new file with mode: 0644]
vendor/serde/LICENSE-MIT [new file with mode: 0644]
vendor/serde/README.md [new file with mode: 0644]
vendor/serde/build.rs [new file with mode: 0644]
vendor/serde/crates-io.md [new file with mode: 0644]
vendor/serde/src/de/format.rs [new file with mode: 0644]
vendor/serde/src/de/ignored_any.rs [new file with mode: 0644]
vendor/serde/src/de/impls.rs [new file with mode: 0644]
vendor/serde/src/de/mod.rs [new file with mode: 0644]
vendor/serde/src/de/seed.rs [new file with mode: 0644]
vendor/serde/src/de/utf8.rs [new file with mode: 0644]
vendor/serde/src/de/value.rs [new file with mode: 0644]
vendor/serde/src/integer128.rs [new file with mode: 0644]
vendor/serde/src/lib.rs [new file with mode: 0644]
vendor/serde/src/macros.rs [new file with mode: 0644]
vendor/serde/src/private/de.rs [new file with mode: 0644]
vendor/serde/src/private/doc.rs [new file with mode: 0644]
vendor/serde/src/private/mod.rs [new file with mode: 0644]
vendor/serde/src/private/ser.rs [new file with mode: 0644]
vendor/serde/src/private/size_hint.rs [new file with mode: 0644]
vendor/serde/src/ser/fmt.rs [new file with mode: 0644]
vendor/serde/src/ser/impls.rs [new file with mode: 0644]
vendor/serde/src/ser/impossible.rs [new file with mode: 0644]
vendor/serde/src/ser/mod.rs [new file with mode: 0644]
vendor/serde/src/std_error.rs [new file with mode: 0644]
vendor/serde_derive/.cargo-checksum.json [new file with mode: 0644]
vendor/serde_derive/Cargo.toml [new file with mode: 0644]
vendor/serde_derive/LICENSE-APACHE [new file with mode: 0644]
vendor/serde_derive/LICENSE-MIT [new file with mode: 0644]
vendor/serde_derive/README.md [new file with mode: 0644]
vendor/serde_derive/build.rs [new file with mode: 0644]
vendor/serde_derive/crates-io.md [new file with mode: 0644]
vendor/serde_derive/src/bound.rs [new file with mode: 0644]
vendor/serde_derive/src/de.rs [new file with mode: 0644]
vendor/serde_derive/src/dummy.rs [new file with mode: 0644]
vendor/serde_derive/src/fragment.rs [new file with mode: 0644]
vendor/serde_derive/src/internals/ast.rs [new file with mode: 0644]
vendor/serde_derive/src/internals/attr.rs [new file with mode: 0644]
vendor/serde_derive/src/internals/case.rs [new file with mode: 0644]
vendor/serde_derive/src/internals/check.rs [new file with mode: 0644]
vendor/serde_derive/src/internals/ctxt.rs [new file with mode: 0644]
vendor/serde_derive/src/internals/mod.rs [new file with mode: 0644]
vendor/serde_derive/src/internals/receiver.rs [new file with mode: 0644]
vendor/serde_derive/src/internals/respan.rs [new file with mode: 0644]
vendor/serde_derive/src/internals/symbol.rs [new file with mode: 0644]
vendor/serde_derive/src/lib.rs [new file with mode: 0644]
vendor/serde_derive/src/pretend.rs [new file with mode: 0644]
vendor/serde_derive/src/ser.rs [new file with mode: 0644]
vendor/serde_derive/src/this.rs [new file with mode: 0644]
vendor/serde_derive/src/try.rs [new file with mode: 0644]
vendor/serde_json/.cargo-checksum.json [new file with mode: 0644]
vendor/serde_json/CONTRIBUTING.md [new file with mode: 0644]
vendor/serde_json/Cargo.toml [new file with mode: 0644]
vendor/serde_json/LICENSE-APACHE [new file with mode: 0644]
vendor/serde_json/LICENSE-MIT [new file with mode: 0644]
vendor/serde_json/README.md [new file with mode: 0644]
vendor/serde_json/build.rs [new file with mode: 0644]
vendor/serde_json/src/de.rs [new file with mode: 0644]
vendor/serde_json/src/error.rs [new file with mode: 0644]
vendor/serde_json/src/features_check/error.rs [new file with mode: 0644]
vendor/serde_json/src/features_check/mod.rs [new file with mode: 0644]
vendor/serde_json/src/io/core.rs [new file with mode: 0644]
vendor/serde_json/src/io/mod.rs [new file with mode: 0644]
vendor/serde_json/src/iter.rs [new file with mode: 0644]
vendor/serde_json/src/lexical/algorithm.rs [new file with mode: 0644]
vendor/serde_json/src/lexical/bhcomp.rs [new file with mode: 0644]
vendor/serde_json/src/lexical/bignum.rs [new file with mode: 0644]
vendor/serde_json/src/lexical/cached.rs [new file with mode: 0644]
vendor/serde_json/src/lexical/cached_float80.rs [new file with mode: 0644]
vendor/serde_json/src/lexical/digit.rs [new file with mode: 0644]
vendor/serde_json/src/lexical/errors.rs [new file with mode: 0644]
vendor/serde_json/src/lexical/exponent.rs [new file with mode: 0644]
vendor/serde_json/src/lexical/float.rs [new file with mode: 0644]
vendor/serde_json/src/lexical/large_powers.rs [new file with mode: 0644]
vendor/serde_json/src/lexical/large_powers32.rs [new file with mode: 0644]
vendor/serde_json/src/lexical/large_powers64.rs [new file with mode: 0644]
vendor/serde_json/src/lexical/math.rs [new file with mode: 0644]
vendor/serde_json/src/lexical/mod.rs [new file with mode: 0644]
vendor/serde_json/src/lexical/num.rs [new file with mode: 0644]
vendor/serde_json/src/lexical/parse.rs [new file with mode: 0644]
vendor/serde_json/src/lexical/rounding.rs [new file with mode: 0644]
vendor/serde_json/src/lexical/shift.rs [new file with mode: 0644]
vendor/serde_json/src/lexical/small_powers.rs [new file with mode: 0644]
vendor/serde_json/src/lib.rs [new file with mode: 0644]
vendor/serde_json/src/macros.rs [new file with mode: 0644]
vendor/serde_json/src/map.rs [new file with mode: 0644]
vendor/serde_json/src/number.rs [new file with mode: 0644]
vendor/serde_json/src/raw.rs [new file with mode: 0644]
vendor/serde_json/src/read.rs [new file with mode: 0644]
vendor/serde_json/src/ser.rs [new file with mode: 0644]
vendor/serde_json/src/value/de.rs [new file with mode: 0644]
vendor/serde_json/src/value/from.rs [new file with mode: 0644]
vendor/serde_json/src/value/index.rs [new file with mode: 0644]
vendor/serde_json/src/value/mod.rs [new file with mode: 0644]
vendor/serde_json/src/value/partial_eq.rs [new file with mode: 0644]
vendor/serde_json/src/value/ser.rs [new file with mode: 0644]
vendor/serde_json/tests/compiletest.rs [new file with mode: 0644]
vendor/serde_json/tests/debug.rs [new file with mode: 0644]
vendor/serde_json/tests/lexical.rs [new file with mode: 0644]
vendor/serde_json/tests/lexical/algorithm.rs [new file with mode: 0644]
vendor/serde_json/tests/lexical/exponent.rs [new file with mode: 0644]
vendor/serde_json/tests/lexical/float.rs [new file with mode: 0644]
vendor/serde_json/tests/lexical/math.rs [new file with mode: 0644]
vendor/serde_json/tests/lexical/num.rs [new file with mode: 0644]
vendor/serde_json/tests/lexical/parse.rs [new file with mode: 0644]
vendor/serde_json/tests/lexical/rounding.rs [new file with mode: 0644]
vendor/serde_json/tests/macros/mod.rs [new file with mode: 0644]
vendor/serde_json/tests/map.rs [new file with mode: 0644]
vendor/serde_json/tests/regression.rs [new file with mode: 0644]
vendor/serde_json/tests/regression/issue520.rs [new file with mode: 0644]
vendor/serde_json/tests/regression/issue795.rs [new file with mode: 0644]
vendor/serde_json/tests/regression/issue845.rs [new file with mode: 0644]
vendor/serde_json/tests/regression/issue953.rs [new file with mode: 0644]
vendor/serde_json/tests/stream.rs [new file with mode: 0644]
vendor/serde_json/tests/test.rs [new file with mode: 0644]
vendor/serde_json/tests/ui/missing_colon.rs [new file with mode: 0644]
vendor/serde_json/tests/ui/missing_colon.stderr [new file with mode: 0644]
vendor/serde_json/tests/ui/missing_comma.rs [new file with mode: 0644]
vendor/serde_json/tests/ui/missing_comma.stderr [new file with mode: 0644]
vendor/serde_json/tests/ui/missing_value.rs [new file with mode: 0644]
vendor/serde_json/tests/ui/missing_value.stderr [new file with mode: 0644]
vendor/serde_json/tests/ui/not_found.rs [new file with mode: 0644]
vendor/serde_json/tests/ui/not_found.stderr [new file with mode: 0644]
vendor/serde_json/tests/ui/parse_expr.rs [new file with mode: 0644]
vendor/serde_json/tests/ui/parse_expr.stderr [new file with mode: 0644]
vendor/serde_json/tests/ui/parse_key.rs [new file with mode: 0644]
vendor/serde_json/tests/ui/parse_key.stderr [new file with mode: 0644]
vendor/serde_json/tests/ui/unexpected_after_array_element.rs [new file with mode: 0644]
vendor/serde_json/tests/ui/unexpected_after_array_element.stderr [new file with mode: 0644]
vendor/serde_json/tests/ui/unexpected_after_map_entry.rs [new file with mode: 0644]
vendor/serde_json/tests/ui/unexpected_after_map_entry.stderr [new file with mode: 0644]
vendor/serde_json/tests/ui/unexpected_colon.rs [new file with mode: 0644]
vendor/serde_json/tests/ui/unexpected_colon.stderr [new file with mode: 0644]
vendor/serde_json/tests/ui/unexpected_comma.rs [new file with mode: 0644]
vendor/serde_json/tests/ui/unexpected_comma.stderr [new file with mode: 0644]
vendor/serde_repr/.cargo-checksum.json [new file with mode: 0644]
vendor/serde_repr/Cargo.toml [new file with mode: 0644]
vendor/serde_repr/LICENSE-APACHE [new file with mode: 0644]
vendor/serde_repr/LICENSE-MIT [new file with mode: 0644]
vendor/serde_repr/README.md [new file with mode: 0644]
vendor/serde_repr/src/lib.rs [new file with mode: 0644]
vendor/serde_repr/src/parse.rs [new file with mode: 0644]
vendor/serde_repr/tests/compiletest.rs [new file with mode: 0644]
vendor/serde_repr/tests/test.rs [new file with mode: 0644]
vendor/serde_repr/tests/ui/empty_enum.rs [new file with mode: 0644]
vendor/serde_repr/tests/ui/empty_enum.stderr [new file with mode: 0644]
vendor/serde_repr/tests/ui/missing_repr.rs [new file with mode: 0644]
vendor/serde_repr/tests/ui/missing_repr.stderr [new file with mode: 0644]
vendor/serde_repr/tests/ui/multiple_others.rs [new file with mode: 0644]
vendor/serde_repr/tests/ui/multiple_others.stderr [new file with mode: 0644]
vendor/serde_repr/tests/ui/non_unit_variant.rs [new file with mode: 0644]
vendor/serde_repr/tests/ui/non_unit_variant.stderr [new file with mode: 0644]
vendor/serde_repr/tests/ui/not_enum.rs [new file with mode: 0644]
vendor/serde_repr/tests/ui/not_enum.stderr [new file with mode: 0644]
vendor/sha1/.cargo-checksum.json [new file with mode: 0644]
vendor/sha1/CHANGELOG.md [new file with mode: 0644]
vendor/sha1/Cargo.toml [new file with mode: 0644]
vendor/sha1/LICENSE-APACHE [new file with mode: 0644]
vendor/sha1/LICENSE-MIT [new file with mode: 0644]
vendor/sha1/README.md [new file with mode: 0644]
vendor/sha1/benches/mod.rs [new file with mode: 0644]
vendor/sha1/src/compress.rs [new file with mode: 0644]
vendor/sha1/src/compress/aarch64.rs [new file with mode: 0644]
vendor/sha1/src/compress/soft.rs [new file with mode: 0644]
vendor/sha1/src/compress/x86.rs [new file with mode: 0644]
vendor/sha1/src/lib.rs [new file with mode: 0644]
vendor/sha1/tests/data/sha1.blb [new file with mode: 0644]
vendor/sha1/tests/mod.rs [new file with mode: 0644]
vendor/sha2/.cargo-checksum.json [new file with mode: 0644]
vendor/sha2/CHANGELOG.md [new file with mode: 0644]
vendor/sha2/Cargo.toml [new file with mode: 0644]
vendor/sha2/LICENSE-APACHE [new file with mode: 0644]
vendor/sha2/LICENSE-MIT [new file with mode: 0644]
vendor/sha2/README.md [new file with mode: 0644]
vendor/sha2/benches/mod.rs [new file with mode: 0644]
vendor/sha2/src/consts.rs [new file with mode: 0644]
vendor/sha2/src/core_api.rs [new file with mode: 0644]
vendor/sha2/src/lib.rs [new file with mode: 0644]
vendor/sha2/src/sha256.rs [new file with mode: 0644]
vendor/sha2/src/sha256/aarch64.rs [new file with mode: 0644]
vendor/sha2/src/sha256/soft.rs [new file with mode: 0644]
vendor/sha2/src/sha256/x86.rs [new file with mode: 0644]
vendor/sha2/src/sha512.rs [new file with mode: 0644]
vendor/sha2/src/sha512/soft.rs [new file with mode: 0644]
vendor/sha2/src/sha512/x86.rs [new file with mode: 0644]
vendor/sha2/tests/data/sha224.blb [new file with mode: 0644]
vendor/sha2/tests/data/sha256.blb [new file with mode: 0644]
vendor/sha2/tests/data/sha384.blb [new file with mode: 0644]
vendor/sha2/tests/data/sha512.blb [new file with mode: 0644]
vendor/sha2/tests/data/sha512_224.blb [new file with mode: 0644]
vendor/sha2/tests/data/sha512_256.blb [new file with mode: 0644]
vendor/sha2/tests/mod.rs [new file with mode: 0644]
vendor/sharded-slab/.cargo-checksum.json [new file with mode: 0644]
vendor/sharded-slab/CHANGELOG.md [new file with mode: 0644]
vendor/sharded-slab/Cargo.toml [new file with mode: 0644]
vendor/sharded-slab/IMPLEMENTATION.md [new file with mode: 0644]
vendor/sharded-slab/LICENSE [new file with mode: 0644]
vendor/sharded-slab/README.md [new file with mode: 0644]
vendor/sharded-slab/benches/bench.rs [new file with mode: 0644]
vendor/sharded-slab/bin/loom.sh [new file with mode: 0755]
vendor/sharded-slab/src/cfg.rs [new file with mode: 0644]
vendor/sharded-slab/src/clear.rs [new file with mode: 0644]
vendor/sharded-slab/src/implementation.rs [new file with mode: 0644]
vendor/sharded-slab/src/iter.rs [new file with mode: 0644]
vendor/sharded-slab/src/lib.rs [new file with mode: 0644]
vendor/sharded-slab/src/macros.rs [new file with mode: 0644]
vendor/sharded-slab/src/page/mod.rs [new file with mode: 0644]
vendor/sharded-slab/src/page/slot.rs [new file with mode: 0644]
vendor/sharded-slab/src/page/stack.rs [new file with mode: 0644]
vendor/sharded-slab/src/pool.rs [new file with mode: 0644]
vendor/sharded-slab/src/shard.rs [new file with mode: 0644]
vendor/sharded-slab/src/sync.rs [new file with mode: 0644]
vendor/sharded-slab/src/tests/loom_pool.rs [new file with mode: 0644]
vendor/sharded-slab/src/tests/loom_slab.rs [new file with mode: 0644]
vendor/sharded-slab/src/tests/mod.rs [new file with mode: 0644]
vendor/sharded-slab/src/tid.rs [new file with mode: 0644]
vendor/shell-escape/.cargo-checksum.json [new file with mode: 0644]
vendor/shell-escape/Cargo.toml [new file with mode: 0644]
vendor/shell-escape/LICENSE-APACHE [new file with mode: 0644]
vendor/shell-escape/LICENSE-MIT [new file with mode: 0644]
vendor/shell-escape/README.md [new file with mode: 0644]
vendor/shell-escape/src/lib.rs [new file with mode: 0644]
vendor/shlex/.cargo-checksum.json [new file with mode: 0644]
vendor/shlex/Cargo.toml [new file with mode: 0644]
vendor/shlex/LICENSE-APACHE [new file with mode: 0644]
vendor/shlex/LICENSE-MIT [new file with mode: 0644]
vendor/shlex/README.md [new file with mode: 0644]
vendor/shlex/src/lib.rs [new file with mode: 0644]
vendor/siphasher/.cargo-checksum.json [new file with mode: 0644]
vendor/siphasher/COPYING [new file with mode: 0644]
vendor/siphasher/Cargo.toml [new file with mode: 0644]
vendor/siphasher/README.md [new file with mode: 0644]
vendor/siphasher/src/lib.rs [new file with mode: 0644]
vendor/siphasher/src/sip.rs [new file with mode: 0644]
vendor/siphasher/src/sip128.rs [new file with mode: 0644]
vendor/siphasher/src/tests.rs [new file with mode: 0644]
vendor/siphasher/src/tests128.rs [new file with mode: 0644]
vendor/slab/.cargo-checksum.json [new file with mode: 0644]
vendor/slab/CHANGELOG.md [new file with mode: 0644]
vendor/slab/Cargo.toml [new file with mode: 0644]
vendor/slab/LICENSE [new file with mode: 0644]
vendor/slab/README.md [new file with mode: 0644]
vendor/slab/src/lib.rs [new file with mode: 0644]
vendor/slab/tests/slab.rs [new file with mode: 0644]
vendor/smallvec/.cargo-checksum.json [new file with mode: 0644]
vendor/smallvec/Cargo.toml [new file with mode: 0644]
vendor/smallvec/LICENSE-APACHE [new file with mode: 0644]
vendor/smallvec/LICENSE-MIT [new file with mode: 0644]
vendor/smallvec/README.md [new file with mode: 0644]
vendor/smallvec/benches/bench.rs [new file with mode: 0644]
vendor/smallvec/debug_metadata/README.md [new file with mode: 0644]
vendor/smallvec/debug_metadata/smallvec.natvis [new file with mode: 0644]
vendor/smallvec/scripts/run_miri.sh [new file with mode: 0644]
vendor/smallvec/src/arbitrary.rs [new file with mode: 0644]
vendor/smallvec/src/lib.rs [new file with mode: 0644]
vendor/smallvec/src/specialization.rs [new file with mode: 0644]
vendor/smallvec/src/tests.rs [new file with mode: 0644]
vendor/smallvec/tests/debugger_visualizer.rs [new file with mode: 0644]
vendor/smallvec/tests/macro.rs [new file with mode: 0644]
vendor/smol_str/.cargo-checksum.json [new file with mode: 0644]
vendor/smol_str/Cargo.toml [new file with mode: 0644]
vendor/smol_str/LICENSE-APACHE [new file with mode: 0644]
vendor/smol_str/LICENSE-MIT [new file with mode: 0644]
vendor/smol_str/README.md [new file with mode: 0644]
vendor/smol_str/bors.toml [new file with mode: 0644]
vendor/smol_str/src/lib.rs [new file with mode: 0644]
vendor/smol_str/tests/test.rs [new file with mode: 0644]
vendor/smol_str/tests/tidy.rs [new file with mode: 0644]
vendor/snap/.cargo-checksum.json [new file with mode: 0644]
vendor/snap/COPYING [new file with mode: 0644]
vendor/snap/Cargo.lock [new file with mode: 0644]
vendor/snap/Cargo.toml [new file with mode: 0644]
vendor/snap/README.md [new file with mode: 0644]
vendor/snap/build.rs [new file with mode: 0644]
vendor/snap/examples/compress-escaped.rs [new file with mode: 0644]
vendor/snap/examples/compress.rs [new file with mode: 0644]
vendor/snap/examples/decompress.rs [new file with mode: 0644]
vendor/snap/rustfmt.toml [new file with mode: 0644]
vendor/snap/src/bytes.rs [new file with mode: 0644]
vendor/snap/src/compress.rs [new file with mode: 0644]
vendor/snap/src/crc32.rs [new file with mode: 0644]
vendor/snap/src/crc32_table.rs [new file with mode: 0644]
vendor/snap/src/decompress.rs [new file with mode: 0644]
vendor/snap/src/error.rs [new file with mode: 0644]
vendor/snap/src/frame.rs [new file with mode: 0644]
vendor/snap/src/lib.rs [new file with mode: 0644]
vendor/snap/src/raw.rs [new file with mode: 0644]
vendor/snap/src/read.rs [new file with mode: 0644]
vendor/snap/src/tag.rs [new file with mode: 0644]
vendor/snap/src/varint.rs [new file with mode: 0644]
vendor/snap/src/write.rs [new file with mode: 0644]
vendor/spdx-expression/.cargo-checksum.json [new file with mode: 0644]
vendor/spdx-expression/CHANGELOG.md [new file with mode: 0644]
vendor/spdx-expression/Cargo.toml [new file with mode: 0644]
vendor/spdx-expression/LICENSES/MIT.txt [new file with mode: 0644]
vendor/spdx-expression/README.md [new file with mode: 0644]
vendor/spdx-expression/src/error.rs [new file with mode: 0644]
vendor/spdx-expression/src/expression.rs [new file with mode: 0644]
vendor/spdx-expression/src/expression_variant.rs [new file with mode: 0644]
vendor/spdx-expression/src/lib.rs [new file with mode: 0644]
vendor/spdx-expression/src/parser.rs [new file with mode: 0644]
vendor/spdx-rs/.cargo-checksum.json [new file with mode: 0644]
vendor/spdx-rs/CHANGELOG.md [new file with mode: 0644]
vendor/spdx-rs/Cargo.toml [new file with mode: 0644]
vendor/spdx-rs/LICENSE.txt [new file with mode: 0644]
vendor/spdx-rs/LICENSES/CC0-1.0.txt [new file with mode: 0644]
vendor/spdx-rs/LICENSES/MIT.txt [new file with mode: 0644]
vendor/spdx-rs/README.md [new file with mode: 0644]
vendor/spdx-rs/src/error.rs [new file with mode: 0644]
vendor/spdx-rs/src/lib.rs [new file with mode: 0644]
vendor/spdx-rs/src/models/annotation.rs [new file with mode: 0644]
vendor/spdx-rs/src/models/checksum.rs [new file with mode: 0644]
vendor/spdx-rs/src/models/document_creation_information.rs [new file with mode: 0644]
vendor/spdx-rs/src/models/file_information.rs [new file with mode: 0644]
vendor/spdx-rs/src/models/mod.rs [new file with mode: 0644]
vendor/spdx-rs/src/models/other_licensing_information_detected.rs [new file with mode: 0644]
vendor/spdx-rs/src/models/package_information.rs [new file with mode: 0644]
vendor/spdx-rs/src/models/relationship.rs [new file with mode: 0644]
vendor/spdx-rs/src/models/snippet.rs [new file with mode: 0644]
vendor/spdx-rs/src/models/spdx_document.rs [new file with mode: 0644]
vendor/spdx-rs/src/parsers/mod.rs [new file with mode: 0644]
vendor/spdx-rs/src/parsers/tag_value.rs [new file with mode: 0644]
vendor/stable_deref_trait/.cargo-checksum.json [new file with mode: 0644]
vendor/stable_deref_trait/Cargo.toml [new file with mode: 0644]
vendor/stable_deref_trait/LICENSE-APACHE [new file with mode: 0644]
vendor/stable_deref_trait/LICENSE-MIT [new file with mode: 0644]
vendor/stable_deref_trait/README.md [new file with mode: 0644]
vendor/stable_deref_trait/src/lib.rs [new file with mode: 0644]
vendor/stacker/.cargo-checksum.json [new file with mode: 0644]
vendor/stacker/Cargo.toml [new file with mode: 0644]
vendor/stacker/Cross.toml [new file with mode: 0644]
vendor/stacker/LICENSE-APACHE [new file with mode: 0644]
vendor/stacker/LICENSE-MIT [new file with mode: 0644]
vendor/stacker/README.md [new file with mode: 0644]
vendor/stacker/build.rs [new file with mode: 0644]
vendor/stacker/src/arch/asm.h [new file with mode: 0644]
vendor/stacker/src/arch/windows.c [new file with mode: 0644]
vendor/stacker/src/lib.rs [new file with mode: 0644]
vendor/stacker/tests/simple.rs [new file with mode: 0644]
vendor/stacker/tests/smoke.rs [new file with mode: 0644]
vendor/static_assertions/.cargo-checksum.json [new file with mode: 0644]
vendor/static_assertions/CHANGELOG.md [new file with mode: 0644]
vendor/static_assertions/Cargo.toml [new file with mode: 0644]
vendor/static_assertions/LICENSE-APACHE [new file with mode: 0644]
vendor/static_assertions/LICENSE-MIT [new file with mode: 0644]
vendor/static_assertions/README.md [new file with mode: 0644]
vendor/static_assertions/src/assert_cfg.rs [new file with mode: 0644]
vendor/static_assertions/src/assert_eq_align.rs [new file with mode: 0644]
vendor/static_assertions/src/assert_eq_size.rs [new file with mode: 0644]
vendor/static_assertions/src/assert_fields.rs [new file with mode: 0644]
vendor/static_assertions/src/assert_impl.rs [new file with mode: 0644]
vendor/static_assertions/src/assert_obj_safe.rs [new file with mode: 0644]
vendor/static_assertions/src/assert_trait.rs [new file with mode: 0644]
vendor/static_assertions/src/assert_type.rs [new file with mode: 0644]
vendor/static_assertions/src/const_assert.rs [new file with mode: 0644]
vendor/static_assertions/src/lib.rs [new file with mode: 0644]
vendor/string_cache/.cargo-checksum.json [new file with mode: 0644]
vendor/string_cache/Cargo.lock [new file with mode: 0644]
vendor/string_cache/Cargo.toml [new file with mode: 0644]
vendor/string_cache/LICENSE-APACHE [new file with mode: 0644]
vendor/string_cache/LICENSE-MIT [new file with mode: 0644]
vendor/string_cache/README.md [new file with mode: 0644]
vendor/string_cache/examples/simple.rs [new file with mode: 0644]
vendor/string_cache/src/atom.rs [new file with mode: 0644]
vendor/string_cache/src/dynamic_set.rs [new file with mode: 0644]
vendor/string_cache/src/lib.rs [new file with mode: 0644]
vendor/string_cache/src/static_sets.rs [new file with mode: 0644]
vendor/string_cache/src/trivial_impls.rs [new file with mode: 0644]
vendor/string_cache/tests/small-stack.rs [new file with mode: 0644]
vendor/string_cache_codegen/.cargo-checksum.json [new file with mode: 0644]
vendor/string_cache_codegen/Cargo.toml [new file with mode: 0644]
vendor/string_cache_codegen/LICENSE-APACHE [new file with mode: 0644]
vendor/string_cache_codegen/LICENSE-MIT [new file with mode: 0644]
vendor/string_cache_codegen/lib.rs [new file with mode: 0644]
vendor/strsim/.cargo-checksum.json [new file with mode: 0644]
vendor/strsim/CHANGELOG.md [new file with mode: 0644]
vendor/strsim/Cargo.toml [new file with mode: 0644]
vendor/strsim/LICENSE [new file with mode: 0644]
vendor/strsim/README.md [new file with mode: 0644]
vendor/strsim/benches/benches.rs [new file with mode: 0644]
vendor/strsim/src/lib.rs [new file with mode: 0644]
vendor/strsim/tests/lib.rs [new file with mode: 0644]
vendor/strum/.cargo-checksum.json [new file with mode: 0644]
vendor/strum/Cargo.toml [new file with mode: 0644]
vendor/strum/LICENSE [new file with mode: 0644]
vendor/strum/src/additional_attributes.rs [new file with mode: 0644]
vendor/strum/src/lib.rs [new file with mode: 0644]
vendor/strum_macros/.cargo-checksum.json [new file with mode: 0644]
vendor/strum_macros/Cargo.toml [new file with mode: 0644]
vendor/strum_macros/LICENSE [new file with mode: 0644]
vendor/strum_macros/README.md [new file with mode: 0644]
vendor/strum_macros/src/helpers/case_style.rs [new file with mode: 0644]
vendor/strum_macros/src/helpers/metadata.rs [new file with mode: 0644]
vendor/strum_macros/src/helpers/mod.rs [new file with mode: 0644]
vendor/strum_macros/src/helpers/type_props.rs [new file with mode: 0644]
vendor/strum_macros/src/helpers/variant_props.rs [new file with mode: 0644]
vendor/strum_macros/src/lib.rs [new file with mode: 0644]
vendor/strum_macros/src/macros/enum_count.rs [new file with mode: 0644]
vendor/strum_macros/src/macros/enum_discriminants.rs [new file with mode: 0644]
vendor/strum_macros/src/macros/enum_iter.rs [new file with mode: 0644]
vendor/strum_macros/src/macros/enum_messages.rs [new file with mode: 0644]
vendor/strum_macros/src/macros/enum_properties.rs [new file with mode: 0644]
vendor/strum_macros/src/macros/enum_variant_names.rs [new file with mode: 0644]
vendor/strum_macros/src/macros/from_repr.rs [new file with mode: 0644]
vendor/strum_macros/src/macros/mod.rs [new file with mode: 0644]
vendor/strum_macros/src/macros/strings/as_ref_str.rs [new file with mode: 0644]
vendor/strum_macros/src/macros/strings/display.rs [new file with mode: 0644]
vendor/strum_macros/src/macros/strings/from_string.rs [new file with mode: 0644]
vendor/strum_macros/src/macros/strings/mod.rs [new file with mode: 0644]
vendor/strum_macros/src/macros/strings/to_string.rs [new file with mode: 0644]
vendor/syn/.cargo-checksum.json [new file with mode: 0644]
vendor/syn/Cargo.toml [new file with mode: 0644]
vendor/syn/LICENSE-APACHE [new file with mode: 0644]
vendor/syn/LICENSE-MIT [new file with mode: 0644]
vendor/syn/README.md [new file with mode: 0644]
vendor/syn/benches/file.rs [new file with mode: 0644]
vendor/syn/benches/rust.rs [new file with mode: 0644]
vendor/syn/build.rs [new file with mode: 0644]
vendor/syn/src/attr.rs [new file with mode: 0644]
vendor/syn/src/await.rs [new file with mode: 0644]
vendor/syn/src/bigint.rs [new file with mode: 0644]
vendor/syn/src/buffer.rs [new file with mode: 0644]
vendor/syn/src/custom_keyword.rs [new file with mode: 0644]
vendor/syn/src/custom_punctuation.rs [new file with mode: 0644]
vendor/syn/src/data.rs [new file with mode: 0644]
vendor/syn/src/derive.rs [new file with mode: 0644]
vendor/syn/src/discouraged.rs [new file with mode: 0644]
vendor/syn/src/drops.rs [new file with mode: 0644]
vendor/syn/src/error.rs [new file with mode: 0644]
vendor/syn/src/export.rs [new file with mode: 0644]
vendor/syn/src/expr.rs [new file with mode: 0644]
vendor/syn/src/ext.rs [new file with mode: 0644]
vendor/syn/src/file.rs [new file with mode: 0644]
vendor/syn/src/gen/clone.rs [new file with mode: 0644]
vendor/syn/src/gen/debug.rs [new file with mode: 0644]
vendor/syn/src/gen/eq.rs [new file with mode: 0644]
vendor/syn/src/gen/fold.rs [new file with mode: 0644]
vendor/syn/src/gen/hash.rs [new file with mode: 0644]
vendor/syn/src/gen/visit.rs [new file with mode: 0644]
vendor/syn/src/gen/visit_mut.rs [new file with mode: 0644]
vendor/syn/src/gen_helper.rs [new file with mode: 0644]
vendor/syn/src/generics.rs [new file with mode: 0644]
vendor/syn/src/group.rs [new file with mode: 0644]
vendor/syn/src/ident.rs [new file with mode: 0644]
vendor/syn/src/item.rs [new file with mode: 0644]
vendor/syn/src/lib.rs [new file with mode: 0644]
vendor/syn/src/lifetime.rs [new file with mode: 0644]
vendor/syn/src/lit.rs [new file with mode: 0644]
vendor/syn/src/lookahead.rs [new file with mode: 0644]
vendor/syn/src/mac.rs [new file with mode: 0644]
vendor/syn/src/macros.rs [new file with mode: 0644]
vendor/syn/src/op.rs [new file with mode: 0644]
vendor/syn/src/parse.rs [new file with mode: 0644]
vendor/syn/src/parse_macro_input.rs [new file with mode: 0644]
vendor/syn/src/parse_quote.rs [new file with mode: 0644]
vendor/syn/src/pat.rs [new file with mode: 0644]
vendor/syn/src/path.rs [new file with mode: 0644]
vendor/syn/src/print.rs [new file with mode: 0644]
vendor/syn/src/punctuated.rs [new file with mode: 0644]
vendor/syn/src/reserved.rs [new file with mode: 0644]
vendor/syn/src/sealed.rs [new file with mode: 0644]
vendor/syn/src/span.rs [new file with mode: 0644]
vendor/syn/src/spanned.rs [new file with mode: 0644]
vendor/syn/src/stmt.rs [new file with mode: 0644]
vendor/syn/src/thread.rs [new file with mode: 0644]
vendor/syn/src/token.rs [new file with mode: 0644]
vendor/syn/src/tt.rs [new file with mode: 0644]
vendor/syn/src/ty.rs [new file with mode: 0644]
vendor/syn/src/verbatim.rs [new file with mode: 0644]
vendor/syn/src/whitespace.rs [new file with mode: 0644]
vendor/syn/tests/common/eq.rs [new file with mode: 0644]
vendor/syn/tests/common/mod.rs [new file with mode: 0644]
vendor/syn/tests/common/parse.rs [new file with mode: 0644]
vendor/syn/tests/debug/gen.rs [new file with mode: 0644]
vendor/syn/tests/debug/mod.rs [new file with mode: 0644]
vendor/syn/tests/macros/mod.rs [new file with mode: 0644]
vendor/syn/tests/regression.rs [new file with mode: 0644]
vendor/syn/tests/regression/issue1108.rs [new file with mode: 0644]
vendor/syn/tests/regression/issue1235.rs [new file with mode: 0644]
vendor/syn/tests/repo/mod.rs [new file with mode: 0644]
vendor/syn/tests/repo/progress.rs [new file with mode: 0644]
vendor/syn/tests/test_asyncness.rs [new file with mode: 0644]
vendor/syn/tests/test_attribute.rs [new file with mode: 0644]
vendor/syn/tests/test_derive_input.rs [new file with mode: 0644]
vendor/syn/tests/test_expr.rs [new file with mode: 0644]
vendor/syn/tests/test_generics.rs [new file with mode: 0644]
vendor/syn/tests/test_grouping.rs [new file with mode: 0644]
vendor/syn/tests/test_ident.rs [new file with mode: 0644]
vendor/syn/tests/test_item.rs [new file with mode: 0644]
vendor/syn/tests/test_iterators.rs [new file with mode: 0644]
vendor/syn/tests/test_lit.rs [new file with mode: 0644]
vendor/syn/tests/test_meta.rs [new file with mode: 0644]
vendor/syn/tests/test_parse_buffer.rs [new file with mode: 0644]
vendor/syn/tests/test_parse_stream.rs [new file with mode: 0644]
vendor/syn/tests/test_pat.rs [new file with mode: 0644]
vendor/syn/tests/test_path.rs [new file with mode: 0644]
vendor/syn/tests/test_precedence.rs [new file with mode: 0644]
vendor/syn/tests/test_receiver.rs [new file with mode: 0644]
vendor/syn/tests/test_round_trip.rs [new file with mode: 0644]
vendor/syn/tests/test_shebang.rs [new file with mode: 0644]
vendor/syn/tests/test_should_parse.rs [new file with mode: 0644]
vendor/syn/tests/test_size.rs [new file with mode: 0644]
vendor/syn/tests/test_stmt.rs [new file with mode: 0644]
vendor/syn/tests/test_token_trees.rs [new file with mode: 0644]
vendor/syn/tests/test_ty.rs [new file with mode: 0644]
vendor/syn/tests/test_visibility.rs [new file with mode: 0644]
vendor/syn/tests/zzz_stable.rs [new file with mode: 0644]
vendor/synstructure/.cargo-checksum.json [new file with mode: 0644]
vendor/synstructure/Cargo.toml [new file with mode: 0644]
vendor/synstructure/LICENSE [new file with mode: 0644]
vendor/synstructure/README.md [new file with mode: 0644]
vendor/synstructure/src/lib.rs [new file with mode: 0644]
vendor/synstructure/src/macros.rs [new file with mode: 0644]
vendor/sysinfo/.cargo-checksum.json [new file with mode: 0644]
vendor/sysinfo/ADDING_NEW_PLATFORMS.md [new file with mode: 0644]
vendor/sysinfo/CHANGELOG.md [new file with mode: 0644]
vendor/sysinfo/Cargo.lock [new file with mode: 0644]
vendor/sysinfo/Cargo.toml [new file with mode: 0644]
vendor/sysinfo/LICENSE [new file with mode: 0644]
vendor/sysinfo/Makefile [new file with mode: 0644]
vendor/sysinfo/README.md [new file with mode: 0644]
vendor/sysinfo/benches/basic.rs [new file with mode: 0644]
vendor/sysinfo/examples/simple.c [new file with mode: 0644]
vendor/sysinfo/examples/simple.rs [new file with mode: 0644]
vendor/sysinfo/md_doc/component.md [new file with mode: 0644]
vendor/sysinfo/md_doc/cpu.md [new file with mode: 0644]
vendor/sysinfo/md_doc/disk.md [new file with mode: 0644]
vendor/sysinfo/md_doc/network_data.md [new file with mode: 0644]
vendor/sysinfo/md_doc/networks.md [new file with mode: 0644]
vendor/sysinfo/md_doc/pid.md [new file with mode: 0644]
vendor/sysinfo/md_doc/process.md [new file with mode: 0644]
vendor/sysinfo/md_doc/system.md [new file with mode: 0644]
vendor/sysinfo/src/apple/app_store/component.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/app_store/mod.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/app_store/process.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/component.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/cpu.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/disk.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/ffi.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/ios.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/macos/component/arm.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/macos/component/mod.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/macos/component/x86.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/macos/disk.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/macos/ffi.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/macos/mod.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/macos/process.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/macos/system.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/macos/utils.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/mod.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/network.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/process.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/system.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/users.rs [new file with mode: 0644]
vendor/sysinfo/src/apple/utils.rs [new file with mode: 0644]
vendor/sysinfo/src/c_interface.rs [new file with mode: 0644]
vendor/sysinfo/src/common.rs [new file with mode: 0644]
vendor/sysinfo/src/debug.rs [new file with mode: 0644]
vendor/sysinfo/src/freebsd/component.rs [new file with mode: 0644]
vendor/sysinfo/src/freebsd/cpu.rs [new file with mode: 0644]
vendor/sysinfo/src/freebsd/disk.rs [new file with mode: 0644]
vendor/sysinfo/src/freebsd/mod.rs [new file with mode: 0644]
vendor/sysinfo/src/freebsd/network.rs [new file with mode: 0644]
vendor/sysinfo/src/freebsd/process.rs [new file with mode: 0644]
vendor/sysinfo/src/freebsd/system.rs [new file with mode: 0644]
vendor/sysinfo/src/freebsd/utils.rs [new file with mode: 0644]
vendor/sysinfo/src/lib.rs [new file with mode: 0644]
vendor/sysinfo/src/linux/component.rs [new file with mode: 0644]
vendor/sysinfo/src/linux/cpu.rs [new file with mode: 0644]
vendor/sysinfo/src/linux/disk.rs [new file with mode: 0644]
vendor/sysinfo/src/linux/mod.rs [new file with mode: 0644]
vendor/sysinfo/src/linux/network.rs [new file with mode: 0644]
vendor/sysinfo/src/linux/process.rs [new file with mode: 0644]
vendor/sysinfo/src/linux/system.rs [new file with mode: 0644]
vendor/sysinfo/src/linux/utils.rs [new file with mode: 0644]
vendor/sysinfo/src/macros.rs [new file with mode: 0644]
vendor/sysinfo/src/sysinfo.h [new file with mode: 0644]
vendor/sysinfo/src/system.rs [new file with mode: 0644]
vendor/sysinfo/src/traits.rs [new file with mode: 0644]
vendor/sysinfo/src/unknown/component.rs [new file with mode: 0644]
vendor/sysinfo/src/unknown/cpu.rs [new file with mode: 0644]
vendor/sysinfo/src/unknown/disk.rs [new file with mode: 0644]
vendor/sysinfo/src/unknown/mod.rs [new file with mode: 0644]
vendor/sysinfo/src/unknown/network.rs [new file with mode: 0644]
vendor/sysinfo/src/unknown/process.rs [new file with mode: 0644]
vendor/sysinfo/src/unknown/system.rs [new file with mode: 0644]
vendor/sysinfo/src/users.rs [new file with mode: 0644]
vendor/sysinfo/src/utils.rs [new file with mode: 0644]
vendor/sysinfo/src/windows/component.rs [new file with mode: 0644]
vendor/sysinfo/src/windows/cpu.rs [new file with mode: 0644]
vendor/sysinfo/src/windows/disk.rs [new file with mode: 0644]
vendor/sysinfo/src/windows/mod.rs [new file with mode: 0644]
vendor/sysinfo/src/windows/network.rs [new file with mode: 0644]
vendor/sysinfo/src/windows/process.rs [new file with mode: 0644]
vendor/sysinfo/src/windows/system.rs [new file with mode: 0644]
vendor/sysinfo/src/windows/tools.rs [new file with mode: 0644]
vendor/sysinfo/src/windows/users.rs [new file with mode: 0644]
vendor/sysinfo/src/windows/utils.rs [new file with mode: 0644]
vendor/sysinfo/tests/code_checkers/docs.rs [new file with mode: 0644]
vendor/sysinfo/tests/code_checkers/headers.rs [new file with mode: 0644]
vendor/sysinfo/tests/code_checkers/mod.rs [new file with mode: 0644]
vendor/sysinfo/tests/code_checkers/signals.rs [new file with mode: 0644]
vendor/sysinfo/tests/code_checkers/utils.rs [new file with mode: 0644]
vendor/sysinfo/tests/cpu.rs [new file with mode: 0644]
vendor/sysinfo/tests/disk_list.rs [new file with mode: 0644]
vendor/sysinfo/tests/extras.rs [new file with mode: 0644]
vendor/sysinfo/tests/network.rs [new file with mode: 0644]
vendor/sysinfo/tests/process.rs [new file with mode: 0644]
vendor/sysinfo/tests/send_sync.rs [new file with mode: 0644]
vendor/sysinfo/tests/uptime.rs [new file with mode: 0644]
vendor/tar/.cargo-checksum.json [new file with mode: 0644]
vendor/tar/Cargo.lock [new file with mode: 0644]
vendor/tar/Cargo.toml [new file with mode: 0644]
vendor/tar/LICENSE-APACHE [new file with mode: 0644]
vendor/tar/LICENSE-MIT [new file with mode: 0644]
vendor/tar/README.md [new file with mode: 0644]
vendor/tar/examples/extract_file.rs [new file with mode: 0644]
vendor/tar/examples/list.rs [new file with mode: 0644]
vendor/tar/examples/raw_list.rs [new file with mode: 0644]
vendor/tar/examples/write.rs [new file with mode: 0644]
vendor/tar/src/archive.rs [new file with mode: 0644]
vendor/tar/src/builder.rs [new file with mode: 0644]
vendor/tar/src/entry.rs [new file with mode: 0644]
vendor/tar/src/entry_type.rs [new file with mode: 0644]
vendor/tar/src/error.rs [new file with mode: 0644]
vendor/tar/src/header.rs [new file with mode: 0644]
vendor/tar/src/lib.rs [new file with mode: 0644]
vendor/tar/src/pax.rs [new file with mode: 0644]
vendor/tar/tests/all.rs [new file with mode: 0644]
vendor/tar/tests/entry.rs [new file with mode: 0644]
vendor/tar/tests/header/mod.rs [new file with mode: 0644]
vendor/tempfile/.cargo-checksum.json [new file with mode: 0644]
vendor/tempfile/Cargo.toml [new file with mode: 0644]
vendor/tempfile/LICENSE-APACHE [new file with mode: 0644]
vendor/tempfile/LICENSE-MIT [new file with mode: 0644]
vendor/tempfile/NEWS [new file with mode: 0644]
vendor/tempfile/README.md [new file with mode: 0644]
vendor/tempfile/src/dir.rs [new file with mode: 0644]
vendor/tempfile/src/error.rs [new file with mode: 0644]
vendor/tempfile/src/file/imp/mod.rs [new file with mode: 0644]
vendor/tempfile/src/file/imp/other.rs [new file with mode: 0644]
vendor/tempfile/src/file/imp/unix.rs [new file with mode: 0644]
vendor/tempfile/src/file/imp/windows.rs [new file with mode: 0644]
vendor/tempfile/src/file/mod.rs [new file with mode: 0644]
vendor/tempfile/src/lib.rs [new file with mode: 0644]
vendor/tempfile/src/spooled.rs [new file with mode: 0644]
vendor/tempfile/src/util.rs [new file with mode: 0644]
vendor/tempfile/tests/namedtempfile.rs [new file with mode: 0644]
vendor/tempfile/tests/spooled.rs [new file with mode: 0644]
vendor/tempfile/tests/tempdir.rs [new file with mode: 0644]
vendor/tempfile/tests/tempfile.rs [new file with mode: 0644]
vendor/tendril/.cargo-checksum.json [new file with mode: 0644]
vendor/tendril/Cargo.lock [new file with mode: 0644]
vendor/tendril/Cargo.toml [new file with mode: 0644]
vendor/tendril/LICENSE-APACHE [new file with mode: 0644]
vendor/tendril/LICENSE-MIT [new file with mode: 0644]
vendor/tendril/README.md [new file with mode: 0644]
vendor/tendril/examples/fuzz.rs [new file with mode: 0644]
vendor/tendril/src/bench.rs [new file with mode: 0644]
vendor/tendril/src/buf32.rs [new file with mode: 0644]
vendor/tendril/src/fmt.rs [new file with mode: 0644]
vendor/tendril/src/lib.rs [new file with mode: 0644]
vendor/tendril/src/stream.rs [new file with mode: 0644]
vendor/tendril/src/tendril.rs [new file with mode: 0644]
vendor/tendril/src/utf8_decode.rs [new file with mode: 0644]
vendor/tendril/src/util.rs [new file with mode: 0644]
vendor/term/.cargo-checksum.json [new file with mode: 0644]
vendor/term/Cargo.toml [new file with mode: 0644]
vendor/term/LICENSE-APACHE [new file with mode: 0644]
vendor/term/LICENSE-MIT [new file with mode: 0644]
vendor/term/README.md [new file with mode: 0644]
vendor/term/rustfmt.toml [new file with mode: 0644]
vendor/term/src/lib.rs [new file with mode: 0644]
vendor/term/src/terminfo/mod.rs [new file with mode: 0644]
vendor/term/src/terminfo/parm.rs [new file with mode: 0644]
vendor/term/src/terminfo/parser/compiled.rs [new file with mode: 0644]
vendor/term/src/terminfo/parser/names.rs [new file with mode: 0644]
vendor/term/src/terminfo/searcher.rs [new file with mode: 0644]
vendor/term/src/win.rs [new file with mode: 0644]
vendor/term/tests/data/dumb [new file with mode: 0644]
vendor/term/tests/data/linux [new file with mode: 0644]
vendor/term/tests/data/linux-16color [new file with mode: 0644]
vendor/term/tests/data/linux-basic [new file with mode: 0644]
vendor/term/tests/data/linux-c [new file with mode: 0644]
vendor/term/tests/data/linux-c-nc [new file with mode: 0644]
vendor/term/tests/data/linux-koi8 [new file with mode: 0644]
vendor/term/tests/data/linux-koi8r [new file with mode: 0644]
vendor/term/tests/data/linux-lat [new file with mode: 0644]
vendor/term/tests/data/linux-m [new file with mode: 0644]
vendor/term/tests/data/linux-nic [new file with mode: 0644]
vendor/term/tests/data/linux-vt [new file with mode: 0644]
vendor/term/tests/data/linux2.2 [new file with mode: 0644]
vendor/term/tests/data/linux2.6 [new file with mode: 0644]
vendor/term/tests/data/linux2.6.26 [new file with mode: 0644]
vendor/term/tests/data/linux3.0 [new file with mode: 0644]
vendor/term/tests/data/rxvt [new file with mode: 0644]
vendor/term/tests/data/rxvt-16color [new file with mode: 0644]
vendor/term/tests/data/rxvt-256color [new file with mode: 0644]
vendor/term/tests/data/rxvt-88color [new file with mode: 0644]
vendor/term/tests/data/rxvt-basic [new file with mode: 0644]
vendor/term/tests/data/rxvt-color [new file with mode: 0644]
vendor/term/tests/data/rxvt-cygwin [new file with mode: 0644]
vendor/term/tests/data/rxvt-cygwin-native [new file with mode: 0644]
vendor/term/tests/data/rxvt-xpm [new file with mode: 0644]
vendor/term/tests/data/screen [new file with mode: 0644]
vendor/term/tests/data/screen-256color [new file with mode: 0644]
vendor/term/tests/data/vt100 [new file with mode: 0644]
vendor/term/tests/data/xterm [new file with mode: 0644]
vendor/term/tests/data/xterm-256color [new file with mode: 0644]
vendor/term/tests/terminfo.rs [new file with mode: 0644]
vendor/termcolor/.cargo-checksum.json [new file with mode: 0644]
vendor/termcolor/COPYING [new file with mode: 0644]
vendor/termcolor/Cargo.toml [new file with mode: 0644]
vendor/termcolor/LICENSE-MIT [new file with mode: 0644]
vendor/termcolor/README.md [new file with mode: 0644]
vendor/termcolor/UNLICENSE [new file with mode: 0644]
vendor/termcolor/rustfmt.toml [new file with mode: 0644]
vendor/termcolor/src/lib.rs [new file with mode: 0644]
vendor/terminal_size/.cargo-checksum.json [new file with mode: 0644]
vendor/terminal_size/Cargo.lock [new file with mode: 0644]
vendor/terminal_size/Cargo.toml [new file with mode: 0644]
vendor/terminal_size/LICENSE-APACHE [new file with mode: 0644]
vendor/terminal_size/LICENSE-MIT [new file with mode: 0644]
vendor/terminal_size/README.md [new file with mode: 0644]
vendor/terminal_size/examples/get_size.rs [new file with mode: 0644]
vendor/terminal_size/src/lib.rs [new file with mode: 0644]
vendor/terminal_size/src/unix.rs [new file with mode: 0644]
vendor/terminal_size/src/windows.rs [new file with mode: 0644]
vendor/termize/.cargo-checksum.json [new file with mode: 0644]
vendor/termize/CHANGELOG.md [new file with mode: 0644]
vendor/termize/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/termize/CONTRIBUTING.md [new file with mode: 0644]
vendor/termize/Cargo.toml [new file with mode: 0644]
vendor/termize/LICENSE-APACHE [new file with mode: 0644]
vendor/termize/LICENSE-MIT [new file with mode: 0644]
vendor/termize/README.md [new file with mode: 0644]
vendor/termize/src/lib.rs [new file with mode: 0644]
vendor/termize/src/platform/mod.rs [new file with mode: 0644]
vendor/termize/src/platform/unix.rs [new file with mode: 0644]
vendor/termize/src/platform/unsupported.rs [new file with mode: 0644]
vendor/termize/src/platform/windows.rs [new file with mode: 0644]
vendor/tester/.cargo-checksum.json [new file with mode: 0644]
vendor/tester/Cargo.toml [new file with mode: 0644]
vendor/tester/LICENSE-APACHE [new file with mode: 0644]
vendor/tester/LICENSE-MIT [new file with mode: 0644]
vendor/tester/src/bench.rs [new file with mode: 0644]
vendor/tester/src/cli.rs [new file with mode: 0644]
vendor/tester/src/console.rs [new file with mode: 0644]
vendor/tester/src/event.rs [new file with mode: 0644]
vendor/tester/src/formatters/json.rs [new file with mode: 0644]
vendor/tester/src/formatters/mod.rs [new file with mode: 0644]
vendor/tester/src/formatters/pretty.rs [new file with mode: 0644]
vendor/tester/src/formatters/terse.rs [new file with mode: 0644]
vendor/tester/src/helpers/concurrency.rs [new file with mode: 0644]
vendor/tester/src/helpers/exit_code.rs [new file with mode: 0644]
vendor/tester/src/helpers/isatty.rs [new file with mode: 0644]
vendor/tester/src/helpers/metrics.rs [new file with mode: 0644]
vendor/tester/src/helpers/mod.rs [new file with mode: 0644]
vendor/tester/src/lib.rs [new file with mode: 0644]
vendor/tester/src/options.rs [new file with mode: 0644]
vendor/tester/src/stats.rs [new file with mode: 0644]
vendor/tester/src/stats/tests.rs [new file with mode: 0644]
vendor/tester/src/test_result.rs [new file with mode: 0644]
vendor/tester/src/tests.rs [new file with mode: 0644]
vendor/tester/src/time.rs [new file with mode: 0644]
vendor/tester/src/types.rs [new file with mode: 0644]
vendor/text-size/.cargo-checksum.json [new file with mode: 0644]
vendor/text-size/CHANGELOG.md [new file with mode: 0644]
vendor/text-size/Cargo.toml [new file with mode: 0644]
vendor/text-size/LICENSE-APACHE [new file with mode: 0644]
vendor/text-size/LICENSE-MIT [new file with mode: 0644]
vendor/text-size/README.md [new file with mode: 0644]
vendor/text-size/bors.toml [new file with mode: 0644]
vendor/text-size/src/lib.rs [new file with mode: 0644]
vendor/text-size/src/range.rs [new file with mode: 0644]
vendor/text-size/src/serde_impls.rs [new file with mode: 0644]
vendor/text-size/src/size.rs [new file with mode: 0644]
vendor/text-size/src/traits.rs [new file with mode: 0644]
vendor/text-size/tests/auto_traits.rs [new file with mode: 0644]
vendor/text-size/tests/constructors.rs [new file with mode: 0644]
vendor/text-size/tests/indexing.rs [new file with mode: 0644]
vendor/text-size/tests/main.rs [new file with mode: 0644]
vendor/text-size/tests/serde.rs [new file with mode: 0644]
vendor/textwrap/.cargo-checksum.json [new file with mode: 0644]
vendor/textwrap/CHANGELOG.md [new file with mode: 0644]
vendor/textwrap/Cargo.lock [new file with mode: 0644]
vendor/textwrap/Cargo.toml [new file with mode: 0644]
vendor/textwrap/LICENSE [new file with mode: 0644]
vendor/textwrap/README.md [new file with mode: 0644]
vendor/textwrap/rustfmt.toml [new file with mode: 0644]
vendor/textwrap/src/core.rs [new file with mode: 0644]
vendor/textwrap/src/indentation.rs [new file with mode: 0644]
vendor/textwrap/src/lib.rs [new file with mode: 0644]
vendor/textwrap/src/word_separators.rs [new file with mode: 0644]
vendor/textwrap/src/word_splitters.rs [new file with mode: 0644]
vendor/textwrap/src/wrap_algorithms.rs [new file with mode: 0644]
vendor/textwrap/src/wrap_algorithms/optimal_fit.rs [new file with mode: 0644]
vendor/textwrap/tests/indent.rs [new file with mode: 0644]
vendor/textwrap/tests/version-numbers.rs [new file with mode: 0644]
vendor/thin-vec/.cargo-checksum.json [new file with mode: 0644]
vendor/thin-vec/Cargo.toml [new file with mode: 0644]
vendor/thin-vec/README.md [new file with mode: 0644]
vendor/thin-vec/src/lib.rs [new file with mode: 0644]
vendor/thiserror-impl/.cargo-checksum.json [new file with mode: 0644]
vendor/thiserror-impl/Cargo.toml [new file with mode: 0644]
vendor/thiserror-impl/LICENSE-APACHE [new file with mode: 0644]
vendor/thiserror-impl/LICENSE-MIT [new file with mode: 0644]
vendor/thiserror-impl/src/ast.rs [new file with mode: 0644]
vendor/thiserror-impl/src/attr.rs [new file with mode: 0644]
vendor/thiserror-impl/src/expand.rs [new file with mode: 0644]
vendor/thiserror-impl/src/fmt.rs [new file with mode: 0644]
vendor/thiserror-impl/src/generics.rs [new file with mode: 0644]
vendor/thiserror-impl/src/lib.rs [new file with mode: 0644]
vendor/thiserror-impl/src/prop.rs [new file with mode: 0644]
vendor/thiserror-impl/src/valid.rs [new file with mode: 0644]
vendor/thiserror/.cargo-checksum.json [new file with mode: 0644]
vendor/thiserror/Cargo.toml [new file with mode: 0644]
vendor/thiserror/LICENSE-APACHE [new file with mode: 0644]
vendor/thiserror/LICENSE-MIT [new file with mode: 0644]
vendor/thiserror/README.md [new file with mode: 0644]
vendor/thiserror/build.rs [new file with mode: 0644]
vendor/thiserror/rust-toolchain.toml [new file with mode: 0644]
vendor/thiserror/src/aserror.rs [new file with mode: 0644]
vendor/thiserror/src/display.rs [new file with mode: 0644]
vendor/thiserror/src/lib.rs [new file with mode: 0644]
vendor/thiserror/src/provide.rs [new file with mode: 0644]
vendor/thiserror/tests/compiletest.rs [new file with mode: 0644]
vendor/thiserror/tests/test_backtrace.rs [new file with mode: 0644]
vendor/thiserror/tests/test_deprecated.rs [new file with mode: 0644]
vendor/thiserror/tests/test_display.rs [new file with mode: 0644]
vendor/thiserror/tests/test_error.rs [new file with mode: 0644]
vendor/thiserror/tests/test_expr.rs [new file with mode: 0644]
vendor/thiserror/tests/test_from.rs [new file with mode: 0644]
vendor/thiserror/tests/test_generics.rs [new file with mode: 0644]
vendor/thiserror/tests/test_lints.rs [new file with mode: 0644]
vendor/thiserror/tests/test_option.rs [new file with mode: 0644]
vendor/thiserror/tests/test_path.rs [new file with mode: 0644]
vendor/thiserror/tests/test_source.rs [new file with mode: 0644]
vendor/thiserror/tests/test_transparent.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/bad-field-attr.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/bad-field-attr.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/concat-display.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/concat-display.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/duplicate-enum-source.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/duplicate-enum-source.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/duplicate-fmt.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/duplicate-fmt.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/duplicate-struct-source.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/duplicate-struct-source.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/duplicate-transparent.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/duplicate-transparent.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/from-backtrace-backtrace.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/from-backtrace-backtrace.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/from-not-source.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/from-not-source.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/lifetime.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/lifetime.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/missing-fmt.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/missing-fmt.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/no-display.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/no-display.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/source-enum-not-error.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/source-enum-not-error.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/source-struct-not-error.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/source-struct-not-error.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/transparent-display.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/transparent-display.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/transparent-enum-many.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/transparent-enum-many.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/transparent-enum-source.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/transparent-enum-source.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/transparent-struct-many.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/transparent-struct-many.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/transparent-struct-source.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/transparent-struct-source.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/unexpected-field-fmt.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/unexpected-field-fmt.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/unexpected-struct-source.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/unexpected-struct-source.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/union.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/union.stderr [new file with mode: 0644]
vendor/thorin-dwp/.cargo-checksum.json [new file with mode: 0644]
vendor/thorin-dwp/Cargo.toml [new file with mode: 0644]
vendor/thorin-dwp/README.md [new file with mode: 0644]
vendor/thorin-dwp/src/error.rs [new file with mode: 0644]
vendor/thorin-dwp/src/ext.rs [new file with mode: 0644]
vendor/thorin-dwp/src/index.rs [new file with mode: 0644]
vendor/thorin-dwp/src/lib.rs [new file with mode: 0644]
vendor/thorin-dwp/src/package.rs [new file with mode: 0644]
vendor/thorin-dwp/src/relocate.rs [new file with mode: 0644]
vendor/thorin-dwp/src/strings.rs [new file with mode: 0644]
vendor/thread_local/.cargo-checksum.json [new file with mode: 0644]
vendor/thread_local/Cargo.toml [new file with mode: 0644]
vendor/thread_local/LICENSE-APACHE [new file with mode: 0644]
vendor/thread_local/LICENSE-MIT [new file with mode: 0644]
vendor/thread_local/README.md [new file with mode: 0644]
vendor/thread_local/benches/thread_local.rs [new file with mode: 0644]
vendor/thread_local/src/cached.rs [new file with mode: 0644]
vendor/thread_local/src/lib.rs [new file with mode: 0644]
vendor/thread_local/src/thread_id.rs [new file with mode: 0644]
vendor/thread_local/src/unreachable.rs [new file with mode: 0644]
vendor/time-0.1.43/.cargo-checksum.json [new file with mode: 0644]
vendor/time-0.1.43/Cargo.toml [new file with mode: 0644]
vendor/time-0.1.43/LICENSE-APACHE [new file with mode: 0644]
vendor/time-0.1.43/LICENSE-MIT [new file with mode: 0644]
vendor/time-0.1.43/README.md [new file with mode: 0644]
vendor/time-0.1.43/src/display.rs [new file with mode: 0644]
vendor/time-0.1.43/src/duration.rs [new file with mode: 0644]
vendor/time-0.1.43/src/lib.rs [new file with mode: 0644]
vendor/time-0.1.43/src/parse.rs [new file with mode: 0644]
vendor/time-0.1.43/src/sys.rs [new file with mode: 0644]
vendor/time-core/.cargo-checksum.json [new file with mode: 0644]
vendor/time-core/Cargo.toml [new file with mode: 0644]
vendor/time-core/LICENSE-Apache [new file with mode: 0644]
vendor/time-core/LICENSE-MIT [new file with mode: 0644]
vendor/time-core/src/lib.rs [new file with mode: 0644]
vendor/time-core/src/util.rs [new file with mode: 0644]
vendor/time/.cargo-checksum.json [new file with mode: 0644]
vendor/time/Cargo.toml [new file with mode: 0644]
vendor/time/LICENSE-Apache [new file with mode: 0644]
vendor/time/LICENSE-MIT [new file with mode: 0644]
vendor/time/README.md [new file with mode: 0644]
vendor/time/src/date.rs [new file with mode: 0644]
vendor/time/src/duration.rs [new file with mode: 0644]
vendor/time/src/error/component_range.rs [new file with mode: 0644]
vendor/time/src/error/conversion_range.rs [new file with mode: 0644]
vendor/time/src/error/different_variant.rs [new file with mode: 0644]
vendor/time/src/error/format.rs [new file with mode: 0644]
vendor/time/src/error/indeterminate_offset.rs [new file with mode: 0644]
vendor/time/src/error/invalid_format_description.rs [new file with mode: 0644]
vendor/time/src/error/invalid_variant.rs [new file with mode: 0644]
vendor/time/src/error/mod.rs [new file with mode: 0644]
vendor/time/src/error/parse.rs [new file with mode: 0644]
vendor/time/src/error/parse_from_description.rs [new file with mode: 0644]
vendor/time/src/error/try_from_parsed.rs [new file with mode: 0644]
vendor/time/src/ext.rs [new file with mode: 0644]
vendor/time/src/format_description/borrowed_format_item.rs [new file with mode: 0644]
vendor/time/src/format_description/component.rs [new file with mode: 0644]
vendor/time/src/format_description/mod.rs [new file with mode: 0644]
vendor/time/src/format_description/modifier.rs [new file with mode: 0644]
vendor/time/src/format_description/owned_format_item.rs [new file with mode: 0644]
vendor/time/src/format_description/parse/ast.rs [new file with mode: 0644]
vendor/time/src/format_description/parse/format_item.rs [new file with mode: 0644]
vendor/time/src/format_description/parse/lexer.rs [new file with mode: 0644]
vendor/time/src/format_description/parse/mod.rs [new file with mode: 0644]
vendor/time/src/format_description/well_known/iso8601.rs [new file with mode: 0644]
vendor/time/src/format_description/well_known/iso8601/adt_hack.rs [new file with mode: 0644]
vendor/time/src/format_description/well_known/rfc2822.rs [new file with mode: 0644]
vendor/time/src/format_description/well_known/rfc3339.rs [new file with mode: 0644]
vendor/time/src/formatting/formattable.rs [new file with mode: 0644]
vendor/time/src/formatting/iso8601.rs [new file with mode: 0644]
vendor/time/src/formatting/mod.rs [new file with mode: 0644]
vendor/time/src/instant.rs [new file with mode: 0644]
vendor/time/src/lib.rs [new file with mode: 0644]
vendor/time/src/macros.rs [new file with mode: 0644]
vendor/time/src/month.rs [new file with mode: 0644]
vendor/time/src/offset_date_time.rs [new file with mode: 0644]
vendor/time/src/parsing/combinator/mod.rs [new file with mode: 0644]
vendor/time/src/parsing/combinator/rfc/iso8601.rs [new file with mode: 0644]
vendor/time/src/parsing/combinator/rfc/mod.rs [new file with mode: 0644]
vendor/time/src/parsing/combinator/rfc/rfc2234.rs [new file with mode: 0644]
vendor/time/src/parsing/combinator/rfc/rfc2822.rs [new file with mode: 0644]
vendor/time/src/parsing/component.rs [new file with mode: 0644]
vendor/time/src/parsing/iso8601.rs [new file with mode: 0644]
vendor/time/src/parsing/mod.rs [new file with mode: 0644]
vendor/time/src/parsing/parsable.rs [new file with mode: 0644]
vendor/time/src/parsing/parsed.rs [new file with mode: 0644]
vendor/time/src/parsing/shim.rs [new file with mode: 0644]
vendor/time/src/primitive_date_time.rs [new file with mode: 0644]
vendor/time/src/quickcheck.rs [new file with mode: 0644]
vendor/time/src/rand.rs [new file with mode: 0644]
vendor/time/src/serde/iso8601.rs [new file with mode: 0644]
vendor/time/src/serde/mod.rs [new file with mode: 0644]
vendor/time/src/serde/rfc2822.rs [new file with mode: 0644]
vendor/time/src/serde/rfc3339.rs [new file with mode: 0644]
vendor/time/src/serde/timestamp.rs [new file with mode: 0644]
vendor/time/src/serde/visitor.rs [new file with mode: 0644]
vendor/time/src/sys/local_offset_at/imp.rs [new file with mode: 0644]
vendor/time/src/sys/local_offset_at/mod.rs [new file with mode: 0644]
vendor/time/src/sys/local_offset_at/unix.rs [new file with mode: 0644]
vendor/time/src/sys/local_offset_at/wasm_js.rs [new file with mode: 0644]
vendor/time/src/sys/local_offset_at/windows.rs [new file with mode: 0644]
vendor/time/src/sys/mod.rs [new file with mode: 0644]
vendor/time/src/tests.rs [new file with mode: 0644]
vendor/time/src/time.rs [new file with mode: 0644]
vendor/time/src/utc_offset.rs [new file with mode: 0644]
vendor/time/src/util.rs [new file with mode: 0644]
vendor/time/src/weekday.rs [new file with mode: 0644]
vendor/tinystr/.cargo-checksum.json [new file with mode: 0644]
vendor/tinystr/Cargo.toml [new file with mode: 0644]
vendor/tinystr/LICENSE [new file with mode: 0644]
vendor/tinystr/README.md [new file with mode: 0644]
vendor/tinystr/benches/common/mod.rs [new file with mode: 0644]
vendor/tinystr/benches/construct.rs [new file with mode: 0644]
vendor/tinystr/benches/overview.rs [new file with mode: 0644]
vendor/tinystr/benches/read.rs [new file with mode: 0644]
vendor/tinystr/benches/serde.rs [new file with mode: 0644]
vendor/tinystr/src/ascii.rs [new file with mode: 0644]
vendor/tinystr/src/asciibyte.rs [new file with mode: 0644]
vendor/tinystr/src/databake.rs [new file with mode: 0644]
vendor/tinystr/src/error.rs [new file with mode: 0644]
vendor/tinystr/src/int_ops.rs [new file with mode: 0644]
vendor/tinystr/src/lib.rs [new file with mode: 0644]
vendor/tinystr/src/macros.rs [new file with mode: 0644]
vendor/tinystr/src/serde.rs [new file with mode: 0644]
vendor/tinystr/src/ule.rs [new file with mode: 0644]
vendor/tinystr/tests/serde.rs [new file with mode: 0644]
vendor/tinyvec/.cargo-checksum.json [new file with mode: 0644]
vendor/tinyvec/CHANGELOG.md [new file with mode: 0644]
vendor/tinyvec/Cargo.toml [new file with mode: 0644]
vendor/tinyvec/LICENSE-APACHE.md [new file with mode: 0644]
vendor/tinyvec/LICENSE-MIT.md [new file with mode: 0644]
vendor/tinyvec/LICENSE-ZLIB.md [new file with mode: 0644]
vendor/tinyvec/README.md [new file with mode: 0644]
vendor/tinyvec/benches/macros.rs [new file with mode: 0644]
vendor/tinyvec/benches/smallvec.rs [new file with mode: 0644]
vendor/tinyvec/compare_benchmarks.py [new file with mode: 0644]
vendor/tinyvec/gen-array-impls.sh [new file with mode: 0644]
vendor/tinyvec/rustfmt.toml [new file with mode: 0644]
vendor/tinyvec/src-backup/arrayset.rs [new file with mode: 0644]
vendor/tinyvec/src/array.rs [new file with mode: 0644]
vendor/tinyvec/src/array/const_generic_impl.rs [new file with mode: 0644]
vendor/tinyvec/src/array/generated_impl.rs [new file with mode: 0644]
vendor/tinyvec/src/arrayvec.rs [new file with mode: 0644]
vendor/tinyvec/src/arrayvec_drain.rs [new file with mode: 0644]
vendor/tinyvec/src/lib.rs [new file with mode: 0644]
vendor/tinyvec/src/slicevec.rs [new file with mode: 0644]
vendor/tinyvec/src/tinyvec.rs [new file with mode: 0644]
vendor/tinyvec/tests/arrayvec.rs [new file with mode: 0644]
vendor/tinyvec/tests/tinyvec.rs [new file with mode: 0644]
vendor/tinyvec_macros/.cargo-checksum.json [new file with mode: 0644]
vendor/tinyvec_macros/Cargo.toml [new file with mode: 0644]
vendor/tinyvec_macros/LICENSE [new file with mode: 0644]
vendor/tinyvec_macros/src/lib.rs [new file with mode: 0644]
vendor/tokio/.cargo-checksum.json [new file with mode: 0644]
vendor/tokio/CHANGELOG.md [new file with mode: 0644]
vendor/tokio/Cargo.toml [new file with mode: 0644]
vendor/tokio/LICENSE [new file with mode: 0644]
vendor/tokio/README.md [new file with mode: 0644]
vendor/tokio/build.rs [new file with mode: 0644]
vendor/tokio/docs/reactor-refactor.md [new file with mode: 0644]
vendor/tokio/src/blocking.rs [new file with mode: 0644]
vendor/tokio/src/coop.rs [new file with mode: 0644]
vendor/tokio/src/doc/mod.rs [new file with mode: 0644]
vendor/tokio/src/doc/os.rs [new file with mode: 0644]
vendor/tokio/src/doc/winapi.rs [new file with mode: 0644]
vendor/tokio/src/fs/canonicalize.rs [new file with mode: 0644]
vendor/tokio/src/fs/copy.rs [new file with mode: 0644]
vendor/tokio/src/fs/create_dir.rs [new file with mode: 0644]
vendor/tokio/src/fs/create_dir_all.rs [new file with mode: 0644]
vendor/tokio/src/fs/dir_builder.rs [new file with mode: 0644]
vendor/tokio/src/fs/file.rs [new file with mode: 0644]
vendor/tokio/src/fs/file/tests.rs [new file with mode: 0644]
vendor/tokio/src/fs/hard_link.rs [new file with mode: 0644]
vendor/tokio/src/fs/metadata.rs [new file with mode: 0644]
vendor/tokio/src/fs/mocks.rs [new file with mode: 0644]
vendor/tokio/src/fs/mod.rs [new file with mode: 0644]
vendor/tokio/src/fs/open_options.rs [new file with mode: 0644]
vendor/tokio/src/fs/open_options/mock_open_options.rs [new file with mode: 0644]
vendor/tokio/src/fs/read.rs [new file with mode: 0644]
vendor/tokio/src/fs/read_dir.rs [new file with mode: 0644]
vendor/tokio/src/fs/read_link.rs [new file with mode: 0644]
vendor/tokio/src/fs/read_to_string.rs [new file with mode: 0644]
vendor/tokio/src/fs/remove_dir.rs [new file with mode: 0644]
vendor/tokio/src/fs/remove_dir_all.rs [new file with mode: 0644]
vendor/tokio/src/fs/remove_file.rs [new file with mode: 0644]
vendor/tokio/src/fs/rename.rs [new file with mode: 0644]
vendor/tokio/src/fs/set_permissions.rs [new file with mode: 0644]
vendor/tokio/src/fs/symlink.rs [new file with mode: 0644]
vendor/tokio/src/fs/symlink_dir.rs [new file with mode: 0644]
vendor/tokio/src/fs/symlink_file.rs [new file with mode: 0644]
vendor/tokio/src/fs/symlink_metadata.rs [new file with mode: 0644]
vendor/tokio/src/fs/write.rs [new file with mode: 0644]
vendor/tokio/src/future/block_on.rs [new file with mode: 0644]
vendor/tokio/src/future/maybe_done.rs [new file with mode: 0644]
vendor/tokio/src/future/mod.rs [new file with mode: 0644]
vendor/tokio/src/future/poll_fn.rs [new file with mode: 0644]
vendor/tokio/src/future/ready.rs [new file with mode: 0644]
vendor/tokio/src/future/trace.rs [new file with mode: 0644]
vendor/tokio/src/future/try_join.rs [new file with mode: 0644]
vendor/tokio/src/io/async_buf_read.rs [new file with mode: 0644]
vendor/tokio/src/io/async_fd.rs [new file with mode: 0644]
vendor/tokio/src/io/async_read.rs [new file with mode: 0644]
vendor/tokio/src/io/async_seek.rs [new file with mode: 0644]
vendor/tokio/src/io/async_write.rs [new file with mode: 0644]
vendor/tokio/src/io/blocking.rs [new file with mode: 0644]
vendor/tokio/src/io/driver/interest.rs [new file with mode: 0644]
vendor/tokio/src/io/driver/mod.rs [new file with mode: 0644]
vendor/tokio/src/io/driver/platform.rs [new file with mode: 0644]
vendor/tokio/src/io/driver/ready.rs [new file with mode: 0644]
vendor/tokio/src/io/driver/registration.rs [new file with mode: 0644]
vendor/tokio/src/io/driver/scheduled_io.rs [new file with mode: 0644]
vendor/tokio/src/io/mod.rs [new file with mode: 0644]
vendor/tokio/src/io/poll_evented.rs [new file with mode: 0644]
vendor/tokio/src/io/read_buf.rs [new file with mode: 0644]
vendor/tokio/src/io/seek.rs [new file with mode: 0644]
vendor/tokio/src/io/split.rs [new file with mode: 0644]
vendor/tokio/src/io/stderr.rs [new file with mode: 0644]
vendor/tokio/src/io/stdin.rs [new file with mode: 0644]
vendor/tokio/src/io/stdio_common.rs [new file with mode: 0644]
vendor/tokio/src/io/stdout.rs [new file with mode: 0644]
vendor/tokio/src/io/util/async_buf_read_ext.rs [new file with mode: 0644]
vendor/tokio/src/io/util/async_read_ext.rs [new file with mode: 0644]
vendor/tokio/src/io/util/async_seek_ext.rs [new file with mode: 0644]
vendor/tokio/src/io/util/async_write_ext.rs [new file with mode: 0644]
vendor/tokio/src/io/util/buf_reader.rs [new file with mode: 0644]
vendor/tokio/src/io/util/buf_stream.rs [new file with mode: 0644]
vendor/tokio/src/io/util/buf_writer.rs [new file with mode: 0644]
vendor/tokio/src/io/util/chain.rs [new file with mode: 0644]
vendor/tokio/src/io/util/copy.rs [new file with mode: 0644]
vendor/tokio/src/io/util/copy_bidirectional.rs [new file with mode: 0644]
vendor/tokio/src/io/util/copy_buf.rs [new file with mode: 0644]
vendor/tokio/src/io/util/empty.rs [new file with mode: 0644]
vendor/tokio/src/io/util/flush.rs [new file with mode: 0644]
vendor/tokio/src/io/util/lines.rs [new file with mode: 0644]
vendor/tokio/src/io/util/mem.rs [new file with mode: 0644]
vendor/tokio/src/io/util/mod.rs [new file with mode: 0644]
vendor/tokio/src/io/util/read.rs [new file with mode: 0644]
vendor/tokio/src/io/util/read_buf.rs [new file with mode: 0644]
vendor/tokio/src/io/util/read_exact.rs [new file with mode: 0644]
vendor/tokio/src/io/util/read_int.rs [new file with mode: 0644]
vendor/tokio/src/io/util/read_line.rs [new file with mode: 0644]
vendor/tokio/src/io/util/read_to_end.rs [new file with mode: 0644]
vendor/tokio/src/io/util/read_to_string.rs [new file with mode: 0644]
vendor/tokio/src/io/util/read_until.rs [new file with mode: 0644]
vendor/tokio/src/io/util/repeat.rs [new file with mode: 0644]
vendor/tokio/src/io/util/shutdown.rs [new file with mode: 0644]
vendor/tokio/src/io/util/sink.rs [new file with mode: 0644]
vendor/tokio/src/io/util/split.rs [new file with mode: 0644]
vendor/tokio/src/io/util/take.rs [new file with mode: 0644]
vendor/tokio/src/io/util/vec_with_initialized.rs [new file with mode: 0644]
vendor/tokio/src/io/util/write.rs [new file with mode: 0644]
vendor/tokio/src/io/util/write_all.rs [new file with mode: 0644]
vendor/tokio/src/io/util/write_all_buf.rs [new file with mode: 0644]
vendor/tokio/src/io/util/write_buf.rs [new file with mode: 0644]
vendor/tokio/src/io/util/write_int.rs [new file with mode: 0644]
vendor/tokio/src/io/util/write_vectored.rs [new file with mode: 0644]
vendor/tokio/src/lib.rs [new file with mode: 0644]
vendor/tokio/src/loom/mocked.rs [new file with mode: 0644]
vendor/tokio/src/loom/mod.rs [new file with mode: 0644]
vendor/tokio/src/loom/std/atomic_ptr.rs [new file with mode: 0644]
vendor/tokio/src/loom/std/atomic_u16.rs [new file with mode: 0644]
vendor/tokio/src/loom/std/atomic_u32.rs [new file with mode: 0644]
vendor/tokio/src/loom/std/atomic_u64.rs [new file with mode: 0644]
vendor/tokio/src/loom/std/atomic_u8.rs [new file with mode: 0644]
vendor/tokio/src/loom/std/atomic_usize.rs [new file with mode: 0644]
vendor/tokio/src/loom/std/mod.rs [new file with mode: 0644]
vendor/tokio/src/loom/std/mutex.rs [new file with mode: 0644]
vendor/tokio/src/loom/std/parking_lot.rs [new file with mode: 0644]
vendor/tokio/src/loom/std/unsafe_cell.rs [new file with mode: 0644]
vendor/tokio/src/macros/cfg.rs [new file with mode: 0644]
vendor/tokio/src/macros/join.rs [new file with mode: 0644]
vendor/tokio/src/macros/loom.rs [new file with mode: 0644]
vendor/tokio/src/macros/mod.rs [new file with mode: 0644]
vendor/tokio/src/macros/pin.rs [new file with mode: 0644]
vendor/tokio/src/macros/ready.rs [new file with mode: 0644]
vendor/tokio/src/macros/scoped_tls.rs [new file with mode: 0644]
vendor/tokio/src/macros/select.rs [new file with mode: 0644]
vendor/tokio/src/macros/support.rs [new file with mode: 0644]
vendor/tokio/src/macros/thread_local.rs [new file with mode: 0644]
vendor/tokio/src/macros/try_join.rs [new file with mode: 0644]
vendor/tokio/src/net/addr.rs [new file with mode: 0644]
vendor/tokio/src/net/lookup_host.rs [new file with mode: 0644]
vendor/tokio/src/net/mod.rs [new file with mode: 0644]
vendor/tokio/src/net/tcp/listener.rs [new file with mode: 0644]
vendor/tokio/src/net/tcp/mod.rs [new file with mode: 0644]
vendor/tokio/src/net/tcp/socket.rs [new file with mode: 0644]
vendor/tokio/src/net/tcp/split.rs [new file with mode: 0644]
vendor/tokio/src/net/tcp/split_owned.rs [new file with mode: 0644]
vendor/tokio/src/net/tcp/stream.rs [new file with mode: 0644]
vendor/tokio/src/net/udp.rs [new file with mode: 0644]
vendor/tokio/src/net/unix/datagram/mod.rs [new file with mode: 0644]
vendor/tokio/src/net/unix/datagram/socket.rs [new file with mode: 0644]
vendor/tokio/src/net/unix/listener.rs [new file with mode: 0644]
vendor/tokio/src/net/unix/mod.rs [new file with mode: 0644]
vendor/tokio/src/net/unix/socketaddr.rs [new file with mode: 0644]
vendor/tokio/src/net/unix/split.rs [new file with mode: 0644]
vendor/tokio/src/net/unix/split_owned.rs [new file with mode: 0644]
vendor/tokio/src/net/unix/stream.rs [new file with mode: 0644]
vendor/tokio/src/net/unix/ucred.rs [new file with mode: 0644]
vendor/tokio/src/net/windows/mod.rs [new file with mode: 0644]
vendor/tokio/src/net/windows/named_pipe.rs [new file with mode: 0644]
vendor/tokio/src/park/either.rs [new file with mode: 0644]
vendor/tokio/src/park/mod.rs [new file with mode: 0644]
vendor/tokio/src/park/thread.rs [new file with mode: 0644]
vendor/tokio/src/process/kill.rs [new file with mode: 0644]
vendor/tokio/src/process/mod.rs [new file with mode: 0644]
vendor/tokio/src/process/unix/driver.rs [new file with mode: 0644]
vendor/tokio/src/process/unix/mod.rs [new file with mode: 0644]
vendor/tokio/src/process/unix/orphan.rs [new file with mode: 0644]
vendor/tokio/src/process/unix/reap.rs [new file with mode: 0644]
vendor/tokio/src/process/windows.rs [new file with mode: 0644]
vendor/tokio/src/runtime/basic_scheduler.rs [new file with mode: 0644]
vendor/tokio/src/runtime/blocking/mod.rs [new file with mode: 0644]
vendor/tokio/src/runtime/blocking/pool.rs [new file with mode: 0644]
vendor/tokio/src/runtime/blocking/schedule.rs [new file with mode: 0644]
vendor/tokio/src/runtime/blocking/shutdown.rs [new file with mode: 0644]
vendor/tokio/src/runtime/blocking/task.rs [new file with mode: 0644]
vendor/tokio/src/runtime/builder.rs [new file with mode: 0644]
vendor/tokio/src/runtime/context.rs [new file with mode: 0644]
vendor/tokio/src/runtime/driver.rs [new file with mode: 0644]
vendor/tokio/src/runtime/enter.rs [new file with mode: 0644]
vendor/tokio/src/runtime/handle.rs [new file with mode: 0644]
vendor/tokio/src/runtime/mod.rs [new file with mode: 0644]
vendor/tokio/src/runtime/park.rs [new file with mode: 0644]
vendor/tokio/src/runtime/queue.rs [new file with mode: 0644]
vendor/tokio/src/runtime/spawner.rs [new file with mode: 0644]
vendor/tokio/src/runtime/task/core.rs [new file with mode: 0644]
vendor/tokio/src/runtime/task/error.rs [new file with mode: 0644]
vendor/tokio/src/runtime/task/harness.rs [new file with mode: 0644]
vendor/tokio/src/runtime/task/join.rs [new file with mode: 0644]
vendor/tokio/src/runtime/task/mod.rs [new file with mode: 0644]
vendor/tokio/src/runtime/task/raw.rs [new file with mode: 0644]
vendor/tokio/src/runtime/task/stack.rs [new file with mode: 0644]
vendor/tokio/src/runtime/task/state.rs [new file with mode: 0644]
vendor/tokio/src/runtime/task/waker.rs [new file with mode: 0644]
vendor/tokio/src/runtime/tests/loom_basic_scheduler.rs [new file with mode: 0644]
vendor/tokio/src/runtime/tests/loom_blocking.rs [new file with mode: 0644]
vendor/tokio/src/runtime/tests/loom_local.rs [new file with mode: 0644]
vendor/tokio/src/runtime/tests/loom_oneshot.rs [new file with mode: 0644]
vendor/tokio/src/runtime/tests/loom_pool.rs [new file with mode: 0644]
vendor/tokio/src/runtime/tests/loom_queue.rs [new file with mode: 0644]
vendor/tokio/src/runtime/tests/loom_shutdown_join.rs [new file with mode: 0644]
vendor/tokio/src/runtime/tests/mod.rs [new file with mode: 0644]
vendor/tokio/src/runtime/tests/queue.rs [new file with mode: 0644]
vendor/tokio/src/runtime/tests/task.rs [new file with mode: 0644]
vendor/tokio/src/runtime/tests/task_combinations.rs [new file with mode: 0644]
vendor/tokio/src/runtime/thread_pool/atomic_cell.rs [new file with mode: 0644]
vendor/tokio/src/runtime/thread_pool/idle.rs [new file with mode: 0644]
vendor/tokio/src/runtime/thread_pool/mod.rs [new file with mode: 0644]
vendor/tokio/src/runtime/thread_pool/worker.rs [new file with mode: 0644]
vendor/tokio/src/signal/ctrl_c.rs [new file with mode: 0644]
vendor/tokio/src/signal/mod.rs [new file with mode: 0644]
vendor/tokio/src/signal/registry.rs [new file with mode: 0644]
vendor/tokio/src/signal/reusable_box.rs [new file with mode: 0644]
vendor/tokio/src/signal/unix.rs [new file with mode: 0644]
vendor/tokio/src/signal/unix/driver.rs [new file with mode: 0644]
vendor/tokio/src/signal/windows.rs [new file with mode: 0644]
vendor/tokio/src/sync/barrier.rs [new file with mode: 0644]
vendor/tokio/src/sync/batch_semaphore.rs [new file with mode: 0644]
vendor/tokio/src/sync/broadcast.rs [new file with mode: 0644]
vendor/tokio/src/sync/mod.rs [new file with mode: 0644]
vendor/tokio/src/sync/mpsc/block.rs [new file with mode: 0644]
vendor/tokio/src/sync/mpsc/bounded.rs [new file with mode: 0644]
vendor/tokio/src/sync/mpsc/chan.rs [new file with mode: 0644]
vendor/tokio/src/sync/mpsc/error.rs [new file with mode: 0644]
vendor/tokio/src/sync/mpsc/list.rs [new file with mode: 0644]
vendor/tokio/src/sync/mpsc/mod.rs [new file with mode: 0644]
vendor/tokio/src/sync/mpsc/unbounded.rs [new file with mode: 0644]
vendor/tokio/src/sync/mutex.rs [new file with mode: 0644]
vendor/tokio/src/sync/notify.rs [new file with mode: 0644]
vendor/tokio/src/sync/once_cell.rs [new file with mode: 0644]
vendor/tokio/src/sync/oneshot.rs [new file with mode: 0644]
vendor/tokio/src/sync/rwlock.rs [new file with mode: 0644]
vendor/tokio/src/sync/rwlock/owned_read_guard.rs [new file with mode: 0644]
vendor/tokio/src/sync/rwlock/owned_write_guard.rs [new file with mode: 0644]
vendor/tokio/src/sync/rwlock/owned_write_guard_mapped.rs [new file with mode: 0644]
vendor/tokio/src/sync/rwlock/read_guard.rs [new file with mode: 0644]
vendor/tokio/src/sync/rwlock/write_guard.rs [new file with mode: 0644]
vendor/tokio/src/sync/rwlock/write_guard_mapped.rs [new file with mode: 0644]
vendor/tokio/src/sync/semaphore.rs [new file with mode: 0644]
vendor/tokio/src/sync/task/atomic_waker.rs [new file with mode: 0644]
vendor/tokio/src/sync/task/mod.rs [new file with mode: 0644]
vendor/tokio/src/sync/tests/atomic_waker.rs [new file with mode: 0644]
vendor/tokio/src/sync/tests/loom_atomic_waker.rs [new file with mode: 0644]
vendor/tokio/src/sync/tests/loom_broadcast.rs [new file with mode: 0644]
vendor/tokio/src/sync/tests/loom_list.rs [new file with mode: 0644]
vendor/tokio/src/sync/tests/loom_mpsc.rs [new file with mode: 0644]
vendor/tokio/src/sync/tests/loom_notify.rs [new file with mode: 0644]
vendor/tokio/src/sync/tests/loom_oneshot.rs [new file with mode: 0644]
vendor/tokio/src/sync/tests/loom_rwlock.rs [new file with mode: 0644]
vendor/tokio/src/sync/tests/loom_semaphore_batch.rs [new file with mode: 0644]
vendor/tokio/src/sync/tests/loom_watch.rs [new file with mode: 0644]
vendor/tokio/src/sync/tests/mod.rs [new file with mode: 0644]
vendor/tokio/src/sync/tests/semaphore_batch.rs [new file with mode: 0644]
vendor/tokio/src/sync/watch.rs [new file with mode: 0644]
vendor/tokio/src/task/blocking.rs [new file with mode: 0644]
vendor/tokio/src/task/builder.rs [new file with mode: 0644]
vendor/tokio/src/task/local.rs [new file with mode: 0644]
vendor/tokio/src/task/mod.rs [new file with mode: 0644]
vendor/tokio/src/task/spawn.rs [new file with mode: 0644]
vendor/tokio/src/task/task_local.rs [new file with mode: 0644]
vendor/tokio/src/task/unconstrained.rs [new file with mode: 0644]
vendor/tokio/src/task/yield_now.rs [new file with mode: 0644]
vendor/tokio/src/time/clock.rs [new file with mode: 0644]
vendor/tokio/src/time/driver/entry.rs [new file with mode: 0644]
vendor/tokio/src/time/driver/handle.rs [new file with mode: 0644]
vendor/tokio/src/time/driver/mod.rs [new file with mode: 0644]
vendor/tokio/src/time/driver/sleep.rs [new file with mode: 0644]
vendor/tokio/src/time/driver/tests/mod.rs [new file with mode: 0644]
vendor/tokio/src/time/driver/wheel/level.rs [new file with mode: 0644]
vendor/tokio/src/time/driver/wheel/mod.rs [new file with mode: 0644]
vendor/tokio/src/time/driver/wheel/stack.rs [new file with mode: 0644]
vendor/tokio/src/time/error.rs [new file with mode: 0644]
vendor/tokio/src/time/instant.rs [new file with mode: 0644]
vendor/tokio/src/time/interval.rs [new file with mode: 0644]
vendor/tokio/src/time/mod.rs [new file with mode: 0644]
vendor/tokio/src/time/tests/mod.rs [new file with mode: 0644]
vendor/tokio/src/time/tests/test_sleep.rs [new file with mode: 0644]
vendor/tokio/src/time/timeout.rs [new file with mode: 0644]
vendor/tokio/src/util/bit.rs [new file with mode: 0644]
vendor/tokio/src/util/error.rs [new file with mode: 0644]
vendor/tokio/src/util/linked_list.rs [new file with mode: 0644]
vendor/tokio/src/util/mod.rs [new file with mode: 0644]
vendor/tokio/src/util/pad.rs [new file with mode: 0644]
vendor/tokio/src/util/rand.rs [new file with mode: 0644]
vendor/tokio/src/util/slab.rs [new file with mode: 0644]
vendor/tokio/src/util/trace.rs [new file with mode: 0644]
vendor/tokio/src/util/try_lock.rs [new file with mode: 0644]
vendor/tokio/src/util/wake.rs [new file with mode: 0644]
vendor/tokio/tests/_require_full.rs [new file with mode: 0644]
vendor/tokio/tests/async_send_sync.rs [new file with mode: 0644]
vendor/tokio/tests/buffered.rs [new file with mode: 0644]
vendor/tokio/tests/fs.rs [new file with mode: 0644]
vendor/tokio/tests/fs_copy.rs [new file with mode: 0644]
vendor/tokio/tests/fs_dir.rs [new file with mode: 0644]
vendor/tokio/tests/fs_file.rs [new file with mode: 0644]
vendor/tokio/tests/fs_link.rs [new file with mode: 0644]
vendor/tokio/tests/io_async_fd.rs [new file with mode: 0644]
vendor/tokio/tests/io_async_read.rs [new file with mode: 0644]
vendor/tokio/tests/io_buf_reader.rs [new file with mode: 0644]
vendor/tokio/tests/io_buf_writer.rs [new file with mode: 0644]
vendor/tokio/tests/io_chain.rs [new file with mode: 0644]
vendor/tokio/tests/io_copy.rs [new file with mode: 0644]
vendor/tokio/tests/io_copy_bidirectional.rs [new file with mode: 0644]
vendor/tokio/tests/io_driver.rs [new file with mode: 0644]
vendor/tokio/tests/io_driver_drop.rs [new file with mode: 0644]
vendor/tokio/tests/io_lines.rs [new file with mode: 0644]
vendor/tokio/tests/io_mem_stream.rs [new file with mode: 0644]
vendor/tokio/tests/io_read.rs [new file with mode: 0644]
vendor/tokio/tests/io_read_buf.rs [new file with mode: 0644]
vendor/tokio/tests/io_read_exact.rs [new file with mode: 0644]
vendor/tokio/tests/io_read_line.rs [new file with mode: 0644]
vendor/tokio/tests/io_read_to_end.rs [new file with mode: 0644]
vendor/tokio/tests/io_read_to_string.rs [new file with mode: 0644]
vendor/tokio/tests/io_read_until.rs [new file with mode: 0644]
vendor/tokio/tests/io_split.rs [new file with mode: 0644]
vendor/tokio/tests/io_take.rs [new file with mode: 0644]
vendor/tokio/tests/io_write.rs [new file with mode: 0644]
vendor/tokio/tests/io_write_all.rs [new file with mode: 0644]
vendor/tokio/tests/io_write_all_buf.rs [new file with mode: 0644]
vendor/tokio/tests/io_write_buf.rs [new file with mode: 0644]
vendor/tokio/tests/io_write_int.rs [new file with mode: 0644]
vendor/tokio/tests/macros_join.rs [new file with mode: 0644]
vendor/tokio/tests/macros_pin.rs [new file with mode: 0644]
vendor/tokio/tests/macros_select.rs [new file with mode: 0644]
vendor/tokio/tests/macros_test.rs [new file with mode: 0644]
vendor/tokio/tests/macros_try_join.rs [new file with mode: 0644]
vendor/tokio/tests/named_pipe.rs [new file with mode: 0644]
vendor/tokio/tests/net_bind_resource.rs [new file with mode: 0644]
vendor/tokio/tests/net_lookup_host.rs [new file with mode: 0644]
vendor/tokio/tests/no_rt.rs [new file with mode: 0644]
vendor/tokio/tests/process_issue_2174.rs [new file with mode: 0644]
vendor/tokio/tests/process_issue_42.rs [new file with mode: 0644]
vendor/tokio/tests/process_kill_on_drop.rs [new file with mode: 0644]
vendor/tokio/tests/process_smoke.rs [new file with mode: 0644]
vendor/tokio/tests/rt_basic.rs [new file with mode: 0644]
vendor/tokio/tests/rt_common.rs [new file with mode: 0644]
vendor/tokio/tests/rt_handle_block_on.rs [new file with mode: 0644]
vendor/tokio/tests/rt_threaded.rs [new file with mode: 0644]
vendor/tokio/tests/signal_ctrl_c.rs [new file with mode: 0644]
vendor/tokio/tests/signal_drop_recv.rs [new file with mode: 0644]
vendor/tokio/tests/signal_drop_rt.rs [new file with mode: 0644]
vendor/tokio/tests/signal_drop_signal.rs [new file with mode: 0644]
vendor/tokio/tests/signal_multi_rt.rs [new file with mode: 0644]
vendor/tokio/tests/signal_no_rt.rs [new file with mode: 0644]
vendor/tokio/tests/signal_notify_both.rs [new file with mode: 0644]
vendor/tokio/tests/signal_twice.rs [new file with mode: 0644]
vendor/tokio/tests/signal_usr1.rs [new file with mode: 0644]
vendor/tokio/tests/support/io_vec.rs [new file with mode: 0644]
vendor/tokio/tests/support/mpsc_stream.rs [new file with mode: 0644]
vendor/tokio/tests/support/signal.rs [new file with mode: 0644]
vendor/tokio/tests/sync_barrier.rs [new file with mode: 0644]
vendor/tokio/tests/sync_broadcast.rs [new file with mode: 0644]
vendor/tokio/tests/sync_errors.rs [new file with mode: 0644]
vendor/tokio/tests/sync_mpsc.rs [new file with mode: 0644]
vendor/tokio/tests/sync_mutex.rs [new file with mode: 0644]
vendor/tokio/tests/sync_mutex_owned.rs [new file with mode: 0644]
vendor/tokio/tests/sync_notify.rs [new file with mode: 0644]
vendor/tokio/tests/sync_once_cell.rs [new file with mode: 0644]
vendor/tokio/tests/sync_oneshot.rs [new file with mode: 0644]
vendor/tokio/tests/sync_rwlock.rs [new file with mode: 0644]
vendor/tokio/tests/sync_semaphore.rs [new file with mode: 0644]
vendor/tokio/tests/sync_semaphore_owned.rs [new file with mode: 0644]
vendor/tokio/tests/sync_watch.rs [new file with mode: 0644]
vendor/tokio/tests/task_abort.rs [new file with mode: 0644]
vendor/tokio/tests/task_blocking.rs [new file with mode: 0644]
vendor/tokio/tests/task_builder.rs [new file with mode: 0644]
vendor/tokio/tests/task_local.rs [new file with mode: 0644]
vendor/tokio/tests/task_local_set.rs [new file with mode: 0644]
vendor/tokio/tests/tcp_accept.rs [new file with mode: 0644]
vendor/tokio/tests/tcp_connect.rs [new file with mode: 0644]
vendor/tokio/tests/tcp_echo.rs [new file with mode: 0644]
vendor/tokio/tests/tcp_into_split.rs [new file with mode: 0644]
vendor/tokio/tests/tcp_into_std.rs [new file with mode: 0644]
vendor/tokio/tests/tcp_peek.rs [new file with mode: 0644]
vendor/tokio/tests/tcp_shutdown.rs [new file with mode: 0644]
vendor/tokio/tests/tcp_socket.rs [new file with mode: 0644]
vendor/tokio/tests/tcp_split.rs [new file with mode: 0644]
vendor/tokio/tests/tcp_stream.rs [new file with mode: 0644]
vendor/tokio/tests/test_clock.rs [new file with mode: 0644]
vendor/tokio/tests/time_interval.rs [new file with mode: 0644]
vendor/tokio/tests/time_pause.rs [new file with mode: 0644]
vendor/tokio/tests/time_rt.rs [new file with mode: 0644]
vendor/tokio/tests/time_sleep.rs [new file with mode: 0644]
vendor/tokio/tests/time_timeout.rs [new file with mode: 0644]
vendor/tokio/tests/udp.rs [new file with mode: 0644]
vendor/tokio/tests/uds_cred.rs [new file with mode: 0644]
vendor/tokio/tests/uds_datagram.rs [new file with mode: 0644]
vendor/tokio/tests/uds_split.rs [new file with mode: 0644]
vendor/tokio/tests/uds_stream.rs [new file with mode: 0644]
vendor/toml-0.5.9/.cargo-checksum.json [new file with mode: 0644]
vendor/toml-0.5.9/Cargo.lock [new file with mode: 0644]
vendor/toml-0.5.9/Cargo.toml [new file with mode: 0644]
vendor/toml-0.5.9/LICENSE-APACHE [new file with mode: 0644]
vendor/toml-0.5.9/LICENSE-MIT [new file with mode: 0644]
vendor/toml-0.5.9/README.md [new file with mode: 0644]
vendor/toml-0.5.9/examples/decode.rs [new file with mode: 0644]
vendor/toml-0.5.9/examples/enum_external.rs [new file with mode: 0644]
vendor/toml-0.5.9/examples/toml2json.rs [new file with mode: 0644]
vendor/toml-0.5.9/src/datetime.rs [new file with mode: 0644]
vendor/toml-0.5.9/src/de.rs [new file with mode: 0644]
vendor/toml-0.5.9/src/lib.rs [new file with mode: 0644]
vendor/toml-0.5.9/src/macros.rs [new file with mode: 0644]
vendor/toml-0.5.9/src/map.rs [new file with mode: 0644]
vendor/toml-0.5.9/src/ser.rs [new file with mode: 0644]
vendor/toml-0.5.9/src/spanned.rs [new file with mode: 0644]
vendor/toml-0.5.9/src/tokens.rs [new file with mode: 0644]
vendor/toml-0.5.9/src/value.rs [new file with mode: 0644]
vendor/toml-0.5.9/tests/enum_external_deserialize.rs [new file with mode: 0644]
vendor/topological-sort/.cargo-checksum.json [new file with mode: 0644]
vendor/topological-sort/Cargo.toml [new file with mode: 0644]
vendor/topological-sort/LICENSE-APACHE [new file with mode: 0644]
vendor/topological-sort/LICENSE-MIT [new file with mode: 0644]
vendor/topological-sort/README.md [new file with mode: 0644]
vendor/topological-sort/src/lib.rs [new file with mode: 0644]
vendor/tracing-attributes/.cargo-checksum.json [new file with mode: 0644]
vendor/tracing-attributes/CHANGELOG.md [new file with mode: 0644]
vendor/tracing-attributes/Cargo.toml [new file with mode: 0644]
vendor/tracing-attributes/LICENSE [new file with mode: 0644]
vendor/tracing-attributes/README.md [new file with mode: 0644]
vendor/tracing-attributes/src/attr.rs [new file with mode: 0644]
vendor/tracing-attributes/src/expand.rs [new file with mode: 0644]
vendor/tracing-attributes/src/lib.rs [new file with mode: 0644]
vendor/tracing-attributes/tests/async_fn.rs [new file with mode: 0644]
vendor/tracing-attributes/tests/destructuring.rs [new file with mode: 0644]
vendor/tracing-attributes/tests/err.rs [new file with mode: 0644]
vendor/tracing-attributes/tests/fields.rs [new file with mode: 0644]
vendor/tracing-attributes/tests/follows_from.rs [new file with mode: 0644]
vendor/tracing-attributes/tests/instrument.rs [new file with mode: 0644]
vendor/tracing-attributes/tests/levels.rs [new file with mode: 0644]
vendor/tracing-attributes/tests/names.rs [new file with mode: 0644]
vendor/tracing-attributes/tests/parents.rs [new file with mode: 0644]
vendor/tracing-attributes/tests/ret.rs [new file with mode: 0644]
vendor/tracing-attributes/tests/targets.rs [new file with mode: 0644]
vendor/tracing-attributes/tests/ui.rs [new file with mode: 0644]
vendor/tracing-attributes/tests/ui/async_instrument.rs [new file with mode: 0644]
vendor/tracing-attributes/tests/ui/async_instrument.stderr [new file with mode: 0644]
vendor/tracing-core/.cargo-checksum.json [new file with mode: 0644]
vendor/tracing-core/CHANGELOG.md [new file with mode: 0644]
vendor/tracing-core/Cargo.toml [new file with mode: 0644]
vendor/tracing-core/LICENSE [new file with mode: 0644]
vendor/tracing-core/README.md [new file with mode: 0644]
vendor/tracing-core/src/callsite.rs [new file with mode: 0644]
vendor/tracing-core/src/dispatcher.rs [new file with mode: 0644]
vendor/tracing-core/src/event.rs [new file with mode: 0644]
vendor/tracing-core/src/field.rs [new file with mode: 0644]
vendor/tracing-core/src/lazy.rs [new file with mode: 0644]
vendor/tracing-core/src/lib.rs [new file with mode: 0644]
vendor/tracing-core/src/metadata.rs [new file with mode: 0644]
vendor/tracing-core/src/parent.rs [new file with mode: 0644]
vendor/tracing-core/src/span.rs [new file with mode: 0644]
vendor/tracing-core/src/spin/LICENSE [new file with mode: 0644]
vendor/tracing-core/src/spin/mod.rs [new file with mode: 0644]
vendor/tracing-core/src/spin/mutex.rs [new file with mode: 0644]
vendor/tracing-core/src/spin/once.rs [new file with mode: 0644]
vendor/tracing-core/src/stdlib.rs [new file with mode: 0644]
vendor/tracing-core/src/subscriber.rs [new file with mode: 0644]
vendor/tracing-core/tests/common/mod.rs [new file with mode: 0644]
vendor/tracing-core/tests/dispatch.rs [new file with mode: 0644]
vendor/tracing-core/tests/global_dispatch.rs [new file with mode: 0644]
vendor/tracing-core/tests/macros.rs [new file with mode: 0644]
vendor/tracing-log/.cargo-checksum.json [new file with mode: 0644]
vendor/tracing-log/CHANGELOG.md [new file with mode: 0644]
vendor/tracing-log/Cargo.toml [new file with mode: 0644]
vendor/tracing-log/LICENSE [new file with mode: 0644]
vendor/tracing-log/README.md [new file with mode: 0644]
vendor/tracing-log/benches/logging.rs [new file with mode: 0644]
vendor/tracing-log/src/env_logger.rs [new file with mode: 0644]
vendor/tracing-log/src/interest_cache.rs [new file with mode: 0644]
vendor/tracing-log/src/lib.rs [new file with mode: 0644]
vendor/tracing-log/src/log_tracer.rs [new file with mode: 0644]
vendor/tracing-log/src/trace_logger.rs [new file with mode: 0644]
vendor/tracing-log/tests/log_tracer.rs [new file with mode: 0644]
vendor/tracing-log/tests/reexport_log_crate.rs [new file with mode: 0644]
vendor/tracing-subscriber/.cargo-checksum.json [new file with mode: 0644]
vendor/tracing-subscriber/CHANGELOG.md [new file with mode: 0644]
vendor/tracing-subscriber/Cargo.toml [new file with mode: 0644]
vendor/tracing-subscriber/LICENSE [new file with mode: 0644]
vendor/tracing-subscriber/README.md [new file with mode: 0644]
vendor/tracing-subscriber/benches/enter.rs [new file with mode: 0644]
vendor/tracing-subscriber/benches/filter.rs [new file with mode: 0644]
vendor/tracing-subscriber/benches/filter_log.rs [new file with mode: 0644]
vendor/tracing-subscriber/benches/fmt.rs [new file with mode: 0644]
vendor/tracing-subscriber/benches/support/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/field/debug.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/field/delimited.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/field/display.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/field/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/directive.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/env/builder.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/env/directive.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/env/field.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/env/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/filter_fn.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/layer_filters/combinator.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/layer_filters/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/level.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/targets.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/fmt/fmt_layer.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/fmt/format/json.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/fmt/format/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/fmt/format/pretty.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/fmt/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/fmt/time/datetime.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/fmt/time/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/fmt/time/time_crate.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/fmt/writer.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/layer/context.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/layer/layered.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/layer/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/layer/tests.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/lib.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/macros.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/prelude.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/registry/extensions.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/registry/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/registry/sharded.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/registry/stack.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/reload.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/sync.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/util.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/cached_layer_filters_dont_break_other_layers.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/duplicate_spans.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/env_filter/main.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/env_filter/per_layer.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/event_enabling.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/field_filter.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/filter_log.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/fmt_max_level_hint.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/hinted_layer_filters_dont_break_other_layers.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filter_interests_are_cached.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filters/boxed.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filters/combinators.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filters/downcast_raw.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filters/filter_scopes.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filters/main.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filters/per_event.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filters/targets.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filters/trees.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filters/vec.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/multiple_layer_filter_interests_cached.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/option.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/registry_max_level_hint.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/registry_with_subscriber.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/reload.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/same_len_filters.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/support.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/unhinted_layer_filters_dont_break_other_layers.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/utils.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/vec.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/vec_subscriber_filter_interests_cached.rs [new file with mode: 0644]
vendor/tracing-tree/.cargo-checksum.json [new file with mode: 0644]
vendor/tracing-tree/Cargo.lock [new file with mode: 0644]
vendor/tracing-tree/Cargo.toml [new file with mode: 0644]
vendor/tracing-tree/LICENSE-APACHE [new file with mode: 0644]
vendor/tracing-tree/LICENSE-MIT [new file with mode: 0644]
vendor/tracing-tree/README.md [new file with mode: 0644]
vendor/tracing-tree/examples/basic.rs [new file with mode: 0644]
vendor/tracing-tree/examples/basic.stdout [new file with mode: 0644]
vendor/tracing-tree/examples/quiet.rs [new file with mode: 0644]
vendor/tracing-tree/examples/quiet.stdout [new file with mode: 0644]
vendor/tracing-tree/examples/stderr.rs [new file with mode: 0644]
vendor/tracing-tree/examples/stderr.stderr [new file with mode: 0644]
vendor/tracing-tree/examples/wraparound.rs [new file with mode: 0644]
vendor/tracing-tree/examples/wraparound.stdout [new file with mode: 0644]
vendor/tracing-tree/src/format.rs [new file with mode: 0644]
vendor/tracing-tree/src/lib.rs [new file with mode: 0644]
vendor/tracing-tree/tests/ui.rs [new file with mode: 0644]
vendor/tracing/.cargo-checksum.json [new file with mode: 0644]
vendor/tracing/CHANGELOG.md [new file with mode: 0644]
vendor/tracing/Cargo.toml [new file with mode: 0644]
vendor/tracing/LICENSE [new file with mode: 0644]
vendor/tracing/README.md [new file with mode: 0644]
vendor/tracing/benches/baseline.rs [new file with mode: 0644]
vendor/tracing/benches/dispatch_get_clone.rs [new file with mode: 0644]
vendor/tracing/benches/dispatch_get_ref.rs [new file with mode: 0644]
vendor/tracing/benches/empty_span.rs [new file with mode: 0644]
vendor/tracing/benches/enter_span.rs [new file with mode: 0644]
vendor/tracing/benches/event.rs [new file with mode: 0644]
vendor/tracing/benches/shared.rs [new file with mode: 0644]
vendor/tracing/benches/span_fields.rs [new file with mode: 0644]
vendor/tracing/benches/span_no_fields.rs [new file with mode: 0644]
vendor/tracing/benches/span_repeated.rs [new file with mode: 0644]
vendor/tracing/src/dispatcher.rs [new file with mode: 0644]
vendor/tracing/src/field.rs [new file with mode: 0644]
vendor/tracing/src/instrument.rs [new file with mode: 0644]
vendor/tracing/src/level_filters.rs [new file with mode: 0644]
vendor/tracing/src/lib.rs [new file with mode: 0644]
vendor/tracing/src/macros.rs [new file with mode: 0644]
vendor/tracing/src/span.rs [new file with mode: 0644]
vendor/tracing/src/stdlib.rs [new file with mode: 0644]
vendor/tracing/src/subscriber.rs [new file with mode: 0644]
vendor/tracing/tests/enabled.rs [new file with mode: 0644]
vendor/tracing/tests/event.rs [new file with mode: 0644]
vendor/tracing/tests/filter_caching_is_lexically_scoped.rs [new file with mode: 0644]
vendor/tracing/tests/filters_are_not_reevaluated_for_the_same_span.rs [new file with mode: 0644]
vendor/tracing/tests/filters_are_reevaluated_for_different_call_sites.rs [new file with mode: 0644]
vendor/tracing/tests/filters_dont_leak.rs [new file with mode: 0644]
vendor/tracing/tests/future_send.rs [new file with mode: 0644]
vendor/tracing/tests/macro_imports.rs [new file with mode: 0644]
vendor/tracing/tests/macros.rs [new file with mode: 0644]
vendor/tracing/tests/macros_incompatible_concat.rs [new file with mode: 0644]
vendor/tracing/tests/macros_redefined_core.rs [new file with mode: 0644]
vendor/tracing/tests/max_level_hint.rs [new file with mode: 0644]
vendor/tracing/tests/multiple_max_level_hints.rs [new file with mode: 0644]
vendor/tracing/tests/no_subscriber.rs [new file with mode: 0644]
vendor/tracing/tests/register_callsite_deadlock.rs [new file with mode: 0644]
vendor/tracing/tests/scoped_clobbers_default.rs [new file with mode: 0644]
vendor/tracing/tests/span.rs [new file with mode: 0644]
vendor/tracing/tests/subscriber.rs [new file with mode: 0644]
vendor/twox-hash/.cargo-checksum.json [new file with mode: 0644]
vendor/twox-hash/Cargo.lock [new file with mode: 0644]
vendor/twox-hash/Cargo.toml [new file with mode: 0644]
vendor/twox-hash/LICENSE.txt [new file with mode: 0644]
vendor/twox-hash/README.md [new file with mode: 0644]
vendor/twox-hash/src/bin/hash_file.rs [new file with mode: 0644]
vendor/twox-hash/src/digest_0_10_support.rs [new file with mode: 0644]
vendor/twox-hash/src/digest_0_9_support.rs [new file with mode: 0644]
vendor/twox-hash/src/digest_support.rs [new file with mode: 0644]
vendor/twox-hash/src/lib.rs [new file with mode: 0644]
vendor/twox-hash/src/sixty_four.rs [new file with mode: 0644]
vendor/twox-hash/src/std_support.rs [new file with mode: 0644]
vendor/twox-hash/src/thirty_two.rs [new file with mode: 0644]
vendor/twox-hash/src/xxh3.rs [new file with mode: 0644]
vendor/type-map/.cargo-checksum.json [new file with mode: 0644]
vendor/type-map/Cargo.toml [new file with mode: 0644]
vendor/type-map/README.md [new file with mode: 0755]
vendor/type-map/src/lib.rs [new file with mode: 0755]
vendor/typenum/.cargo-checksum.json [new file with mode: 0644]
vendor/typenum/CHANGELOG.md [new file with mode: 0644]
vendor/typenum/Cargo.toml [new file with mode: 0644]
vendor/typenum/LICENSE [new file with mode: 0644]
vendor/typenum/LICENSE-APACHE [new file with mode: 0644]
vendor/typenum/LICENSE-MIT [new file with mode: 0644]
vendor/typenum/README.md [new file with mode: 0644]
vendor/typenum/build/generic_const_mappings.rs [new file with mode: 0644]
vendor/typenum/build/main.rs [new file with mode: 0644]
vendor/typenum/build/op.rs [new file with mode: 0644]
vendor/typenum/build/tests.rs [new file with mode: 0644]
vendor/typenum/clippy.toml [new file with mode: 0644]
vendor/typenum/rustfmt.toml [new file with mode: 0644]
vendor/typenum/src/array.rs [new file with mode: 0644]
vendor/typenum/src/bit.rs [new file with mode: 0644]
vendor/typenum/src/int.rs [new file with mode: 0644]
vendor/typenum/src/lib.rs [new file with mode: 0644]
vendor/typenum/src/marker_traits.rs [new file with mode: 0644]
vendor/typenum/src/operator_aliases.rs [new file with mode: 0644]
vendor/typenum/src/private.rs [new file with mode: 0644]
vendor/typenum/src/type_operators.rs [new file with mode: 0644]
vendor/typenum/src/uint.rs [new file with mode: 0644]
vendor/typenum/tests/test.rs [new file with mode: 0644]
vendor/ucd-parse/.cargo-checksum.json [new file with mode: 0644]
vendor/ucd-parse/Cargo.toml [new file with mode: 0644]
vendor/ucd-parse/LICENSE-APACHE [new file with mode: 0644]
vendor/ucd-parse/LICENSE-MIT [new file with mode: 0644]
vendor/ucd-parse/README.md [new file with mode: 0644]
vendor/ucd-parse/src/age.rs [new file with mode: 0644]
vendor/ucd-parse/src/arabic_shaping.rs [new file with mode: 0644]
vendor/ucd-parse/src/bidi_mirroring_glyph.rs [new file with mode: 0644]
vendor/ucd-parse/src/case_folding.rs [new file with mode: 0644]
vendor/ucd-parse/src/common.rs [new file with mode: 0644]
vendor/ucd-parse/src/core_properties.rs [new file with mode: 0644]
vendor/ucd-parse/src/emoji_properties.rs [new file with mode: 0644]
vendor/ucd-parse/src/error.rs [new file with mode: 0644]
vendor/ucd-parse/src/grapheme_cluster_break.rs [new file with mode: 0644]
vendor/ucd-parse/src/jamo_short_name.rs [new file with mode: 0644]
vendor/ucd-parse/src/lib.rs [new file with mode: 0644]
vendor/ucd-parse/src/line_break.rs [new file with mode: 0644]
vendor/ucd-parse/src/name_aliases.rs [new file with mode: 0644]
vendor/ucd-parse/src/prop_list.rs [new file with mode: 0644]
vendor/ucd-parse/src/property_aliases.rs [new file with mode: 0644]
vendor/ucd-parse/src/property_value_aliases.rs [new file with mode: 0644]
vendor/ucd-parse/src/script_extensions.rs [new file with mode: 0644]
vendor/ucd-parse/src/scripts.rs [new file with mode: 0644]
vendor/ucd-parse/src/sentence_break.rs [new file with mode: 0644]
vendor/ucd-parse/src/special_casing.rs [new file with mode: 0644]
vendor/ucd-parse/src/unicode_data.rs [new file with mode: 0644]
vendor/ucd-parse/src/word_break.rs [new file with mode: 0644]
vendor/ucd-trie/.cargo-checksum.json [new file with mode: 0644]
vendor/ucd-trie/Cargo.toml [new file with mode: 0644]
vendor/ucd-trie/LICENSE-APACHE [new file with mode: 0644]
vendor/ucd-trie/LICENSE-MIT [new file with mode: 0644]
vendor/ucd-trie/README.md [new file with mode: 0644]
vendor/ucd-trie/benches/bench.rs [new file with mode: 0644]
vendor/ucd-trie/src/general_category.rs [new file with mode: 0644]
vendor/ucd-trie/src/lib.rs [new file with mode: 0644]
vendor/ucd-trie/src/owned.rs [new file with mode: 0644]
vendor/ungrammar/.cargo-checksum.json [new file with mode: 0644]
vendor/ungrammar/Cargo.toml [new file with mode: 0644]
vendor/ungrammar/README.md [new file with mode: 0644]
vendor/ungrammar/rust.ungram [new file with mode: 0644]
vendor/ungrammar/src/error.rs [new file with mode: 0644]
vendor/ungrammar/src/lexer.rs [new file with mode: 0644]
vendor/ungrammar/src/lib.rs [new file with mode: 0644]
vendor/ungrammar/src/parser.rs [new file with mode: 0644]
vendor/ungrammar/ungrammar.ungram [new file with mode: 0644]
vendor/unic-char-property/.cargo-checksum.json [new file with mode: 0644]
vendor/unic-char-property/Cargo.toml [new file with mode: 0644]
vendor/unic-char-property/src/lib.rs [new file with mode: 0644]
vendor/unic-char-property/src/macros.rs [new file with mode: 0644]
vendor/unic-char-property/src/pkg_info.rs [new file with mode: 0644]
vendor/unic-char-property/src/property.rs [new file with mode: 0644]
vendor/unic-char-property/src/range_types.rs [new file with mode: 0644]
vendor/unic-char-property/src/tables.rs [new file with mode: 0644]
vendor/unic-char-property/tests/bool_property_macro.rs [new file with mode: 0644]
vendor/unic-char-property/tests/enum_property_macro.rs [new file with mode: 0644]
vendor/unic-char-property/tests/tables/property_table.rsv [new file with mode: 0644]
vendor/unic-char-property/tests/tables_tests.rs [new file with mode: 0644]
vendor/unic-char-range/.cargo-checksum.json [new file with mode: 0644]
vendor/unic-char-range/Cargo.toml [new file with mode: 0644]
vendor/unic-char-range/benches/benchmarks.rs [new file with mode: 0644]
vendor/unic-char-range/examples/macro_use_std_tests.rs [new file with mode: 0644]
vendor/unic-char-range/src/iter.rs [new file with mode: 0644]
vendor/unic-char-range/src/iter_fused.rs [new file with mode: 0644]
vendor/unic-char-range/src/iter_trusted_len.rs [new file with mode: 0644]
vendor/unic-char-range/src/lib.rs [new file with mode: 0644]
vendor/unic-char-range/src/macros.rs [new file with mode: 0644]
vendor/unic-char-range/src/par_iter.rs [new file with mode: 0644]
vendor/unic-char-range/src/pkg_info.rs [new file with mode: 0644]
vendor/unic-char-range/src/range.rs [new file with mode: 0644]
vendor/unic-char-range/src/step.rs [new file with mode: 0644]
vendor/unic-char-range/tests/iter_tests.rs [new file with mode: 0644]
vendor/unic-common/.cargo-checksum.json [new file with mode: 0644]
vendor/unic-common/Cargo.toml [new file with mode: 0644]
vendor/unic-common/README.md [new file with mode: 0644]
vendor/unic-common/src/lib.rs [new file with mode: 0644]
vendor/unic-common/src/pkg_info.rs [new file with mode: 0644]
vendor/unic-common/src/version.rs [new file with mode: 0644]
vendor/unic-emoji-char/.cargo-checksum.json [new file with mode: 0644]
vendor/unic-emoji-char/Cargo.toml [new file with mode: 0644]
vendor/unic-emoji-char/src/emoji.rs [new file with mode: 0644]
vendor/unic-emoji-char/src/emoji_component.rs [new file with mode: 0644]
vendor/unic-emoji-char/src/emoji_modifier.rs [new file with mode: 0644]
vendor/unic-emoji-char/src/emoji_modifier_base.rs [new file with mode: 0644]
vendor/unic-emoji-char/src/emoji_presentation.rs [new file with mode: 0644]
vendor/unic-emoji-char/src/emoji_version.rs [new file with mode: 0644]
vendor/unic-emoji-char/src/lib.rs [new file with mode: 0644]
vendor/unic-emoji-char/src/pkg_info.rs [new file with mode: 0644]
vendor/unic-emoji-char/tables/emoji.rsv [new file with mode: 0644]
vendor/unic-emoji-char/tables/emoji_component.rsv [new file with mode: 0644]
vendor/unic-emoji-char/tables/emoji_modifier.rsv [new file with mode: 0644]
vendor/unic-emoji-char/tables/emoji_modifier_base.rsv [new file with mode: 0644]
vendor/unic-emoji-char/tables/emoji_presentation.rsv [new file with mode: 0644]
vendor/unic-emoji-char/tables/emoji_version.rsv [new file with mode: 0644]
vendor/unic-emoji-char/tests/emoji_version_tests.rs [new file with mode: 0644]
vendor/unic-langid-impl/.cargo-checksum.json [new file with mode: 0644]
vendor/unic-langid-impl/Cargo.lock [new file with mode: 0644]
vendor/unic-langid-impl/Cargo.toml [new file with mode: 0644]
vendor/unic-langid-impl/README.md [new file with mode: 0644]
vendor/unic-langid-impl/benches/canonicalize.rs [new file with mode: 0644]
vendor/unic-langid-impl/benches/langid.rs [new file with mode: 0644]
vendor/unic-langid-impl/benches/likely_subtags.rs [new file with mode: 0644]
vendor/unic-langid-impl/benches/parser.rs [new file with mode: 0644]
vendor/unic-langid-impl/data/cldr-misc-full/README.md [new file with mode: 0644]
vendor/unic-langid-impl/src/bin/generate_layout.rs [new file with mode: 0644]
vendor/unic-langid-impl/src/bin/generate_likelysubtags.rs [new file with mode: 0644]
vendor/unic-langid-impl/src/errors.rs [new file with mode: 0644]
vendor/unic-langid-impl/src/layout_table.rs [new file with mode: 0644]
vendor/unic-langid-impl/src/lib.rs [new file with mode: 0644]
vendor/unic-langid-impl/src/likelysubtags/mod.rs [new file with mode: 0644]
vendor/unic-langid-impl/src/likelysubtags/tables.rs [new file with mode: 0644]
vendor/unic-langid-impl/src/parser/errors.rs [new file with mode: 0644]
vendor/unic-langid-impl/src/parser/mod.rs [new file with mode: 0644]
vendor/unic-langid-impl/src/serde.rs [new file with mode: 0644]
vendor/unic-langid-impl/src/subtags/language.rs [new file with mode: 0644]
vendor/unic-langid-impl/src/subtags/mod.rs [new file with mode: 0644]
vendor/unic-langid-impl/src/subtags/region.rs [new file with mode: 0644]
vendor/unic-langid-impl/src/subtags/script.rs [new file with mode: 0644]
vendor/unic-langid-impl/src/subtags/variant.rs [new file with mode: 0644]
vendor/unic-langid-impl/tests/canonicalize_test.rs [new file with mode: 0644]
vendor/unic-langid-impl/tests/fixtures.rs [new file with mode: 0644]
vendor/unic-langid-impl/tests/language_identifier_test.rs [new file with mode: 0644]
vendor/unic-langid-impl/tests/likelysubtags.rs [new file with mode: 0644]
vendor/unic-langid-macros-impl/.cargo-checksum.json [new file with mode: 0644]
vendor/unic-langid-macros-impl/Cargo.toml [new file with mode: 0644]
vendor/unic-langid-macros-impl/README.md [new file with mode: 0644]
vendor/unic-langid-macros-impl/src/lib.rs [new file with mode: 0644]
vendor/unic-langid-macros/.cargo-checksum.json [new file with mode: 0644]
vendor/unic-langid-macros/Cargo.toml [new file with mode: 0644]
vendor/unic-langid-macros/README.md [new file with mode: 0644]
vendor/unic-langid-macros/src/lib.rs [new file with mode: 0644]
vendor/unic-langid/.cargo-checksum.json [new file with mode: 0644]
vendor/unic-langid/Cargo.toml [new file with mode: 0644]
vendor/unic-langid/README.md [new file with mode: 0644]
vendor/unic-langid/src/lib.rs [new file with mode: 0644]
vendor/unic-ucd-version/.cargo-checksum.json [new file with mode: 0644]
vendor/unic-ucd-version/Cargo.toml [new file with mode: 0644]
vendor/unic-ucd-version/src/lib.rs [new file with mode: 0644]
vendor/unic-ucd-version/src/pkg_info.rs [new file with mode: 0644]
vendor/unic-ucd-version/src/unicode_version.rs [new file with mode: 0644]
vendor/unic-ucd-version/tables/unicode_version.rsv [new file with mode: 0644]
vendor/unic-ucd-version/tests/basic_tests.rs [new file with mode: 0644]
vendor/unicase/.cargo-checksum.json [new file with mode: 0644]
vendor/unicase/Cargo.toml [new file with mode: 0644]
vendor/unicase/LICENSE-APACHE [new file with mode: 0644]
vendor/unicase/LICENSE-MIT [new file with mode: 0644]
vendor/unicase/README.md [new file with mode: 0644]
vendor/unicase/build.rs [new file with mode: 0644]
vendor/unicase/src/ascii.rs [new file with mode: 0644]
vendor/unicase/src/lib.rs [new file with mode: 0644]
vendor/unicase/src/unicode/map.rs [new file with mode: 0644]
vendor/unicase/src/unicode/mod.rs [new file with mode: 0644]
vendor/unicode-bidi/.cargo-checksum.json [new file with mode: 0644]
vendor/unicode-bidi/AUTHORS [new file with mode: 0644]
vendor/unicode-bidi/COPYRIGHT [new file with mode: 0644]
vendor/unicode-bidi/Cargo.toml [new file with mode: 0644]
vendor/unicode-bidi/LICENSE-APACHE [new file with mode: 0644]
vendor/unicode-bidi/LICENSE-MIT [new file with mode: 0644]
vendor/unicode-bidi/README.md [new file with mode: 0644]
vendor/unicode-bidi/src/char_data/mod.rs [new file with mode: 0644]
vendor/unicode-bidi/src/char_data/tables.rs [new file with mode: 0644]
vendor/unicode-bidi/src/data_source.rs [new file with mode: 0644]
vendor/unicode-bidi/src/deprecated.rs [new file with mode: 0644]
vendor/unicode-bidi/src/explicit.rs [new file with mode: 0644]
vendor/unicode-bidi/src/format_chars.rs [new file with mode: 0644]
vendor/unicode-bidi/src/implicit.rs [new file with mode: 0644]
vendor/unicode-bidi/src/level.rs [new file with mode: 0644]
vendor/unicode-bidi/src/lib.rs [new file with mode: 0644]
vendor/unicode-bidi/src/prepare.rs [new file with mode: 0644]
vendor/unicode-ident/.cargo-checksum.json [new file with mode: 0644]
vendor/unicode-ident/Cargo.toml [new file with mode: 0644]
vendor/unicode-ident/LICENSE-APACHE [new file with mode: 0644]
vendor/unicode-ident/LICENSE-MIT [new file with mode: 0644]
vendor/unicode-ident/LICENSE-UNICODE [new file with mode: 0644]
vendor/unicode-ident/README.md [new file with mode: 0644]
vendor/unicode-ident/benches/xid.rs [new file with mode: 0644]
vendor/unicode-ident/src/lib.rs [new file with mode: 0644]
vendor/unicode-ident/src/tables.rs [new file with mode: 0644]
vendor/unicode-ident/tests/compare.rs [new file with mode: 0644]
vendor/unicode-ident/tests/fst/mod.rs [new file with mode: 0644]
vendor/unicode-ident/tests/fst/xid_continue.fst [new file with mode: 0644]
vendor/unicode-ident/tests/fst/xid_start.fst [new file with mode: 0644]
vendor/unicode-ident/tests/roaring/mod.rs [new file with mode: 0644]
vendor/unicode-ident/tests/static_size.rs [new file with mode: 0644]
vendor/unicode-ident/tests/tables/mod.rs [new file with mode: 0644]
vendor/unicode-ident/tests/tables/tables.rs [new file with mode: 0644]
vendor/unicode-ident/tests/trie/mod.rs [new file with mode: 0644]
vendor/unicode-ident/tests/trie/trie.rs [new file with mode: 0644]
vendor/unicode-normalization/.cargo-checksum.json [new file with mode: 0644]
vendor/unicode-normalization/COPYRIGHT [new file with mode: 0644]
vendor/unicode-normalization/Cargo.toml [new file with mode: 0644]
vendor/unicode-normalization/LICENSE-APACHE [new file with mode: 0644]
vendor/unicode-normalization/LICENSE-MIT [new file with mode: 0644]
vendor/unicode-normalization/README.md [new file with mode: 0644]
vendor/unicode-normalization/benches/bench.rs [new file with mode: 0644]
vendor/unicode-normalization/scripts/unicode.py [new file with mode: 0644]
vendor/unicode-normalization/src/__test_api.rs [new file with mode: 0644]
vendor/unicode-normalization/src/decompose.rs [new file with mode: 0644]
vendor/unicode-normalization/src/lib.rs [new file with mode: 0644]
vendor/unicode-normalization/src/lookups.rs [new file with mode: 0644]
vendor/unicode-normalization/src/no_std_prelude.rs [new file with mode: 0755]
vendor/unicode-normalization/src/normalize.rs [new file with mode: 0644]
vendor/unicode-normalization/src/perfect_hash.rs [new file with mode: 0644]
vendor/unicode-normalization/src/quick_check.rs [new file with mode: 0644]
vendor/unicode-normalization/src/recompose.rs [new file with mode: 0644]
vendor/unicode-normalization/src/replace.rs [new file with mode: 0644]
vendor/unicode-normalization/src/stream_safe.rs [new file with mode: 0644]
vendor/unicode-normalization/src/tables.rs [new file with mode: 0644]
vendor/unicode-normalization/src/test.rs [new file with mode: 0644]
vendor/unicode-script/.cargo-checksum.json [new file with mode: 0644]
vendor/unicode-script/Cargo.toml [new file with mode: 0644]
vendor/unicode-script/LICENSE-APACHE [new file with mode: 0644]
vendor/unicode-script/LICENSE-MIT [new file with mode: 0644]
vendor/unicode-script/README.md [new file with mode: 0644]
vendor/unicode-script/scripts/unicode.py [new file with mode: 0644]
vendor/unicode-script/src/lib.rs [new file with mode: 0644]
vendor/unicode-script/src/tables.rs [new file with mode: 0644]
vendor/unicode-security/.cargo-checksum.json [new file with mode: 0644]
vendor/unicode-security/COPYRIGHT [new file with mode: 0644]
vendor/unicode-security/Cargo.toml [new file with mode: 0644]
vendor/unicode-security/LICENSE-APACHE [new file with mode: 0644]
vendor/unicode-security/LICENSE-MIT [new file with mode: 0644]
vendor/unicode-security/README.md [new file with mode: 0644]
vendor/unicode-security/scripts/unicode.py [new file with mode: 0644]
vendor/unicode-security/src/confusable_detection.rs [new file with mode: 0644]
vendor/unicode-security/src/general_security_profile.rs [new file with mode: 0644]
vendor/unicode-security/src/lib.rs [new file with mode: 0644]
vendor/unicode-security/src/mixed_script.rs [new file with mode: 0644]
vendor/unicode-security/src/restriction_level.rs [new file with mode: 0644]
vendor/unicode-security/src/tables.rs [new file with mode: 0644]
vendor/unicode-security/src/tests.rs [new file with mode: 0644]
vendor/unicode-segmentation/.cargo-checksum.json [new file with mode: 0644]
vendor/unicode-segmentation/COPYRIGHT [new file with mode: 0644]
vendor/unicode-segmentation/Cargo.toml [new file with mode: 0644]
vendor/unicode-segmentation/LICENSE-APACHE [new file with mode: 0644]
vendor/unicode-segmentation/LICENSE-MIT [new file with mode: 0644]
vendor/unicode-segmentation/README.md [new file with mode: 0644]
vendor/unicode-segmentation/benches/graphemes.rs [new file with mode: 0644]
vendor/unicode-segmentation/benches/unicode_words.rs [new file with mode: 0644]
vendor/unicode-segmentation/benches/word_bounds.rs [new file with mode: 0644]
vendor/unicode-segmentation/scripts/unicode.py [new file with mode: 0755]
vendor/unicode-segmentation/scripts/unicode_gen_breaktests.py [new file with mode: 0755]
vendor/unicode-segmentation/src/grapheme.rs [new file with mode: 0644]
vendor/unicode-segmentation/src/lib.rs [new file with mode: 0644]
vendor/unicode-segmentation/src/sentence.rs [new file with mode: 0644]
vendor/unicode-segmentation/src/tables.rs [new file with mode: 0644]
vendor/unicode-segmentation/src/test.rs [new file with mode: 0644]
vendor/unicode-segmentation/src/testdata.rs [new file with mode: 0644]
vendor/unicode-segmentation/src/word.rs [new file with mode: 0644]
vendor/unicode-width/.cargo-checksum.json [new file with mode: 0644]
vendor/unicode-width/COPYRIGHT [new file with mode: 0644]
vendor/unicode-width/Cargo.toml [new file with mode: 0644]
vendor/unicode-width/LICENSE-APACHE [new file with mode: 0644]
vendor/unicode-width/LICENSE-MIT [new file with mode: 0644]
vendor/unicode-width/README.md [new file with mode: 0644]
vendor/unicode-width/scripts/unicode.py [new file with mode: 0755]
vendor/unicode-width/src/lib.rs [new file with mode: 0644]
vendor/unicode-width/src/tables.rs [new file with mode: 0644]
vendor/unicode-width/src/tests.rs [new file with mode: 0644]
vendor/unicode-xid/.cargo-checksum.json [new file with mode: 0644]
vendor/unicode-xid/COPYRIGHT [new file with mode: 0644]
vendor/unicode-xid/Cargo.toml [new file with mode: 0644]
vendor/unicode-xid/LICENSE-APACHE [new file with mode: 0644]
vendor/unicode-xid/LICENSE-MIT [new file with mode: 0644]
vendor/unicode-xid/README.md [new file with mode: 0644]
vendor/unicode-xid/benches/xid.rs [new file with mode: 0644]
vendor/unicode-xid/src/lib.rs [new file with mode: 0644]
vendor/unicode-xid/src/tables.rs [new file with mode: 0644]
vendor/unicode-xid/src/tests.rs [new file with mode: 0644]
vendor/unicode-xid/tests/exhaustive_tests.rs [new file with mode: 0644]
vendor/unicode_categories/.cargo-checksum.json [new file with mode: 0644]
vendor/unicode_categories/Cargo.toml [new file with mode: 0644]
vendor/unicode_categories/LICENSE-APACHE [new file with mode: 0644]
vendor/unicode_categories/LICENSE-MIT [new file with mode: 0644]
vendor/unicode_categories/README.md [new file with mode: 0644]
vendor/unicode_categories/scripts/unicode.py [new file with mode: 0644]
vendor/unicode_categories/src/lib.rs [new file with mode: 0644]
vendor/unicode_categories/src/tables.rs [new file with mode: 0644]
vendor/unified-diff/.cargo-checksum.json [new file with mode: 0644]
vendor/unified-diff/Cargo.lock [new file with mode: 0644]
vendor/unified-diff/Cargo.toml [new file with mode: 0644]
vendor/unified-diff/LICENSE-APACHE [new file with mode: 0644]
vendor/unified-diff/LICENSE-MIT [new file with mode: 0644]
vendor/unified-diff/README.md [new file with mode: 0644]
vendor/unified-diff/src/lib.rs [new file with mode: 0644]
vendor/unified-diff/src/main.rs [new file with mode: 0644]
vendor/url/.cargo-checksum.json [new file with mode: 0644]
vendor/url/Cargo.toml [new file with mode: 0644]
vendor/url/LICENSE-APACHE [new file with mode: 0644]
vendor/url/LICENSE-MIT [new file with mode: 0644]
vendor/url/README.md [new file with mode: 0644]
vendor/url/src/host.rs [new file with mode: 0644]
vendor/url/src/lib.rs [new file with mode: 0644]
vendor/url/src/origin.rs [new file with mode: 0644]
vendor/url/src/parser.rs [new file with mode: 0644]
vendor/url/src/path_segments.rs [new file with mode: 0644]
vendor/url/src/quirks.rs [new file with mode: 0644]
vendor/url/src/slicing.rs [new file with mode: 0644]
vendor/url/tests/data.rs [new file with mode: 0644]
vendor/url/tests/debugger_visualizer.rs [new file with mode: 0644]
vendor/url/tests/setters_tests.json [new file with mode: 0644]
vendor/url/tests/unit.rs [new file with mode: 0644]
vendor/url/tests/urltestdata.json [new file with mode: 0644]
vendor/utf-8/.cargo-checksum.json [new file with mode: 0644]
vendor/utf-8/Cargo.toml [new file with mode: 0644]
vendor/utf-8/README.md [new file with mode: 0644]
vendor/utf-8/benches/from_utf8_lossy.rs [new file with mode: 0644]
vendor/utf-8/src/lib.rs [new file with mode: 0644]
vendor/utf-8/src/lossy.rs [new file with mode: 0644]
vendor/utf-8/src/read.rs [new file with mode: 0644]
vendor/utf-8/tests/unit.rs [new file with mode: 0644]
vendor/uuid/.cargo-checksum.json [new file with mode: 0644]
vendor/uuid/CODEOWNERS [new file with mode: 0644]
vendor/uuid/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/uuid/CONTRIBUTING.md [new file with mode: 0644]
vendor/uuid/COPYRIGHT [new file with mode: 0644]
vendor/uuid/Cargo.toml [new file with mode: 0644]
vendor/uuid/LICENSE-APACHE [new file with mode: 0644]
vendor/uuid/LICENSE-MIT [new file with mode: 0644]
vendor/uuid/README.md [new file with mode: 0644]
vendor/uuid/README.tpl [new file with mode: 0644]
vendor/uuid/benches/format_str.rs [new file with mode: 0644]
vendor/uuid/benches/invalid_parse_str.rs [new file with mode: 0644]
vendor/uuid/benches/mod.rs [new file with mode: 0644]
vendor/uuid/benches/serde_support.rs [new file with mode: 0644]
vendor/uuid/benches/slog_support/mod.rs [new file with mode: 0644]
vendor/uuid/benches/slog_support/parse_str.rs [new file with mode: 0644]
vendor/uuid/benches/valid_parse_str.rs [new file with mode: 0644]
vendor/uuid/src/adapter/compact.rs [new file with mode: 0644]
vendor/uuid/src/adapter/mod.rs [new file with mode: 0644]
vendor/uuid/src/builder/error.rs [new file with mode: 0644]
vendor/uuid/src/builder/mod.rs [new file with mode: 0644]
vendor/uuid/src/error.rs [new file with mode: 0644]
vendor/uuid/src/lib.rs [new file with mode: 0644]
vendor/uuid/src/parser/error.rs [new file with mode: 0644]
vendor/uuid/src/parser/mod.rs [new file with mode: 0644]
vendor/uuid/src/prelude.rs [new file with mode: 0644]
vendor/uuid/src/serde_support.rs [new file with mode: 0644]
vendor/uuid/src/slog_support.rs [new file with mode: 0644]
vendor/uuid/src/test_util.rs [new file with mode: 0644]
vendor/uuid/src/v1.rs [new file with mode: 0644]
vendor/uuid/src/v3.rs [new file with mode: 0644]
vendor/uuid/src/v4.rs [new file with mode: 0644]
vendor/uuid/src/v5.rs [new file with mode: 0644]
vendor/uuid/src/winapi_support.rs [new file with mode: 0644]
vendor/valuable/.cargo-checksum.json [new file with mode: 0644]
vendor/valuable/Cargo.lock [new file with mode: 0644]
vendor/valuable/Cargo.toml [new file with mode: 0644]
vendor/valuable/benches/structable.rs [new file with mode: 0644]
vendor/valuable/build.rs [new file with mode: 0644]
vendor/valuable/examples/derive.rs [new file with mode: 0644]
vendor/valuable/examples/hello_world.rs [new file with mode: 0644]
vendor/valuable/examples/print.rs [new file with mode: 0644]
vendor/valuable/no_atomic.rs [new file with mode: 0644]
vendor/valuable/src/enumerable.rs [new file with mode: 0644]
vendor/valuable/src/field.rs [new file with mode: 0644]
vendor/valuable/src/lib.rs [new file with mode: 0644]
vendor/valuable/src/listable.rs [new file with mode: 0644]
vendor/valuable/src/mappable.rs [new file with mode: 0644]
vendor/valuable/src/named_values.rs [new file with mode: 0644]
vendor/valuable/src/slice.rs [new file with mode: 0644]
vendor/valuable/src/structable.rs [new file with mode: 0644]
vendor/valuable/src/tuplable.rs [new file with mode: 0644]
vendor/valuable/src/valuable.rs [new file with mode: 0644]
vendor/valuable/src/value.rs [new file with mode: 0644]
vendor/valuable/src/visit.rs [new file with mode: 0644]
vendor/version_check/.cargo-checksum.json [new file with mode: 0644]
vendor/version_check/Cargo.toml [new file with mode: 0644]
vendor/version_check/LICENSE-APACHE [new file with mode: 0644]
vendor/version_check/LICENSE-MIT [new file with mode: 0644]
vendor/version_check/README.md [new file with mode: 0644]
vendor/version_check/src/channel.rs [new file with mode: 0644]
vendor/version_check/src/date.rs [new file with mode: 0644]
vendor/version_check/src/lib.rs [new file with mode: 0644]
vendor/version_check/src/version.rs [new file with mode: 0644]
vendor/walkdir/.cargo-checksum.json [new file with mode: 0644]
vendor/walkdir/COPYING [new file with mode: 0644]
vendor/walkdir/Cargo.toml [new file with mode: 0644]
vendor/walkdir/LICENSE-MIT [new file with mode: 0644]
vendor/walkdir/README.md [new file with mode: 0644]
vendor/walkdir/UNLICENSE [new file with mode: 0644]
vendor/walkdir/compare/nftw.c [new file with mode: 0644]
vendor/walkdir/compare/walk.py [new file with mode: 0644]
vendor/walkdir/rustfmt.toml [new file with mode: 0644]
vendor/walkdir/src/dent.rs [new file with mode: 0644]
vendor/walkdir/src/error.rs [new file with mode: 0644]
vendor/walkdir/src/lib.rs [new file with mode: 0644]
vendor/walkdir/src/tests/mod.rs [new file with mode: 0644]
vendor/walkdir/src/tests/recursive.rs [new file with mode: 0644]
vendor/walkdir/src/tests/util.rs [new file with mode: 0644]
vendor/walkdir/src/util.rs [new file with mode: 0644]
vendor/wasi/.cargo-checksum.json [new file with mode: 0644]
vendor/wasi/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/wasi/CONTRIBUTING.md [new file with mode: 0644]
vendor/wasi/Cargo.toml [new file with mode: 0644]
vendor/wasi/LICENSE-APACHE [new file with mode: 0644]
vendor/wasi/LICENSE-Apache-2.0_WITH_LLVM-exception [new file with mode: 0644]
vendor/wasi/LICENSE-MIT [new file with mode: 0644]
vendor/wasi/ORG_CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/wasi/README.md [new file with mode: 0644]
vendor/wasi/SECURITY.md [new file with mode: 0644]
vendor/wasi/src/lib.rs [new file with mode: 0644]
vendor/wasi/src/lib_generated.rs [new file with mode: 0644]
vendor/winapi-i686-pc-windows-gnu/.cargo-checksum.json [new file with mode: 0644]
vendor/winapi-i686-pc-windows-gnu/Cargo.toml [new file with mode: 0644]
vendor/winapi-i686-pc-windows-gnu/build.rs [new file with mode: 0644]
vendor/winapi-i686-pc-windows-gnu/src/lib.rs [new file with mode: 0644]
vendor/winapi-util/.cargo-checksum.json [new file with mode: 0644]
vendor/winapi-util/COPYING [new file with mode: 0644]
vendor/winapi-util/Cargo.toml [new file with mode: 0644]
vendor/winapi-util/LICENSE-MIT [new file with mode: 0644]
vendor/winapi-util/README.md [new file with mode: 0644]
vendor/winapi-util/UNLICENSE [new file with mode: 0644]
vendor/winapi-util/rustfmt.toml [new file with mode: 0644]
vendor/winapi-util/src/console.rs [new file with mode: 0644]
vendor/winapi-util/src/file.rs [new file with mode: 0644]
vendor/winapi-util/src/lib.rs [new file with mode: 0644]
vendor/winapi-util/src/win.rs [new file with mode: 0644]
vendor/winapi-x86_64-pc-windows-gnu/.cargo-checksum.json [new file with mode: 0644]
vendor/winapi-x86_64-pc-windows-gnu/Cargo.toml [new file with mode: 0644]
vendor/winapi-x86_64-pc-windows-gnu/build.rs [new file with mode: 0644]
vendor/winapi-x86_64-pc-windows-gnu/src/lib.rs [new file with mode: 0644]
vendor/winapi/.cargo-checksum.json [new file with mode: 0644]
vendor/winapi/Cargo.toml [new file with mode: 0644]
vendor/winapi/LICENSE-APACHE [new file with mode: 0644]
vendor/winapi/LICENSE-MIT [new file with mode: 0644]
vendor/winapi/README.md [new file with mode: 0644]
vendor/winapi/build.rs [new file with mode: 0644]
vendor/winapi/src/km/d3dkmthk.rs [new file with mode: 0644]
vendor/winapi/src/km/mod.rs [new file with mode: 0644]
vendor/winapi/src/lib.rs [new file with mode: 0644]
vendor/winapi/src/macros.rs [new file with mode: 0644]
vendor/winapi/src/shared/basetsd.rs [new file with mode: 0644]
vendor/winapi/src/shared/bcrypt.rs [new file with mode: 0644]
vendor/winapi/src/shared/bthdef.rs [new file with mode: 0644]
vendor/winapi/src/shared/bthioctl.rs [new file with mode: 0644]
vendor/winapi/src/shared/bthsdpdef.rs [new file with mode: 0644]
vendor/winapi/src/shared/bugcodes.rs [new file with mode: 0644]
vendor/winapi/src/shared/cderr.rs [new file with mode: 0644]
vendor/winapi/src/shared/cfg.rs [new file with mode: 0644]
vendor/winapi/src/shared/d3d9.rs [new file with mode: 0644]
vendor/winapi/src/shared/d3d9caps.rs [new file with mode: 0644]
vendor/winapi/src/shared/d3d9types.rs [new file with mode: 0644]
vendor/winapi/src/shared/d3dkmdt.rs [new file with mode: 0644]
vendor/winapi/src/shared/d3dukmdt.rs [new file with mode: 0644]
vendor/winapi/src/shared/dcomptypes.rs [new file with mode: 0644]
vendor/winapi/src/shared/devguid.rs [new file with mode: 0644]
vendor/winapi/src/shared/devpkey.rs [new file with mode: 0644]
vendor/winapi/src/shared/devpropdef.rs [new file with mode: 0644]
vendor/winapi/src/shared/dinputd.rs [new file with mode: 0644]
vendor/winapi/src/shared/dxgi.rs [new file with mode: 0644]
vendor/winapi/src/shared/dxgi1_2.rs [new file with mode: 0644]
vendor/winapi/src/shared/dxgi1_3.rs [new file with mode: 0644]
vendor/winapi/src/shared/dxgi1_4.rs [new file with mode: 0644]
vendor/winapi/src/shared/dxgi1_5.rs [new file with mode: 0644]
vendor/winapi/src/shared/dxgi1_6.rs [new file with mode: 0644]
vendor/winapi/src/shared/dxgiformat.rs [new file with mode: 0644]
vendor/winapi/src/shared/dxgitype.rs [new file with mode: 0644]
vendor/winapi/src/shared/evntprov.rs [new file with mode: 0644]
vendor/winapi/src/shared/evntrace.rs [new file with mode: 0644]
vendor/winapi/src/shared/guiddef.rs [new file with mode: 0644]
vendor/winapi/src/shared/hidclass.rs [new file with mode: 0644]
vendor/winapi/src/shared/hidpi.rs [new file with mode: 0644]
vendor/winapi/src/shared/hidsdi.rs [new file with mode: 0644]
vendor/winapi/src/shared/hidusage.rs [new file with mode: 0644]
vendor/winapi/src/shared/ifdef.rs [new file with mode: 0644]
vendor/winapi/src/shared/ifmib.rs [new file with mode: 0644]
vendor/winapi/src/shared/in6addr.rs [new file with mode: 0644]
vendor/winapi/src/shared/inaddr.rs [new file with mode: 0644]
vendor/winapi/src/shared/intsafe.rs [new file with mode: 0644]
vendor/winapi/src/shared/ipifcons.rs [new file with mode: 0644]
vendor/winapi/src/shared/ipmib.rs [new file with mode: 0644]
vendor/winapi/src/shared/iprtrmib.rs [new file with mode: 0644]
vendor/winapi/src/shared/ks.rs [new file with mode: 0644]
vendor/winapi/src/shared/ksmedia.rs [new file with mode: 0644]
vendor/winapi/src/shared/ktmtypes.rs [new file with mode: 0644]
vendor/winapi/src/shared/lmcons.rs [new file with mode: 0644]
vendor/winapi/src/shared/minwindef.rs [new file with mode: 0644]
vendor/winapi/src/shared/mmreg.rs [new file with mode: 0644]
vendor/winapi/src/shared/mod.rs [new file with mode: 0644]
vendor/winapi/src/shared/mprapidef.rs [new file with mode: 0644]
vendor/winapi/src/shared/mstcpip.rs [new file with mode: 0644]
vendor/winapi/src/shared/mswsockdef.rs [new file with mode: 0644]
vendor/winapi/src/shared/netioapi.rs [new file with mode: 0644]
vendor/winapi/src/shared/nldef.rs [new file with mode: 0644]
vendor/winapi/src/shared/ntddndis.rs [new file with mode: 0644]
vendor/winapi/src/shared/ntddscsi.rs [new file with mode: 0644]
vendor/winapi/src/shared/ntddser.rs [new file with mode: 0644]
vendor/winapi/src/shared/ntdef.rs [new file with mode: 0644]
vendor/winapi/src/shared/ntstatus.rs [new file with mode: 0644]
vendor/winapi/src/shared/qos.rs [new file with mode: 0644]
vendor/winapi/src/shared/rpc.rs [new file with mode: 0644]
vendor/winapi/src/shared/rpcdce.rs [new file with mode: 0644]
vendor/winapi/src/shared/rpcndr.rs [new file with mode: 0644]
vendor/winapi/src/shared/sddl.rs [new file with mode: 0644]
vendor/winapi/src/shared/sspi.rs [new file with mode: 0644]
vendor/winapi/src/shared/stralign.rs [new file with mode: 0644]
vendor/winapi/src/shared/tcpestats.rs [new file with mode: 0644]
vendor/winapi/src/shared/tcpmib.rs [new file with mode: 0644]
vendor/winapi/src/shared/transportsettingcommon.rs [new file with mode: 0644]
vendor/winapi/src/shared/tvout.rs [new file with mode: 0644]
vendor/winapi/src/shared/udpmib.rs [new file with mode: 0644]
vendor/winapi/src/shared/usb.rs [new file with mode: 0644]
vendor/winapi/src/shared/usbioctl.rs [new file with mode: 0644]
vendor/winapi/src/shared/usbiodef.rs [new file with mode: 0644]
vendor/winapi/src/shared/usbscan.rs [new file with mode: 0644]
vendor/winapi/src/shared/usbspec.rs [new file with mode: 0644]
vendor/winapi/src/shared/windef.rs [new file with mode: 0644]
vendor/winapi/src/shared/windot11.rs [new file with mode: 0644]
vendor/winapi/src/shared/windowsx.rs [new file with mode: 0644]
vendor/winapi/src/shared/winerror.rs [new file with mode: 0644]
vendor/winapi/src/shared/winusbio.rs [new file with mode: 0644]
vendor/winapi/src/shared/wlantypes.rs [new file with mode: 0644]
vendor/winapi/src/shared/wmistr.rs [new file with mode: 0644]
vendor/winapi/src/shared/wnnc.rs [new file with mode: 0644]
vendor/winapi/src/shared/ws2def.rs [new file with mode: 0644]
vendor/winapi/src/shared/ws2ipdef.rs [new file with mode: 0644]
vendor/winapi/src/shared/wtypes.rs [new file with mode: 0644]
vendor/winapi/src/shared/wtypesbase.rs [new file with mode: 0644]
vendor/winapi/src/ucrt/corecrt.rs [new file with mode: 0644]
vendor/winapi/src/ucrt/mod.rs [new file with mode: 0644]
vendor/winapi/src/um/accctrl.rs [new file with mode: 0644]
vendor/winapi/src/um/aclapi.rs [new file with mode: 0644]
vendor/winapi/src/um/adhoc.rs [new file with mode: 0644]
vendor/winapi/src/um/appmgmt.rs [new file with mode: 0644]
vendor/winapi/src/um/audioclient.rs [new file with mode: 0644]
vendor/winapi/src/um/audiosessiontypes.rs [new file with mode: 0644]
vendor/winapi/src/um/avrt.rs [new file with mode: 0644]
vendor/winapi/src/um/bits.rs [new file with mode: 0644]
vendor/winapi/src/um/bits10_1.rs [new file with mode: 0644]
vendor/winapi/src/um/bits1_5.rs [new file with mode: 0644]
vendor/winapi/src/um/bits2_0.rs [new file with mode: 0644]
vendor/winapi/src/um/bits2_5.rs [new file with mode: 0644]
vendor/winapi/src/um/bits3_0.rs [new file with mode: 0644]
vendor/winapi/src/um/bits4_0.rs [new file with mode: 0644]
vendor/winapi/src/um/bits5_0.rs [new file with mode: 0644]
vendor/winapi/src/um/bitscfg.rs [new file with mode: 0644]
vendor/winapi/src/um/bitsmsg.rs [new file with mode: 0644]
vendor/winapi/src/um/bluetoothapis.rs [new file with mode: 0644]
vendor/winapi/src/um/bluetoothleapis.rs [new file with mode: 0644]
vendor/winapi/src/um/bthledef.rs [new file with mode: 0644]
vendor/winapi/src/um/cfgmgr32.rs [new file with mode: 0644]
vendor/winapi/src/um/cguid.rs [new file with mode: 0644]
vendor/winapi/src/um/combaseapi.rs [new file with mode: 0644]
vendor/winapi/src/um/coml2api.rs [new file with mode: 0644]
vendor/winapi/src/um/commapi.rs [new file with mode: 0644]
vendor/winapi/src/um/commctrl.rs [new file with mode: 0644]
vendor/winapi/src/um/commdlg.rs [new file with mode: 0644]
vendor/winapi/src/um/commoncontrols.rs [new file with mode: 0644]
vendor/winapi/src/um/consoleapi.rs [new file with mode: 0644]
vendor/winapi/src/um/corsym.rs [new file with mode: 0644]
vendor/winapi/src/um/d2d1.rs [new file with mode: 0644]
vendor/winapi/src/um/d2d1_1.rs [new file with mode: 0644]
vendor/winapi/src/um/d2d1_2.rs [new file with mode: 0644]
vendor/winapi/src/um/d2d1_3.rs [new file with mode: 0644]
vendor/winapi/src/um/d2d1effectauthor.rs [new file with mode: 0644]
vendor/winapi/src/um/d2d1effects.rs [new file with mode: 0644]
vendor/winapi/src/um/d2d1effects_1.rs [new file with mode: 0644]
vendor/winapi/src/um/d2d1effects_2.rs [new file with mode: 0644]
vendor/winapi/src/um/d2d1svg.rs [new file with mode: 0644]
vendor/winapi/src/um/d2dbasetypes.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d10.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d10_1.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d10_1shader.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d10effect.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d10misc.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d10sdklayers.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d10shader.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d11.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d11_1.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d11_2.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d11_3.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d11_4.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d11on12.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d11sdklayers.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d11shader.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d11tokenizedprogramformat.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d12.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d12sdklayers.rs [new file with mode: 0644]
vendor/winapi/src/um/d3d12shader.rs [new file with mode: 0644]
vendor/winapi/src/um/d3dcommon.rs [new file with mode: 0644]
vendor/winapi/src/um/d3dcompiler.rs [new file with mode: 0644]
vendor/winapi/src/um/d3dcsx.rs [new file with mode: 0644]
vendor/winapi/src/um/d3dx10core.rs [new file with mode: 0644]
vendor/winapi/src/um/d3dx10math.rs [new file with mode: 0644]
vendor/winapi/src/um/d3dx10mesh.rs [new file with mode: 0644]
vendor/winapi/src/um/datetimeapi.rs [new file with mode: 0644]
vendor/winapi/src/um/davclnt.rs [new file with mode: 0644]
vendor/winapi/src/um/dbghelp.rs [new file with mode: 0644]
vendor/winapi/src/um/dbt.rs [new file with mode: 0644]
vendor/winapi/src/um/dcommon.rs [new file with mode: 0644]
vendor/winapi/src/um/dcomp.rs [new file with mode: 0644]
vendor/winapi/src/um/dcompanimation.rs [new file with mode: 0644]
vendor/winapi/src/um/dde.rs [new file with mode: 0644]
vendor/winapi/src/um/ddraw.rs [new file with mode: 0644]
vendor/winapi/src/um/ddrawi.rs [new file with mode: 0644]
vendor/winapi/src/um/ddrawint.rs [new file with mode: 0644]
vendor/winapi/src/um/debugapi.rs [new file with mode: 0644]
vendor/winapi/src/um/devicetopology.rs [new file with mode: 0644]
vendor/winapi/src/um/dinput.rs [new file with mode: 0644]
vendor/winapi/src/um/dispex.rs [new file with mode: 0644]
vendor/winapi/src/um/dmksctl.rs [new file with mode: 0644]
vendor/winapi/src/um/dmusicc.rs [new file with mode: 0644]
vendor/winapi/src/um/docobj.rs [new file with mode: 0644]
vendor/winapi/src/um/documenttarget.rs [new file with mode: 0644]
vendor/winapi/src/um/dot1x.rs [new file with mode: 0644]
vendor/winapi/src/um/dpa_dsa.rs [new file with mode: 0644]
vendor/winapi/src/um/dpapi.rs [new file with mode: 0644]
vendor/winapi/src/um/dsgetdc.rs [new file with mode: 0644]
vendor/winapi/src/um/dsound.rs [new file with mode: 0644]
vendor/winapi/src/um/dsrole.rs [new file with mode: 0644]
vendor/winapi/src/um/dvp.rs [new file with mode: 0644]
vendor/winapi/src/um/dwmapi.rs [new file with mode: 0644]
vendor/winapi/src/um/dwrite.rs [new file with mode: 0644]
vendor/winapi/src/um/dwrite_1.rs [new file with mode: 0644]
vendor/winapi/src/um/dwrite_2.rs [new file with mode: 0644]
vendor/winapi/src/um/dwrite_3.rs [new file with mode: 0644]
vendor/winapi/src/um/dxdiag.rs [new file with mode: 0644]
vendor/winapi/src/um/dxfile.rs [new file with mode: 0644]
vendor/winapi/src/um/dxgidebug.rs [new file with mode: 0644]
vendor/winapi/src/um/dxva2api.rs [new file with mode: 0644]
vendor/winapi/src/um/dxvahd.rs [new file with mode: 0644]
vendor/winapi/src/um/eaptypes.rs [new file with mode: 0644]
vendor/winapi/src/um/enclaveapi.rs [new file with mode: 0644]
vendor/winapi/src/um/endpointvolume.rs [new file with mode: 0644]
vendor/winapi/src/um/errhandlingapi.rs [new file with mode: 0644]
vendor/winapi/src/um/evntcons.rs [new file with mode: 0644]
vendor/winapi/src/um/exdisp.rs [new file with mode: 0644]
vendor/winapi/src/um/fibersapi.rs [new file with mode: 0644]
vendor/winapi/src/um/fileapi.rs [new file with mode: 0644]
vendor/winapi/src/um/functiondiscoverykeys_devpkey.rs [new file with mode: 0644]
vendor/winapi/src/um/gl/gl.rs [new file with mode: 0644]
vendor/winapi/src/um/gl/mod.rs [new file with mode: 0644]
vendor/winapi/src/um/handleapi.rs [new file with mode: 0644]
vendor/winapi/src/um/heapapi.rs [new file with mode: 0644]
vendor/winapi/src/um/highlevelmonitorconfigurationapi.rs [new file with mode: 0644]
vendor/winapi/src/um/http.rs [new file with mode: 0644]
vendor/winapi/src/um/imm.rs [new file with mode: 0644]
vendor/winapi/src/um/interlockedapi.rs [new file with mode: 0644]
vendor/winapi/src/um/ioapiset.rs [new file with mode: 0644]
vendor/winapi/src/um/ipexport.rs [new file with mode: 0644]
vendor/winapi/src/um/iphlpapi.rs [new file with mode: 0644]
vendor/winapi/src/um/iptypes.rs [new file with mode: 0644]
vendor/winapi/src/um/jobapi.rs [new file with mode: 0644]
vendor/winapi/src/um/jobapi2.rs [new file with mode: 0644]
vendor/winapi/src/um/knownfolders.rs [new file with mode: 0644]
vendor/winapi/src/um/ktmw32.rs [new file with mode: 0644]
vendor/winapi/src/um/l2cmn.rs [new file with mode: 0644]
vendor/winapi/src/um/libloaderapi.rs [new file with mode: 0644]
vendor/winapi/src/um/lmaccess.rs [new file with mode: 0644]
vendor/winapi/src/um/lmalert.rs [new file with mode: 0644]
vendor/winapi/src/um/lmapibuf.rs [new file with mode: 0644]
vendor/winapi/src/um/lmat.rs [new file with mode: 0644]
vendor/winapi/src/um/lmdfs.rs [new file with mode: 0644]
vendor/winapi/src/um/lmerrlog.rs [new file with mode: 0644]
vendor/winapi/src/um/lmjoin.rs [new file with mode: 0644]
vendor/winapi/src/um/lmmsg.rs [new file with mode: 0644]
vendor/winapi/src/um/lmremutl.rs [new file with mode: 0644]
vendor/winapi/src/um/lmrepl.rs [new file with mode: 0644]
vendor/winapi/src/um/lmserver.rs [new file with mode: 0644]
vendor/winapi/src/um/lmshare.rs [new file with mode: 0644]
vendor/winapi/src/um/lmstats.rs [new file with mode: 0644]
vendor/winapi/src/um/lmsvc.rs [new file with mode: 0644]
vendor/winapi/src/um/lmuse.rs [new file with mode: 0644]
vendor/winapi/src/um/lmwksta.rs [new file with mode: 0644]
vendor/winapi/src/um/lowlevelmonitorconfigurationapi.rs [new file with mode: 0644]
vendor/winapi/src/um/lsalookup.rs [new file with mode: 0644]
vendor/winapi/src/um/memoryapi.rs [new file with mode: 0644]
vendor/winapi/src/um/minschannel.rs [new file with mode: 0644]
vendor/winapi/src/um/minwinbase.rs [new file with mode: 0644]
vendor/winapi/src/um/mmdeviceapi.rs [new file with mode: 0644]
vendor/winapi/src/um/mmeapi.rs [new file with mode: 0644]
vendor/winapi/src/um/mmsystem.rs [new file with mode: 0644]
vendor/winapi/src/um/mod.rs [new file with mode: 0644]
vendor/winapi/src/um/msaatext.rs [new file with mode: 0644]
vendor/winapi/src/um/mscat.rs [new file with mode: 0644]
vendor/winapi/src/um/mschapp.rs [new file with mode: 0644]
vendor/winapi/src/um/mssip.rs [new file with mode: 0644]
vendor/winapi/src/um/mswsock.rs [new file with mode: 0644]
vendor/winapi/src/um/namedpipeapi.rs [new file with mode: 0644]
vendor/winapi/src/um/namespaceapi.rs [new file with mode: 0644]
vendor/winapi/src/um/nb30.rs [new file with mode: 0644]
vendor/winapi/src/um/ncrypt.rs [new file with mode: 0644]
vendor/winapi/src/um/ntlsa.rs [new file with mode: 0644]
vendor/winapi/src/um/ntsecapi.rs [new file with mode: 0644]
vendor/winapi/src/um/oaidl.rs [new file with mode: 0644]
vendor/winapi/src/um/objbase.rs [new file with mode: 0644]
vendor/winapi/src/um/objidl.rs [new file with mode: 0644]
vendor/winapi/src/um/objidlbase.rs [new file with mode: 0644]
vendor/winapi/src/um/ocidl.rs [new file with mode: 0644]
vendor/winapi/src/um/ole2.rs [new file with mode: 0644]
vendor/winapi/src/um/oleauto.rs [new file with mode: 0644]
vendor/winapi/src/um/olectl.rs [new file with mode: 0644]
vendor/winapi/src/um/oleidl.rs [new file with mode: 0644]
vendor/winapi/src/um/opmapi.rs [new file with mode: 0644]
vendor/winapi/src/um/pdh.rs [new file with mode: 0644]
vendor/winapi/src/um/perflib.rs [new file with mode: 0644]
vendor/winapi/src/um/physicalmonitorenumerationapi.rs [new file with mode: 0644]
vendor/winapi/src/um/playsoundapi.rs [new file with mode: 0644]
vendor/winapi/src/um/portabledevice.rs [new file with mode: 0644]
vendor/winapi/src/um/portabledeviceapi.rs [new file with mode: 0644]
vendor/winapi/src/um/portabledevicetypes.rs [new file with mode: 0644]
vendor/winapi/src/um/powerbase.rs [new file with mode: 0644]
vendor/winapi/src/um/powersetting.rs [new file with mode: 0644]
vendor/winapi/src/um/powrprof.rs [new file with mode: 0644]
vendor/winapi/src/um/processenv.rs [new file with mode: 0644]
vendor/winapi/src/um/processsnapshot.rs [new file with mode: 0644]
vendor/winapi/src/um/processthreadsapi.rs [new file with mode: 0644]
vendor/winapi/src/um/processtopologyapi.rs [new file with mode: 0644]
vendor/winapi/src/um/profileapi.rs [new file with mode: 0644]
vendor/winapi/src/um/propidl.rs [new file with mode: 0644]
vendor/winapi/src/um/propkey.rs [new file with mode: 0644]
vendor/winapi/src/um/propkeydef.rs [new file with mode: 0644]
vendor/winapi/src/um/propsys.rs [new file with mode: 0644]
vendor/winapi/src/um/prsht.rs [new file with mode: 0644]
vendor/winapi/src/um/psapi.rs [new file with mode: 0644]
vendor/winapi/src/um/realtimeapiset.rs [new file with mode: 0644]
vendor/winapi/src/um/reason.rs [new file with mode: 0644]
vendor/winapi/src/um/restartmanager.rs [new file with mode: 0644]
vendor/winapi/src/um/restrictederrorinfo.rs [new file with mode: 0644]
vendor/winapi/src/um/rmxfguid.rs [new file with mode: 0644]
vendor/winapi/src/um/rtinfo.rs [new file with mode: 0644]
vendor/winapi/src/um/sapi.rs [new file with mode: 0644]
vendor/winapi/src/um/sapi51.rs [new file with mode: 0644]
vendor/winapi/src/um/sapi53.rs [new file with mode: 0644]
vendor/winapi/src/um/sapiddk.rs [new file with mode: 0644]
vendor/winapi/src/um/sapiddk51.rs [new file with mode: 0644]
vendor/winapi/src/um/schannel.rs [new file with mode: 0644]
vendor/winapi/src/um/securityappcontainer.rs [new file with mode: 0644]
vendor/winapi/src/um/securitybaseapi.rs [new file with mode: 0644]
vendor/winapi/src/um/servprov.rs [new file with mode: 0644]
vendor/winapi/src/um/setupapi.rs [new file with mode: 0644]
vendor/winapi/src/um/shellapi.rs [new file with mode: 0644]
vendor/winapi/src/um/shellscalingapi.rs [new file with mode: 0644]
vendor/winapi/src/um/shlobj.rs [new file with mode: 0644]
vendor/winapi/src/um/shobjidl.rs [new file with mode: 0644]
vendor/winapi/src/um/shobjidl_core.rs [new file with mode: 0644]
vendor/winapi/src/um/shtypes.rs [new file with mode: 0644]
vendor/winapi/src/um/softpub.rs [new file with mode: 0644]
vendor/winapi/src/um/spapidef.rs [new file with mode: 0644]
vendor/winapi/src/um/spellcheck.rs [new file with mode: 0644]
vendor/winapi/src/um/sporder.rs [new file with mode: 0644]
vendor/winapi/src/um/sql.rs [new file with mode: 0644]
vendor/winapi/src/um/sqlext.rs [new file with mode: 0644]
vendor/winapi/src/um/sqltypes.rs [new file with mode: 0644]
vendor/winapi/src/um/sqlucode.rs [new file with mode: 0644]
vendor/winapi/src/um/sspi.rs [new file with mode: 0644]
vendor/winapi/src/um/stringapiset.rs [new file with mode: 0644]
vendor/winapi/src/um/strmif.rs [new file with mode: 0644]
vendor/winapi/src/um/subauth.rs [new file with mode: 0644]
vendor/winapi/src/um/synchapi.rs [new file with mode: 0644]
vendor/winapi/src/um/sysinfoapi.rs [new file with mode: 0644]
vendor/winapi/src/um/systemtopologyapi.rs [new file with mode: 0644]
vendor/winapi/src/um/taskschd.rs [new file with mode: 0644]
vendor/winapi/src/um/textstor.rs [new file with mode: 0644]
vendor/winapi/src/um/threadpoolapiset.rs [new file with mode: 0644]
vendor/winapi/src/um/threadpoollegacyapiset.rs [new file with mode: 0644]
vendor/winapi/src/um/timeapi.rs [new file with mode: 0644]
vendor/winapi/src/um/timezoneapi.rs [new file with mode: 0644]
vendor/winapi/src/um/tlhelp32.rs [new file with mode: 0644]
vendor/winapi/src/um/unknwnbase.rs [new file with mode: 0644]
vendor/winapi/src/um/urlhist.rs [new file with mode: 0644]
vendor/winapi/src/um/urlmon.rs [new file with mode: 0644]
vendor/winapi/src/um/userenv.rs [new file with mode: 0644]
vendor/winapi/src/um/usp10.rs [new file with mode: 0644]
vendor/winapi/src/um/utilapiset.rs [new file with mode: 0644]
vendor/winapi/src/um/uxtheme.rs [new file with mode: 0644]
vendor/winapi/src/um/vsbackup.rs [new file with mode: 0644]
vendor/winapi/src/um/vss.rs [new file with mode: 0644]
vendor/winapi/src/um/vsserror.rs [new file with mode: 0644]
vendor/winapi/src/um/vswriter.rs [new file with mode: 0644]
vendor/winapi/src/um/wbemads.rs [new file with mode: 0644]
vendor/winapi/src/um/wbemcli.rs [new file with mode: 0644]
vendor/winapi/src/um/wbemdisp.rs [new file with mode: 0644]
vendor/winapi/src/um/wbemprov.rs [new file with mode: 0644]
vendor/winapi/src/um/wbemtran.rs [new file with mode: 0644]
vendor/winapi/src/um/wct.rs [new file with mode: 0644]
vendor/winapi/src/um/werapi.rs [new file with mode: 0644]
vendor/winapi/src/um/winbase.rs [new file with mode: 0644]
vendor/winapi/src/um/wincodec.rs [new file with mode: 0644]
vendor/winapi/src/um/wincodecsdk.rs [new file with mode: 0644]
vendor/winapi/src/um/wincon.rs [new file with mode: 0644]
vendor/winapi/src/um/wincontypes.rs [new file with mode: 0644]
vendor/winapi/src/um/wincred.rs [new file with mode: 0644]
vendor/winapi/src/um/wincrypt.rs [new file with mode: 0644]
vendor/winapi/src/um/windowsceip.rs [new file with mode: 0644]
vendor/winapi/src/um/winefs.rs [new file with mode: 0644]
vendor/winapi/src/um/winevt.rs [new file with mode: 0644]
vendor/winapi/src/um/wingdi.rs [new file with mode: 0644]
vendor/winapi/src/um/winhttp.rs [new file with mode: 0644]
vendor/winapi/src/um/wininet.rs [new file with mode: 0644]
vendor/winapi/src/um/winineti.rs [new file with mode: 0644]
vendor/winapi/src/um/winioctl.rs [new file with mode: 0644]
vendor/winapi/src/um/winnetwk.rs [new file with mode: 0644]
vendor/winapi/src/um/winnls.rs [new file with mode: 0644]
vendor/winapi/src/um/winnt.rs [new file with mode: 0644]
vendor/winapi/src/um/winreg.rs [new file with mode: 0644]
vendor/winapi/src/um/winsafer.rs [new file with mode: 0644]
vendor/winapi/src/um/winscard.rs [new file with mode: 0644]
vendor/winapi/src/um/winsmcrd.rs [new file with mode: 0644]
vendor/winapi/src/um/winsock2.rs [new file with mode: 0644]
vendor/winapi/src/um/winspool.rs [new file with mode: 0644]
vendor/winapi/src/um/winsvc.rs [new file with mode: 0644]
vendor/winapi/src/um/wintrust.rs [new file with mode: 0644]
vendor/winapi/src/um/winusb.rs [new file with mode: 0644]
vendor/winapi/src/um/winuser.rs [new file with mode: 0644]
vendor/winapi/src/um/winver.rs [new file with mode: 0644]
vendor/winapi/src/um/wlanapi.rs [new file with mode: 0644]
vendor/winapi/src/um/wlanihv.rs [new file with mode: 0644]
vendor/winapi/src/um/wlanihvtypes.rs [new file with mode: 0644]
vendor/winapi/src/um/wlclient.rs [new file with mode: 0644]
vendor/winapi/src/um/wow64apiset.rs [new file with mode: 0644]
vendor/winapi/src/um/wpdmtpextensions.rs [new file with mode: 0644]
vendor/winapi/src/um/ws2bth.rs [new file with mode: 0644]
vendor/winapi/src/um/ws2spi.rs [new file with mode: 0644]
vendor/winapi/src/um/ws2tcpip.rs [new file with mode: 0644]
vendor/winapi/src/um/wtsapi32.rs [new file with mode: 0644]
vendor/winapi/src/um/xinput.rs [new file with mode: 0644]
vendor/winapi/src/vc/excpt.rs [new file with mode: 0644]
vendor/winapi/src/vc/limits.rs [new file with mode: 0644]
vendor/winapi/src/vc/mod.rs [new file with mode: 0644]
vendor/winapi/src/vc/vadefs.rs [new file with mode: 0644]
vendor/winapi/src/vc/vcruntime.rs [new file with mode: 0644]
vendor/winapi/src/winrt/activation.rs [new file with mode: 0644]
vendor/winapi/src/winrt/hstring.rs [new file with mode: 0644]
vendor/winapi/src/winrt/inspectable.rs [new file with mode: 0644]
vendor/winapi/src/winrt/mod.rs [new file with mode: 0644]
vendor/winapi/src/winrt/roapi.rs [new file with mode: 0644]
vendor/winapi/src/winrt/robuffer.rs [new file with mode: 0644]
vendor/winapi/src/winrt/roerrorapi.rs [new file with mode: 0644]
vendor/winapi/src/winrt/winstring.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/.cargo-checksum.json [new file with mode: 0644]
vendor/windows-sys-0.42.0/Cargo.toml [new file with mode: 0644]
vendor/windows-sys-0.42.0/license-apache-2.0 [new file with mode: 0644]
vendor/windows-sys-0.42.0/license-mit [new file with mode: 0644]
vendor/windows-sys-0.42.0/readme.md [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/AI/MachineLearning/DirectML/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/AI/MachineLearning/WinML/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/AI/MachineLearning/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/AI/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Data/HtmlHelp/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Data/RightsManagement/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Data/Xml/MsXml/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Data/Xml/XmlLite/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Data/Xml/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Data/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/AllJoyn/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/BiometricFramework/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/Bluetooth/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/Communication/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/DeviceAccess/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/DeviceQuery/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/Display/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/Enumeration/Pnp/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/Enumeration/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/Fax/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/FunctionDiscovery/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/Geolocation/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/ImageAcquisition/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/PortableDevices/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/Properties/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/Pwm/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/Sensors/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/SerialCommunication/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/Tapi/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/Usb/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/WebServicesOnDevices/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Foundation/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Gaming/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Globalization/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/CompositionSwapchain/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/DXCore/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Direct2D/Common/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Direct2D/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Direct3D/Dxc/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Direct3D/Fxc/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Direct3D/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Direct3D10/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Direct3D11/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Direct3D11on12/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Direct3D12/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Direct3D9/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Direct3D9on12/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/DirectComposition/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/DirectDraw/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/DirectManipulation/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/DirectWrite/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Dwm/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Dxgi/Common/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Dxgi/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Gdi/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Hlsl/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Imaging/D2D/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Imaging/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/OpenGL/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Printing/PrintTicket/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/Printing/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Graphics/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Management/MobileDeviceManagementRegistration/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Management/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/Audio/Apo/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/Audio/DirectMusic/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/Audio/DirectSound/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/Audio/Endpoints/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/Audio/XAudio2/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/Audio/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/DeviceManager/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/DirectShow/Xml/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/DirectShow/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/DxMediaObjects/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/KernelStreaming/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/LibrarySharingServices/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/MediaFoundation/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/MediaPlayer/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/Multimedia/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/PictureAcquisition/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/Speech/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/Streaming/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/WindowsMediaFormat/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Media/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/Dhcp/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/Dns/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/MobileBroadband/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/Multicast/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/Ndis/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/NetBios/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/NetManagement/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/NetShell/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/NetworkPolicyServer/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/P2P/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/QoS/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/Rras/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/Snmp/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/WNet/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/WebDav/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/WiFi/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/WindowsConnectNow/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/WindowsFirewall/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/NetworkManagement/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Networking/ActiveDirectory/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Networking/BackgroundIntelligentTransferService/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Networking/Clustering/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Networking/HttpServer/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Networking/Ldap/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Networking/NetworkListManager/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Networking/RemoteDifferentialCompression/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Networking/WebSocket/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Networking/WinHttp/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Networking/WinInet/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Networking/WinSock/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Networking/WindowsWebServices/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Networking/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/AppLocker/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/Authentication/Identity/Provider/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/Authentication/Identity/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/Authentication/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/Authorization/UI/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/Authorization/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/ConfigurationSnapin/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/Credentials/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/Cryptography/Certificates/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/Cryptography/Sip/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/Cryptography/UI/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/Cryptography/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/DiagnosticDataQuery/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/DirectoryServices/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/EnterpriseData/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/Isolation/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/LicenseProtection/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/Tpm/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/WinTrust/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/WinWlx/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Security/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/Cabinets/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/CloudFilters/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/Compression/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/DataDeduplication/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/DistributedFileSystem/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/EnhancedStorage/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/FileHistory/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/FileServerResourceManager/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/FileSystem/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/Imapi/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/IndexServer/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/InstallableFileSystems/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/IscsiDisc/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/Jet/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/OfflineFiles/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/OperationRecorder/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/Packaging/Appx/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/Packaging/Opc/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/Packaging/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/ProjectedFileSystem/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/StructuredStorage/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/Vhd/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/VirtualDiskService/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/Vss/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/Xps/Printing/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/Xps/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/AddressBook/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Antimalware/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/ApplicationVerifier/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/AssessmentTool/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Com/CallObj/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Com/ChannelCredentials/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Com/Events/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Com/Marshal/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Com/StructuredStorage/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Com/UI/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Com/Urlmon/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Com/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/ComponentServices/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Console/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Contacts/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/CorrelationVector/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/DataExchange/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/DeploymentServices/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/DesktopSharing/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/DeveloperLicensing/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Diagnostics/Ceip/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Diagnostics/Debug/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Diagnostics/Etw/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Diagnostics/ToolHelp/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Diagnostics/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/DistributedTransactionCoordinator/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Environment/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/ErrorReporting/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/EventCollector/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/EventLog/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/EventNotificationService/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/GroupPolicy/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/HostCompute/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/HostComputeNetwork/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/HostComputeSystem/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Hypervisor/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/IO/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Iis/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Ioctl/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/JobObjects/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Js/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Kernel/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/LibraryLoader/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Mailslots/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Mapi/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Memory/NonVolatile/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Memory/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/MessageQueuing/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/MixedReality/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Mmc/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Ole/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/ParentalControls/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/PasswordManagement/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Performance/HardwareCounterProfiling/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Performance/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Pipes/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Power/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/ProcessStatus/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/RealTimeCommunications/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Recovery/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Registry/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/RemoteAssistance/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/RemoteDesktop/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/RemoteManagement/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/RestartManager/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Restore/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Rpc/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Search/Common/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Search/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/SecurityCenter/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/ServerBackup/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Services/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/SettingsManagementInfrastructure/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/SetupAndMigration/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Shutdown/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/SideShow/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/StationsAndDesktops/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/SubsystemForLinux/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/SystemInformation/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/SystemServices/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/TaskScheduler/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Threading/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Time/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/TpmBaseServices/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/TransactionServer/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/UpdateAgent/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/UpdateAssessment/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/UserAccessLogging/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/VirtualDosMachines/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/AllJoyn/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Composition/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/CoreInputView/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Direct3D11/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Display/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Graphics/Capture/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Graphics/Direct2D/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Graphics/Imaging/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Graphics/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Holographic/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Isolation/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/ML/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Media/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Pdf/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Printing/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Shell/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Storage/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WindowsProgramming/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/WindowsSync/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/Wmi/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/System/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Accessibility/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Animation/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/ColorSystem/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Controls/Dialogs/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Controls/RichEdit/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Controls/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/HiDpi/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Input/Ime/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Input/Ink/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Input/KeyboardAndMouse/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Input/Pointer/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Input/Radial/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Input/Touch/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Input/XboxController/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Input/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/InteractionContext/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/LegacyWindowsEnvironmentFeatures/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Magnification/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Notifications/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Ribbon/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Shell/Common/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Shell/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/TabletPC/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/TextServices/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/WindowsAndMessaging/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Wpf/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Xaml/Diagnostics/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/Xaml/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/UI/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/Win32/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/Windows/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/core/literals.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/core/mod.rs [new file with mode: 0644]
vendor/windows-sys-0.42.0/src/lib.rs [new file with mode: 0644]
vendor/windows-sys/.cargo-checksum.json [new file with mode: 0644]
vendor/windows-sys/Cargo.toml [new file with mode: 0644]
vendor/windows-sys/license-apache-2.0 [new file with mode: 0644]
vendor/windows-sys/license-mit [new file with mode: 0644]
vendor/windows-sys/readme.md [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Data/HtmlHelp/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Data/RightsManagement/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Data/Xml/MsXml/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Data/Xml/XmlLite/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Data/Xml/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Data/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/AllJoyn/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/BiometricFramework/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/Bluetooth/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/Communication/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/DeviceAccess/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/DeviceQuery/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/Display/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/Enumeration/Pnp/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/Enumeration/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/Fax/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/FunctionDiscovery/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/Geolocation/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/ImageAcquisition/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/PortableDevices/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/Properties/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/Pwm/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/Sensors/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/SerialCommunication/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/Tapi/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/Usb/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/WebServicesOnDevices/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Devices/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Foundation/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Gaming/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Globalization/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Graphics/Dwm/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Graphics/Gdi/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Graphics/Hlsl/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Graphics/OpenGL/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Graphics/Printing/PrintTicket/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Graphics/Printing/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Graphics/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Management/MobileDeviceManagementRegistration/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Management/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Media/Audio/Apo/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Media/Audio/DirectMusic/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Media/Audio/Endpoints/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Media/Audio/XAudio2/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Media/Audio/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Media/DeviceManager/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Media/DxMediaObjects/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Media/KernelStreaming/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Media/LibrarySharingServices/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Media/MediaPlayer/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Media/Multimedia/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Media/Speech/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Media/Streaming/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Media/WindowsMediaFormat/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Media/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/Dhcp/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/Dns/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/MobileBroadband/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/Multicast/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/Ndis/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/NetBios/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/NetManagement/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/NetShell/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/NetworkPolicyServer/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/P2P/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/QoS/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/Rras/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/Snmp/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/WNet/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/WebDav/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/WiFi/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/WindowsConnectNow/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/WindowsFirewall/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/NetworkManagement/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Networking/ActiveDirectory/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Networking/BackgroundIntelligentTransferService/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Networking/Clustering/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Networking/HttpServer/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Networking/Ldap/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Networking/NetworkListManager/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Networking/RemoteDifferentialCompression/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Networking/WebSocket/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Networking/WinHttp/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Networking/WinInet/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Networking/WinSock/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Networking/WindowsWebServices/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Networking/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/AppLocker/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/Authentication/Identity/Provider/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/Authentication/Identity/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/Authentication/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/Authorization/UI/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/Authorization/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/ConfigurationSnapin/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/Credentials/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/Cryptography/Certificates/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/Cryptography/Sip/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/Cryptography/UI/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/Cryptography/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/DiagnosticDataQuery/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/DirectoryServices/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/EnterpriseData/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/Isolation/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/LicenseProtection/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/Tpm/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/WinTrust/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/WinWlx/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Security/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/Cabinets/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/CloudFilters/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/Compression/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/DataDeduplication/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/DistributedFileSystem/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/EnhancedStorage/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/FileHistory/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/FileServerResourceManager/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/FileSystem/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/Imapi/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/IndexServer/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/InstallableFileSystems/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/IscsiDisc/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/Jet/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/OfflineFiles/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/OperationRecorder/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/Packaging/Appx/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/Packaging/Opc/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/Packaging/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/ProjectedFileSystem/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/StructuredStorage/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/Vhd/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/VirtualDiskService/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/Vss/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/Xps/Printing/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/Xps/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/Storage/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/AddressBook/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Antimalware/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/ApplicationInstallationAndServicing/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/ApplicationVerifier/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/AssessmentTool/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Com/CallObj/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Com/ChannelCredentials/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Com/Events/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Com/Marshal/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Com/StructuredStorage/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Com/UI/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Com/Urlmon/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Com/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/ComponentServices/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Console/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Contacts/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/CorrelationVector/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/DataExchange/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/DeploymentServices/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/DesktopSharing/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/DeveloperLicensing/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Diagnostics/Ceip/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Diagnostics/Debug/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Diagnostics/Etw/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Diagnostics/ToolHelp/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Diagnostics/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/DistributedTransactionCoordinator/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Environment/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/ErrorReporting/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/EventCollector/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/EventLog/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/EventNotificationService/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/GroupPolicy/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/HostCompute/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/HostComputeNetwork/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/HostComputeSystem/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Hypervisor/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/IO/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Iis/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Ioctl/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/JobObjects/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Js/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Kernel/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/LibraryLoader/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Mailslots/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Mapi/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Memory/NonVolatile/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Memory/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/MessageQueuing/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/MixedReality/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Mmc/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Ole/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/ParentalControls/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/PasswordManagement/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Performance/HardwareCounterProfiling/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Performance/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Pipes/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Power/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/ProcessStatus/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/RealTimeCommunications/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Recovery/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Registry/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/RemoteAssistance/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/RemoteDesktop/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/RemoteManagement/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/RestartManager/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Restore/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Rpc/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Search/Common/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Search/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/SecurityCenter/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/ServerBackup/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Services/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/SettingsManagementInfrastructure/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/SetupAndMigration/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Shutdown/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/StationsAndDesktops/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/SubsystemForLinux/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/SystemInformation/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/SystemServices/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/TaskScheduler/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Threading/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Time/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/TpmBaseServices/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/UpdateAgent/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/UpdateAssessment/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/UserAccessLogging/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/VirtualDosMachines/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/WindowsProgramming/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/WindowsSync/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/Wmi/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/System/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Accessibility/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Animation/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/ColorSystem/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Controls/Dialogs/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Controls/RichEdit/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Controls/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/HiDpi/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Input/Ime/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Input/Ink/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Input/KeyboardAndMouse/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Input/Pointer/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Input/Radial/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Input/Touch/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Input/XboxController/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Input/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/InteractionContext/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/LegacyWindowsEnvironmentFeatures/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Magnification/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Notifications/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Ribbon/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Shell/Common/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Shell/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/TabletPC/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/TextServices/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/WindowsAndMessaging/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/Wpf/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/UI/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/Win32/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/Windows/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/core/literals.rs [new file with mode: 0644]
vendor/windows-sys/src/core/mod.rs [new file with mode: 0644]
vendor/windows-sys/src/lib.rs [new file with mode: 0644]
vendor/windows-targets/.cargo-checksum.json [new file with mode: 0644]
vendor/windows-targets/Cargo.toml [new file with mode: 0644]
vendor/windows-targets/license-apache-2.0 [new file with mode: 0644]
vendor/windows-targets/license-mit [new file with mode: 0644]
vendor/windows-targets/src/lib.rs [new file with mode: 0644]
vendor/windows_aarch64_gnullvm/.cargo-checksum.json [new file with mode: 0644]
vendor/windows_aarch64_gnullvm/Cargo.toml [new file with mode: 0644]
vendor/windows_aarch64_gnullvm/build.rs [new file with mode: 0644]
vendor/windows_aarch64_gnullvm/lib/libwindows.a [new file with mode: 0644]
vendor/windows_aarch64_gnullvm/license-apache-2.0 [new file with mode: 0644]
vendor/windows_aarch64_gnullvm/license-mit [new file with mode: 0644]
vendor/windows_aarch64_gnullvm/src/lib.rs [new file with mode: 0644]
vendor/windows_aarch64_msvc/.cargo-checksum.json [new file with mode: 0644]
vendor/windows_aarch64_msvc/Cargo.toml [new file with mode: 0644]
vendor/windows_aarch64_msvc/build.rs [new file with mode: 0644]
vendor/windows_aarch64_msvc/lib/windows.lib [new file with mode: 0644]
vendor/windows_aarch64_msvc/license-apache-2.0 [new file with mode: 0644]
vendor/windows_aarch64_msvc/license-mit [new file with mode: 0644]
vendor/windows_aarch64_msvc/src/lib.rs [new file with mode: 0644]
vendor/windows_i686_gnu/.cargo-checksum.json [new file with mode: 0644]
vendor/windows_i686_gnu/Cargo.toml [new file with mode: 0644]
vendor/windows_i686_gnu/build.rs [new file with mode: 0644]
vendor/windows_i686_gnu/lib/libwindows.a [new file with mode: 0644]
vendor/windows_i686_gnu/license-apache-2.0 [new file with mode: 0644]
vendor/windows_i686_gnu/license-mit [new file with mode: 0644]
vendor/windows_i686_gnu/src/lib.rs [new file with mode: 0644]
vendor/windows_i686_msvc/.cargo-checksum.json [new file with mode: 0644]
vendor/windows_i686_msvc/Cargo.toml [new file with mode: 0644]
vendor/windows_i686_msvc/build.rs [new file with mode: 0644]
vendor/windows_i686_msvc/lib/windows.lib [new file with mode: 0644]
vendor/windows_i686_msvc/license-apache-2.0 [new file with mode: 0644]
vendor/windows_i686_msvc/license-mit [new file with mode: 0644]
vendor/windows_i686_msvc/src/lib.rs [new file with mode: 0644]
vendor/windows_x86_64_gnu/.cargo-checksum.json [new file with mode: 0644]
vendor/windows_x86_64_gnu/Cargo.toml [new file with mode: 0644]
vendor/windows_x86_64_gnu/build.rs [new file with mode: 0644]
vendor/windows_x86_64_gnu/lib/libwindows.a [new file with mode: 0644]
vendor/windows_x86_64_gnu/license-apache-2.0 [new file with mode: 0644]
vendor/windows_x86_64_gnu/license-mit [new file with mode: 0644]
vendor/windows_x86_64_gnu/src/lib.rs [new file with mode: 0644]
vendor/windows_x86_64_gnullvm/.cargo-checksum.json [new file with mode: 0644]
vendor/windows_x86_64_gnullvm/Cargo.toml [new file with mode: 0644]
vendor/windows_x86_64_gnullvm/build.rs [new file with mode: 0644]
vendor/windows_x86_64_gnullvm/lib/libwindows.a [new file with mode: 0644]
vendor/windows_x86_64_gnullvm/license-apache-2.0 [new file with mode: 0644]
vendor/windows_x86_64_gnullvm/license-mit [new file with mode: 0644]
vendor/windows_x86_64_gnullvm/src/lib.rs [new file with mode: 0644]
vendor/windows_x86_64_msvc/.cargo-checksum.json [new file with mode: 0644]
vendor/windows_x86_64_msvc/Cargo.toml [new file with mode: 0644]
vendor/windows_x86_64_msvc/build.rs [new file with mode: 0644]
vendor/windows_x86_64_msvc/lib/windows.lib [new file with mode: 0644]
vendor/windows_x86_64_msvc/license-apache-2.0 [new file with mode: 0644]
vendor/windows_x86_64_msvc/license-mit [new file with mode: 0644]
vendor/windows_x86_64_msvc/src/lib.rs [new file with mode: 0644]
vendor/write-json/.cargo-checksum.json [new file with mode: 0644]
vendor/write-json/Cargo.toml [new file with mode: 0644]
vendor/write-json/LICENSE-APACHE [new file with mode: 0644]
vendor/write-json/LICENSE-MIT [new file with mode: 0644]
vendor/write-json/README.md [new file with mode: 0644]
vendor/write-json/bors.toml [new file with mode: 0644]
vendor/write-json/src/lib.rs [new file with mode: 0644]
vendor/write-json/tests/tests.rs [new file with mode: 0644]
vendor/writeable/.cargo-checksum.json [new file with mode: 0644]
vendor/writeable/Cargo.lock [new file with mode: 0644]
vendor/writeable/Cargo.toml [new file with mode: 0644]
vendor/writeable/LICENSE [new file with mode: 0644]
vendor/writeable/README.md [new file with mode: 0644]
vendor/writeable/benches/writeable.rs [new file with mode: 0644]
vendor/writeable/examples/writeable_message.rs [new file with mode: 0644]
vendor/writeable/src/impls.rs [new file with mode: 0644]
vendor/writeable/src/lib.rs [new file with mode: 0644]
vendor/writeable/src/ops.rs [new file with mode: 0644]
vendor/writeable/tests/writeable.rs [new file with mode: 0644]
vendor/xattr/.cargo-checksum.json [new file with mode: 0644]
vendor/xattr/Cargo.toml [new file with mode: 0644]
vendor/xattr/LICENSE-APACHE [new file with mode: 0644]
vendor/xattr/LICENSE-MIT [new file with mode: 0644]
vendor/xattr/README.md [new file with mode: 0644]
vendor/xattr/src/error.rs [new file with mode: 0644]
vendor/xattr/src/lib.rs [new file with mode: 0644]
vendor/xattr/src/sys/bsd.rs [new file with mode: 0644]
vendor/xattr/src/sys/linux_macos/linux.rs [new file with mode: 0644]
vendor/xattr/src/sys/linux_macos/macos.rs [new file with mode: 0644]
vendor/xattr/src/sys/linux_macos/mod.rs [new file with mode: 0644]
vendor/xattr/src/sys/mod.rs [new file with mode: 0644]
vendor/xattr/src/sys/unsupported.rs [new file with mode: 0644]
vendor/xattr/src/util.rs [new file with mode: 0644]
vendor/xattr/tests/main.rs [new file with mode: 0644]
vendor/xflags-macros/.cargo-checksum.json [new file with mode: 0644]
vendor/xflags-macros/Cargo.toml [new file with mode: 0644]
vendor/xflags-macros/src/ast.rs [new file with mode: 0644]
vendor/xflags-macros/src/emit.rs [new file with mode: 0644]
vendor/xflags-macros/src/lib.rs [new file with mode: 0644]
vendor/xflags-macros/src/parse.rs [new file with mode: 0644]
vendor/xflags-macros/src/update.rs [new file with mode: 0644]
vendor/xflags-macros/tests/data/help.rs [new file with mode: 0644]
vendor/xflags-macros/tests/data/repeated_pos.rs [new file with mode: 0644]
vendor/xflags-macros/tests/data/smoke.rs [new file with mode: 0644]
vendor/xflags-macros/tests/data/subcommands.rs [new file with mode: 0644]
vendor/xflags-macros/tests/it/help.rs [new file with mode: 0644]
vendor/xflags-macros/tests/it/main.rs [new file with mode: 0644]
vendor/xflags-macros/tests/it/repeated_pos.rs [new file with mode: 0644]
vendor/xflags-macros/tests/it/smoke.rs [new file with mode: 0644]
vendor/xflags-macros/tests/it/subcommands.rs [new file with mode: 0644]
vendor/xflags/.cargo-checksum.json [new file with mode: 0644]
vendor/xflags/Cargo.lock [new file with mode: 0644]
vendor/xflags/Cargo.toml [new file with mode: 0644]
vendor/xflags/examples/hello-generated.rs [new file with mode: 0644]
vendor/xflags/examples/hello.rs [new file with mode: 0644]
vendor/xflags/examples/immediate-mode.rs [new file with mode: 0644]
vendor/xflags/examples/longer.rs [new file with mode: 0644]
vendor/xflags/examples/non-utf8.rs [new file with mode: 0644]
vendor/xflags/src/lib.rs [new file with mode: 0644]
vendor/xflags/src/rt.rs [new file with mode: 0644]
vendor/xshell-macros/.cargo-checksum.json [new file with mode: 0644]
vendor/xshell-macros/Cargo.toml [new file with mode: 0644]
vendor/xshell-macros/src/lib.rs [new file with mode: 0644]
vendor/xshell/.cargo-checksum.json [new file with mode: 0644]
vendor/xshell/CHANGELOG.md [new file with mode: 0644]
vendor/xshell/Cargo.lock [new file with mode: 0644]
vendor/xshell/Cargo.toml [new file with mode: 0644]
vendor/xshell/LICENSE-APACHE [new file with mode: 0644]
vendor/xshell/LICENSE-MIT [new file with mode: 0644]
vendor/xshell/README.md [new file with mode: 0644]
vendor/xshell/examples/ci.rs [new file with mode: 0644]
vendor/xshell/examples/clone_and_publish.rs [new file with mode: 0644]
vendor/xshell/src/error.rs [new file with mode: 0644]
vendor/xshell/src/lib.rs [new file with mode: 0644]
vendor/xshell/tests/compile_time.rs [new file with mode: 0644]
vendor/xshell/tests/data/xecho.rs [new file with mode: 0644]
vendor/xshell/tests/it/compile_failures.rs [new file with mode: 0644]
vendor/xshell/tests/it/env.rs [new file with mode: 0644]
vendor/xshell/tests/it/main.rs [new file with mode: 0644]
vendor/xshell/tests/it/tidy.rs [new file with mode: 0644]
vendor/xz2/.cargo-checksum.json [new file with mode: 0644]
vendor/xz2/Cargo.toml [new file with mode: 0644]
vendor/xz2/LICENSE-APACHE [new file with mode: 0644]
vendor/xz2/LICENSE-MIT [new file with mode: 0644]
vendor/xz2/README.md [new file with mode: 0644]
vendor/xz2/src/bufread.rs [new file with mode: 0644]
vendor/xz2/src/lib.rs [new file with mode: 0644]
vendor/xz2/src/read.rs [new file with mode: 0644]
vendor/xz2/src/stream.rs [new file with mode: 0644]
vendor/xz2/src/write.rs [new file with mode: 0644]
vendor/xz2/tests/drop-incomplete.rs [new file with mode: 0644]
vendor/xz2/tests/tokio.rs [new file with mode: 0644]
vendor/xz2/tests/xz.rs [new file with mode: 0644]
vendor/yansi-term/.cargo-checksum.json [new file with mode: 0644]
vendor/yansi-term/Cargo.lock [new file with mode: 0644]
vendor/yansi-term/Cargo.toml [new file with mode: 0644]
vendor/yansi-term/LICENCE [new file with mode: 0644]
vendor/yansi-term/README.md [new file with mode: 0644]
vendor/yansi-term/examples/256_colours.rs [new file with mode: 0644]
vendor/yansi-term/examples/basic_colours.rs [new file with mode: 0644]
vendor/yansi-term/examples/overwrite.rs [new file with mode: 0644]
vendor/yansi-term/examples/rgb_colours.rs [new file with mode: 0644]
vendor/yansi-term/src/ansi.rs [new file with mode: 0644]
vendor/yansi-term/src/display.rs [new file with mode: 0644]
vendor/yansi-term/src/lib.rs [new file with mode: 0644]
vendor/yansi-term/src/style.rs [new file with mode: 0644]
vendor/yansi-term/src/windows.rs [new file with mode: 0644]
vendor/yansi/.cargo-checksum.json [new file with mode: 0644]
vendor/yansi/Cargo.toml [new file with mode: 0644]
vendor/yansi/LICENSE-APACHE [new file with mode: 0644]
vendor/yansi/LICENSE-MIT [new file with mode: 0644]
vendor/yansi/README.md [new file with mode: 0644]
vendor/yansi/src/color.rs [new file with mode: 0644]
vendor/yansi/src/lib.rs [new file with mode: 0644]
vendor/yansi/src/macros.rs [new file with mode: 0644]
vendor/yansi/src/paint.rs [new file with mode: 0644]
vendor/yansi/src/style.rs [new file with mode: 0644]
vendor/yansi/src/tests.rs [new file with mode: 0644]
vendor/yansi/src/windows.rs [new file with mode: 0644]
vendor/yoke-derive/.cargo-checksum.json [new file with mode: 0644]
vendor/yoke-derive/Cargo.lock [new file with mode: 0644]
vendor/yoke-derive/Cargo.toml [new file with mode: 0644]
vendor/yoke-derive/LICENSE [new file with mode: 0644]
vendor/yoke-derive/README.md [new file with mode: 0644]
vendor/yoke-derive/examples/yoke_derive.rs [new file with mode: 0644]
vendor/yoke-derive/src/lib.rs [new file with mode: 0644]
vendor/yoke-derive/src/visitor.rs [new file with mode: 0644]
vendor/yoke/.cargo-checksum.json [new file with mode: 0644]
vendor/yoke/Cargo.toml [new file with mode: 0644]
vendor/yoke/LICENSE [new file with mode: 0644]
vendor/yoke/README.md [new file with mode: 0644]
vendor/yoke/src/either.rs [new file with mode: 0644]
vendor/yoke/src/erased.rs [new file with mode: 0644]
vendor/yoke/src/lib.rs [new file with mode: 0644]
vendor/yoke/src/macro_impls.rs [new file with mode: 0644]
vendor/yoke/src/trait_hack.rs [new file with mode: 0644]
vendor/yoke/src/yoke.rs [new file with mode: 0644]
vendor/yoke/src/yokeable.rs [new file with mode: 0644]
vendor/yoke/src/zero_from.rs [new file with mode: 0644]
vendor/zerofrom-derive/.cargo-checksum.json [new file with mode: 0644]
vendor/zerofrom-derive/Cargo.lock [new file with mode: 0644]
vendor/zerofrom-derive/Cargo.toml [new file with mode: 0644]
vendor/zerofrom-derive/LICENSE [new file with mode: 0644]
vendor/zerofrom-derive/README.md [new file with mode: 0644]
vendor/zerofrom-derive/examples/zf_derive.rs [new file with mode: 0644]
vendor/zerofrom-derive/src/lib.rs [new file with mode: 0644]
vendor/zerofrom-derive/src/visitor.rs [new file with mode: 0644]
vendor/zerofrom/.cargo-checksum.json [new file with mode: 0644]
vendor/zerofrom/Cargo.toml [new file with mode: 0644]
vendor/zerofrom/LICENSE [new file with mode: 0644]
vendor/zerofrom/README.md [new file with mode: 0644]
vendor/zerofrom/src/lib.rs [new file with mode: 0644]
vendor/zerofrom/src/macro_impls.rs [new file with mode: 0644]
vendor/zerofrom/src/zero_from.rs [new file with mode: 0644]
vendor/zerovec-derive/.cargo-checksum.json [new file with mode: 0644]
vendor/zerovec-derive/Cargo.lock [new file with mode: 0644]
vendor/zerovec-derive/Cargo.toml [new file with mode: 0644]
vendor/zerovec-derive/LICENSE [new file with mode: 0644]
vendor/zerovec-derive/README.md [new file with mode: 0644]
vendor/zerovec-derive/examples/derives.rs [new file with mode: 0644]
vendor/zerovec-derive/examples/make.rs [new file with mode: 0644]
vendor/zerovec-derive/examples/make_var.rs [new file with mode: 0644]
vendor/zerovec-derive/src/lib.rs [new file with mode: 0644]
vendor/zerovec-derive/src/make_ule.rs [new file with mode: 0644]
vendor/zerovec-derive/src/make_varule.rs [new file with mode: 0644]
vendor/zerovec-derive/src/ule.rs [new file with mode: 0644]
vendor/zerovec-derive/src/utils.rs [new file with mode: 0644]
vendor/zerovec-derive/src/varule.rs [new file with mode: 0644]
vendor/zerovec/.cargo-checksum.json [new file with mode: 0644]
vendor/zerovec/Cargo.lock [new file with mode: 0644]
vendor/zerovec/Cargo.toml [new file with mode: 0644]
vendor/zerovec/LICENSE [new file with mode: 0644]
vendor/zerovec/README.md [new file with mode: 0644]
vendor/zerovec/benches/testdata/large_hashmap.postcard [new file with mode: 0644]
vendor/zerovec/benches/testdata/large_zeromap.postcard [new file with mode: 0644]
vendor/zerovec/benches/vzv.rs [new file with mode: 0644]
vendor/zerovec/benches/zeromap.rs [new file with mode: 0644]
vendor/zerovec/benches/zerovec.rs [new file with mode: 0644]
vendor/zerovec/benches/zerovec_iai.rs [new file with mode: 0644]
vendor/zerovec/benches/zerovec_serde.rs [new file with mode: 0644]
vendor/zerovec/examples/zv_serde.rs [new file with mode: 0644]
vendor/zerovec/src/error.rs [new file with mode: 0644]
vendor/zerovec/src/flexzerovec/databake.rs [new file with mode: 0644]
vendor/zerovec/src/flexzerovec/mod.rs [new file with mode: 0644]
vendor/zerovec/src/flexzerovec/owned.rs [new file with mode: 0644]
vendor/zerovec/src/flexzerovec/serde.rs [new file with mode: 0644]
vendor/zerovec/src/flexzerovec/slice.rs [new file with mode: 0644]
vendor/zerovec/src/flexzerovec/vec.rs [new file with mode: 0644]
vendor/zerovec/src/lib.rs [new file with mode: 0644]
vendor/zerovec/src/map/borrowed.rs [new file with mode: 0644]
vendor/zerovec/src/map/databake.rs [new file with mode: 0644]
vendor/zerovec/src/map/kv.rs [new file with mode: 0644]
vendor/zerovec/src/map/map.rs [new file with mode: 0644]
vendor/zerovec/src/map/mod.rs [new file with mode: 0644]
vendor/zerovec/src/map/serde.rs [new file with mode: 0644]
vendor/zerovec/src/map/serde_helpers.rs [new file with mode: 0644]
vendor/zerovec/src/map/vecs.rs [new file with mode: 0644]
vendor/zerovec/src/map2d/borrowed.rs [new file with mode: 0644]
vendor/zerovec/src/map2d/cursor.rs [new file with mode: 0644]
vendor/zerovec/src/map2d/databake.rs [new file with mode: 0644]
vendor/zerovec/src/map2d/map.rs [new file with mode: 0644]
vendor/zerovec/src/map2d/mod.rs [new file with mode: 0644]
vendor/zerovec/src/map2d/serde.rs [new file with mode: 0644]
vendor/zerovec/src/samples.rs [new file with mode: 0644]
vendor/zerovec/src/ule/chars.rs [new file with mode: 0644]
vendor/zerovec/src/ule/custom.rs [new file with mode: 0644]
vendor/zerovec/src/ule/encode.rs [new file with mode: 0644]
vendor/zerovec/src/ule/mod.rs [new file with mode: 0644]
vendor/zerovec/src/ule/multi.rs [new file with mode: 0644]
vendor/zerovec/src/ule/niche.rs [new file with mode: 0644]
vendor/zerovec/src/ule/option.rs [new file with mode: 0644]
vendor/zerovec/src/ule/plain.rs [new file with mode: 0644]
vendor/zerovec/src/ule/slices.rs [new file with mode: 0644]
vendor/zerovec/src/ule/tuple.rs [new file with mode: 0644]
vendor/zerovec/src/ule/unvalidated.rs [new file with mode: 0644]
vendor/zerovec/src/varzerovec/components.rs [new file with mode: 0644]
vendor/zerovec/src/varzerovec/databake.rs [new file with mode: 0644]
vendor/zerovec/src/varzerovec/mod.rs [new file with mode: 0644]
vendor/zerovec/src/varzerovec/owned.rs [new file with mode: 0644]
vendor/zerovec/src/varzerovec/serde.rs [new file with mode: 0644]
vendor/zerovec/src/varzerovec/slice.rs [new file with mode: 0644]
vendor/zerovec/src/varzerovec/vec.rs [new file with mode: 0644]
vendor/zerovec/src/yoke_impls.rs [new file with mode: 0644]
vendor/zerovec/src/zerofrom_impls.rs [new file with mode: 0644]
vendor/zerovec/src/zerovec/databake.rs [new file with mode: 0644]
vendor/zerovec/src/zerovec/mod.rs [new file with mode: 0644]
vendor/zerovec/src/zerovec/serde.rs [new file with mode: 0644]
vendor/zerovec/src/zerovec/slice.rs [new file with mode: 0644]
vendor/zip/.cargo-checksum.json [new file with mode: 0644]
vendor/zip/CHANGELOG.md [new file with mode: 0644]
vendor/zip/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/zip/Cargo.lock [new file with mode: 0644]
vendor/zip/Cargo.toml [new file with mode: 0644]
vendor/zip/LICENSE [new file with mode: 0644]
vendor/zip/README.md [new file with mode: 0644]
vendor/zip/benches/read_entry.rs [new file with mode: 0644]
vendor/zip/benches/read_metadata.rs [new file with mode: 0644]
vendor/zip/examples/extract.rs [new file with mode: 0644]
vendor/zip/examples/extract_lorem.rs [new file with mode: 0644]
vendor/zip/examples/file_info.rs [new file with mode: 0644]
vendor/zip/examples/stdin_info.rs [new file with mode: 0644]
vendor/zip/examples/write_dir.rs [new file with mode: 0644]
vendor/zip/examples/write_sample.rs [new file with mode: 0644]
vendor/zip/src/aes.rs [new file with mode: 0644]
vendor/zip/src/aes_ctr.rs [new file with mode: 0644]
vendor/zip/src/compression.rs [new file with mode: 0644]
vendor/zip/src/cp437.rs [new file with mode: 0644]
vendor/zip/src/crc32.rs [new file with mode: 0644]
vendor/zip/src/lib.rs [new file with mode: 0644]
vendor/zip/src/read.rs [new file with mode: 0644]
vendor/zip/src/result.rs [new file with mode: 0644]
vendor/zip/src/spec.rs [new file with mode: 0644]
vendor/zip/src/types.rs [new file with mode: 0644]
vendor/zip/src/write.rs [new file with mode: 0644]
vendor/zip/src/zipcrypto.rs [new file with mode: 0644]
vendor/zip/tests/aes_encryption.rs [new file with mode: 0644]
vendor/zip/tests/data/aes_archive.zip [new file with mode: 0644]
vendor/zip/tests/data/comment_garbage.zip [new file with mode: 0644]
vendor/zip/tests/data/files_and_dirs.zip [new file with mode: 0644]
vendor/zip/tests/data/invalid_cde_number_of_files_allocation_greater_offset.zip [new file with mode: 0644]
vendor/zip/tests/data/invalid_cde_number_of_files_allocation_smaller_offset.zip [new file with mode: 0644]
vendor/zip/tests/data/invalid_offset.zip [new file with mode: 0644]
vendor/zip/tests/data/invalid_offset2.zip [new file with mode: 0644]
vendor/zip/tests/data/mimetype.zip [new file with mode: 0644]
vendor/zip/tests/data/zip64_demo.zip [new file with mode: 0644]
vendor/zip/tests/end_to_end.rs [new file with mode: 0644]
vendor/zip/tests/invalid_date.rs [new file with mode: 0644]
vendor/zip/tests/issue_234.rs [new file with mode: 0644]
vendor/zip/tests/zip64_large.rs [new file with mode: 0644]
vendor/zip/tests/zip_comment_garbage.rs [new file with mode: 0644]
vendor/zip/tests/zip_crypto.rs [new file with mode: 0644]
version [new file with mode: 0644]
x.py [new file with mode: 0755]