代码
fn main() {
println!("Hello world!");
}
rustc main.rs 报错 error: couldn't load codegen backend "/usr/local/lib/rustlib/i686-apple-darwin/codegen-backends/librustc_codegen_llvm-llvm.dylib": "dlsym(RTLD_DEFAULT, CFURLConnectionCreateWithProperties): symbol not found"
系统:MacOS,rustc 1.30.1,gcc:Apple LLVM version 8.0.0 (clang-800.0.42.1)