Skip to content

Commit bafd7a0

Browse files
committed
---
yaml --- r: 277407 b: refs/heads/try c: ef1de51 h: refs/heads/master i: 277405: 0801509 277403: ea4d566 277399: bef097c 277391: 159f52a 277375: e309796
1 parent 486bdb9 commit bafd7a0

File tree

3 files changed

+197
-422
lines changed

3 files changed

+197
-422
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 6dbb0e86aec11050480beb76eade6fb805010ba7
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4-
refs/heads/try: 2f1dfe615d479f19fa1b989e014eb8d4d516a23a
4+
refs/heads/try: ef1de519ff286a21e220d5839a6a5d468d296773
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/src/libsyntax/ext/expand.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,14 +1345,14 @@ impl<'feat> ExpansionConfig<'feat> {
13451345
}
13461346

13471347
feature_tests! {
1348-
fn enable_quotes = allow_quote,
1349-
fn enable_asm = allow_asm,
1350-
fn enable_log_syntax = allow_log_syntax,
1351-
fn enable_concat_idents = allow_concat_idents,
1352-
fn enable_trace_macros = allow_trace_macros,
1348+
fn enable_quotes = quote,
1349+
fn enable_asm = asm,
1350+
fn enable_log_syntax = log_syntax,
1351+
fn enable_concat_idents = concat_idents,
1352+
fn enable_trace_macros = trace_macros,
13531353
fn enable_allow_internal_unstable = allow_internal_unstable,
1354-
fn enable_custom_derive = allow_custom_derive,
1355-
fn enable_pushpop_unsafe = allow_pushpop_unsafe,
1354+
fn enable_custom_derive = custom_derive,
1355+
fn enable_pushpop_unsafe = pushpop_unsafe,
13561356
}
13571357
}
13581358

0 commit comments

Comments
 (0)