diff options
| author | Luv-Ray <zhuoxun.yang777@outlook.com> | 2024-09-23 23:45:13 +0800 | 
|---|---|---|
| committer | Luv-Ray <zhuoxun.yang777@outlook.com> | 2024-09-23 23:45:13 +0800 | 
| commit | d7ebf9e541d973efc1c43df0da7ceeb4ae612512 (patch) | |
| tree | 0b35438c038ee98eb5eba6fd12a741cac61a0f77 /compiler/rustc_codegen_llvm/src | |
| parent | 6da2d6e026e73c0e83fadc223a72b805af772159 (diff) | |
| download | rust-d7ebf9e541d973efc1c43df0da7ceeb4ae612512.tar.gz rust-d7ebf9e541d973efc1c43df0da7ceeb4ae612512.zip  | |
format
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/context.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/context.rs b/compiler/rustc_codegen_llvm/src/context.rs index 05ad98e0560..3e022025e77 100644 --- a/compiler/rustc_codegen_llvm/src/context.rs +++ b/compiler/rustc_codegen_llvm/src/context.rs @@ -1,6 +1,6 @@ use std::borrow::Borrow; use std::cell::{Cell, RefCell}; -use std::ffi::{c_uint, CStr}; +use std::ffi::{CStr, c_uint}; use std::str; use rustc_codegen_ssa::base::{wants_msvc_seh, wants_wasm_eh};  | 
