diff --git a/tests/ui-fulldeps/stable-mir/check_variant.rs b/tests/ui-fulldeps/stable-mir/check_variant.rs index 412fb8be3575..b0de3369830b 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