Skip to content

Commit

Permalink
Add github issue link
Browse files Browse the repository at this point in the history
Co-authored-by: Kenny Kerr <[email protected]>
  • Loading branch information
ChrisDenton and kennykerr authored Jan 8, 2024
1 parent 8cc2fae commit 46569c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/standalone/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ fn riddle(output: &str, filter: &[&str], config: &[&str]) {
// Rust-analyzer may re-run build scripts whenever a source file is deleted
// which causes an endless loop if the file is deleted from a build script.
// To workaroud this, we truncate the file instead of deleting it.
// See #2777.
// See https://github.com/microsoft/windows-rs/issues/2777
_ = std::fs::File::options()
.truncate(true)
.write(true)
Expand Down

0 comments on commit 46569c5

Please sign in to comment.