goose++

Results 9 comments of goose++

This is more of an issue on deeply nested things in general. As long as the codebase is structured in a recursive way, this will be an problem. This input...

I just pushed a large change to `hir_ty` which removed much of the recursion but the input still crashes for some reason. I must have missed something or misdone something....

Thank you! This is very helpful! In any case, if `StructArgument` isn't meant to be used on a64 then there should probably be a better error message than an assertion...

Yes, this would be useful. Although I can't really see a way to make this work without having `ty` and `field` be comptime parameters with the current system of how...

uhhhhh what? the error gives practically no information lol I'm getting the same error too

The only working command is this: ``` cargo doc --workspace --exclude parser --exclude syntax --exclude lexer --no-deps ```

I posted an issue to rust-lang/cargo to see if they had any ideas https://github.com/rust-lang/rust/issues/126638