diff options
Diffstat (limited to 'tests/ui/imports/issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed')
-rw-r--r-- | tests/ui/imports/issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ui/imports/issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed b/tests/ui/imports/issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed new file mode 100644 index 000000000..b463848ae --- /dev/null +++ b/tests/ui/imports/issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed @@ -0,0 +1,5 @@ +// run-rustfix + +extern crate std as other_std; +fn main() {} +//~^^ ERROR the name `std` is defined multiple times [E0259] |