From: bors Date: Wed, 21 Mar 2018 13:56:00 +0000 (+0000) Subject: Auto merge of #5204 - lukaslueg:issue5199, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~2^2~24 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4dde7264b5c7308114499b2f166bcef6a33a9d97;p=cargo.git Auto merge of #5204 - lukaslueg:issue5199, r=alexcrichton Do not allow crate-type or proc-macro for [[bin]]-targets Fixes #5199 This simply disallows `proc-macro` and `crate-type` to be set to anything for binary targets. Is this the best way to go or does a warning about the unused setting suffice? --- 4dde7264b5c7308114499b2f166bcef6a33a9d97