Zane Duffield
Zane Duffield
That workflow doesn't run on updates to master. https://github.com/maciejhirsz/logos/blob/a4ee6151715df63614e00ce5b3a2ee41aa2f2762/.github/workflows/rustlib.yml#L1-L7 So the badge doesn't report a status for the master branch.  If I omit the branch query parameter then it...
The system encoding isn't what the compiler is using. The compiler is using the configured codepage, which *may* be 0, which means the system encoding.
Actually... let me check that.
It's a bit subtle, but I was right that the compiler does use the configured codepage for this kind of thing. The reason it's subtle, is that if the *type*...
The first part of that quote is talking about how there was previously (pre 12.3) a bug when you used a managed type as the type parameter (with a record...
A possible (simpler) alternative condition for exclusions from the rule would be a minimum comment length.
The approach implemented in version 0.2.0 hardly makes sense for most formatters. By only sending a subset of a document to a formatter, how can you expect to get valid...
I think the way the `long_running_const_eval` lint works is by counting instructions in a kind of MIR interpreter. Given proc-macros are actually native code, the same technique couldn't be used...
Added to the readme.
Added an override for the encoding, since the temp file is written with encoding utf-8 always.