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.
1 parent 1715559 commit 7be171dCopy full SHA for 7be171d
src/tools/compiletest/src/header.rs
@@ -549,7 +549,7 @@ impl Config {
549
pub fn lldb_version_to_int(version_string: &str) -> isize {
550
let error_string = format!("Encountered LLDB version string with unexpected format: {}",
551
version_string);
552
- version_string.parse().expect(&error_string);
+ version_string.parse().expect(&error_string)
553
}
554
555
fn expand_variables(mut value: String, config: &Config) -> String {
0 commit comments