mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Merge from rustc
This commit is contained in:
commit
d7485b8436
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ pub struct VersionInfo {
|
||||||
pub version: &'static str,
|
pub version: &'static str,
|
||||||
/// The release channel we were built for (stable/beta/nightly/dev).
|
/// The release channel we were built for (stable/beta/nightly/dev).
|
||||||
///
|
///
|
||||||
/// `None` if not built via rustbuild.
|
/// `None` if not built via bootstrap.
|
||||||
pub release_channel: Option<&'static str>,
|
pub release_channel: Option<&'static str>,
|
||||||
/// Information about the Git repository we may have been built from.
|
/// Information about the Git repository we may have been built from.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue