D | compile.rs | 18 type Result = result::Result<Patch, Error>; 19 type ResultOrEmpty = result::Result<Option<Patch>, Error>; 22 struct Patch { struct 144 let mut dotstar_patch = Patch { hole: Hole::None, entry: 0 }; in compile_one() 175 let mut dotstar_patch = Patch { hole: Hole::None, entry: 0 }; in compile_many() 188 let Patch { hole, entry } = in compile_many() localVariable 196 let Patch { hole, entry } = in compile_many() localVariable 418 Ok(Some(Patch { hole, entry })) in c_capture() 447 Ok(Some(Patch { hole, entry: self.insts.len() - 1 })) in c_char() 453 Ok(Some(Patch { hole, entry: self.insts.len() - 1 })) in c_char() [all …]
|