You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.
These are serialized as an array of bytes in JSON, and is used now for SpanData::file_name.
Is the representation something that would require 'fixing' on the rustc-serialize side?
I assume it's encoded as bytes to handle platform differences with path/string representations but it seems to be working now.
Should we, then, avoid using PathBuf with rustc-serialize altogether or change some Strings to PathBufs and possibly change the JSON representation?
CratePreludeData.crate_root
andExternalCrateData.file_name
both store file paths, so usingPathBuf
as the type would semantically make more sense.The text was updated successfully, but these errors were encountered: