projects
/
rustc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db961cc
)
u-ignoretest-armhf_03
author
Rust Maintainers
<pkg-rust-maintainers@lists.alioth.debian.org>
Wed, 4 Jan 2017 20:34:56 +0000
(20:34 +0000)
committer
Ximin Luo
<infinity0@debian.org>
Wed, 4 Jan 2017 20:34:56 +0000
(20:34 +0000)
Gbp-Pq: Name u-ignoretest-armhf_03.patch
src/doc/reference.md
patch
|
blob
|
history
diff --git
a/src/doc/reference.md
b/src/doc/reference.md
index 711a13d21f0eb158ad1b4fc6c3ffa1bd0eb071d7..9c3579708867787eb0e8bef7d8c509498a8e807f 100644
(file)
--- a/
src/doc/reference.md
+++ b/
src/doc/reference.md
@@
-1106,7
+1106,7
@@
bodies defined in Rust code _can be called by foreign code_. They are defined
in the same way as any other Rust function, except that they have the `extern`
modifier.
-```
+```
{.ignore}
// Declares an extern fn, the ABI defaults to "C"
extern fn new_i32() -> i32 { 0 }