rust/compiler/rustc_parse/src/parser
Michael Goulet 203aaf62a9
Rollup merge of #111133 - hkmatsumoto:handle-python-slicing, r=TaKO8Ki
Detect Python-like slicing and suggest how to fix

Fix #108215
2023-11-27 19:06:45 -05:00
..
attr_wrapper.rs Adjust to_attr_token_stream. 2023-09-06 17:12:07 +10:00
attr.rs More detail when expecting expression but encountering bad macro argument 2023-11-16 16:19:04 +00:00
diagnostics.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
expr.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
generics.rs fix couple of clippy findings: 2023-07-23 10:50:14 +02:00
item.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
mod.rs Auto merge of #114292 - estebank:issue-71039, r=b-naber 2023-11-17 20:57:12 +00:00
nonterminal.rs More detail when expecting expression but encountering bad macro argument 2023-11-16 16:19:04 +00:00
pat.rs Suggest swapping the order of ref and box 2023-11-27 21:38:19 +09:00
path.rs More detail when expecting expression but encountering bad macro argument 2023-11-16 16:19:04 +00:00
stmt.rs Change help message to make some sense in broader context 2023-11-27 22:18:03 +09:00
ty.rs Add Span to TraitBoundModifier 2023-11-24 14:32:05 +00:00