mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
6ae4cfbbb0
tests: add sanity-check assembly test for every target Fixes #119910. Adds a basic assembly test checking that each target can produce assembly and update the target tier policy to require this. cc rust-lang/compiler-team#655 r? `@wesleywiser`