mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:20:40 +03:00
7417110cef
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`