Skip to content

Commit 8821d67

Browse files
committed
---
yaml --- r: 79365 b: refs/heads/try c: 0054d19 h: refs/heads/master i: 79363: 35f962b v: v3
1 parent 7cfc863 commit 8821d67

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3e6de6b7da8ee88bf84b0e217900051334be08da
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 60fba4d7d677ec098e6a43014132fe99f7547363
5-
refs/heads/try: cb9963bc0dac5936de49b91c600bcd2c41a583d2
5+
refs/heads/try: 0054d19a279262f6e8e7394670d8ad5cf07c783c
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/test/run-pass/syntax-extension-minor.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-test
12+
// this now fails (correctly, I claim) because hygiene prevents
13+
// the assembled identifier from being a reference to the binding.
1114

1215
pub fn main() {
1316
let asdf_fdsa = ~"<.<";

0 commit comments

Comments
 (0)