Kriskras99
Kriskras99
They do render for the combined puzzle, but doesn't show the individual puzzles.  
@tarcieri could this be included in the upcoming 0.7.0 release? It would save me a dependency and make it clearer what is going on in my code.
> Yep, that's the plan Great! I look forward to testing 0.7.0-pre2😁
I have the same issue on Linux 5.3.1, building from master with gcc 9.2.0
@kakra what is your glibc version? It seems that in 2.30 glibc introduced it's own gettid wrapper which is now clashing with the crucible::gettid implementation
I have a fix in my fork [kriskras99/bees](https://github.com/kriskras99/bees) which you can use until my pull request is accepted.
@kakra could you also test my fix? Because you seem to have an older glibc version
@emilk that would be great, but currently setting `lints.workspace` to false is not allowed.
I have actually tried setting workspace to false, before knowing about the lint idea. It just feels natural to disable the workspace lints by setting it to false. I thought...
Maybe Rustup can distribute `libclang.so` via the `llvm-tools(-preview)` component?