Add comment at the top in two test files referencing the issue they originate from

This commit is contained in:
ujjwalVishwakarma2006
2026-03-22 15:18:42 +05:30
parent 9b7dff982e
commit dd2b2084c9
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
//! regression test for <https://github.com/rust-lang/rust/issues/44056>
//@ build-pass (FIXME(55996): should be run on targets supporting avx)
//@ only-x86_64
//@ no-prefer-dynamic
+1
View File
@@ -1,3 +1,4 @@
//! regression test for <https://github.com/rust-lang/rust/issues/51947>
//@ build-pass
#![crate_type = "lib"]