rust/src/librustc_macro
Alex Crichton 20a71b25c0 rustc: Use a special filename for macros 1.1
This "special filename" is surrounded by `<>` to ensure that
`FileMap::is_real_file` returns `false`. This way the "files" parsed here aren't
emitted as dep info `.d` files and don't confuse Cargo about non-existent files.

Closes #36625
2016-09-27 12:03:28 -07:00
..
Cargo.toml rustc: Implement custom derive (macros 1.1) 2016-09-02 12:52:56 -07:00
lib.rs rustc: Use a special filename for macros 1.1 2016-09-27 12:03:28 -07:00