jyn

Results 727 comments of jyn

@adamchalmers it's a rustc flag - try something like `cargo +nightly rustc -- -Z unpretty=mir`

> Unless I'm mistaken this is an error with your date value and not to do with parsing the field. The supported date formats are YYYY-MM-DD and RFC3339. These are...

Hmm, I thought yaml had a datetime type but looking at https://docs.rs/serde_yaml/latest/serde_yaml/enum.Value.html it looks like it's not supported by serde unfortunately.

yeah, i've decided to switch all these timestamps to a YYYY-MM-DD format, it's kinda silly to include the time and timezone

@ckaran your idea only works if multiple builds are run in parallel, because cpu-share is just a percentage of CPU and has no meaning in absolute terms. But they aren't;...

Also, to anyone visiting this post from internals, please reread @pietroalbini's write-up of why we are not currently dedicating time to making the build queue more fair: https://internals.rust-lang.org/t/docs-rs-build-prioritization/15511/13?u=jyn514

> There are some nice Golang pagers (`moar` and `ov`), but I don't know how to link them to a Rust program. as a last resort, if you really want...

I was talking about this in Cranelift - thiserror includes the inner error for Debug output but not for Display. From my perspective this is a bug because I have...

@syphar if you click on the file, there's no feedback to tell you that it's empty; the page looks exactly the same before and after. Not a giant deal, I...

Rustwide allows [custom docker images](https://docs.rs/rustwide/0.3.2/rustwide/struct.WorkspaceBuilder.html#method.sandbox_image), I wonder if we could allow that to be configured in `package.metadata.docs.rs`.