Skip to content

Commit 1af256f

Browse files
committedNov 8, 2023
targets: move target specs to spec/targets
Signed-off-by: David Wood <[email protected]>
1 parent 76aa83e commit 1af256f

File tree

231 files changed

+26
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+26
-26
lines changed
 

‎compiler/rustc_target/src/spec/aarch64_fuchsia.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎compiler/rustc_target/src/spec/base/apple/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use crate::spec::{
1+
use crate::spec::targets::{
22
aarch64_apple_darwin, aarch64_apple_ios_sim, aarch64_apple_watchos_sim, i686_apple_darwin,
33
x86_64_apple_darwin, x86_64_apple_ios, x86_64_apple_tvos, x86_64_apple_watchos_sim,
44
};

0 commit comments

Comments
 (0)
Please sign in to comment.