The command rustc --pretty=typed file.rs crashes for even the simplest of files, the file: ``` fn main () { } ```