rust/compiler/rustc_hir_analysis/src
Matthias Krüger 378c2fd644
Rollup merge of #114752 - RickleAndMortimer:issue-113788-fix, r=compiler-errors
fixed *const [type error] does not implement the Copy trait

Removes "error: arguments for inline assembly must be copyable" when moving an unknown type

Fixes: #113788
2023-08-14 21:57:51 +02:00
..
astconv Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk 2023-08-08 19:23:41 +00:00
check Rollup merge of #114752 - RickleAndMortimer:issue-113788-fix, r=compiler-errors 2023-08-14 21:57:51 +02:00
coherence
collect Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk 2023-08-08 19:23:41 +00:00
impl_wf_check Remove constness from TraitPredicate 2023-08-02 15:38:00 +00:00
outlives
structured_errors lower impl const to bind to host effect param 2023-08-06 13:34:53 +00:00
variance Store the laziness of type aliases in the DefKind 2023-08-07 15:54:31 +02:00
autoderef.rs Structurally normalize weak and inherent too 2023-08-07 19:05:59 +00:00
bounds.rs Remove constness from TraitPredicate 2023-08-02 15:38:00 +00:00
check_unused.rs
collect.rs Fix ICE 2023-08-07 17:16:10 +00:00
constrained_generic_params.rs Opaques do not constrain generic params 2023-08-12 17:14:13 +00:00
errors.rs
hir_wf_check.rs Lower generic const items to HIR 2023-07-28 22:21:40 +02:00
impl_wf_check.rs
lib.rs
structured_errors.rs