@@ -301,6 +301,7 @@ impl<'tcx> CheckAttrVisitor<'tcx> {
301301 | AttributeKind :: RustcConstStabilityIndirect
302302 | AttributeKind :: RustcDeallocator
303303 | AttributeKind :: RustcDefPath ( ..)
304+ | AttributeKind :: RustcDelayedBugFromInsideQuery
304305 | AttributeKind :: RustcDenyExplicitImpl ( ..)
305306 | AttributeKind :: RustcDummy
306307 | AttributeKind :: RustcDumpDefParents
@@ -310,6 +311,7 @@ impl<'tcx> CheckAttrVisitor<'tcx> {
310311 | AttributeKind :: RustcDumpVtable ( ..)
311312 | AttributeKind :: RustcDynIncompatibleTrait ( ..)
312313 | AttributeKind :: RustcEffectiveVisibility
314+ | AttributeKind :: RustcEvaluateWhereClauses
313315 | AttributeKind :: RustcHasIncoherentInherentImpls
314316 | AttributeKind :: RustcHiddenTypeOfOpaques
315317 | AttributeKind :: RustcIfThisChanged ( ..)
@@ -332,6 +334,7 @@ impl<'tcx> CheckAttrVisitor<'tcx> {
332334 | AttributeKind :: RustcObjcClass { .. }
333335 | AttributeKind :: RustcObjcSelector { .. }
334336 | AttributeKind :: RustcOffloadKernel
337+ | AttributeKind :: RustcOutlives
335338 | AttributeKind :: RustcParenSugar ( ..)
336339 | AttributeKind :: RustcPassByValue ( ..)
337340 | AttributeKind :: RustcPassIndirectlyInNonRusticAbis ( ..)
@@ -404,9 +407,6 @@ impl<'tcx> CheckAttrVisitor<'tcx> {
404407 | sym:: rustc_capture_analysis
405408 | sym:: rustc_strict_coherence
406409 | sym:: rustc_mir
407- | sym:: rustc_outlives
408- | sym:: rustc_evaluate_where_clauses
409- | sym:: rustc_delayed_bug_from_inside_query
410410 | sym:: rustc_partition_reused
411411 | sym:: rustc_partition_codegened
412412 | sym:: rustc_expected_cgu_reuse
0 commit comments