Arthur Carcano

Results 22 comments of Arthur Carcano

Currently, crates work only for Rust 1.62 and this behavior is not documented apart from this issue, which makes it hard to discover, and makes using extern crates very cumbersome....

> TIL. That's interesting. Perhaps the solution is to simply generate an ordered list always? That'd be good from a semantic standpoint, right? And if I'm not mistaken, it should...

This limitation currently stems from acme2. Cf: https://github.com/lucacasonato/acme2/issues/22

HI! Thanks a lot for your very kind words, feedback is immensely precious! I'm opening a new issue regarding your demand, as this one centers more on the cryptography algorithm...

Hi, I have hit the same issue and here are my thoughts on it: as @2mol said, if we don't care about generating dangling backlinks for footnotes that are never...

> Note that [musl's memcmp](http://git.musl-libc.org/cgit/musl/tree/src/string/memcmp.c) is not optimised, and will likely run much slower than OCaml's current implementation. It is the case I was mentioning here: > Even on architectures/targets...

Good idea, I've also added a detection of glibc's `memcpeq`.

Hi! Currently the error message for a closure without an explicit contract is not very clear. A file containing only: ```rust pub fn foo() { let f = || {};...