diff options
author | Florian Diebold <[email protected]> | 2019-03-03 11:40:36 +0000 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2019-03-03 11:41:42 +0000 |
commit | 2e8f25884584ec7dd21bdd4be1bcf1c857efa35e (patch) | |
tree | 864de162bea4cf160a78d56d6f3a0c0fd82ca73a /crates/ra_hir/src/ty/snapshots/tests__infer_struct.snap | |
parent | d7f113e7a6a0c52552ff253984b234176c693b71 (diff) |
Inline type inference test snapshots
Diffstat (limited to 'crates/ra_hir/src/ty/snapshots/tests__infer_struct.snap')
-rw-r--r-- | crates/ra_hir/src/ty/snapshots/tests__infer_struct.snap | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/crates/ra_hir/src/ty/snapshots/tests__infer_struct.snap b/crates/ra_hir/src/ty/snapshots/tests__infer_struct.snap deleted file mode 100644 index 32f1fa108..000000000 --- a/crates/ra_hir/src/ty/snapshots/tests__infer_struct.snap +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | --- | ||
2 | created: "2019-02-20T21:31:12.910924715Z" | ||
3 | creator: [email protected] | ||
4 | source: crates/ra_hir/src/ty/tests.rs | ||
5 | expression: "&result" | ||
6 | --- | ||
7 | [72; 154) '{ ...a.c; }': () | ||
8 | [82; 83) 'c': C | ||
9 | [86; 87) 'C': C(usize) -> C | ||
10 | [86; 90) 'C(1)': C | ||
11 | [88; 89) '1': usize | ||
12 | [96; 97) 'B': B | ||
13 | [107; 108) 'a': A | ||
14 | [114; 133) 'A { b:...C(1) }': A | ||
15 | [121; 122) 'B': B | ||
16 | [127; 128) 'C': C(usize) -> C | ||
17 | [127; 131) 'C(1)': C | ||
18 | [129; 130) '1': usize | ||
19 | [139; 140) 'a': A | ||
20 | [139; 142) 'a.b': B | ||
21 | [148; 149) 'a': A | ||
22 | [148; 151) 'a.c': C | ||
23 | |||