aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/snapshots/tests__infer_tuple_struct_generics.snap
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2019-03-03 11:40:36 +0000
committerFlorian Diebold <[email protected]>2019-03-03 11:41:42 +0000
commit2e8f25884584ec7dd21bdd4be1bcf1c857efa35e (patch)
tree864de162bea4cf160a78d56d6f3a0c0fd82ca73a /crates/ra_hir/src/ty/snapshots/tests__infer_tuple_struct_generics.snap
parentd7f113e7a6a0c52552ff253984b234176c693b71 (diff)
Inline type inference test snapshots
Diffstat (limited to 'crates/ra_hir/src/ty/snapshots/tests__infer_tuple_struct_generics.snap')
-rw-r--r--crates/ra_hir/src/ty/snapshots/tests__infer_tuple_struct_generics.snap23
1 files changed, 0 insertions, 23 deletions
diff --git a/crates/ra_hir/src/ty/snapshots/tests__infer_tuple_struct_generics.snap b/crates/ra_hir/src/ty/snapshots/tests__infer_tuple_struct_generics.snap
deleted file mode 100644
index 5246794fe..000000000
--- a/crates/ra_hir/src/ty/snapshots/tests__infer_tuple_struct_generics.snap
+++ /dev/null
@@ -1,23 +0,0 @@
1---
2created: "2019-03-02T19:54:58.566211313Z"
3creator: [email protected]
4source: crates/ra_hir/src/ty/tests.rs
5expression: "&result"
6---
7[77; 185) '{ ...one; }': ()
8[83; 84) 'A': A<i32>(T) -> A<T>
9[83; 88) 'A(42)': A<i32>
10[85; 87) '42': i32
11[94; 95) 'A': A<u128>(T) -> A<T>
12[94; 103) 'A(42u128)': A<u128>
13[96; 102) '42u128': u128
14[109; 113) 'Some': Some<&str>(T) -> Option<T>
15[109; 118) 'Some("x")': Option<&str>
16[114; 117) '"x"': &str
17[124; 136) 'Option::Some': Some<&str>(T) -> Option<T>
18[124; 141) 'Option...e("x")': Option<&str>
19[137; 140) '"x"': &str
20[147; 151) 'None': Option<{unknown}>
21[161; 162) 'x': Option<i64>
22[178; 182) 'None': Option<i64>
23