jyn
jyn
> How would you be able to leverage this? irrc rustdoc gives you immediate attributes but not enough other attributes to resolve lint levels. this is not a rustdoc problem....
oh, i misunderstood, you were asking how semver-checks would use this *if* it were implemented. i would expect semver-checks to reimplement the precedence rules for lints, or to document that...
tagging this as t-lang per https://github.com/rust-lang/leadership-council/issues/180#issuecomment-3280970317
> It appears you want to use this in `backtrace` which is already using `addr2line`, so a simpler alternative for now may to be add a method that does this...
> a simpler alternative for now may to be add a method that does this to `addr2line`, so that it can use the cache that already exists there. this turned...
Are there existing tests for Functions::parse_inline_functions? I modified this API to be flexible enough for addr2line to use, but did not use EntriesRaw, and `cargo bench` in the addr2line crate...
sure thing - here are the addr2line changes: https://github.com/gimli-rs/addr2line/compare/master...jyn514:addr2line:use-gimli-shared-attrs?expand=1 and i've just now pushed the gimli changes to this branch.
It's not through your local rustup, it also downloads its own copy of rustup 😆 the reason is that documentation is built with the latest nightly, which you might not...
@devsnek there aren't currently tests for a full build: #822. If you tested locally it works that's good enough, and I'll also test it manually myself before merging.
One potential issue I see here is that we'll run out of disk space on the build server really quickly: right now we have 20 GB free (out of 100...