rust/compiler/rustc_hir
Jonathan Brouwer 923fb76303
Rollup merge of #152570 - Ozzy1423:attr-parse, r=JonathanBrouwer
Port #[rustc_test_marker] to the attribute parser

Tracking issue: https://github.com/rust-lang/rust/issues/131229

Targets:
Const is for normal tests (const test::TestDescAndFn is inserted before the test fn)
Const/Static/Fn is for custom_test_framework's #[test_case] e.g. tests/ui/custom_test_frameworks/full.rs

r? @JonathanBrouwer

Again I left the use-sites as is since they are early uses.
2026-02-14 18:55:37 +01:00
..
src Rollup merge of #152570 - Ozzy1423:attr-parse, r=JonathanBrouwer 2026-02-14 18:55:37 +01:00
Cargo.toml Move attribute lints to rustc_lint 2025-12-05 14:22:52 +01:00