rust/src/libsyntax_expand
Nika Layzell 9be0bd8aa1 Avoid ICE when include! is used by stdin crate
This should also eliminate the ICE when using `include_bytes!`, `include_str!`
and `#[doc(include = "...")]`.

Fixes #63900
2019-10-19 15:06:08 -04:00
..
mbe mbe: leave a FIXME 2019-10-16 10:59:54 +02:00
allocator.rs move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
base.rs Avoid ICE when include! is used by stdin crate 2019-10-19 15:06:08 -04:00
build.rs move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
Cargo.toml move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
expand.rs Avoid ICE when include! is used by stdin crate 2019-10-19 15:06:08 -04:00
lib.rs Fix rebase 2019-10-19 00:54:17 +03:00
mbe.rs move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
placeholders.rs Fix rebase 2019-10-19 00:54:17 +03:00
proc_macro.rs move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
proc_macro_server.rs move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00