rust/compiler/rustc_ast/src
Yuki Okushi d4a5ec17a7
Rollup merge of #100978 - nnethercote:fix-100948, r=petrochenkov
Handle `Err` in `ast::LitKind::to_token_lit`.

Fixes #100948.

r? ``@petrochenkov``
2022-08-26 09:51:46 +09:00
..
attr Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
expand
util Handle Err in ast::LitKind::to_token_lit. 2022-08-25 10:50:39 +10:00
ast_traits.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
ast.rs Remove the symbol from ast::LitKind::Err. 2022-08-23 16:56:24 +10:00
entry.rs Fixup missing renames from #[main] to #[rustc_main] 2022-06-22 18:24:09 +02:00
lib.rs Stabilize #![feature(label_break_value)] 2022-08-23 21:14:12 -05:00
mut_visit.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
node_id.rs
ptr.rs
token.rs suggest adding a missing semicolon before an item 2022-08-15 16:10:31 +09:00
tokenstream.rs Remove TreeAndSpacing. 2022-07-29 15:52:15 +10:00
visit.rs Shrink ast::Attribute. 2022-08-16 11:10:13 +10:00