Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix FindRust setting Rust_Found=false in wrong scope
The macro _find_rust_failed is not called from inside any functions in FindRust. Find modules are `include`d, so variables need to be set in local scope (which was already done in the successfull case). Fixes corrosion-rs#527
- Loading branch information