Adjust rustc_bootstap.rs ui test

- Fixed test name, it should've been `rustc_bootstrap.rs`, oops.
- Slightly reworded test comment to make it more clear.
This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-12-10 21:02:49 +08:00
parent 42bf2af5ea
commit d6ceae0fd8
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
//! Check `RUSTC_BOOTSTRAP`'s behavior in relation to feature stability and what rustc considers
//! itself to be (stable vs non-stable ).
//! Check the compiler's behavior when the perma-unstable env var `RUSTC_BOOTSTRAP` is set in the
//! environment in relation to feature stability and which channel rustc considers itself to be.
//!
//! `RUSTC_BOOTSTRAP` accepts:
//!