From: bors Date: Mon, 7 Aug 2017 04:12:18 +0000 (+0000) Subject: Auto merge of #4372 - frankmcsherry:patch-1, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~7^2~29 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=37d12a5a8729d908268473fcabefe61c813ed639;p=cargo.git Auto merge of #4372 - frankmcsherry:patch-1, r=alexcrichton Modernize explanation of `build.rs` After some recent head-banging, it was explained to me that `"build.rs"` is a special file name, and that Cargo will build such a file even if you do not expect it to, for example if `Cargo.toml` contains the commented out line ``` #build = "build.rs" ``` Some experimentation lead me to the described behavior, but if it misses any subtle details please feel free to correct. The old text is incorrect, though. --- 37d12a5a8729d908268473fcabefe61c813ed639