TODO -> FIXME
This commit is contained in:
parent
e604d01fed
commit
69cde44390
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue