rust/compiler/rustc_builtin_macros
Matthias Krüger d40c827e9a
Rollup merge of #110035 - Ezrashaw:improve-test-attr-expansion-code, r=davidtwco
fix: ensure bad `#[test]` invocs retain correct AST

Fixes #109816

Ensures that a `StmtKind::Item` doesn't get converted into a plain `Item` (causing the ICE from the linked issue) Also unifies the error path a bit.
2023-04-12 22:04:32 +02:00
..
src Rollup merge of #110035 - Ezrashaw:improve-test-attr-expansion-code, r=davidtwco 2023-04-12 22:04:32 +02:00
Cargo.toml Upgrade thin-vec from 0.2.9 to 0.2.12. 2023-02-21 11:51:55 +11:00
messages.ftl Migrate most of rustc_builtin_macros to diagnostic impls 2023-04-10 21:16:53 +01:00