Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/ui/moves/
Dmoves-sru-moved-field.rs1 type Noncopyable = Box<isize>; typedef
11 fn test0(f: Foo, g: Noncopyable, h: Noncopyable) { in test0()
17 fn test1(f: Foo, g: Noncopyable, h: Noncopyable) { in test1()