diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2015-02-11 18:29:49 +0100 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2015-03-04 09:50:09 +0100 |
| commit | 2f8865556bd6cae123b3db4ceaa0c7977dacea8d (patch) | |
| tree | 0b04b461ef373a9657d24fcff968ca69775bf39d /src/libsyntax/parse/parser.rs | |
| parent | fed12499e7d91f9cdfba5833e34d20e8fd19b898 (diff) | |
| download | rust-2f8865556bd6cae123b3db4ceaa0c7977dacea8d.tar.gz rust-2f8865556bd6cae123b3db4ceaa0c7977dacea8d.zip | |
Encode codemap and span information in crate metadata.
This allows to create proper debuginfo line information for items inlined from other crates (e.g. instantiations of generics). Only the codemap's 'metadata' is stored in a crate's metadata. That is, just filename, line-beginnings, etc. but not the actual source code itself. We are thus missing the opportunity of making Rust the first "open-source-only" programming language out there. Pity.
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
0 files changed, 0 insertions, 0 deletions
