Skip to content

Commit 1c7b60f

Browse files
committed
add FIXME note on Builder::compiler_for
Signed-off-by: onur-ozkan <[email protected]>
1 parent 50f8412 commit 1c7b60f

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)