about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-02-02 23:06:57 +0100
committerGitHub <noreply@github.com>2025-02-02 23:06:57 +0100
commitf1bdf3ba4a43bc6adf2e44c8e6a16eb674c563d3 (patch)
tree46e6753ad0a79c43572d741a5c8e332ce87d6c05 /tests
parentf5ae630f10d16630e673c3fb9f525a17f09a79eb (diff)
parent6a566ee092cacf6e4b327e7fdbbb1003a514b820 (diff)
downloadrust-f1bdf3ba4a43bc6adf2e44c8e6a16eb674c563d3.tar.gz
rust-f1bdf3ba4a43bc6adf2e44c8e6a16eb674c563d3.zip
Rollup merge of #136445 - bjorn3:diag_ctxt_cleanup, r=oli-obk
Couple of cleanups to DiagCtxt and EarlyDiagCtxt
Diffstat (limited to 'tests')
-rw-r--r--tests/ui-fulldeps/obtain-borrowck.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui-fulldeps/obtain-borrowck.rs b/tests/ui-fulldeps/obtain-borrowck.rs
index f8064c245a8..c6bec4f77a0 100644
--- a/tests/ui-fulldeps/obtain-borrowck.rs
+++ b/tests/ui-fulldeps/obtain-borrowck.rs
@@ -48,7 +48,6 @@ fn main() {
         let mut callbacks = CompilerCalls::default();
         // Call the Rust compiler with our callbacks.
         rustc_driver::run_compiler(&rustc_args, &mut callbacks);
-        Ok(())
     });
     std::process::exit(exit_code);
 }