Skip to content

Commit

Permalink
chor(rust-sema): Add some whitespace to sema::intrin
Browse files Browse the repository at this point in the history
  • Loading branch information
chorman0773 committed Aug 2, 2023
1 parent a529a23 commit 63fb308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rust/src/sema/intrin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@ def_intrinsics! {
intrin type_id<type>() -> (*const u8, usize);
intrin type_name<type>() -> &str;
intrin destroy_at<type>(*mut Var<0>) -> ();
intrin discriminant<type,type>(&Var<0>) -> Var<1>;
unsafe intrin transmute<type,type>(Var<0>) -> Var<1>;
intrin discriminant<type, type>(&Var<0>) -> Var<1>;
unsafe intrin transmute<type, type>(Var<0>) -> Var<1>;
intrin black_box<type>(Var<0>) -> Var<1>;
unsafe intrin construct_in_place<type,type,type>(*mut Var<0>,Var<1>,Var<2>) -> ();
unsafe intrin construct_in_place<type, type, type>(*mut Var<0>, Var<1>, Var<2>) -> ();
unsafe intrin __builtin_read<type>(*const Var<0>) -> Var<0>;
unsafe intrin __builtin_read_freeze<type>(*const Var<0>) -> Var<0>;
unsafe intrin __builtin_read_volatile<type>(*const Var<0>) -> Var<0>;
Expand Down

0 comments on commit 63fb308

Please sign in to comment.