mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-31 11:25:30 +00:00
This commit removes the `TargetMachineFactory` struct and adds a `TargetMachineFactoryFn` type alias which is used everywhere that the previous, long type was used. Signed-off-by: David Wood <david@davidtw.co>