]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-45799-bad-extern-crate-rename-suggestion-formatting.rs
Use `summary_opts()` in another spot
[rust.git] / src / test / ui / issues / issue-45799-bad-extern-crate-rename-suggestion-formatting.rs
1 // run-rustfix
2
3 extern crate std;
4 fn main() {}
5 //~^^ ERROR the name `std` is defined multiple times [E0259]