rustfmt tests/rustdoc-js/
.
This commit is contained in:
parent
98d65d62c5
commit
c6fb703c05
28 changed files with 240 additions and 133 deletions
|
@ -4,9 +4,9 @@ pub struct First<T>(T);
|
|||
pub struct Second<T>(T);
|
||||
pub struct Third<T>(T);
|
||||
|
||||
pub fn fn_ptr(_: fn (First<u32>) -> !, _: bool) {}
|
||||
pub fn fn_once(_: impl FnOnce (Second<u32>) -> !, _: u8) {}
|
||||
pub fn fn_mut(_: impl FnMut (Third<u32>) -> !, _: i8) {}
|
||||
pub fn fn_(_: impl Fn (u32) -> !, _: char) {}
|
||||
pub fn fn_ptr(_: fn(First<u32>) -> !, _: bool) {}
|
||||
pub fn fn_once(_: impl FnOnce(Second<u32>) -> !, _: u8) {}
|
||||
pub fn fn_mut(_: impl FnMut(Third<u32>) -> !, _: i8) {}
|
||||
pub fn fn_(_: impl Fn(u32) -> !, _: char) {}
|
||||
|
||||
pub fn multiple(_: impl Fn(&'static str, &'static str) -> i8) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue