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_literals.snap | |
parent | d7f113e7a6a0c52552ff253984b234176c693b71 (diff) |
Inline type inference test snapshots
Diffstat (limited to 'crates/ra_hir/src/ty/snapshots/tests__infer_literals.snap')
-rw-r--r-- | crates/ra_hir/src/ty/snapshots/tests__infer_literals.snap | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/crates/ra_hir/src/ty/snapshots/tests__infer_literals.snap b/crates/ra_hir/src/ty/snapshots/tests__infer_literals.snap deleted file mode 100644 index e287a100e..000000000 --- a/crates/ra_hir/src/ty/snapshots/tests__infer_literals.snap +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | --- | ||
2 | created: "2019-01-22T14:44:59.974903100+00:00" | ||
3 | creator: [email protected] | ||
4 | expression: "&result" | ||
5 | source: "crates\\ra_hir\\src\\ty\\tests.rs" | ||
6 | --- | ||
7 | [11; 201) '{ ...o"#; }': () | ||
8 | [17; 21) '5i32': i32 | ||
9 | [27; 34) '"hello"': &str | ||
10 | [40; 48) 'b"bytes"': &[u8] | ||
11 | [54; 57) ''c'': char | ||
12 | [63; 67) 'b'b'': u8 | ||
13 | [73; 77) '3.14': f64 | ||
14 | [83; 87) '5000': i32 | ||
15 | [93; 98) 'false': bool | ||
16 | [104; 108) 'true': bool | ||
17 | [114; 182) 'r#" ... "#': &str | ||
18 | [188; 198) 'br#"yolo"#': &[u8] | ||
19 | |||