1
Fork 0

Revert "Stabilize $$ in Rust 1.63.0"

This reverts commit 9edaa76adc.
This commit is contained in:
Christopher Durham 2022-07-18 15:22:01 -04:00
parent 144227dae9
commit c0569f2aa7
4 changed files with 57 additions and 19 deletions

View file

@ -234,6 +234,8 @@ fn parse_tree(
sess,
&Token { kind: token::Dollar, span },
);
} else {
maybe_emit_macro_metavar_expr_feature(features, sess, span);
}
TokenTree::token(token::Dollar, span)
}