Fix span.

This commit is contained in:
Corey Richardson 2013-12-06 02:12:15 -05:00
parent 8a8cccd4b6
commit 61e8268645

View File

@ -141,7 +141,7 @@ an error message like this:
~~~~ {.notrust}
hello.rs:2:4: 2:16 error: unresolved name: print_with_unicorns
hello.rs:2 print_with_unicorns("hello?");
^~~~~~~~~~~~~~~~~~~~~~~
^~~~~~~~~~~~~~~~~~~
~~~~
In its simplest form, a Rust program is a `.rs` file with some types