Skip to content

Commit 49791a9

Browse files
committed
---
yaml --- r: 118631 b: refs/heads/try c: 3744d82 h: refs/heads/master i: 118629: ac4b84a 118627: 4ee7c74 118623: ce0016c v: v3
1 parent 43f72e1 commit 49791a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: b1646cbfd908dc948b251e362669af421100647a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: d6736a1440d42f6af967a8a20ab8d73522112b72
5-
refs/heads/try: 8de2618182f14bb2245e8e89f171aaf9b2f29690
5+
refs/heads/try: 3744d828513092d1ed64c4c6f8cd2536f7a5ff0d
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/test/compile-fail/lex-unknown-str-escape.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
// except according to those terms.
1010

1111
static s: &'static str =
12-
"\●" //~ ERROR: unknown string escape
12+
"\●" //~ ERROR: unknown character escape
1313
;

0 commit comments

Comments
 (0)