aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/tests/data/0005_refs.txt
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2019-01-06 22:01:33 +0000
committerFlorian Diebold <[email protected]>2019-01-06 23:05:19 +0000
commitcf49a11263c4d48720250db0c448b97dbec3d8b9 (patch)
tree7636e9919e5390b7b6d01d92aaf5336a3fbe590b /crates/ra_hir/src/ty/tests/data/0005_refs.txt
parent6210e82041849bad6129331b9e45ac0bae6fe569 (diff)
Sort ranges in type inference tests
Also rename the files to remove the numbers (they don't serve a purpose now that there are only the data files).
Diffstat (limited to 'crates/ra_hir/src/ty/tests/data/0005_refs.txt')
-rw-r--r--crates/ra_hir/src/ty/tests/data/0005_refs.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/crates/ra_hir/src/ty/tests/data/0005_refs.txt b/crates/ra_hir/src/ty/tests/data/0005_refs.txt
deleted file mode 100644
index cc32162a1..000000000
--- a/crates/ra_hir/src/ty/tests/data/0005_refs.txt
+++ /dev/null
@@ -1,23 +0,0 @@
1[115; 117) '&b': &&mut u32
2[88; 94) '&mut a': &mut &u32
3[146; 147) 'd': *mut u32
4[145; 147) '*d': u32
5[65; 66) 'a': &u32
6[46; 47) 'd': *mut u32
7[59; 150) '{ ... *d; }': ()
8[116; 117) 'b': &mut u32
9[72; 74) '*a': u32
10[131; 132) 'c': *const u32
11[130; 132) '*c': u32
12[107; 109) '*b': u32
13[108; 109) 'b': &mut u32
14[9; 10) 'a': &u32
15[18; 19) 'b': &mut u32
16[93; 94) 'a': &u32
17[100; 101) 'b': &mut u32
18[81; 82) 'a': &u32
19[80; 82) '&a': &&u32
20[123; 124) 'c': *const u32
21[73; 74) 'a': &u32
22[31; 32) 'c': *const u32
23[138; 139) 'd': *mut u32