Remove pattern rendering hack

This commit is contained in:
Lukas Wirth 2022-06-20 20:16:40 +02:00
parent 06ee4d6222
commit 46d22719fc
12 changed files with 235 additions and 122 deletions

View file

@ -152,7 +152,7 @@ pub(crate) fn complete_expr_path(
_ => (),
}
}
Qualified::Absolute => acc.add_crate_roots(ctx),
Qualified::Absolute => acc.add_crate_roots(ctx, path_ctx),
Qualified::No => {
acc.add_nameref_keywords_with_colon(ctx);
if let Some(adt) =