rust/compiler/rustc_target/src/spec/x86_64_fuchsia.rs
David Koloski 42aa075310 Accept old spelling of Fuchsia target triples
Because the old spelling is widely used, some projects may need time to
migrate their uses to the new triple spelling. The old spelling may
eventually be removed altogether.
2023-01-09 12:18:12 -05:00

2 lines
53 B
Rust

pub use crate::spec::x86_64_unknown_fuchsia::target;