aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/tests/data/binary_op.txt
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-07 21:00:19 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-07 21:00:19 +0000
commit4e444d2bc24d16284401444fd2154f63e0f96070 (patch)
tree969f3cb2b0eb5cb62f384fd85a5422d894d4e978 /crates/ra_hir/src/ty/tests/data/binary_op.txt
parent812e47785b4f14a961f97414d0ca69d8c9bf5c9c (diff)
parente51d44a2de36fd6e451a3aaf96c7526c589c2c42 (diff)
Merge #452
452: Process explicit type hints for str, bool and char r=flodiebold a=marcusklaas Co-authored-by: Marcus Klaas de Vries <[email protected]>
Diffstat (limited to 'crates/ra_hir/src/ty/tests/data/binary_op.txt')
-rw-r--r--crates/ra_hir/src/ty/tests/data/binary_op.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_hir/src/ty/tests/data/binary_op.txt b/crates/ra_hir/src/ty/tests/data/binary_op.txt
index 59c07ff43..0fb9dc097 100644
--- a/crates/ra_hir/src/ty/tests/data/binary_op.txt
+++ b/crates/ra_hir/src/ty/tests/data/binary_op.txt
@@ -1,4 +1,4 @@
1[6; 7) 'x': [unknown] 1[6; 7) 'x': bool
2[22; 34) '{ 0i32 }': i32 2[22; 34) '{ 0i32 }': i32
3[28; 32) '0i32': i32 3[28; 32) '0i32': i32
4[46; 342) '{ ... < 3 }': bool 4[46; 342) '{ ... < 3 }': bool
@@ -22,7 +22,7 @@
22[166; 188) 'minus_...ONST_2': bool 22[166; 188) 'minus_...ONST_2': bool
23[181; 188) 'CONST_2': isize 23[181; 188) 'CONST_2': isize
24[198; 199) 'c': i32 24[198; 199) 'c': i32
25[202; 203) 'f': fn([unknown],) -> i32 25[202; 203) 'f': fn(bool,) -> i32
26[202; 211) 'f(z || y)': i32 26[202; 211) 'f(z || y)': i32
27[202; 215) 'f(z || y) + 5': i32 27[202; 215) 'f(z || y) + 5': i32
28[204; 205) 'z': bool 28[204; 205) 'z': bool