Closed
Description
[00:33:43] ERROR:rustc_save_analysis::dump_visitor: Mis-calculated spans for path 'AsRef<U>::as_ref'. Found 1 spans, expected 2. Found spans:
[00:33:43] ERROR:rustc_save_analysis::dump_visitor: 'as_ref' in /checkout/src/libcore/convert.rs, line 355
This has been seen in a few different places, e.g.
- https://travis-ci.org/rust-lang/rust/jobs/263196246 from Expose all OS-specific modules in libstd doc. #43348
- proc_macro: implement
TokenTree
,TokenKind
, hygienicquote!
, and other API #40939 (comment) - Support dynamically-linked and/or native musl targets #40113 (comment)
I don't think it actually causes build failures, but it seems suspicious and something that should be fixed. I'll use logobble to dig up some more tomorrowish.