summary refs log tree commit diff
path: root/src/test/rustfix/issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed
blob: b4ae4dc1ab2f8727646a01705f616443f093bb56 (plain)
1
2
extern crate std as other_std;
fn main() {}