summary refs log tree commit diff
path: root/src/test/ui/layout/debug.rs
AgeCommit message (Collapse)AuthorLines
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no ↵Oli Scherer-1/+1
actual changes in behaviour This makes `type_alias_impl_trait` not actually do anything anymore
2020-04-06tweak rustc_layout debug outputRalf Jung-5/+5
2020-04-05also print rustc_layout on impl trait type aliasesRalf Jung-1/+8
2020-03-21normalize away preferred alignmentRalf Jung-0/+1
2020-03-20make rustc_layout also work for type definitionsRalf Jung-2/+9
2020-03-20add a test for rustc_layout(debug)Ralf Jung-0/+7