Module Expect_test_config_types.Upon_unreleasable_issue

include module type of Expect_test_config_types__.Expect_test_config_types_intf.Upon_unreleasable_issue
type t = [
| `CR

Leaves a CR, so that features cannot be released.

| `Warning_for_collector_testing

Only for ppx_expect testing; do not use.

]
val equal : t -> t -> bool
val comment_prefix : t -> string
val message_when_expectation_contains_backtrace : t -> string

Message to print when an expectation contains a backtrace