rust/tests/ui-fulldeps/stable-mir
Celina G. Val 4d75c4f8f3 Make CrateItem::body() function return an option
When we initially created `CrateItem`, it would only represent items
that contain a body.

That is no longer the case, for now, make this explicit by expanding
the APIs to retrieve the item body.

This is related to https://github.com/rust-lang/project-stable-mir/issues/34
2025-03-04 17:46:40 -08:00
..
check_abi.rs Enable more tests on Windows 2025-02-03 10:39:32 -05:00
check_allocation.rs Enable more tests on Windows 2025-02-03 10:39:32 -05:00
check_attribute.rs change smir attributes getters to only support tool attributes 2025-02-24 14:31:19 +01:00
check_binop.rs Enable more tests on Windows 2025-02-03 10:39:32 -05:00
check_crate_defs.rs Enable more tests on Windows 2025-02-03 10:39:32 -05:00
check_def_ty.rs Enable more tests on Windows 2025-02-03 10:39:32 -05:00
check_defs.rs Enable more tests on Windows 2025-02-03 10:39:32 -05:00
check_foreign.rs Enable more tests on Windows 2025-02-03 10:39:32 -05:00
check_instance.rs Enable more tests on Windows 2025-02-03 10:39:32 -05:00
check_intrinsics.rs remove support for rustc_intrinsic_must_be_overridden from the compiler 2025-02-24 07:53:59 +01:00
check_item_kind.rs Enable more tests on Windows 2025-02-03 10:39:32 -05:00
check_normalization.rs Enable more tests on Windows 2025-02-03 10:39:32 -05:00
check_trait_queries.rs Enable more tests on Windows 2025-02-03 10:39:32 -05:00
check_transform.rs Enable more tests on Windows 2025-02-03 10:39:32 -05:00
check_ty_fold.rs Make CrateItem::body() function return an option 2025-03-04 17:46:40 -08:00
compilation-result.rs Enable more tests on Windows 2025-02-03 10:39:32 -05:00
crate-info.rs Make CrateItem::body() function return an option 2025-03-04 17:46:40 -08:00
projections.rs Make CrateItem::body() function return an option 2025-03-04 17:46:40 -08:00
smir_internal.rs Make CrateItem::body() function return an option 2025-03-04 17:46:40 -08:00
smir_serde.rs Make CrateItem::body() function return an option 2025-03-04 17:46:40 -08:00
smir_visitor.rs Make CrateItem::body() function return an option 2025-03-04 17:46:40 -08:00