Skip to content

Commit 0f0cda7

Browse files
committed
---
yaml --- r: 118709 b: refs/heads/snap-stage3 c: 23a7d24 h: refs/heads/master i: 118707: d10e864 v: v3
1 parent abade9a commit 0f0cda7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: b1646cbfd908dc948b251e362669af421100647a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 77b874b68d8d42824e96fda2ebe92a4eb80177a0
4+
refs/heads/snap-stage3: 23a7d24dd70c3614952df695a5fe78fbcd7ac20b
55
refs/heads/try: 1813e5aa1a03b0596b8de7abd1af31edf5d6098f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/etc/emacs/rust-mode-tests.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ struct Foo { bar: int,
301301
302302
struct Blah {x:int,
303303
y:int,
304-
z:~str}"))
304+
z:String"))
305305

306306
(ert-deftest indent-doc-comments ()
307307
(test-indent
@@ -331,7 +331,7 @@ struct foo {
331331
b:char
332332
}
333333
334-
fn bar(x:~int) { // comment here should not affect the next indent
334+
fn bar(x:Box<int>) { // comment here should not affect the next indent
335335
bla();
336336
bla();
337337
}"))
@@ -387,7 +387,7 @@ fn baz( a:int, // shoudl work with a comment here
387387
"
388388
fn args_on_the_next_line( // with a comment
389389
a:int,
390-
b:~str) {
390+
b:String) {
391391
let aaaaaa = [
392392
1,
393393
2,

0 commit comments

Comments
 (0)