remove allow_fail test flag

This commit is contained in:
yuhaixin.hx
2022-01-28 18:31:49 +08:00
parent 1b4109306c
commit 6562069ebe
25 changed files with 42 additions and 277 deletions

View File

@@ -274,8 +274,6 @@ declare_features! (
(incomplete, adt_const_params, "1.56.0", Some(44580), None),
/// Allows defining an `#[alloc_error_handler]`.
(active, alloc_error_handler, "1.29.0", Some(51540), None),
/// Allows a test to fail without failing the whole suite.
(active, allow_fail, "1.19.0", Some(46488), None),
/// Allows explicit discriminants on non-unit enum variants.
(active, arbitrary_enum_discriminant, "1.37.0", Some(60553), None),
/// Allows trait methods with arbitrary self types.