rollup merge of #20563: cmr/macro-input-future-proofing
This commit is contained in:
commit
26cd8eae48
12 changed files with 404 additions and 187 deletions
|
@ -392,6 +392,7 @@ impl fmt::Show for Nonterminal {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
// Get the first "argument"
|
||||
macro_rules! first {
|
||||
( $first:expr, $( $remainder:expr, )* ) => ( $first )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue