rust/src/libsyntax_ext
bors 82e5c9c8e2 Auto merge of #52383 - petrochenkov:pmns, r=alexcrichton
resolve: Functions introducing procedural macros reserve a slot in the macro namespace as well

Similarly to https://github.com/rust-lang/rust/pull/52234, this gives us symmetry between internal and external views of a crate, but in this case it's always an error to call a procedural macro in the same crate in which it's defined.

Closes https://github.com/rust-lang/rust/issues/52225
2018-07-15 19:35:06 +00:00
..
deriving Remove most of PartialEq impls from AST and HIR structures 2018-07-14 14:56:57 +03:00
asm.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
assert.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
Cargo.toml rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
cfg.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
compile_error.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
concat_idents.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
concat.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
diagnostics.rs Add E0665 2018-05-21 15:41:19 +02:00
env.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
format_foreign.rs Remove some tests using AST comparisons, fix other tests 2018-07-14 14:57:14 +03:00
format.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
global_asm.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
lib.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
log_syntax.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
proc_macro_impl.rs Do not capture stderr in the compiler. Instead just panic silently for fatal errors 2018-01-26 04:52:30 +01:00
proc_macro_registrar.rs Auto merge of #52383 - petrochenkov:pmns, r=alexcrichton 2018-07-15 19:35:06 +00:00
trace_macros.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00