File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/rustc_target/src/spec Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1109,10 +1109,10 @@ supported_targets! {
11091109 ( "x86_64-apple-darwin" , x86_64_apple_darwin) ,
11101110 ( "i686-apple-darwin" , i686_apple_darwin) ,
11111111
1112- // FIXME(fuchsia ): Remove aarch64-fuchsia in favor of aarch64-unknown-fuchsia
1112+ // FIXME(#106649 ): Remove aarch64-fuchsia in favor of aarch64-unknown-fuchsia
11131113 ( "aarch64-fuchsia" , aarch64_fuchsia) ,
11141114 ( "aarch64-unknown-fuchsia" , aarch64_unknown_fuchsia) ,
1115- // FIXME(fuchsia ): Remove x86_64-fuchsia in favor of x86_64-unknown-fuchsia
1115+ // FIXME(#106649 ): Remove x86_64-fuchsia in favor of x86_64-unknown-fuchsia
11161116 ( "x86_64-fuchsia" , x86_64_fuchsia) ,
11171117 ( "x86_64-unknown-fuchsia" , x86_64_unknown_fuchsia) ,
11181118
You can’t perform that action at this time.
0 commit comments