projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
0a30bf0
257c233
)
Auto merge of #5204 - lukaslueg:issue5199, r=alexcrichton
author
bors
<bors@rust-lang.org>
Wed, 21 Mar 2018 13:56:00 +0000
(13:56 +0000)
committer
bors
<bors@rust-lang.org>
Wed, 21 Mar 2018 13:56:00 +0000
(13:56 +0000)
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?
1
2
tests/testsuite/build.rs
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
tests/testsuite/build.rs
Simple merge