Properly deal with GATs when looking for method chains to point at

This commit is contained in:
León Orell Valerian Liehr
2024-03-02 19:29:53 +01:00
parent 5257aee7dd
commit 6035e8735a
4 changed files with 63 additions and 16 deletions

View File

@@ -16,6 +16,7 @@
#![allow(internal_features)]
#![allow(rustc::diagnostic_outside_of_impl)]
#![allow(rustc::untranslatable_diagnostic)]
#![feature(assert_matches)]
#![feature(associated_type_bounds)]
#![feature(box_patterns)]
#![feature(control_flow_enum)]