Skip to content

Commit bba10ec

Browse files
committed
xfailed unhygienic test
1 parent 76c1e04 commit bba10ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)