Skip to content

Commit 8336a95

Browse files
committed
Rust: Add consistency check failures.
1 parent 9b11ec5 commit 8336a95

File tree

6 files changed

+38
-0
lines changed

6 files changed

+38
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
multiplePathResolutions
2+
| test.rs:10:28:10:65 | Result::<...> |
3+
| test.rs:97:40:97:49 | Result::<...> |
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
multipleCallTargets
2+
| test.rs:266:22:266:43 | file.read(...) |
3+
| test.rs:275:22:275:41 | f1.read(...) |
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
multipleCallTargets
2+
| test.rs:59:62:59:77 | ...::from(...) |
3+
| test.rs:66:58:66:73 | ...::from(...) |
4+
| test.rs:399:31:399:88 | ...::read(...) |
5+
| test.rs:403:31:403:55 | reader.read(...) |
6+
| test.rs:437:26:437:43 | reader2.fill_buf() |
7+
| test.rs:457:31:457:89 | ...::read(...) |
8+
| test.rs:461:31:461:56 | reader2.read(...) |
9+
| test.rs:479:26:479:43 | reader2.fill_buf() |
10+
| test.rs:486:31:486:66 | reader2.read_until(...) |
11+
| test.rs:493:31:493:58 | reader2.read_line(...) |
12+
| test.rs:500:31:500:62 | reader2.read_to_end(...) |
13+
| test.rs:506:36:506:50 | reader2.lines() |
14+
| test.rs:507:18:507:36 | lines_stream.next() |
15+
| test.rs:508:36:508:54 | lines_stream.next() |
16+
| test.rs:519:50:519:66 | ...::from(...) |
17+
| test.rs:519:50:519:66 | ...::from(...) |
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
multipleCallTargets
2+
| test.rs:31:22:31:72 | ... .read_to_string(...) |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
multipleCallTargets
2+
| test.rs:13:14:13:23 | a.as_str() |
3+
| test.rs:13:14:13:23 | a.as_str() |
4+
| test.rs:14:14:14:25 | a.as_bytes() |
5+
| test.rs:14:14:14:25 | a.as_bytes() |
6+
| test.rs:101:14:101:23 | a.as_str() |
7+
| test.rs:102:14:102:25 | a.as_bytes() |
8+
| test.rs:158:14:158:23 | a.as_str() |
9+
| test.rs:159:14:159:25 | a.as_bytes() |
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
nonUniqueCertainType
2+
| test.rs:139:30:139:39 | ...::get(...) | |
3+
| test.rs:140:34:140:43 | ...::get(...) | |
4+
| test.rs:141:30:141:39 | ...::get(...) | |

0 commit comments

Comments
 (0)