add FIXME note on Builder::compiler_for
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
50f84129e6
commit
1c7b60f8a4
1 changed files with 3 additions and 0 deletions
|
|
@ -1262,6 +1262,9 @@ impl<'a> Builder<'a> {
|
|||
),
|
||||
),
|
||||
)]
|
||||
|
||||
/// FIXME: This function is unnecessary (and dangerous, see <https://github.com/rust-lang/rust/issues/137469>).
|
||||
/// We already have uplifting logic for the compiler, so remove this.
|
||||
pub fn compiler_for(
|
||||
&self,
|
||||
stage: u32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue