Skip to content

Commit

Permalink
Add issue number to FIXMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmandry authored Jan 9, 2023
1 parent 42aa075 commit 9c23629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/rustc_target/src/spec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1109,10 +1109,10 @@ supported_targets! {
("x86_64-apple-darwin", x86_64_apple_darwin),
("i686-apple-darwin", i686_apple_darwin),

// FIXME(fuchsia): Remove aarch64-fuchsia in favor of aarch64-unknown-fuchsia
// FIXME(#106649): Remove aarch64-fuchsia in favor of aarch64-unknown-fuchsia
("aarch64-fuchsia", aarch64_fuchsia),
("aarch64-unknown-fuchsia", aarch64_unknown_fuchsia),
// FIXME(fuchsia): Remove x86_64-fuchsia in favor of x86_64-unknown-fuchsia
// FIXME(#106649): Remove x86_64-fuchsia in favor of x86_64-unknown-fuchsia
("x86_64-fuchsia", x86_64_fuchsia),
("x86_64-unknown-fuchsia", x86_64_unknown_fuchsia),

Expand Down

0 comments on commit 9c23629

Please sign in to comment.