]> git.lizzy.rs Git - rust.git/commit
Replace `Hir` with `hir_owner` in tests
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Wed, 12 Feb 2020 15:00:15 +0000 (16:00 +0100)
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Sat, 14 Mar 2020 21:52:31 +0000 (22:52 +0100)
commit274fb668b435b20e5132f02d4aa11a29500eff01
tree02750c9ed4f42bbbf97aebdd68deabf3463b9b31
parentc0b60c428a051773dea79426cb4a6a03737ca902
Replace `Hir` with `hir_owner` in tests
23 files changed:
src/test/incremental/hashes/call_expressions.rs
src/test/incremental/hashes/consts.rs
src/test/incremental/hashes/enum_constructors.rs
src/test/incremental/hashes/enum_defs.rs
src/test/incremental/hashes/exported_vs_not.rs
src/test/incremental/hashes/function_interfaces.rs
src/test/incremental/hashes/indexing_expressions.rs
src/test/incremental/hashes/inherent_impls.rs
src/test/incremental/hashes/statics.rs
src/test/incremental/hashes/struct_constructors.rs
src/test/incremental/hashes/struct_defs.rs
src/test/incremental/hashes/trait_defs.rs
src/test/incremental/hashes/trait_impls.rs
src/test/incremental/hashes/type_defs.rs
src/test/incremental/ich_method_call_trait_scope.rs
src/test/incremental/ich_nested_items.rs
src/test/incremental/ich_resolve_results.rs
src/test/incremental/inlined_hir_34991/main.rs
src/test/incremental/source_loc_macros.rs
src/test/incremental/span_hash_stable/auxiliary/sub1.rs
src/test/incremental/span_hash_stable/auxiliary/sub2.rs
src/test/incremental/spans_significant_w_debuginfo.rs
src/test/incremental/unchecked_dirty_clean.rs