Skip to content

Commit de4d282

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

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. We already have uplifting logic
1267+
/// for the compiler, so remove this.
12651268
pub fn compiler_for(
12661269
&self,
12671270
stage: u32,

0 commit comments

Comments
 (0)