Charles Lew

Results 57 issues of Charles Lew

So, i have a branch that converted all the c code (c++ code and objc code not included, yet) to rust using the c2rust tool at https://github.com/crlf0710/tectonic/tree/oxidize . However the...

One important usage of playground is share some code and its compiler output with others, many times using IM software, it would be great if an properly generated output image...

enhancement
help wanted

**Describe the issue** I think this is left over from #229. Currently the issue is this: Whenever a buffer is empty, with tinygltf i can't serialize it into file and...

This is a small issue, but I think method is not the same as associated fn. `ImplItem::Method` and `TraitItem::Method` actually should be named something else... Please take this into consideration...

### 你的建议 非祈愿人物包括,芭芭拉x1,香菱x1,埃洛伊x1 非祈愿武器包括各种任务武器等 可以默认选中状态纳入统计范围。这样可以很方便的查看自己角色总表和武器总表。谢谢!

suggestion

想了一下其实还蛮难翻译的……

The auto generated implementation is not semantically correct. Remove it and maybe implement a correct one.

In the crater run #98456, `fajita` crate regression exhibited inference failure. Here's a minimal repro: // when feature gate is enabled below, the compilation fails. ```rust #![feature(type_changing_struct_update)] #[derive(Default)] pub struct...

C-bug
F-type-changing-struct-update
I-lang-nominated