Skip to content

Commit 4a1f7a1

Browse files
committed
add FIXME note on Builder::compiler_for
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent b8c381d commit 4a1f7a1

File tree

1 file changed

+3
-0
lines changed
  • src/bootstrap/src/core/builder

1 file changed

+3
-0
lines changed

src/bootstrap/src/core/builder/mod.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,9 @@ impl<'a> Builder<'a> {
12621262
),
12631263
),
12641264
)]
1265+
1266+
/// FIXME: This function is unnecessary (and dangerous, see https://github.com/rust-lang/rust/issues/137469).
1267+
/// We already have uplifting logic for the compiler, so remove this.
12651268
pub fn compiler_for(
12661269
&self,
12671270
stage: u32,

0 commit comments

Comments
 (0)