mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
e8b0c30578
CFI: Add test for `call_once` addr taken One of the proposed ways to reduce the non-passed argument erasure would cause this test to fail. Adding this now ensures that any attempt to reduce non-passed argument erasure won't make the same mistake. r? `@compiler-errors` cc `@rcvalle`