mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00

Currently `await` is only counted towards coverage if the containing function is suspended and resumed at least once. A future commit will fix this and update the test to reflect the new behavior.
27 lines
907 B
Plaintext
27 lines
907 B
Plaintext
Function name: await_ready::await_ready
|
|
Raw bytes (9): 0x[01, 01, 00, 01, 01, 0a, 01, 00, 1e]
|
|
Number of files: 1
|
|
- file 0 => global file 1
|
|
Number of expressions: 0
|
|
Number of file 0 mappings: 1
|
|
- Code(Counter(0)) at (prev + 10, 1) to (start + 0, 30)
|
|
|
|
Function name: await_ready::await_ready::{closure#0}
|
|
Raw bytes (19): 0x[01, 01, 00, 03, 01, 0a, 1e, 02, 0c, 05, 03, 0a, 00, 0f, 09, 01, 01, 00, 02]
|
|
Number of files: 1
|
|
- file 0 => global file 1
|
|
Number of expressions: 0
|
|
Number of file 0 mappings: 3
|
|
- Code(Counter(0)) at (prev + 10, 30) to (start + 2, 12)
|
|
- Code(Counter(1)) at (prev + 3, 10) to (start + 0, 15)
|
|
- Code(Counter(2)) at (prev + 1, 1) to (start + 0, 2)
|
|
|
|
Function name: await_ready::main
|
|
Raw bytes (9): 0x[01, 01, 00, 01, 01, 10, 01, 03, 02]
|
|
Number of files: 1
|
|
- file 0 => global file 1
|
|
Number of expressions: 0
|
|
Number of file 0 mappings: 1
|
|
- Code(Counter(0)) at (prev + 16, 1) to (start + 3, 2)
|
|
|