mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 13:13:56 +00:00
tests/ui/asm: Remove uses of rustc_attrs, lang_items, and decl_macro features by using minicore Follow-up to https://github.com/rust-lang/rust/pull/132516#issuecomment-2452986287. This PR do similar things for remaining tests in tests/ui/asm. r? jieyouxu