Skip to content

Commit b85b2c6

Browse files
committed
add comment to test
1 parent 39daadc commit b85b2c6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
Function name: <generic_unused_impl::W<_> as core::convert::From<[<_ as generic_unused_impl::Foo>::Assoc; 1]>>::from (unused)
2-
Raw bytes (9): 0x[01, 01, 00, 01, 00, 0a, 05, 03, 06]
2+
Raw bytes (9): 0x[01, 01, 00, 01, 00, 0b, 05, 03, 06]
33
Number of files: 1
44
- file 0 => global file 1
55
Number of expressions: 0
66
Number of file 0 mappings: 1
7-
- Code(Zero) at (prev + 10, 5) to (start + 3, 6)
7+
- Code(Zero) at (prev + 11, 5) to (start + 3, 6)
88
Highest counter ID seen: (none)
99

1010
Function name: generic_unused_impl::main
11-
Raw bytes (9): 0x[01, 01, 00, 01, 01, 10, 01, 00, 0d]
11+
Raw bytes (9): 0x[01, 01, 00, 01, 01, 11, 01, 00, 0d]
1212
Number of files: 1
1313
- file 0 => global file 1
1414
Number of expressions: 0
1515
Number of file 0 mappings: 1
16-
- Code(Counter(0)) at (prev + 16, 1) to (start + 0, 13)
16+
- Code(Counter(0)) at (prev + 17, 1) to (start + 0, 13)
1717
Highest counter ID seen: c0
1818

tests/coverage/generic-unused-impl.coverage

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
LL| |// Regression test for #135235.
12
LL| |trait Foo {
23
LL| | type Assoc;
34
LL| |

tests/coverage/generic-unused-impl.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Regression test for #135235.
12
trait Foo {
23
type Assoc;
34

0 commit comments

Comments
 (0)