Add RUSTC_BOOTSTRAP=-1 to make rustc pretend as stable compiler

This commit is contained in:
Jieyou Xu
2024-11-13 17:55:25 +08:00
parent 46e8d20301
commit 202caa7c57
3 changed files with 24 additions and 9 deletions

View File

@@ -54,7 +54,7 @@ pub struct EnabledLangFeature {
pub stable_since: Option<Symbol>,
}
/// Information abhout an enabled library feature.
/// Information about an enabled library feature.
#[derive(Debug, Copy, Clone)]
pub struct EnabledLibFeature {
pub gate_name: Symbol,