1
Fork 0

TODO -> FIXME

This commit is contained in:
Amanieu d'Antras 2021-02-24 02:36:45 +00:00
parent e604d01fed
commit 69cde44390
2 changed files with 2 additions and 2 deletions

View file

@ -2831,7 +2831,7 @@ impl<'a, 'hir> LoweringContext<'a, 'hir> {
fn item_attrs(&self, def_id: DefId) -> Vec<ast::Attribute> {
if let Some(_local_def_id) = def_id.as_local() {
// TODO: This doesn't actually work, items doesn't include everything?
// FIXME: This doesn't actually work, items doesn't include everything?
//self.items[&hir::ItemId { def_id: local_def_id }].attrs.into()
Vec::new()
} else {