rust/compiler/rustc_metadata
Aaron Hill a67d248b13
Properly encode spans with a dummy location and non-root SyntaxContext
Previously, we would throw away the `SyntaxContext` of any span with a
dummy location during metadata encoding. This commit makes metadata Span
encoding consistent with incr-cache Span encoding - an 'invalid span'
tag is only used when it doesn't lose any information.
2020-09-12 23:26:17 -04:00
..
src Properly encode spans with a dummy location and non-root SyntaxContext 2020-09-12 23:26:17 -04:00
Cargo.toml