about summary refs log tree commit diff
path: root/tests/codegen/function-arguments-noopt.rs
AgeCommit message (Collapse)AuthorLines
2023-02-06make PointerKind directly reflect pointer typesRalf Jung-0/+6
The code that consumes PointerKind (`adjust_for_rust_scalar` in rustc_ty_utils) ended up using PointerKind variants to talk about Rust reference types (& and &mut) anyway, making the old code structure quite confusing: one always had to keep in mind which PointerKind corresponds to which type. So this changes PointerKind to directly reflect the type. This does not change behavior.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+63