Account for incorrect where T::Assoc = Ty bound

Provide suggestoin to constrain trait bound for associated type.
Revert incorrect changes to `missing-bounds` test.

Address part of #20041.
This commit is contained in:
Esteban Kuber
2021-11-25 01:38:05 +00:00
parent 311fa1f14d
commit 4954389a9d
7 changed files with 142 additions and 6 deletions

View File

@@ -6,6 +6,7 @@
#![feature(iter_is_partitioned)]
#![feature(box_patterns)]
#![feature(let_else)]
#![recursion_limit = "256"]
pub mod ast_validation;