Support package-qualified imports

This commit is contained in:
Richard Feldman 2020-11-26 21:07:57 -05:00
parent b70f265242
commit d0c651726d
3 changed files with 15 additions and 7 deletions

View file

@ -175,7 +175,7 @@ fn fmt_imports_entry<'a>(buf: &mut String<'a>, entry: &'a ImportsEntry<'a>, inde
}
}
Package(_name, _entries) => {
Package(_pkg, _name, _entries) => {
todo!("TODO Format imported package");
}