mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
528275e939
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