braw-lee

Results 14 comments of braw-lee

I wonder if that is the intended behaviour. I will ask in rustc if this is what they want or a missed case.

> I'm unsure this should be done at this stage of the compiler, this surely is simpler after a bit of desugaring. Have you taken a look at rustc's way...

I added a check and test for `async` function inside a trait but gccrs fails to recognize `async` as a token inside trait impl `test.rs:6:5: error: unrecognised token ‘async’ for...

is `async` token not fully supported yet? I was trying to step through the lexer with gdb to find out but for some reason it skips over some code even...

yes, looks like `async` is supported [this](https://godbolt.org/z/4d3abT1Pc) makes me think there is an unhandled case for `async` token when we are inside a trait I will look into it in...

https://github.com/Rust-GCC/gccrs/pull/2779 the second commit of this PR fixed this issue

I think it wasn't closed because I didn't mention the issue #2767 in the message