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