]> git.lizzy.rs Git - rust.git/blob - src/test/rustfix/issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed
Rollup merge of #57229 - mikeyhew:fix-56806, r=varkor
[rust.git] / src / test / rustfix / issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed
1 extern crate std as other_std;
2 fn main() {}