about summary refs log tree commit diff
path: root/src/test/codegen/async-fn-debug-awaitee-field.rs
AgeCommit message (Collapse)AuthorLines
2022-03-30async: Give predictable, reserved name to binding generated from .await ↵Michael Woerister-0/+23
expressions. This name makes it to debuginfo and allows debuggers to identify such bindings and their captured versions in suspended async fns.