We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 189cb02 + 107e75d commit d7485b8Copy full SHA for d7485b8
crates/rust-analyzer/src/version.rs
@@ -15,7 +15,7 @@ pub struct VersionInfo {
15
pub version: &'static str,
16
/// The release channel we were built for (stable/beta/nightly/dev).
17
///
18
- /// `None` if not built via rustbuild.
+ /// `None` if not built via bootstrap.
19
pub release_channel: Option<&'static str>,
20
/// Information about the Git repository we may have been built from.
21
0 commit comments