Skip to content

Commit 8869218

Browse files
committed
---
yaml --- r: 5357 b: refs/heads/master c: 5f44a13 h: refs/heads/master i: 5355: 7186120 v: v3
1 parent 0827870 commit 8869218

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: eafb6789a288ee7203b6d554cce7e53f61b261d8
2+
refs/heads/master: 5f44a1356e2b0adce5157f5e331ab9a55e891b0a

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)