Added test description and a link to github page for the relevant issue to the test

This commit is contained in:
Aryan Dubey
2026-03-17 18:24:54 -04:00
parent a9838dd1ea
commit fb885759e0
+3
View File
@@ -1,3 +1,6 @@
// Regression test for https://github.com/rust-lang/rust/issues/23891
// Tests that a macro expanding to a pattern works correctly inside of or patterns
//@ run-pass
macro_rules! id {
($s: pat) => ($s);