rust/compiler/rustc_ast/src
Matthias Krüger 11020b93b6
Rollup merge of #106361 - clubby789:int-literal-too-large, r=estebank
Note maximum integer literal for `IntLiteralTooLarge`

Closes #105908

`@rustbot` label +A-diagnostics
2023-01-04 07:28:56 +01:00
..
attr Remove three uses of LitKind::synthesize_token_lit. 2022-12-05 16:33:20 +11:00
expand Make allocator_kind a query. 2021-06-20 11:52:51 +02:00
util Print correct base for too-large literals 2023-01-02 11:43:07 +00:00
ast_traits.rs Rename {Create,Lazy}TokenStream as {To,Lazy}AttrTokenStream. 2022-09-09 17:25:38 +10:00
ast.rs Rollup merge of #106383 - Manishearth:ast-docs, r=compiler-errors 2023-01-02 15:39:19 -08:00
entry.rs Fixup missing renames from #[main] to #[rustc_main] 2022-06-22 18:24:09 +02:00
lib.rs Replace some bool params with an enum 2022-10-01 10:13:02 +00:00
mut_visit.rs Rename Rptr to Ref in AST and HIR 2022-12-28 18:52:36 +01:00
node_id.rs A few small cleanups for newtype_index 2022-12-18 21:47:28 +01:00
ptr.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
token.rs Little fixes 2022-12-16 18:41:08 +05:30
tokenstream.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
visit.rs Rename Rptr to Ref in AST and HIR 2022-12-28 18:52:36 +01:00