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! {
1109
1109
( "x86_64-apple-darwin" , x86_64_apple_darwin) ,
1110
1110
( "i686-apple-darwin" , i686_apple_darwin) ,
1111
1111
1112
- // FIXME(fuchsia ): Remove aarch64-fuchsia in favor of aarch64-unknown-fuchsia
1112
+ // FIXME(#106649 ): Remove aarch64-fuchsia in favor of aarch64-unknown-fuchsia
1113
1113
( "aarch64-fuchsia" , aarch64_fuchsia) ,
1114
1114
( "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
1116
1116
( "x86_64-fuchsia" , x86_64_fuchsia) ,
1117
1117
( "x86_64-unknown-fuchsia" , x86_64_unknown_fuchsia) ,
1118
1118
You can’t perform that action at this time.
0 commit comments