rustfmt tests/rustdoc-js/
.
This commit is contained in:
parent
98d65d62c5
commit
c6fb703c05
28 changed files with 240 additions and 133 deletions
|
@ -1,8 +1,16 @@
|
|||
pub trait SomeTrait {}
|
||||
pub trait OtherThingxxxxxxxx {}
|
||||
|
||||
pub fn alef<T: OtherThingxxxxxxxx>() -> Result<T, ()> { loop {} }
|
||||
pub fn bet<T: SomeTrait>() -> Result<T, ()> { loop {} }
|
||||
pub fn alef<T: OtherThingxxxxxxxx>() -> Result<T, ()> {
|
||||
loop {}
|
||||
}
|
||||
pub fn bet<T: SomeTrait>() -> Result<T, ()> {
|
||||
loop {}
|
||||
}
|
||||
|
||||
pub fn alpha<T: OtherThingxxxxxxxx>(_param: Result<T, ()>) { loop {} }
|
||||
pub fn beta<T: SomeTrait>(_param: Result<T, ()>) { loop {} }
|
||||
pub fn alpha<T: OtherThingxxxxxxxx>(_param: Result<T, ()>) {
|
||||
loop {}
|
||||
}
|
||||
pub fn beta<T: SomeTrait>(_param: Result<T, ()>) {
|
||||
loop {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue