@@ -403,6 +403,7 @@ tests/ui/cast/cast-rfc0401-vtable-kinds.rs
403403tests/ui/cast/cast-rfc0401.rs
404404tests/ui/cast/cast-to-infer-ty.rs
405405tests/ui/cast/cast.rs
406+ tests/ui/cast/codegen-object-shim.rs
406407tests/ui/cast/fat-ptr-cast-rpass.rs
407408tests/ui/cast/supported-cast.rs
408409tests/ui/catch-unwind-bang.rs
@@ -586,6 +587,7 @@ tests/ui/const_prop/apfloat-f64-roundtrip.rs
586587tests/ui/const_prop/apfloat-remainder-regression.rs
587588tests/ui/const_prop/const-prop-ice3.rs
588589tests/ui/const_prop/dont-propagate-generic-instance-2.rs
590+ tests/ui/const_prop/dont-propagate-generic-instance.rs
589591tests/ui/const_prop/overwrite_with_const_with_params.rs
590592tests/ui/consts/assoc-const.rs
591593tests/ui/consts/bswap-const.rs
@@ -908,9 +910,11 @@ tests/ui/dropck/issue-28498-ugeh-with-passed-to-fn.rs
908910tests/ui/dropck/issue-28498-ugeh-with-trait-bound.rs
909911tests/ui/dropck/issue-29844.rs
910912tests/ui/dropck/issue-34053.rs
913+ tests/ui/dyn-star/box.rs
911914tests/ui/dyn-star/const.rs
912915tests/ui/dyn-star/dont-unsize-coerce-dyn-star.rs
913916tests/ui/dyn-star/drop.rs
917+ tests/ui/dyn-star/dyn-star-to-dyn.rs
914918tests/ui/dyn-star/make-dyn-star.rs
915919tests/ui/dyn-star/method.rs
916920tests/ui/dynamically-sized-types/dst-coerce-custom.rs
@@ -2276,6 +2280,8 @@ tests/ui/rfcs/rfc-2091-track-caller/std-panic-locations.rs
22762280tests/ui/rfcs/rfc-2091-track-caller/track-caller-attribute.rs
22772281tests/ui/rfcs/rfc-2091-track-caller/track-caller-ffi.rs
22782282tests/ui/rfcs/rfc-2091-track-caller/tracked-closure.rs
2283+ tests/ui/rfcs/rfc-2091-track-caller/tracked-fn-ptr-with-arg.rs
2284+ tests/ui/rfcs/rfc-2091-track-caller/tracked-fn-ptr.rs
22792285tests/ui/rfcs/rfc-2091-track-caller/tracked-trait-impls.rs
22802286tests/ui/rfcs/rfc-2091-track-caller/tracked-trait-obj.rs
22812287tests/ui/rfcs/rfc-2151-raw-identifiers/attr.rs
0 commit comments