Rollup of 7 pull requests by Centril · Pull Request #63214 · rust-lang/rust (original) (raw)
…illaumeGomez
More questionmarks in doctests
This removes the other unwrap
s in the macro doctests, replacing them with ?
. For now, we need to specify the main function including the return type, we can get rid of that once the return type suggestion for fn main() { .. }
works correctly.