Jake Goulding
Jake Goulding
@bjaglin I never actually deleted _all_ of the images reported. I modified the script to just focus on a single repository and moved those images to another directory for a...
*Personally*, I don't see this as a high-priority request, but if enough people feel that it's valuable, we can see if there's some solution we can produce.
Hmm, this does seem valuable, but might be tricky and maybe outside of SNAFU's ability. I think the problem is that we generate structs for each variant, and each struct...
rust-lang/rust#47851 will be very relevant
I think this is a misunderstanding. The module you edited is the backtrace shim, which provides a newtype wrapper around the backtrace crate. When that module is enabled (via `backtraces`),...
> I found the source file through docs.rs Yes, on docs.rs we [enable the backtrace feature by default](https://github.com/shepmaster/snafu/blob/0e18dbd730fcb0b6c207e0ae29246e32387d362d/Cargo.toml#L23-L25) (among other things) so that the documentation that most users will browse...
See also #197. Obviously this is a problem as multiple people have been confused about it, but I'm not sure how to solve the problem. The only thing that comes...
> I'll provide unsolicited feedback in this thread, and keep adding stuff as I bump into them. Feel free to close & mute or even tell me to go away....
> I have not found any explicit notice that tuple-structs are unsupported in user's guide There are plenty of things that any given library doesn't support; listing all of them...
> use dot instead of underscore That's interesting! *Of course* it's written by dtolnay, which explains all the fancy custom parsing going on there. That's the big problem of such...