about summary refs log tree commit diff
path: root/doc/tutorial/syntax.md
diff options
context:
space:
mode:
authorMarijn Haverbeke <marijnh@gmail.com>2011-11-01 17:35:18 +0100
committerMarijn Haverbeke <marijnh@gmail.com>2011-11-01 17:35:18 +0100
commit11999351e0f59d0dcf2ed3b2cf661dcc2e4f0edd (patch)
tree76f8dbd8cf19727a8a0393b41a7b5ba331f2a867 /doc/tutorial/syntax.md
parent4fec1798d0d7177c6d15b825d69f2db1a2e814ff (diff)
downloadrust-11999351e0f59d0dcf2ed3b2cf661dcc2e4f0edd.tar.gz
rust-11999351e0f59d0dcf2ed3b2cf661dcc2e4f0edd.zip
Fill in the foreign-function part of the tutorial
Diffstat (limited to 'doc/tutorial/syntax.md')
-rw-r--r--doc/tutorial/syntax.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tutorial/syntax.md b/doc/tutorial/syntax.md
index 1ccd49760ec..bcdcac68101 100644
--- a/doc/tutorial/syntax.md
+++ b/doc/tutorial/syntax.md
@@ -1,5 +1,7 @@
 # Syntax Basics
 
+FIXME: briefly mention syntax extentions, #fmt
+
 ## Braces
 
 Assuming you've programmed in any C-family language (C++, Java,