mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
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:
parent
0aca7b78de
commit
ec3638adb9
4 changed files with 17 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue