about summary refs log tree commit diff
path: root/src/libstd/sys/unix/process/process_unix.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-02-28 14:24:57 +0000
committerbors <bors@rust-lang.org>2020-02-28 14:24:57 +0000
commiteaa02f599f651246d5d1b99e7a4c6fa8d04bc9dc (patch)
treef78c7940c089494cd12db14e15cafaeb710e1678 /src/libstd/sys/unix/process/process_unix.rs
parente2223c94bf433fc38234d1303e88cbaf14755863 (diff)
parentc6cfcf999a53e5656f412c64f5e97e7a4840e072 (diff)
downloadrust-eaa02f599f651246d5d1b99e7a4c6fa8d04bc9dc.tar.gz
rust-eaa02f599f651246d5d1b99e7a4c6fa8d04bc9dc.zip
Auto merge of #69148 - estebank:cold-as-ice, r=oli-obk
Account for bounds and asociated items when denying `_`

Fix #68801, #69204. Follow up to #67597 and #68071.

Output for the original ICE report:

```
    Checking vinoteca v5.0.0 (/Users/ekuber/workspace/vinoteca)
error[E0121]: the type placeholder `_` is not allowed within types on item signatures
  --> src/producers.rs:43:70
   |
43 | pub fn top<Table: diesel::Table + diesel::query_dsl::InternalJoinDsl<_, diesel::query_source::joins::Inner, _>>(table: Table, limit: usize, connection: DbConn) -> RestResult<Vec<TopWineType>> {
   |                                                                      ^ not allowed in type signatures       ^ not allowed in type signatures

error: aborting due to previous error
```
Diffstat (limited to 'src/libstd/sys/unix/process/process_unix.rs')
0 files changed, 0 insertions, 0 deletions