Charles Lew

Results 57 issues of Charles Lew

This removes ~60 lines of boilerplate.

Move from #1 . Currently not able to support it. > If we reimplement using proc macro 1.1 and proc_macro_hack, we would be able to fully support everything in theory...

What does this mean: `corrode: internal error: runOnce action depends on itself, leading to an infinite loop`

hello, it'll be really nice to have this feature.

Borrowing lifetimes always becomes tricky whenever there's a container-node relationship. We can always use indexes to reference the nodes or allow the nodes to reference each other.

C-addition
A-pattern

Currently this compiles: ```rust fn foo() -> i32 { {3} } ``` According to https://doc.rust-lang.org/nightly/reference/expressions/block-expr.html , the {3} part cannot be parsed as tail expression, since it's not `ExpressionWithoutBlock`. If...

A-grammar

Hello! We know that in the expression `y = x`, coercion may or may not happen, depending on whether y has explicit type annotation. So it seems this may be...

Currently some chapters having sub-sections are totally blank in the top-level, while some chapters has contents within the chapter-link. Personally i think this is both inconsistent and ugly. I'd suggest...

In functions.html > A generic function allows one or more parameterized types to appear in its signature. Each type parameter ... In traits.html > Type parameters can be specified for...

XAML parsing support is currently missing.