diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2025-02-04 22:06:41 -0800 | 
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2025-02-07 11:23:12 -0800 | 
| commit | 1f37b9a643c28858cc3fac392483bf3f541182e2 (patch) | |
| tree | dc528a8b95623c368c3039137aa206093084a43a /compiler/rustc_target/src/json.rs | |
| parent | 3948be651a26d46d50ea45f7b1d90b907519c31a (diff) | |
| download | rust-1f37b9a643c28858cc3fac392483bf3f541182e2.tar.gz rust-1f37b9a643c28858cc3fac392483bf3f541182e2.zip | |
compiler: remove rustc_target::abi entirely
Diffstat (limited to 'compiler/rustc_target/src/json.rs')
| -rw-r--r-- | compiler/rustc_target/src/json.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/compiler/rustc_target/src/json.rs b/compiler/rustc_target/src/json.rs index 961cce5d6b9..15cf7e195db 100644 --- a/compiler/rustc_target/src/json.rs +++ b/compiler/rustc_target/src/json.rs @@ -92,7 +92,7 @@ impl<A: ToJson> ToJson for Option<A> { } } -impl ToJson for crate::abi::call::Conv { +impl ToJson for crate::callconv::Conv { fn to_json(&self) -> Json { let buf: String; let s = match self { | 
