Skip to content

Commit 35aa0a4

Browse files
committed
---
yaml --- r: 118643 b: refs/heads/try c: 23a7d24 h: refs/heads/master i: 118641: 8ed6779 118639: 18a20b7 v: v3
1 parent 99bf71b commit 35aa0a4

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
@@ -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: 77b874b68d8d42824e96fda2ebe92a4eb80177a0
5+
refs/heads/try: 23a7d24dd70c3614952df695a5fe78fbcd7ac20b
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/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)