RPITIT placeholder items
This commit is contained in:
parent
c6861df836
commit
78b962a4f3
21 changed files with 70 additions and 2 deletions
|
@ -661,6 +661,7 @@ impl CheckAttrVisitor<'_> {
|
|||
| Target::GlobalAsm
|
||||
| Target::TyAlias
|
||||
| Target::OpaqueTy
|
||||
| Target::ImplTraitPlaceholder
|
||||
| Target::Enum
|
||||
| Target::Variant
|
||||
| Target::Struct
|
||||
|
|
|
@ -235,6 +235,7 @@ impl<'tcx> ReachableContext<'tcx> {
|
|||
hir::ItemKind::ExternCrate(_)
|
||||
| hir::ItemKind::Use(..)
|
||||
| hir::ItemKind::OpaqueTy(..)
|
||||
| hir::ItemKind::ImplTraitPlaceholder(..)
|
||||
| hir::ItemKind::TyAlias(..)
|
||||
| hir::ItemKind::Macro(..)
|
||||
| hir::ItemKind::Mod(..)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue