1
Fork 0
rust/compiler/rustc_ast_lowering/src
Matthias Krüger 2fbde2b028
Rollup merge of #105408 - cuviper:help-rpitirpit, r=compiler-errors
Add help for `#![feature(impl_trait_in_fn_trait_return)]`

This adds a new variant `ImplTraitContext::FeatureGated`, so we can
generalize the help for `return_position_impl_trait_in_trait` to also
work for `impl_trait_in_fn_trait_return`.

cc #99697
2022-12-08 12:57:31 +01:00
..
asm.rs Fill in def_span when creating def ids. 2022-12-01 10:33:28 +00:00
block.rs rustc_ast_lowering: remove ref patterns 2022-11-22 18:49:29 +00:00
errors.rs Convert all #[suggestion_*] attributes to #[suggestion(style = "...")] 2022-10-26 15:04:09 +02:00
expr.rs Rollup merge of #105343 - nbdd0121:hir, r=fee1-dead 2022-12-07 15:39:07 +01:00
index.rs Auto merge of #104947 - cjgillot:verify-hir-nest, r=oli-obk 2022-11-29 10:34:19 +00:00
item.rs Simplify attribute handling in rustc_ast_lowering 2022-12-06 01:05:17 +00:00
lib.rs Rollup merge of #105408 - cuviper:help-rpitirpit, r=compiler-errors 2022-12-08 12:57:31 +01:00
lifetime_collector.rs Remove path_span argument to the visit_path_segment methods. 2022-09-12 13:24:25 +10:00
pat.rs rustc_ast_lowering: remove ref patterns 2022-11-22 18:49:29 +00:00
path.rs Add help for #![feature(impl_trait_in_fn_trait_return)] 2022-12-06 17:53:50 -08:00