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 7a6a25e + c96d531 commit 8ea8252Copy full SHA for 8ea8252
compiler/rustc_interface/src/util.rs
@@ -922,7 +922,7 @@ impl<'a> MutVisitor for ReplaceBodyWithLoop<'a, '_> {
922
}
923
924
925
-/// Returns a version string such as "rustc 1.46.0 (04488afe3 2020-08-24)"
+/// Returns a version string such as "1.46.0 (04488afe3 2020-08-24)"
926
pub fn version_str() -> Option<&'static str> {
927
option_env!("CFG_VERSION")
928
0 commit comments