diff options
author | Florian Diebold <[email protected]> | 2018-12-23 16:16:47 +0000 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2018-12-23 16:29:03 +0000 |
commit | c85748f5fbe308610261da91aeb978eca751a0ff (patch) | |
tree | 80d60eb2dad182d0eae2f05a7e9d26a3cde4d3c8 /crates/ra_hir/src/ty/tests | |
parent | ef67581104eb00a0c199f0b2a3b558da8a6f90a2 (diff) |
Type the return values of call expressions
Diffstat (limited to 'crates/ra_hir/src/ty/tests')
-rw-r--r-- | crates/ra_hir/src/ty/tests/data/0003_paths.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_hir/src/ty/tests/data/0003_paths.txt b/crates/ra_hir/src/ty/tests/data/0003_paths.txt index 3a53370a2..acde9b7ad 100644 --- a/crates/ra_hir/src/ty/tests/data/0003_paths.txt +++ b/crates/ra_hir/src/ty/tests/data/0003_paths.txt | |||
@@ -2,8 +2,8 @@ | |||
2 | [14; 19) '{ 1 }': [unknown] | 2 | [14; 19) '{ 1 }': [unknown] |
3 | [47; 52) '{ 1 }': [unknown] | 3 | [47; 52) '{ 1 }': [unknown] |
4 | [49; 50) '1': [unknown] | 4 | [49; 50) '1': [unknown] |
5 | [81; 87) 'b::c()': [unknown] | 5 | [81; 87) 'b::c()': u32 |
6 | [66; 90) '{ ...c(); }': () | 6 | [66; 90) '{ ...c(); }': () |
7 | [72; 73) 'a': fn() -> u32 | 7 | [72; 73) 'a': fn() -> u32 |
8 | [72; 75) 'a()': [unknown] | 8 | [72; 75) 'a()': u32 |
9 | [81; 85) 'b::c': fn() -> u32 | 9 | [81; 85) 'b::c': fn() -> u32 |