Skip to content

Commit 1fa3baf

Browse files
committed
---
yaml --- r: 5366 b: refs/heads/master c: a18986c h: refs/heads/master v: v3
1 parent 61899ee commit 1fa3baf

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 7bc282a561dca0d9e0a910cc31cd2280020c082a
2+
refs/heads/master: a18986c1a1a0b0fe08ad30685c5f321d9352a06e

trunk/src/test/compile-fail/extfmt-non-literal2.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// error-pattern: literal
22

3+
// xfail-test (issue #936)
4+
5+
36
fn main() {
47
// #fmt's first argument must be a literal. Hopefully this
58
// restriction can be eased eventually to just require a
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// error-pattern:too many arguments
22

3+
// xfail-test (issue #936)
4+
35
use std;
46

57
fn main() { let s = #fmt["%s", "test", "test"]; }

0 commit comments

Comments
 (0)