Skip to content

Commit 5a8f088

Browse files
committed
---
yaml --- r: 5364 b: refs/heads/master c: 6eabe6f h: refs/heads/master v: v3
1 parent b6670c4 commit 5a8f088

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: c42401ebbc82d319c3003088db47f825d65fb9f7
2+
refs/heads/master: 6eabe6f3f4b80e8c96286e266db64dfd0e576963

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

-3
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
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)