From a41ed9a3acbbe958b496f57579b6c4cb7311f091 Mon Sep 17 00:00:00 2001 From: Michael Goulet Date: Tue, 6 Sep 2022 23:10:53 +0000 Subject: [PATCH] A no-op change --- compiler/rustc_driver/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/rustc_driver/src/lib.rs b/compiler/rustc_driver/src/lib.rs index a193d5db6916a..e3308be067615 100644 --- a/compiler/rustc_driver/src/lib.rs +++ b/compiler/rustc_driver/src/lib.rs @@ -1346,6 +1346,7 @@ mod signal_handler { } pub fn main() -> ! { + if false {} // a no-op change let start_time = Instant::now(); let start_rss = get_resident_set_size(); init_rustc_env_logger();