rust/compiler/rustc_parse
Matthias Krüger 686a4b1c17
Rollup merge of #121724 - nnethercote:LitKind-Err-for-floats, r=fmease
Use `LitKind::Err` for malformed floats

#121120 changed `StringReader::cook_lexer_literal` to return `LitKind::Err` for malformed integer literals. This commit does the same for float literals, for consistency.

r? ``@fmease``
2024-02-29 00:17:00 +01:00
..
src Rollup merge of #121724 - nnethercote:LitKind-Err-for-floats, r=fmease 2024-02-29 00:17:00 +01:00
Cargo.toml Update to bitflags 2 in the compiler 2023-12-30 18:17:28 +01:00
messages.ftl Support async trait bounds in macros 2024-02-20 16:09:09 +00:00