We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5afeec commit a733ac4Copy full SHA for a733ac4
1 file changed
tests/codegen-llvm/async-fn-debug-awaitee-field.rs
@@ -18,7 +18,8 @@ pub async fn async_fn_test() {
18
19
pub async fn foo() {}
20
21
-// NONMSVC: [[AWAITEE_TYPE:![0-9]*]] = !DICompositeType(tag: DW_TAG_structure_type, name: "{async_fn_env#0}", scope: [[AWAITEE_SCOPE:![0-9]*]],
+// NONMSVC: [[AWAITEE_TYPE:![0-9]*]] = !DICompositeType(tag: DW_TAG_structure_type, name: "CoroutineFuture<async_fn_debug_awaitee_field::foo::{async_fn_env#0}>",
22
+// NONMSVC: {{![0-9]*}} = !DICompositeType(tag: DW_TAG_structure_type, name: "{async_fn_env#0}", scope: [[AWAITEE_SCOPE:![0-9]*]],
23
// MSVC: [[AWAITEE_TYPE:![0-9]*]] = !DICompositeType(tag: DW_TAG_union_type, name: "enum2$<async_fn_debug_awaitee_field::foo::async_fn_env$0>",
24
// NONMSVC: [[AWAITEE_SCOPE]] = !DINamespace(name: "foo",
25
// NONMSVC: [[GEN:!.*]] = !DICompositeType(tag: DW_TAG_structure_type, name: "{async_fn_env#0}", scope: [[GEN_SCOPE:![0-9]*]],
0 commit comments