It looks like cranelift-codegen is out of date on docs.rs: 0.66 is the latest available but I think it should be 0.68?
I can't figure out how to find the docs.rs build failures for that specific crate...
If there is a build failure, it should show that there is a build failure instead of show the documentation. It seems that docs.rs doesn't know about 0.67 and 0.68 at all. I will ask someone to look at it.
According to @jyn514 this could be https://github.com/rust-lang/docs.rs/issues/797.
unfortunately 0.68 was published more than a month ago so the logs have been deleted
you could either run docs.rs locally to try this out or I can queue a rebuild - is there a smaller crate than cranelift-codegen to try?
the odd thing is that cranelift-module works fine: https://docs.rs/cranelift-module/0.68.0/cranelift_module/
hm, I can try that out next week sometime... this isn't the biggest deal but it would be nice to figure out what is going on. I'll open an issue
Last updated: Nov 22 2024 at 17:03 UTC