about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-06-25 22:34:30 +0200
committerGitHub <noreply@github.com>2023-06-25 22:34:30 +0200
commit32995d87e62f93074686a056e41d11bb1a29aa73 (patch)
tree045af45f12c9142cda0d0a71bffa6a7c3a0ed1ce /compiler/rustc_interface/src
parentaa8a885cc1e36211c6c0da15089ea61673ce6678 (diff)
parentd23c334707408057915a706351ac32b2db09d8c3 (diff)
downloadrust-32995d87e62f93074686a056e41d11bb1a29aa73.tar.gz
rust-32995d87e62f93074686a056e41d11bb1a29aa73.zip
Rollup merge of #113013 - fmease:rustdoc-decl-line-wrapping-slim-arg-list, r=camelid
rustdoc: get rid of extra line when line-wrapping fn decls with empty arg list

Fixes https://github.com/bevyengine/bevy/issues/8898#issuecomment-1605683417:

![Screenshot 2023-06-24 at 23-42-53 any_with_component in bevy_ecs schedule common_conditions - Rust](https://github.com/rust-lang/rust/assets/14913065/4646eba6-b186-4d78-96d9-aad716a4ef5d)

It now prints as shown below (which conforms to the style guide):

```rs
pub fn any_with_component<T: Component>(
) -> impl FnMut(Query<'_, '_, (), With<T>>) -> bool + Clone
```

The bug was introduced in #109011.
Diffstat (limited to 'compiler/rustc_interface/src')
0 files changed, 0 insertions, 0 deletions