Skip to content

Commit 1fe969e

Browse files
committed
---
yaml --- r: 2744 b: refs/heads/master c: 11db05c h: refs/heads/master v: v3
1 parent b57707c commit 1fe969e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: ac3fd914b9227069b616b5b997620e8d001bd2ca
2+
refs/heads/master: 11db05cf1ac4182e7e5199d07c1edc740eb4af14

trunk/doc/rust.texi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,12 +1836,12 @@ were declared without the @code{!} annotation, the following code would not
18361836
typecheck:
18371837
@example
18381838
fn f(int i) -> int @{
1839-
if (i == 42) {
1839+
if (i == 42) @{
18401840
ret 42;
1841-
}
1842-
else {
1841+
@}
1842+
else @{
18431843
my_err("Bad number!");
1844-
}
1844+
@}
18451845
@}
18461846
@end example
18471847

0 commit comments

Comments
 (0)