Home
last modified time | relevance | path

Searched defs:MyBox (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/rust/tests/ui/coherence/
Dimpl-foreign-for-locally-defined-fundamental[foreign].rs11 struct MyBox<T>(T); struct
13 impl<T> Remote for MyBox<T> {} implementation
/third_party/rust/rust/tests/ui/object-lifetime/
Dobject-lifetime-default-from-rptr-struct-error.rs15 struct MyBox<T:?Sized> { struct
19 fn c<'a>(t: &'a MyBox<dyn Test+'a>, mut ss: SomeStruct<'a>) { in c() argument
Dobject-lifetime-default-mybox.rs9 struct MyBox<T:?Sized> { struct
19 fn load0(ss: &MyBox<dyn SomeTrait>) -> MyBox<dyn SomeTrait> { in load0() argument
Dobject-lifetime-default-from-rptr-struct.rs18 struct MyBox<T:?Sized> { struct
22 fn a<'a>(t: &'a MyBox<dyn Test>, mut ss: SomeStruct<'a>) { in a() argument
/third_party/rust/rust/tests/rustdoc/
Dslice-links.rs4 pub struct MyBox<T: ?Sized>(*const T); struct
Darray-links.rs4 pub struct MyBox<T: ?Sized>(*const T); struct
/third_party/rust/rust/src/tools/rustfmt/tests/source/
Dstructs.rs285 struct MyBox<T:?Sized>; struct
/third_party/rust/rust/src/tools/rustfmt/tests/target/
Dstructs.rs337 struct MyBox<T: ?Sized>; struct