Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a41ed9a

Browse files
committedSep 6, 2022
A no-op change
1 parent 406e03f commit a41ed9a

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_driver/src

1 file changed

+1
-0
lines changed
 

‎compiler/rustc_driver/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,6 +1346,7 @@ mod signal_handler {
13461346
}
13471347

13481348
pub fn main() -> ! {
1349+
if false {} // a no-op change
13491350
let start_time = Instant::now();
13501351
let start_rss = get_resident_set_size();
13511352
init_rustc_env_logger();

0 commit comments

Comments
 (0)
Please sign in to comment.