mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Added test description and a link to github page for the relevant issue to the test
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user