rust/crates/ide_db/src
bors[bot] 39167b97d8
Merge #7260
7260: Render Fn* trait objects and impl types as rust does r=matklad a=Veykril

Also fixes raw ptr impl types being rendered ambiguously with multiple predicates.
This moves out the `FamousDefs::Fixture` into its own file as well, cause I figured it is big enough to get its own file at this point + we also get highlighting this way when editing it.

Fixes #3012

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-01-14 09:07:15 +00:00
..
call_info Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
helpers Render Fn* trait objects and impl types as rust does 2021-01-13 13:29:47 +01:00
line_index Extract tests module to file in ide_db crate 2020-12-04 00:05:39 +09:00
traits Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
apply_change.rs Proper handling $crate Take 2 2021-01-07 13:08:32 +08:00
call_info.rs Extract tests module to file in ide_db crate 2020-12-04 00:05:39 +09:00
defs.rs Use hir::GenericParam in ide_db::Definition instead of relisting all 3 2021-01-10 12:33:47 +01:00
helpers.rs Move FamousDefs fixture out into its own file 2021-01-12 17:26:08 +01:00
imports_locator.rs Fixed typos in code comments 2021-01-09 15:41:29 +01:00
label.rs
lib.rs Introduce anchored_path 2020-12-09 19:07:05 +03:00
line_index.rs Extract tests module to file in ide_db crate 2020-12-04 00:05:39 +09:00
search.rs Rename FileReferences -> UsageSearchResult 2021-01-12 15:56:24 +01:00
source_change.rs Add initial_contents field for CreateFile 2020-12-21 15:55:40 +09:00
symbol_index.rs Don't expose SyntaxKind from IDE API 2020-12-18 19:28:48 +03:00
traits.rs Extract tests module to file in ide_db crate 2020-12-04 00:05:39 +09:00
ty_filter.rs