rust/compiler/rustc_expand/src
bors b4e8596e3e Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser
Detect bare blocks with type ascription that were meant to be a `struct` literal

Address part of #34255.

Potential improvement: silence the other knock down errors in `issue-34255-1.rs`.
2021-09-04 01:40:36 +00:00
..
mbe Auto merge of #88262 - klensy:pprust-cow, r=nagisa 2021-08-29 17:46:29 +00:00
mut_visit Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
parse Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
tokenstream Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
base.rs Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov 2021-09-03 14:47:13 +00:00
build.rs Detect bare blocks with type ascription that were meant to be a struct literal 2021-09-03 14:43:04 +00:00
config.rs Use if-let guards in the codebase 2021-08-25 20:24:35 +02:00
expand.rs expand: Treat more macro calls as statement macro calls 2021-09-02 14:14:38 +03:00
lib.rs expand: Treat more macro calls as statement macro calls 2021-09-02 14:14:38 +03:00
mbe.rs fix few typos 2021-04-19 15:57:08 +03:00
module.rs Use if-let guards in the codebase 2021-08-25 20:24:35 +02:00
placeholders.rs expand: Treat more macro calls as statement macro calls 2021-09-02 14:14:38 +03:00
proc_macro.rs rustc_expand: Remove redundant field from proc macro expander structures 2021-07-10 23:22:27 +03:00
proc_macro_server.rs Use if-let guards in the codebase 2021-08-25 20:24:35 +02:00
tests.rs Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00