There is an unclosed parenthesis in the [docs](https://doc.rust-lang.org/std/macro.print.html) for [`println!`](https://github.com/rust-lang/rust/blob/master/src/libstd/macros.rs#L122). The line in question is [line 122](https://github.com/rust-lang/rust/blob/master/src/libstd/macros.rs#L122): ``` /// (no additional CARRIAGE RETURN (`\r`/`U+000D`). ```