rust/tests/target/issue_4675.rs

9 lines
130 B
Rust
Raw Normal View History

2021-01-28 19:13:48 -06:00
macro_rules! foo {
($s:ident ( $p:pat )) => {
Foo {
name: Name::$s($p),
..
}
};
}