rust/compiler/rustc_expand
Nika Layzell fb5b7b4af2 proc_macro: Fix expand_expr expansion of bool literals
Previously, the expand_expr method would expand bool literals as a
`Literal` token containing a `LitKind::Bool`, rather than as an `Ident`.
This is not a valid token, and the `LitKind::Bool` case needs to be
handled seperately.

Tests were added to more deeply compare the streams in the expand-expr
test suite to catch mistakes like this in the future.
2022-06-24 13:43:26 -04:00
..
src proc_macro: Fix expand_expr expansion of bool literals 2022-06-24 13:43:26 -04:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00