rust/compiler/rustc_passes/src
Matthias Krüger a34bcd70b2
Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholk
Remove `..` from return type notation

`@nikomatsakis` and I decided that using `..` in the return-type notation syntax is probably overkill.

r? `@eholk` since you reviewed the last one

Since this is piggybacking now totally off of a pre-existing syntax (parenthesized generics), let me know if you need any explanation of the logic here, since it's a bit more complicated now.
2023-04-12 20:56:22 +02:00
..
liveness Match unmatched backticks in compiler/ that are part of rustdoc 2023-03-03 08:39:00 +01:00
check_attr.rs Rename doc(primitive) into rustc_doc_primitive 2023-03-30 22:56:52 +02:00
check_const.rs Use local key in providers 2023-03-21 15:38:51 +00:00
dead.rs Update ty::VariantDef to use IndexVec<FieldIdx, FieldDef> 2023-03-30 09:23:40 -07:00
debugger_visualizer.rs LocalCrate key 2023-03-21 15:38:52 +00:00
diagnostic_items.rs LocalCrate key 2023-03-21 15:38:52 +00:00
entry.rs Replace a lock with an atomic 2023-04-04 09:01:44 +00:00
errors.rs Rename doc(primitive) into rustc_doc_primitive 2023-03-30 22:56:52 +02:00
hir_id_validator.rs incr.comp.: Don't ignore dep-tracking during HirId validation. 2023-04-05 16:21:50 +02:00
hir_stats.rs Remove .. from return type notation 2023-04-10 22:19:46 +00:00
lang_items.rs Remove HirId -> LocalDefId map from HIR. 2023-01-28 09:55:26 +00:00
layout_test.rs Use local key in providers 2023-03-21 15:38:51 +00:00
lib_features.rs ast: Optimize list and value extraction primitives for attributes 2023-02-01 22:35:02 +04:00
lib.rs Simplify message paths 2023-03-11 22:51:57 +01:00
liveness.rs Use local key in providers 2023-03-21 15:38:51 +00:00
loops.rs
naked_functions.rs Use local key in providers 2023-03-21 15:38:51 +00:00
reachable.rs Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk 2023-03-08 06:07:11 +00:00
stability.rs Migrate sess.opts.tests uses to sess.is_test_crate() 2023-04-09 21:37:31 +02:00
upvars.rs
weak_lang_items.rs