about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNotLebedev <notlebedev@gmail.com>2025-06-06 15:25:32 +0300
committerNotLebedev <notlebedev@gmail.com>2025-06-16 10:51:59 +0300
commit9505b6e91451ced923d027d1e2f1b50919e9cb24 (patch)
treea0bcf87f14ff8e9e977fa344905c5b11087269a7
parent4fc768e0978e7af8870e2b94740ca5c182218044 (diff)
downloadrust-9505b6e91451ced923d027d1e2f1b50919e9cb24.tar.gz
rust-9505b6e91451ced923d027d1e2f1b50919e9cb24.zip
Fix test description
-rw-r--r--tests/ui-fulldeps/stable-mir/check_variant.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui-fulldeps/stable-mir/check_variant.rs b/tests/ui-fulldeps/stable-mir/check_variant.rs
index 412fb8be357..b0de3369830 100644
--- a/tests/ui-fulldeps/stable-mir/check_variant.rs
+++ b/tests/ui-fulldeps/stable-mir/check_variant.rs
@@ -1,6 +1,6 @@
 //@ run-pass
-//! Test that users are able to use stable mir APIs to retrieve type information from a crate item
-//! definition.
+//! Test that users are able to use stable mir APIs to retrieve
+//! discriminant value and type for AdtDef and Coroutine variants
 
 //@ ignore-stage1
 //@ ignore-cross-compile