diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-06-22 23:15:22 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-22 23:15:22 +0100 |
commit | 98c3e4e887dcc5a8242c3e67c04a3cedbb1b9c58 (patch) | |
tree | 34caf163e19c51ea286b3e64698b29d0af22cfe2 /crates/ra_hir_ty | |
parent | ceb69203b55d83aeaf4e58bff4a58f2f17d4087d (diff) | |
parent | 6a6098d4c31f6b54c8768e32f24182645ac077d6 (diff) |
Merge #5000
5000: Remove RelativePathBuf from fixture r=matklad a=matklad
The paths in fixture are not really relative (the default one is
`/main.rs`), so it doesn't make sense to use `RelativePathBuf` here.
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_hir_ty')
-rw-r--r-- | crates/ra_hir_ty/src/tests/method_resolution.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir_ty/src/tests/method_resolution.rs b/crates/ra_hir_ty/src/tests/method_resolution.rs index 804297315..a98efb1cc 100644 --- a/crates/ra_hir_ty/src/tests/method_resolution.rs +++ b/crates/ra_hir_ty/src/tests/method_resolution.rs | |||
@@ -933,7 +933,7 @@ fn method_resolution_overloaded_method() { | |||
933 | test_utils::mark::check!(impl_self_type_match_without_receiver); | 933 | test_utils::mark::check!(impl_self_type_match_without_receiver); |
934 | let t = type_at( | 934 | let t = type_at( |
935 | r#" | 935 | r#" |
936 | //- main.rs | 936 | //- /main.rs |
937 | struct Wrapper<T>(T); | 937 | struct Wrapper<T>(T); |
938 | struct Foo<T>(T); | 938 | struct Foo<T>(T); |
939 | struct Bar<T>(T); | 939 | struct Bar<T>(T); |