Add AttrsWithOwner and clean up source_map

This commit is contained in:
Jonas Schievink 2021-03-19 21:23:57 +01:00
parent fc5f73de45
commit 636de3c709
5 changed files with 216 additions and 155 deletions

View file

@ -89,7 +89,7 @@ pub use crate::{
pub use {
hir_def::{
adt::StructKind,
attr::{Attr, Attrs, Documentation},
attr::{Attr, Attrs, AttrsWithOwner, Documentation},
body::scope::ExprScopes,
find_path::PrefixKind,
import_map,