do not use associated types placeholder for inlay hint

Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
This commit is contained in:
Benjamin Coenen 2020-10-28 15:42:51 +01:00
parent 0aca7b78de
commit ec3638adb9
4 changed files with 17 additions and 8 deletions

View file

@ -74,7 +74,7 @@ fn check_types_impl(ra_fixture: &str, display_source: bool) {
let module = db.module_for_file(file_id);
ty.display_source_code(&db, module).unwrap()
} else {
ty.display(&db).to_string()
ty.display_test(&db).to_string()
};
assert_eq!(expected, actual);
checked_one = true;