Home
last modified time | relevance | path

Searched refs:take_Box_Self (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/self/elision/
H A Dself.rs18 fn take_Box_Self(self: Box<Self>, f: &u32) -> &u32 { in take_Box_Self() method
H A Dself-async.rs19 async fn take_Box_Self(self: Box<Self>, f: &u32) -> &u32 { in take_Box_Self() method
H A Dlt-self.rs21 fn take_Box_Self(self: Box<Self>, f: &u32) -> &u32 { in take_Box_Self() method
H A Dlt-self-async.rs22 async fn take_Box_Self(self: Box<Self>, f: &u32) -> &u32 { in take_Box_Self() method