rust/compiler/rustc_middle/src
Esteban Küber 3debf5006a Only use ... instead of _ for type elision
`_` might confuse people into believing that the type isn't known,
while `...` is not used anywhere else for types and is not valid
syntax, making it more likely to convey the right understanding.
2022-11-18 08:46:47 -08:00
..
dep_graph
hir Do not use local_def_id in node_to_string. 2022-11-13 14:15:23 +00:00
infer Add an optional Span to BrAnon and use it to print better error for HRTB error from generator interior 2022-11-07 17:39:29 -05:00
middle resolve: Fill effective visibilities for import def ids in a separate pass 2022-11-05 17:55:20 +04:00
mir Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead 2022-11-17 07:42:27 +00:00
query Resolve lifetimes independently for each item-like. 2022-11-11 10:11:50 +00:00
thir
traits selection failure: recompute applicable impls 2022-11-08 14:48:07 +01:00
ty Only use ... instead of _ for type elision 2022-11-18 08:46:47 -08:00
util
arena.rs Auto merge of #102698 - michaelwoerister:unord-collections, r=lncr 2022-10-29 06:20:48 +00:00
error.rs better error for rustc_strict_coherence misuse 2022-10-30 19:11:55 +00:00
lib.rs cfg-step code 2022-11-06 17:21:21 -05:00
lint.rs fix: typo 2022-11-06 11:22:29 -05:00
macros.rs
metadata.rs
tests.rs
thir.rs
values.rs Add domain size check to fix ICE 2022-11-09 10:19:23 -06:00