Skip to content

Commit a639008

Browse files
committed
remove comments
1 parent 772e15e commit a639008

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/hir-ty/src/tests/regression/new_solver.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,13 +554,11 @@ where
554554
}
555555

556556
#[test]
557-
// #[should_panic(expected = "Unexpected type mismatches")]
558557
fn regression_19957() {
559558
// This test documents issue #19957: async-trait patterns incorrectly produce
560559
// type mismatches between Pin<Box<dyn Future>> and Pin<Box<impl Future>>.
561560
//
562561
// The test currently FAILS (as expected) because the bug is not yet fixed.
563-
// When the bug is fixed, remove the #[should_panic] attribute.
564562
check_no_mismatches(
565563
r#"
566564
//- minicore: future, pin, result, error, send, coerce_unsized, dispatch_from_dyn

0 commit comments

Comments
 (0)