Skyler Ross
Skyler Ross
https://github.com/rust-lang/stdarch/blob/333e9e9977188d0748327e9b5be0f3f412063174/crates/core_arch/src/arm_shared/crypto.rs Technically _all_ of these functions are, it's just too much to put in a title. If this is supposed to be opened against rust-lang/rust, ~or if they aren't supposed...
attempting to bundle the following file ```rust fn f() { let a = 0; for x in 1..=a {} } ``` causes a rustfmt failure: ``` error: expected `{`, found...
Fixes #205 This _should_ work, it works locally It's probably not idiomatic, since I don't normally write Python, but, that can be corrected.
**Describe the bug** Kinda a two for one in the same spot setting a custom keyword for a character doesn't update the keyword in production characters it's a primitive of/are...
**Description**: Maybe not complete but it hits CI so I can't leave it as a draft **Related issue(s)**: - Fixes #726 **Notes for reviewer**: **Checklist** - [ ] Documented (Code...
```rust #[derive(paperclip::actix::Apiv2Schema)] pub struct Foo { pub foos: Vec, } ``` generates: ```rust pub struct Foo { pub foos: Vec, } impl paperclip::v2::schema::Apiv2Schema for Foo { const NAME: Option paperclip::v2::models::DefaultSchemaRaw...
Before [HIP-583](https://github.com/hashgraph/hedera-improvement-proposal/blob/main/HIP/hip-583.md) was finalized there was an edit made to remove mention of "alias key"s (they ended up not being supported? Not sure, doesn't matter to me) the language used...
Specifically [check_inner](https://github.com/rodrimati1992/abi_stable_crates/blob/9966b8f0084fc768e3fb557bf81affea0b5868d8/abi_stable/src/abi_stability/abi_checking.rs#L353). Via some println debugging (and using `stacker`) I've discovered that our closed source application stack overflows in check inner after it's recursively called at least 24 times. Each...