mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
011d7b0525
Port reexport_test_harness_main to attr parser Tracking issue: https://github.com/rust-lang/rust/issues/131229 I don't think I can use the parsed form in compiler/rustc_builtin_macros/src/test_harness.rs since that has to use the AST attrs? r? @JonathanBrouwer