mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
0d5ee650f8
Port `run-make/issue-7349` to a codegen test The test does not need to be a run-make test, it can use the codegen test infrastructure. Also took the opportunity to rename the test to `no-redundant-item-monomorphization` so it's not just some opaque issue number. Part of #121876.