rust/compiler/rustc_resolve/src
bors 7417110cef Auto merge of #96246 - SparrowLii:bound_contxet, r=compiler-errors
Add `BoundKind` in `visit_param_bounds` to check questions in bounds

From the FIXME in the impl of `AstValidator`. Better bound checks by adding `BoundCtxt` type parameter to `visit_param_bound`

cc `@ecstatic-morse`
2022-04-25 10:46:58 +00:00
..
late Stop visiting visibility. 2022-04-23 09:53:45 +02: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 #96246 - SparrowLii:bound_contxet, r=compiler-errors 2022-04-25 10:46:58 +00:00
lib.rs Compute has_pub_restricted in the resolver. 2022-04-23 23:03:18 +02:00
macros.rs Pass last_import_segment and unusable_binding as parameters. 2022-04-12 19:51:46 +02:00