We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Builder::compiler_for
1 parent 50f8412 commit 1c7b60fCopy full SHA for 1c7b60f
src/bootstrap/src/core/builder/mod.rs
@@ -1262,6 +1262,9 @@ impl<'a> Builder<'a> {
1262
),
1263
1264
)]
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.
1268
pub fn compiler_for(
1269
&self,
1270
stage: u32,
0 commit comments