rust/compiler/rustc_expand/src
Dylan DPC c9a04cddc0
Rollup merge of #103430 - cjgillot:receiver-attrs, r=petrochenkov
Workaround unstable stmt_expr_attributes for method receiver expressions

Fixes https://github.com/rust-lang/rust/issues/103244

cc ``@Mark-Simulacrum`` ``@ehuss``
2022-10-26 11:29:55 +05:30
..
mbe Migrate all diagnostics 2022-10-23 10:09:44 +02:00
mut_visit
parse
tokenstream Remove TokenStreamBuilder. 2022-10-05 12:42:54 +11:00
base.rs Only apply ProceduralMasquerade hack to older versions of rental 2022-10-21 21:36:00 -05:00
build.rs Rewrite and refactor format_args!() builtin macro. 2022-09-27 13:13:08 +02:00
config.rs Workaround unstable stmt_expr_attributes for method receiver expressions. 2022-10-23 09:27:12 +00:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
expand.rs Workaround unstable stmt_expr_attributes for method receiver expressions. 2022-10-23 09:27:12 +00:00
lib.rs remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
mbe.rs
module.rs
placeholders.rs Workaround unstable stmt_expr_attributes for method receiver expressions. 2022-10-23 09:27:12 +00:00
proc_macro_server.rs Auto merge of #102692 - nnethercote:TokenStreamBuilder, r=Aaron1011 2022-10-12 03:46:16 +00:00
proc_macro.rs
tests.rs