rust/compiler/rustc_middle/src
Manish Goregaokar ea56e80726
Rollup merge of #104235 - compiler-errors:more-ct-guar, r=oli-obk
Use `const_error_with_guaranteed` more

Better to pass down an ErrorGuaranteed rather than making a new one out of thin air, for some usages. Also for the ones where we *do* need to delay a bug, that delayed bug will have a more descriptive message.
2022-11-10 10:47:42 -05:00
..
dep_graph Allow query system to recover a HirId. 2022-10-01 15:58:42 +02:00
hir Rename some OwnerId fields. 2022-10-29 20:28:38 +11: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 Use const_error_with_guaranteed more 2022-11-10 05:39:15 +00:00
query Add internal descriptions to a few queries 2022-11-05 17:54:15 +01:00
thir Use boxed slices in PatKind. 2022-09-02 07:26:22 +10:00
traits selection failure: recompute applicable impls 2022-11-08 14:48:07 +01:00
ty Rollup merge of #104235 - compiler-errors:more-ct-guar, r=oli-obk 2022-11-10 10:47:42 -05:00
util span: move MultiSpan 2022-04-05 07:01:00 +01:00
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 const_evaluatable_unchecked to const eval 2022-10-18 16:31:56 +02:00
lint.rs fix: typo 2022-11-06 11:22:29 -05:00
macros.rs add inline to TrivialTypeTraversalImpls 2022-10-17 10:54:03 +02:00
metadata.rs rustc: Parameterize ty::Visibility over used ID 2022-09-07 13:35:41 +04:00
tests.rs
thir.rs Use tidy-alphabetical in the compiler 2022-10-12 17:49:10 +05:30
values.rs Check representability in adt_sized_constraint 2022-10-10 14:36:12 -05:00