Skip to content

Commit

Permalink
Merge pull request #275 from dtolnay/probers
Browse files Browse the repository at this point in the history
Rerun build script on changes to probe.rs
  • Loading branch information
dtolnay committed Dec 30, 2023
2 parents 0e280fe + 8722399 commit c22822c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c22822c

Please sign in to comment.