update crubit for rustc API changes

Adapted for https://github.com/rust-lang/rust/commit/2eca717a240a37e4e996d727b6506d2f2e990b74.

PiperOrigin-RevId: 566238542
Change-Id: I6505f080fe3e6d5283ae1818cf3ee8b4e39bcc4b
diff --git a/cc_bindings_from_rs/run_compiler.rs b/cc_bindings_from_rs/run_compiler.rs
index 596fdee..7414beb 100644
--- a/cc_bindings_from_rs/run_compiler.rs
+++ b/cc_bindings_from_rs/run_compiler.rs
@@ -121,6 +121,10 @@
 
     fn after_analysis<'tcx>(
         &mut self,
+        // TODO(b/300606577): Remove after stable picks this up.
+        #[cfg(not(
+            google3_internal_rustc_contains_commit_2eca717a240a37e4e996d727b6506d2f2e990b74
+        ))]
         _handler: &EarlyErrorHandler,
         _compiler: &Compiler,
         queries: &'tcx Queries<'tcx>,