Files
rust/compiler/rustc_ast/src
Matthias Krüger f577d808b7 Rollup merge of #126767 - compiler-errors:static-foreign-item, r=spastorino
`StaticForeignItem` and `StaticItem` are the same

The struct `StaticItem` and `StaticForeignItem` are the same, so remove `StaticForeignItem`. Having them be separate is unique to `static` items -- unlike `ForeignItemKind::{Fn,TyAlias}`, which use the normal AST item.

r? ``@spastorino`` or ``@oli-obk``
2024-06-21 09:12:37 +02:00
..
2024-06-06 20:27:25 -05:00
2024-06-17 22:35:25 -04:00
2024-05-14 08:19:58 +10:00
2023-11-22 18:38:17 +11:00
2024-05-20 19:21:30 -04:00