diff options
| author | bors <bors@rust-lang.org> | 2025-05-13 03:33:22 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-05-13 03:33:22 +0000 |
| commit | 32d23857f168a71bd0e77b17c0984b567461f7dc (patch) | |
| tree | aa7363f07e1e2d201f811ef5f1c3b134034fa92f /compiler/rustc_interface/src | |
| parent | 3ae0b2e2ed34f9e3fa848379d3d47782701caa14 (diff) | |
| parent | 1caaa887003ed84b5c7022ded53ff50e699af666 (diff) | |
| download | rust-32d23857f168a71bd0e77b17c0984b567461f7dc.tar.gz rust-32d23857f168a71bd0e77b17c0984b567461f7dc.zip | |
Auto merge of #140935 - omahs:patch-5, r=jieyouxu
Fix typos Fix typos
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/passes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/passes.rs b/compiler/rustc_interface/src/passes.rs index f4d11a7c0be..7ed32d559c3 100644 --- a/compiler/rustc_interface/src/passes.rs +++ b/compiler/rustc_interface/src/passes.rs @@ -907,7 +907,7 @@ pub fn create_and_enter_global_ctxt<T, F: for<'tcx> FnOnce(TyCtxt<'tcx>) -> T>( feed.output_filenames(Arc::new(outputs)); let res = f(tcx); - // FIXME maybe run finish even when a fatal error occured? or at least tcx.alloc_self_profile_query_strings()? + // FIXME maybe run finish even when a fatal error occurred? or at least tcx.alloc_self_profile_query_strings()? tcx.finish(); res }, |
