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 bf790dd commit e28ef35Copy full SHA for e28ef35
src/lib.rs
@@ -136,7 +136,7 @@ fn run(command_name: &str) -> Result<Option<ExitStatus>> {
136
}
137
138
139
-fn build(args: cli::Args, command_name: &str) -> Result<(ExitStatus)> {
+fn build(args: cli::Args, command_name: &str) -> Result<ExitStatus> {
140
let verbose = args.verbose();
141
let meta = rustc::version();
142
let cd = CurrentDirectory::get()?;
0 commit comments