File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
branches/try/src/etc/emacs Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: b1646cbfd908dc948b251e362669af421100647a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: d6736a1440d42f6af967a8a20ab8d73522112b72
5
- refs/heads/try: 77b874b68d8d42824e96fda2ebe92a4eb80177a0
5
+ refs/heads/try: 23a7d24dd70c3614952df695a5fe78fbcd7ac20b
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ struct Foo { bar: int,
301
301
302
302
struct Blah {x:int,
303
303
y:int,
304
- z:~str} " ))
304
+ z:String " ))
305
305
306
306
(ert-deftest indent-doc-comments ()
307
307
(test-indent
@@ -331,7 +331,7 @@ struct foo {
331
331
b:char
332
332
}
333
333
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
335
335
bla();
336
336
bla();
337
337
}" ))
@@ -387,7 +387,7 @@ fn baz( a:int, // shoudl work with a comment here
387
387
"
388
388
fn args_on_the_next_line( // with a comment
389
389
a:int,
390
- b:~str ) {
390
+ b:String ) {
391
391
let aaaaaa = [
392
392
1,
393
393
2,
You can’t perform that action at this time.
0 commit comments