/ibazel-rust-error

Repo to demonstrate ibazel error when running rules_rust

Primary LanguageStarlark

ibazel rules_rust bug

This repo is intended to reproduce an error in which Bazel watcher does not properly detect changes from the rust_binary rule from rules_rust

Repro

  1. Fetch and build the Bazel watcher binary
  2. Run the following command
    ibazel run //:binary
  3. Modify the string within main.rs
  4. Note that Bazel watcher does not rebuild the executable