Auto merge of #5335 - dwijnand:target-autodiscovery, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 21 Apr 2018 16:10:13 +0000 (16:10 +0000)
committerbors <bors@rust-lang.org>
Sat, 21 Apr 2018 16:10:13 +0000 (16:10 +0000)
Introduce autoXXX keys for target auto-discovery

In Rust 2015 absence of the configuration makes it default to not
include auto-discovered targets (i.e false), with a warnings message.

In Rust 2018 absence makes it default to include auto-discovered
targets (i.e true).

Fixes #5330

---

_original_

Fixes #5330

submitted for early review. feedback very welcome, I'm happy to iterate (and learn).

in particular I require assistance with the borrowing of `warnings` in `clean_benches`.

1  2 
src/doc/src/reference/manifest.md

Simple merge