Skip to content

Commit cd3ba87

Browse files
committed
---
yaml --- r: 5370 b: refs/heads/master c: 7e046ed h: refs/heads/master v: v3
1 parent dbc7f03 commit cd3ba87

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: facc7fd2ef65f482a8ae966b22bf6ed9acb6e10a
2+
refs/heads/master: 7e046edebbd03ecc33e267085df426fd5bba27a8

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// error-pattern: literal
22

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

3-
// xfail-test (issue #936)
4-
53
use std;
64

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

0 commit comments

Comments
 (0)