about summary refs log tree commit diff
path: root/tests/rustdoc/decl-line-wrapping-empty-arg-list.rs
blob: 635c7762a531358b362d4e4407fdb0747152ea8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Ensure that we don't add an extra line containing nothing but whitespace in between the two
// parentheses of an empty argument list when line-wrapping a function declaration.

// ignore-tidy-linelength

pub struct Padding00000000000000000000000000000000000000000000000000000000000000000000000000000000;

//@ has 'decl_line_wrapping_empty_arg_list/fn.create.html'
//@ snapshot decl - '//pre[@class="rust item-decl"]'
pub fn create() -> Padding00000000000000000000000000000000000000000000000000000000000000000000000000000000 {
    loop {}
}