Remove todo!()s

This commit is contained in:
Lukas Wirth 2023-09-06 15:30:44 +02:00
parent e243a03da1
commit 5fdd1e36e3
2 changed files with 79 additions and 76 deletions

View file

@ -191,7 +191,7 @@ impl InferenceContext<'_> {
path.segments().skip(remaining_index),
)
}
Path::LangItem(_, seg) => (
Path::LangItem(..) => (
PathSegment {
name: {
_d = hir_expand::name::known::Unknown;