From 87223991b732ec5c3b0027028f31715e98d6a669 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 30 Dec 2023 13:50:41 -0800 Subject: [PATCH] Rerun build script on changes to probe.rs --- build.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.rs b/build.rs index 1792fa4..1ec5c30 100644 --- a/build.rs +++ b/build.rs @@ -4,6 +4,8 @@ use std::path::Path; use std::process::{self, Command, Stdio}; fn main() { + println!("cargo:rerun-if-changed=build/probe.rs"); + let error_generic_member_access; let consider_rustc_bootstrap; if compile_probe(false) {