rust/compiler/rustc_resolve/src
bors 81799cd8fd Auto merge of #96495 - Dylan-DPC:rollup-9lm4tpp, r=Dylan-DPC
Rollup of 7 pull requests

Successful merges:

 - #96377 (make `fn() -> _ { .. }` suggestion MachineApplicable)
 - #96397 (Make EncodeWide implement FusedIterator)
 - #96421 (Less `NoDelim`)
 - #96432 (not need `Option` for `dbg_scope`)
 - #96466 (Better error messages when collecting into `[T; n]`)
 - #96471 (replace let else with `?`)
 - #96483 (Add missing `target_feature` to the list of well known cfg names)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-04-28 01:37:03 +00:00
..
late Auto merge of #96495 - Dylan-DPC:rollup-9lm4tpp, r=Dylan-DPC 2022-04-28 01:37:03 +00:00
access_levels.rs resolve/metadata: Stop encoding macros as reexports 2022-02-24 22:55:40 +03:00
build_reduced_graph.rs Compute has_pub_restricted in the resolver. 2022-04-23 23:03:18 +02:00
check_unused.rs span: move MultiSpan 2022-04-05 07:01:00 +01:00
def_collector.rs Visit generics inside visit_fn. 2022-04-17 11:03:33 +02:00
diagnostics.rs Remove redundant format!s 2022-04-21 16:46:20 +01:00
ident.rs Lint elided lifetimes in path on the AST. 2022-04-17 11:03:34 +02:00
imports.rs Rollup merge of #95887 - petrochenkov:doclink5, r=cjgillot 2022-04-16 14:25:55 +02:00
late.rs Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkov 2022-04-27 23:13:28 +00:00
lib.rs Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkov 2022-04-27 23:13:28 +00:00
macros.rs Pass last_import_segment and unusable_binding as parameters. 2022-04-12 19:51:46 +02:00