From: bors Date: Tue, 18 Jul 2017 12:34:41 +0000 (+0000) Subject: Auto merge of #4292 - xftroxgpx:unconfuse_bin_name, r=matklad X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~7^2~54 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=93b444fa6363c5f5187cd9e3fe57da6344f6404b;p=cargo.git Auto merge of #4292 - xftroxgpx:unconfuse_bin_name, r=matklad quote the binary name in the warning to avoid confusion when the warning happens inside a workspace, example: pwd is rustlearnage/rust_books/1_first_edition/closures/ and `cargo run` shows: ``` warning: path `src/main.rs` was erroneously implicitly accepted for binary match, please set bin.path in Cargo.toml ``` (note that 'match' is not quoted, so it's confusing) the 'match' project that it's referring to is in rustlearnage/rust_books/1_first_edition/match/ (note: Cargo.toml [workspace] is in rustlearnage/ ) --- 93b444fa6363c5f5187cd9e3fe57da6344f6404b