]> git.lizzy.rs Git - rust.git/blob - src/test/ui/print_type_sizes/uninhabited.stdout
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f'
[rust.git] / src / test / ui / print_type_sizes / uninhabited.stdout
1 print-type-size type: `std::result::Result<u32, !>`: 4 bytes, alignment: 4 bytes
2 print-type-size     variant `Ok`: 4 bytes
3 print-type-size         field `.0`: 4 bytes
4 print-type-size type: `std::option::Option<!>`: 0 bytes, alignment: 1 bytes
5 print-type-size     variant `None`: 0 bytes