blob: 66613eed000c70a554644b32e5ce0dcd4b3516f5 [file] [log] [blame]
macro_rules! foo {
($s:ident ( $p:pat )) => {
Foo {
name: Name::$s($p),
..
}
};
}