The example at the end of http://static.rust-lang.org/doc/master/rustdoc.html#defining-tests looks like `````` ```rust do spawn { fib(200); } ``` `````` There should be the `#`-prefixed definition of `fib` in the empty line, since we're trying to demonstrate this functionality.